summaryrefslogtreecommitdiff
path: root/backend.php
AgeCommit message (Expand)Author
2008-09-18move user details to pref-users; code cleanupAndrew Dolgov
2008-09-09main toolbar: add dropbox to select headlines sort modeAndrew Dolgov
2008-09-05add function to open article summary in a popup windowAndrew Dolgov
2008-08-29add action to reset category orderAndrew Dolgov
2008-08-06rework feed dialog layoutsAndrew Dolgov
2008-07-23new option: SYNC_COUNTERS (bump schema)Andrew Dolgov
2008-06-24viewfeed: consider bw_limit situation the same as csync when sending counters...Andrew Dolgov
2008-06-24add low bandwidth mode (less automatic requests in the background)Andrew Dolgov
2008-06-03view: output counters only when called in prefetch mode AND when csync is ena...Andrew Dolgov
2008-06-03view: output counters only when called in prefetch mode or when csync is enabledAndrew Dolgov
2008-05-21check for failures to request counters in async way after viewfeed/view (2)Andrew Dolgov
2008-05-21check for failures to request counters in async way after viewfeed/viewAndrew Dolgov
2008-05-21add some piggy-backed counters to improve reliabilityAndrew Dolgov
2008-05-20view: request counters in background, request_counters(): add client rate limitAndrew Dolgov
2008-05-20request counters asynchronously after viewfeed has succeeded but w/o counters...Andrew Dolgov
2008-05-20viewfeed: bump counters rate interval to 300msAndrew Dolgov
2008-05-20viewfeed: enable counters reply, but with rate limit (180 sec)Andrew Dolgov
2008-05-20backend/feeds: add gzipAndrew Dolgov
2008-05-20new option: ENABLE_GZIP_OUTPUTAndrew Dolgov
2008-05-19backend/feeds: do not calculate counters on replyAndrew Dolgov
2008-05-17vfeed grouping: prevent duplicate group headingsAndrew Dolgov
2008-05-06return debug information on globalUpdateFeedsAndrew Dolgov
2008-04-21add workaround for psql 8.3 stricter typechecking on SUBSTRING() (refs #201)Andrew Dolgov
2008-04-04add new access level 5, show user's level in prefsAndrew Dolgov
2008-02-17some more placeholders for dashboardAndrew Dolgov
2008-02-15initial work on dashboardAndrew Dolgov
2008-01-26move update daemon code to common function, reorganize backend.php (patch fro...Andrew Dolgov
2008-01-25allow per-feed update method selectionAndrew Dolgov
2008-01-25add update method names arrayAndrew Dolgov
2007-11-22update ttrss_feeds.last_viewed on viewfeedAndrew Dolgov
2007-11-21disable headline cache when searchingAndrew Dolgov
2007-11-21headline caching fixesAndrew Dolgov
2007-11-21add experimental headline cachingAndrew Dolgov
2007-11-16schema: add created field to ttrss_usersAndrew Dolgov
2007-08-25update title of active feed in feedlist on the flyAndrew Dolgov
2007-08-25remove mysql SET CHARACTER SET callAndrew Dolgov
2007-08-24fix some issues in infinite scrollingAndrew Dolgov
2007-08-23add experimental support for simplepie (once again)Andrew Dolgov
2007-08-21new config option: MYSQL_CHARSETAndrew Dolgov
2007-08-21mysql: disable utf8Andrew Dolgov
2007-08-17mysql: set connection charset to utf-8Andrew Dolgov
2007-08-09fix wrong generic feed iconAndrew Dolgov
2007-08-09more published feeds workAndrew Dolgov
2007-08-09published feeds workAndrew Dolgov
2007-07-12fix not logged in error handling from viewfeed/article callsAndrew Dolgov
2007-06-07add runtime info to headlines responseAndrew Dolgov
2007-06-01add 15 minute feed update intervalAndrew Dolgov
2007-05-19disable magic quotes if neededAndrew Dolgov
2007-05-19do not reference gettext modules if ENABLE_TRANSLATIONS is disabledAndrew Dolgov
2007-05-18increase performance of queryFeedHeadlines requestAndrew Dolgov