summaryrefslogtreecommitdiff
path: root/backend.php
AgeCommit message (Collapse)Author
2012-12-23experimental new plugin systemAndrew Dolgov
2012-12-09modify include path order (closes #514)Andrew Dolgov
2012-09-10rework login formAndrew Dolgov
2012-09-10login system fixesAndrew Dolgov
remove old-style session checking from backend.php move outside subscription endpoint to public.php, change subscription bookmarklet
2012-09-07remove twitter-specific codeAndrew Dolgov
2012-08-21remove hook-based pluginsAndrew Dolgov
2012-08-17rework class system to use subdirectoriesAndrew Dolgov
add placeholder plugin/hook system
2012-08-16routing: check if created handler is a subclass of HandlerAndrew Dolgov
2012-08-16split authentication to separate modulesAndrew Dolgov
2012-07-10do not perform sanity checks on each backend requestAndrew Dolgov
2012-03-20only enable ob_gzhandler if it existsAndrew Dolgov
2012-01-08do not generate warning on csrf_token being unassignedAndrew Dolgov
2011-12-26disable csrf loggingAndrew Dolgov
2011-12-26experimental CSRF protectionAndrew Dolgov
2011-12-15include path fix for lighttpdAndrew Dolgov
2011-12-13move API to classes/Andrew Dolgov
2011-12-13add Public_HandlerAndrew Dolgov
misc code cleanup
2011-12-13add Pref_FiltersAndrew Dolgov
2011-12-13add Pref_Users classAndrew Dolgov
2011-12-13add pref_labels classAndrew Dolgov
2011-12-13compat fix for old-style backend methodsAndrew Dolgov
2011-12-13move help to backend classAndrew Dolgov
2011-12-13add catchall backend classAndrew Dolgov
2011-12-13add pref_prefs classAndrew Dolgov
2011-12-13add pref_feeds classAndrew Dolgov
2011-12-13implement tiny-OOP routingAndrew Dolgov
2011-12-12add tiny-OOP style backend RPCAndrew Dolgov
2011-12-12subop -> methodAndrew Dolgov
2011-12-11overall directory tree cleanupAndrew Dolgov
2011-12-11reduce the number of always included librariesAndrew Dolgov
2011-12-11backend: do not include all modules all the timeAndrew Dolgov
2011-11-15experimental split of public calls into public.php (refs #389)Andrew Dolgov
2011-10-04fix sharing for not logged in usersAndrew Dolgov
2011-10-04implement sharing articles by unique urlAndrew Dolgov
2011-08-31implement automatic precaching for next normal and unread feedsAndrew Dolgov
allow opening cached next_unread_feed on f-q if available tweak getRelativeArticles() to scan forward only reenable prefetch_old server requests
2011-08-31remove unused headlines-info.unreadAndrew Dolgov
2011-08-30viewfeed: do not return sync counters on subopAndrew Dolgov
2011-08-23Extended Actions to include Select by tag (add local modifications, fixCraig Meyer
display for tags starting with a number)
2011-08-21pubsub: cast feed_id as integerAndrew Dolgov
2011-08-08do not perform synchronous update on pubsub callAndrew Dolgov
2011-08-04misc headlines speedupAndrew Dolgov
2011-08-04backend/pubsub: block immediately if PUBSUBHUBBUB_ENABLED is falseAndrew Dolgov
2011-08-03view: fix article not being marked as read when not requested from client cacheAndrew Dolgov
2011-07-30functions.php: Fixed some mild errors.Craig Meyer
fetch_file_contents() using $updated when it was not defined - commented it out update_rss_feed_real() was also using $updated, undefined and had a inconsistent return, added return false; lookup_user_id($link, $user) was using $login for the SELECT not $user format_headline_subtoolbar() used $search_q before it was assigned to, re-ordered the code format_article() The 3rd arg "$feed_id" was never used in the function, it was set in the function Verified (and modified as needed) function calls in backend.php (5 Usages) and in modules/backend-rpc,php (1 usage) printTagCloud() Before ksort($tags) add a check for count($tags) == 0 return replace depreciated split() calls with explode() backend.php replace depreciated split() calls with explode() modules/backed-rpc.php replace depreciated split() calls with explode() in handle_rpc_request(), separate asort() from join(), asort() does not return an array. This fixes a problem where a new tag is added to an entry, but doesn't show up after clicking on save. User must do a screen refresh. A PHP error msg was being returned in the JSON response. .gitignore Make sure Mac OS X .DS_Store & PHPStorm project files (.idea/) are not included
2011-06-22backend/pubsub: better 404 handling, do not cause PHP warning when invalid ↵Andrew Dolgov
feed id is being requested
2011-06-14allow redirect to login page when calling external feed subscription url ↵Andrew Dolgov
(using bookmarklet, for example) (refs #344)
2011-05-04backend/la: properly handle situation when article has multiple ref_ids on ↵Andrew Dolgov
one account (closes #342)
2011-04-21backend/fbexport: read key from _POSTAndrew Dolgov
2011-04-20feedbrowser_cache & linked feeds: add site url (bump schema)Andrew Dolgov
2011-04-20backend/fbexport: fix syntax errorAndrew Dolgov