summaryrefslogtreecommitdiff
path: root/classes/rssutils.php
AgeCommit message (Expand)Author
2019-05-12parser: force libxml error messages to valid utf8Andrew Dolgov
2019-04-10use DEFAULT_SEARCH_LANGUAGE to generate tsvector index if per-feed language i...Andrew Dolgov
2019-03-21domdocument: remove old meta charset unicode hacks, replace with shorter xml ...Andrew Dolgov
2019-03-15update_rss_feed: set basic feed info if site_url is blankAndrew Dolgov
2019-03-06cleanup old feed browser cacheAndrew Dolgov
2019-03-06remove feedbrowser (other feeds)Andrew Dolgov
2019-03-06archived feeds: expire old entries (schema bump)Andrew Dolgov
2019-02-06update_rss_feed: mark_unread_on_update should take into account catchup filte...Andrew Dolgov
2018-12-26add minor clean()-ing on some rss feed valuesAndrew Dolgov
2018-12-21rssutils: don't gzdecode() stuffAndrew Dolgov
2018-12-21fetch_file_contents: decompress gzipped dataAndrew Dolgov
2018-12-14rssutils: check if returned data is in gzip format before trying to decode itAndrew Dolgov
2018-12-12Properly report filter plugin time (re-fixes PR 98).JustAMacUser
2018-12-12Fixed misplaced bracket.JustAMacUser
2018-12-08update_rss_feed: add log message if article is filtered outAndrew Dolgov
2018-12-06do not try to update filter triggers if nothing was triggered (properly this ...Andrew Dolgov
2018-12-06do not try to update filter triggers if nothing was triggeredAndrew Dolgov
2018-12-06add ttrss_filters2.last_triggered (bump schema version)Andrew Dolgov
2018-12-06add HOOK_FILTER_TRIGGERED (for filter debugging)Andrew Dolgov
2018-11-30fix missing sprintf() argumentAndrew Dolgov
2018-11-30debug logging system rework:Andrew Dolgov
2018-11-23remove cache/simplepieAndrew Dolgov
2018-11-03better handle PDOExceptions during open transaction in feed updateAndrew Dolgov
2018-09-10cache_media: only touch() local file if it's writableAndrew Dolgov
2018-09-03update_daemon_common: do not abort entire batch if PDOException happens when ...Andrew Dolgov
2018-08-21Merge branch 'pullreq-enclosure-content-type' of tkappe/tt-rss into masterfox
2018-08-18Differentiate enclosures based on content type.Tobias Kappé
2018-08-16cache_media: only show downloading debug message when actually downloadingAndrew Dolgov
2018-08-13remove FEED_CRYPT_KEY and everything related to itAndrew Dolgov
2018-08-12Sanitize language obtained for an entry.Tobias Kappé
2018-08-12Store language of entries as indicated by the feed.Tobias Kappé
2018-08-04Only strip utf8mb4 if mysql_charset != utf8mb4BtbN
2018-07-10update_rss_feed: limit maximum length of tsvector data because of pgsql limit...Andrew Dolgov
2018-05-20bump date_updated when updated article data is saved to exclude it from purgi...Andrew Dolgov
2018-04-03pass tsvector data as a named parameter on article update, remove escaping hacksAndrew Dolgov
2018-02-11add a workaround to support numeric tagsAndrew Dolgov
2018-01-30include: convert some spaces to tabsAndrew Dolgov
2018-01-29strip utf8mb4 characters in enclosures on mysqlAndrew Dolgov
2018-01-22Fixed time stamping of new unmarked/unpublished articlesjsoares
2017-12-18update_rss_feed: don't try to use quoted NOW() in queryAndrew Dolgov
2017-12-10Include NOW() in prepared SQL for rssutils.phpRichard Mortimer
2017-12-03force strip_tags() on all user input unless explicitly allowedAndrew Dolgov
2017-12-03fix some minor issues found by code analyzerAndrew Dolgov
2017-12-03move feeds cache directory to cache/feedsAndrew Dolgov
2017-12-03force article content/etc to string when updating to avoid failing null const...Andrew Dolgov
2017-12-03rssutils: forbid question marks in tsvector data, PDO gets confused sometimes...Andrew Dolgov
2017-12-03main classes: remove sql_bool_to_bool() kludgeAndrew Dolgov
2017-12-02update_rss_feed: transaction lock article processingAndrew Dolgov
2017-12-02rssutils: PDOAndrew Dolgov
2017-12-02rssutils: start PDO switchAndrew Dolgov