summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2017-07-04remove obsolete forum plugin linksAndrew Dolgov
2017-07-02filters: when adding rule select all feeds by defaultAndrew Dolgov
2017-07-02dbupdater: fail if version file missingAndrew Dolgov
2017-07-02Revert "Revert "filters: support matching on multiple feeds/categories""Andrew Dolgov
2017-07-02Revert "filters: support matching on multiple feeds/categories"Andrew Dolgov
2017-07-02Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2017-07-02filters: support matching on multiple feeds/categoriesAndrew Dolgov
2017-06-26pref/feeds: start user category ordering from 1Andrew Dolgov
2017-06-24db prefs: ignore cache when preference requested for specified UID (in case c...Andrew Dolgov
2017-06-13update_daemon_common: do not escape feed_url twice, remove some comments and ...Andrew Dolgov
2017-05-29tunables:Andrew Dolgov
2017-05-26add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDMAndrew Dolgov
2017-05-23classes/Plugin: remove dbh & host fields; set init() and about() as abstract ...Andrew Dolgov
2017-05-16remove pubsubhubbub: deadAndrew Dolgov
2017-05-11share function: remove tt-rss prefix from page titleAndrew Dolgov
2017-05-11move add_feed_url() to pref_feedsAndrew Dolgov
2017-05-06fix DAEMON_SLEEP_INTERVAL not being defined when usedAndrew Dolgov
2017-05-05wrap rssfuncs into rssutils classAndrew Dolgov
2017-05-05move counter stuff to a separate classAndrew Dolgov
2017-05-05feeditem_common: add get_element()Andrew Dolgov
2017-05-04move label stuff to Labels classAndrew Dolgov
2017-05-04move digest stuff to Digest classAndrew Dolgov
2017-05-04move some label stuff to labels.phpAndrew Dolgov
2017-05-04move get_article_labels to ArticleAndrew Dolgov
2017-05-04move counter cache to a separate classAndrew Dolgov
2017-05-04move a bunch of functions into Feeds/Article namespacesAndrew Dolgov
2017-05-04move to Article:Andrew Dolgov
2017-05-04move the following to Feeds:Andrew Dolgov
2017-05-04move the following to Article:Andrew Dolgov
2017-05-04move getArticleFeed to ArticleAndrew Dolgov
2017-05-04move opml-specific get_feed_category to opml.phpAndrew Dolgov
2017-04-27add api test for labels, api: fix setArticleLabel assign not handled correctlyAndrew Dolgov
2017-04-27add some basic API unit testsAndrew Dolgov
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2017-04-26fix various issues reported by static analysisAndrew Dolgov
2017-04-25return result codes if DB connection or --debug-feed failsAndrew Dolgov
2017-03-31filter by search results while marking feed as readAndrew Dolgov
2017-03-23rename cache images option label (rip translations)Andrew Dolgov
2017-03-23remove local file extensions and generalize some method names for cached mediaAndrew Dolgov
2017-03-06cdmClicked: do not use event.target.parents to figure out if clicked on a hea...Andrew Dolgov
2017-03-05improve JS error logging with additional stuffAndrew Dolgov
2017-03-04simplify error handlingAndrew Dolgov
2017-02-17rework the way headlines menus identify calling rowAndrew Dolgov
2017-02-13bind headlines menu to a selector to avoid remaking it unnecessarilyAndrew Dolgov
2017-02-12add HOOK_ENCLOSURE_ENTRY for af_zz_imgproxyAndrew Dolgov
2017-02-12Prevent target='_blank' vulnerability on dynamic linkJérémy DECOOL
2017-02-10allow user plugins to expose public methods out in a limited fashionAndrew Dolgov
2017-02-10use print_hidden() for hidden dojo form fieldsAndrew Dolgov
2017-02-10af_zz_imgproxy: use inline disposition, misc updatesAndrew Dolgov
2017-02-04cached_image: remove unnecessary basename()Andrew Dolgov