summaryrefslogtreecommitdiff
path: root/backend.php
AgeCommit message (Expand)Author
2010-11-10implement label cache; misc fixes (bump schema)Andrew Dolgov
2010-11-10js: code cleanup; move to async counter sending modeAndrew Dolgov
2010-11-10add option to sort headlines by feed-specified date (bump schema)Andrew Dolgov
2010-11-10remove error_reporting() hacks; set default error reporting level in function...Andrew Dolgov
2010-11-08backend/rss: fix view-mode handlingAndrew Dolgov
2010-11-08backend/rss: disable http authAndrew Dolgov
2010-11-08replace old-style published feed with universal secretkey-based approach used...Andrew Dolgov
2010-11-06headlines: use JSON instead of separate helper xml objects like headlines-unreadAndrew Dolgov
2010-11-05do some warning housekeepingAndrew Dolgov
2010-11-04handle counters using JSON instead of XMLAndrew Dolgov
2010-11-04implement a simple pseudo-dashboard feed; display feeds having update errors ...Andrew Dolgov
2010-11-04allow generated feeds to use view_modeAndrew Dolgov
2010-10-27override order use date_entered instead of updatedAndrew Dolgov
2010-10-27add ttrss_entries.date_updated; use date_updated instead of date_enered for e...Andrew Dolgov
2010-10-19revert to sorting by updated instead of date_entering unless Date sorting is ...Andrew Dolgov
2010-10-18order feed output by date_entered instead of updated to properly keep new stu...Andrew Dolgov
2010-09-07make sure magic quote workaround actually worksAndrew Dolgov
2010-09-04use better magic quotes removal fixAndrew Dolgov
2010-06-30config: replace confusing option ENABLE_SIMPLEPIE with DEFAULT_UPDATE_METHOD;...Andrew Dolgov
2010-02-17backend: if fresh=1 parameter to getUnread is present, append output of fresh...Andrew Dolgov
2010-02-02do not strip magicquote stuff twice fromAndrew Dolgov
2010-01-25enable translations by default; misc fixesAndrew Dolgov
2010-01-20pref-prefs: show default update interval as a dropdownAndrew Dolgov
2010-01-13implement settings profiles (bump schema)Andrew Dolgov
2010-01-04rework the way DEFAULT_ARTICLE_LIMIT works, remove limit toolbar dropdown (bu...Andrew Dolgov
2009-12-29view: do not pass feed_idAndrew Dolgov
2009-12-29use POST parameters for frontend requestsAndrew Dolgov
2009-12-29update ccache in catchupArticleById(); misc counter-related tweaks; add getAr...Andrew Dolgov
2009-12-28implement archived articles feed; bump schemaAndrew Dolgov
2009-12-24add toggle_collapse_cat()Andrew Dolgov
2009-12-24obsolete cookie storage for collapsed status of feedlist and special categori...Andrew Dolgov
2009-10-27backend: force login on init when in single user modeAndrew Dolgov
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