summaryrefslogtreecommitdiff
path: root/backend.php
AgeCommit message (Expand)Author
2009-02-13backend/rss: allow access to feeds without authentication when running in sin...Andrew Dolgov
2009-02-01possible speedup: bump counters_stamp in backend/feedsAndrew Dolgov
2009-01-24remove old-style big feed browser (2)Andrew Dolgov
2009-01-23ccache: skip non-numeric feeds (e.g. tags)Andrew Dolgov
2009-01-22view: more limiting tweaks (2)Andrew Dolgov
2009-01-22view: more limiting tweaksAndrew Dolgov
2009-01-22view: lower counters rate limitAndrew Dolgov
2009-01-22rate limit counters calculation in view to once per 10 secAndrew Dolgov
2009-01-21properly select next unread feed in feedlist when catching upAndrew Dolgov
2009-01-18new style labels (bump schema)Andrew Dolgov
2009-01-17getLabelCounters: skip processing when labels are disabled; misc performance ...Andrew Dolgov
2009-01-17viewfeed: rate limit ccache_updateAndrew Dolgov
2009-01-17fix ccache_update() failure when called for labelsAndrew Dolgov
2009-01-17enable ccache_update() in viewfeedAndrew Dolgov
2009-01-17add fallback for headlines-unread element when ccache has no dataAndrew Dolgov
2009-01-17headlines-unread: fix ccache usageAndrew Dolgov
2009-01-17rpc tweaks; viewfeed counters attachment changedAndrew Dolgov
2009-01-17attach counters to viewfeed output when subop is not blankAndrew Dolgov
2009-01-17ccache: performance tweaksAndrew Dolgov
2009-01-17block ccache updates in viewfeed when is_cat = 1Andrew Dolgov
2009-01-17active_feed_is_cat, active_feed_id handling changesAndrew Dolgov
2009-01-17viewfeed: disable output of counters when serving an infscroll requestAndrew Dolgov
2009-01-17properly pass cat_view to ccache_update() in viewfeedAndrew Dolgov
2009-01-17code cleanup; ccache category calculation for cid=0 correctedAndrew Dolgov
2009-01-17viewfeed: only include counters when in CDM modeAndrew Dolgov
2009-01-16code cleanup (remove dashboard initial stuff)Andrew Dolgov
2009-01-16disable SYNC_COUNTERS optionAndrew Dolgov
2009-01-16support for ccache updates in catchupArticlesById()Andrew Dolgov
2009-01-16reset counters on frontend catchup requestsAndrew Dolgov
2009-01-16a variety of ccache workAndrew Dolgov
2009-01-05add ability to customize amount of returned entries for syndicated feedsAndrew Dolgov
2008-12-16disable application/xml content-type for op=view zoom modeAndrew Dolgov
2008-11-10code cleanup, test for db_escape() crazyness in DB sanity checkAndrew Dolgov
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