summaryrefslogtreecommitdiff
path: root/classes/handler
AgeCommit message (Expand)Author
2015-08-11add plugin-based filter actions (see example plugin in attic)Andrew Dolgov
2015-07-12queryFeedHeadlines: move to array-based arguments, optionally check if first ...Andrew Dolgov
2015-07-07simplify search, remove search_mode as uselessAndrew Dolgov
2015-03-30add a wrapper for standard error codes returned by backend, also add explanat...Andrew Dolgov
2015-03-28rename url_to_tag_uri to a more relevant nameAndrew Dolgov
2015-03-28generated feed: use tag: instead of the public.php URL as an entry ID; set en...Andrew Dolgov
2015-02-27remove image.php; put cached image endpoint to public.phpAndrew Dolgov
2014-10-11include subcategories in generated category feedsAndrew Dolgov
2014-06-18properly show cached images in syndicated feedsAndrew Dolgov
2014-03-09generated feeds, add ts= (strtotime) start timestampAndrew Dolgov
2014-03-09rework password reset to work through temporary linkAndrew Dolgov
2014-03-05comment out subtestAndrew Dolgov
2014-03-05split functions php into two parts because syntastic is too slowAndrew Dolgov
2014-03-04public: remove subscribe2 (unused?)Andrew Dolgov
2014-02-19remove some unused code reported by phpmdAndrew Dolgov
2014-01-28reinstate scriptaculous controls (needed for ajax.autocomplete)Andrew Dolgov
2014-01-28move Zoom stylesheet to a separate fileAndrew Dolgov
2014-01-19mention username in login failed syslog messageAndrew Dolgov
2013-11-29queryFeedHeadlines: remove obsolete content_previewAndrew Dolgov
2013-11-20syndicated feeds: default to change exported guidAndrew Dolgov
2013-11-11pubsubhubbub: disable feed url checking when subscribing for the time being, ...Andrew Dolgov
2013-10-06remove a few parser warnings from generated feedsAndrew Dolgov
2013-10-04fix http 304 header being calculated incorrectly for published and starred feedsAndrew Dolgov
2013-09-30use favicon in some auxiliar dialogsAndrew Dolgov
2013-08-21unfuck headlines_hook for syndicated feedsAndrew Dolgov
2013-08-02make cache starred plugin use hook_house_keepingAndrew Dolgov
2013-08-02add plugin to cache images in starred articles; pass article_id toAndrew Dolgov
2013-07-24make globalUpdateFeeds handler use simple update mechanism to prevent script ...Andrew Dolgov
2013-07-07Merge branch 'master' into hookheadjustauser
2013-07-07Correct feed ID in feeds self URL.Julien Tardot
2013-07-07Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-07-07rename orig_guid to no_orig_guidAndrew Dolgov
2013-07-07syndicated feeds: add orig_guid to optionally alter item id to workaround dup...Andrew Dolgov
2013-07-06Report failed login attemps using user_errorguillaume-uH57J9
2013-07-01add <source><title> to feed rss outputshibuya246
2013-06-29fixed a typojustauser
2013-06-28Changed the implementation of HOOK_QUERY_HEADLINES to deal with issue Fox raisedjustauser
2013-06-27Changes to add a new hook: HOOK_QUERY_HEADLINES. An example is provided.justauser
2013-06-13bugfix: list correct profile IDs on login pageRoland Angerer
2013-06-05support custom order in generated feeds (closes #709)Andrew Dolgov
2013-05-29add startup_gettext() calls to several endpoints for unregistered users so th...Andrew Dolgov
2013-05-19move stylesheets to css/, reference default tt-rss stylesheets fromAndrew Dolgov
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-04-30only get USER_LANGUAGE on schema 120 and upAndrew Dolgov
2013-04-29remove language selector from the login form, store language in the database ...Andrew Dolgov
2013-04-24unify houskeeping stuff, increase spawn intervalAndrew Dolgov
2013-04-18more notice css tweaksAndrew Dolgov
2013-04-18make pluginhost a singletonAndrew Dolgov
2013-04-18move db-prefs to OOAndrew Dolgov
2013-04-17revert OO-db access in dbupdater, create DbUpdater() correctlyAndrew Dolgov