summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-29fix item_id not being properly escaped in pref_feeds::process_category_order(...Andrew Dolgov
2016-01-29create_published_article: only use readability if enabled in the pluginAndrew Dolgov
2016-01-29enable support for readability (if af_readability is enabled) in shareanythin...Andrew Dolgov
2016-01-27remove reddit textnode hack since the feed is broken in a different way nowAndrew Dolgov
2016-01-26fix multiple issues with archived feedsAndrew Dolgov
2016-01-26only stop inline feed updates with open_basedir enabled if there are any plug...Andrew Dolgov
2016-01-23prevent frontend updating of feeds on view if open_basedir is set to prevent ...Andrew Dolgov
2016-01-23af_redditimgur: implement a hack to deal with reddit rss feed being currently...Andrew Dolgov
2016-01-23update_rss_feed: escape dumped content while debuggingAndrew Dolgov
2016-01-23sanitize: allow <description>Andrew Dolgov
2016-01-23parser: properly support tag subtrees instead of text content for article con...Andrew Dolgov
2016-01-23Revert "parser: use node->c14n() instead of expecting html in nodeValue"Andrew Dolgov
2016-01-23parser: use node->c14n() instead of expecting html in nodeValueAndrew Dolgov
2016-01-17rebase translationsAndrew Dolgov
2016-01-17Merge branch 'po_fixes' into 'master' Andrew Dolgov
2016-01-17add feed debugger to update.phpAndrew Dolgov
2016-01-17af_psql_trgm: fix min_title_length not being used while processing articlesAndrew Dolgov
2016-01-14get_article_tags: while getting tags from cache check if article entry actual...Andrew Dolgov
2016-01-13updates: auto-disable CURL if open_basedir is enabled, notify possible issues...Andrew Dolgov
2016-01-12update static versionAndrew Dolgov
2016-01-10Added (untranslated/fuzzy) boilerplate for messages with plural forms for tr_TR.Eduardo M KALINOWSKI
2016-01-10Added Plural-Forms to ca_CA and nb_NO.Eduardo M KALINOWSKI
2016-01-10The code for Denmark is DK, rename to reflect that.Eduardo M KALINOWSKI
2016-01-10Fixed some small errors in the headers.Eduardo M KALINOWSKI
2016-01-10Correct Plural-Forms for pt_PT.Eduardo M KALINOWSKI
2016-01-11add some hacks to hopefully mitigate headlines memory leaksAndrew Dolgov
2016-01-07remove option ALLOW_DUPLICATE_POSTS as confusing/uselessAndrew Dolgov
2016-01-07fix broken article processing if ALLOW_DUPLICATE_POSTS is enabledAndrew Dolgov
2016-01-06cache_starred_images: set filename when sending cached imageAndrew Dolgov
2016-01-04do not automatically call cleanup_tags() in housekeeping tasksAndrew Dolgov
2016-01-04Merge branch 'lang_pt_BR' into 'master' Andrew Dolgov
2016-01-03pt_BR translation improvements.Eduardo M KALINOWSKI
2016-01-03Corrected Language field in header.Eduardo M KALINOWSKI
2016-01-02Updated pt_BR translation.Eduardo M KALINOWSKI
2016-01-02Corrected Plural-Forms, as there are only two possible forms in Portuguese.Eduardo M KALINOWSKI
2015-12-31Merge branch 'update-new-feeds-first-postgres' into 'master' Andrew Dolgov
2015-12-31Update new feeds first in postgresThomas Kramer
2015-12-30tag_is_valid: check numeric tags properlyAndrew Dolgov
2015-12-30getfeedname: fix for non-numeric feeds (tags)Andrew Dolgov
2015-12-25Merge branch 'af_unburn_fetch_only_headers' into 'master' Andrew Dolgov
2015-12-25Fetch only the headers in order to get the real article URL.Eduardo M KALINOWSKI
2015-12-17sanitize: clear out @srcset/@sizes on images leading to http sites when runni...Andrew Dolgov
2015-12-07Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2015-12-07catchup_feed: proper fix for mysql 5.7Andrew Dolgov
2015-12-07ttrss_gc: return trueAndrew Dolgov
2015-12-07fix previous, owner_uid not passed in daemon contextAndrew Dolgov
2015-12-07do not discard custom set article tags when updating from sourceAndrew Dolgov
2015-12-06Merge branch 'af-readability' into 'master' Andrew Dolgov
2015-12-05Fix array checking method in 2 places, add array check in one locationTroy Engel
2015-12-05Revert "Fix accidental use of emtpy array: [E_WARNING (2) plugins/af_readabil...Troy Engel