]> git.wh0rd.org Git - tt-rss.git/history - backend.php
cdmExpandArticle: do not perform offset manipulation
[tt-rss.git] / backend.php
2013-02-27 Andrew Dolgovreplace getmicrotime() wrapper with microtime(true...
2013-01-12 Andrew Dolgovuse text/json content-type in a few more places
2013-01-04 Andrew Dolgovmodify includes to init session before translations...
2012-12-24 Andrew Dolgovexperimental support for per-user plugins (bump schema)
2012-12-24 Andrew Dolgovremove magpie, fix article filter plugins
2012-12-23 Andrew Dolgovimplement plugin routing masks, add example plugin
2012-12-23 Andrew Dolgovexperimental new plugin system
2012-12-09 Andrew Dolgovmodify include path order (closes #514)
2012-09-10 Andrew Dolgovrework login form
2012-09-10 Andrew Dolgovlogin system fixes
2012-09-07 Andrew Dolgovremove twitter-specific code
2012-08-21 Andrew Dolgovremove hook-based plugins
2012-08-17 Andrew Dolgovrework class system to use subdirectories
2012-08-16 Andrew Dolgovrouting: check if created handler is a subclass of...
2012-08-16 Andrew Dolgovsplit authentication to separate modules
2012-07-10 Andrew Dolgovdo not perform sanity checks on each backend request
2012-03-20 Andrew Dolgovonly enable ob_gzhandler if it exists
2012-01-08 Andrew Dolgovdo not generate warning on csrf_token being unassigned
2011-12-26 Andrew Dolgovdisable csrf logging
2011-12-26 Andrew Dolgovexperimental CSRF protection
2011-12-15 Andrew Dolgovinclude path fix for lighttpd
2011-12-13 Andrew Dolgovmove API to classes/
2011-12-13 Andrew DolgovMerge branch 'tiny-oop'
2011-12-13 Andrew Dolgovadd Public_Handler
2011-12-13 Andrew Dolgovadd Pref_Filters
2011-12-13 Andrew Dolgovadd Pref_Users class
2011-12-13 Andrew Dolgovadd pref_labels class
2011-12-13 Andrew Dolgovcompat fix for old-style backend methods
2011-12-13 Andrew DolgovMerge branch 'master' into tiny-oop
2011-12-13 Andrew Dolgovmove help to backend class
2011-12-13 Andrew Dolgovadd catchall backend class
2011-12-13 Andrew Dolgovadd pref_prefs class
2011-12-13 Andrew Dolgovadd pref_feeds class
2011-12-12 Andrew Dolgovimplement tiny-OOP routing
2011-12-12 Andrew Dolgovadd tiny-OOP style backend RPC
2011-12-12 Andrew Dolgovsubop -> method
2011-12-11 Andrew Dolgovoverall directory tree cleanup
2011-12-11 Andrew Dolgovreduce the number of always included libraries
2011-12-11 Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2011-12-11 Andrew Dolgovbackend: do not include all modules all the time
2011-11-15 Andrew Dolgovexperimental split of public calls into public.php...
2011-10-04 Andrew Dolgovfix sharing for not logged in users
2011-10-04 Andrew Dolgovimplement sharing articles by unique url
2011-08-31 Andrew Dolgovimplement automatic precaching for next normal and...
2011-08-31 Andrew Dolgovremove unused headlines-info.unread
2011-08-30 Andrew Dolgovviewfeed: do not return sync counters on subop
2011-08-23 Craig MeyerExtended Actions to include Select by tag (add local...
2011-08-21 Andrew Dolgovpubsub: cast feed_id as integer
2011-08-08 Andrew Dolgovdo not perform synchronous update on pubsub call
2011-08-04 Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2011-08-04 Andrew Dolgovmisc headlines speedup
2011-08-04 Andrew Dolgovbackend/pubsub: block immediately if PUBSUBHUBBUB_ENABL...
2011-08-03 Andrew Dolgovview: fix article not being marked as read when not...
2011-07-31 Andrew DolgovMerge pull request #9 from meyercr/9949bd154e9d01b50132...
2011-07-31 Craig Meyerfunctions.php: Fixed some mild errors.
2011-06-22 Andrew Dolgovbackend/pubsub: better 404 handling, do not cause PHP...
2011-06-14 Andrew Dolgovallow redirect to login page when calling external...
2011-05-04 Andrew Dolgovbackend/la: properly handle situation when article...
2011-04-21 Andrew Dolgovbackend/fbexport: read key from _POST
2011-04-20 Andrew Dolgovfeedbrowser_cache & linked feeds: add site url (bump...
2011-04-20 Andrew Dolgovbackend/fbexport: fix syntax error
2011-04-20 Andrew Dolgovbackend/fbexport: do not set last_connected; properly...
2011-04-20 Andrew Dolgovbackend: merge with shared-feedbrowser
2011-04-20 Andrew Dolgovimplement fetching and exporting of shared feeds
2011-04-20 Andrew Dolgovimplement instances tab
2011-04-20 Andrew Dolgovbackend/loading: add missed break
2011-04-20 Andrew DolgovMerge branch 'master' into shared-feedbrowser
2011-04-20 Andrew Dolgovfix redirects after schema upgrade; fix logout requirin...
2011-04-19 Andrew Dolgovmerge logout.php inside backend.php
2011-04-19 Andrew Dolgovrework article notes; re-add built-in XSL template...
2011-04-13 Andrew Dolgovbackend/loading: fix content type
2011-04-11 Andrew Dolgovupdate HTMLPurifier; enable embedded flash video in...
2011-04-01 Andrew Dolgovfix pubsubhubbub challenge response
2011-04-01 Andrew Dolgovimplement pubsubhubbub subscriber (update schema)
2011-03-18 Andrew Dolgovconfig: remove ENABLE_TRANSLATIONS
2011-03-18 Andrew Dolgovrpc: no longer use XML
2011-03-18 Andrew Dolgovrework initial sanitycheck to use JSON
2011-03-18 Andrew Dolgovbackend/viewfeed: fix feed checking for validity
2011-03-18 Andrew Dolgovbackend/viewfeed: use JSON
2011-03-18 Andrew Dolgovbackend/view: use JSON instead of XML; backend: output...
2011-02-09 Andrew Dolgovbackend/rss: fix previous patch breaking active session...
2011-02-09 Andrew Dolgovbackend/rss: better error reporting for unauthorized...
2011-01-18 Andrew Dolgovproperly handle redirecting back to requested page...
2010-12-27 Andrew Dolgovbackend/rss: always use secret key to get uid when...
2010-11-25 Andrew Dolgovadd tweet button to digest, misc digest fixes; rework...
2010-11-22 Andrew Dolgovadd separate update method for Twitter, select it as...
2010-11-21 Andrew Dolgovmention wiki in keyboard shortcuts help
2010-11-19 Andrew Dolgovrework headlines menu and openArticleInNewWindow()
2010-11-18 Andrew Dolgovallow onclick editing of categories and drag-reordering...
2010-11-17 Andrew Dolgovrework pref-feeds dialog; update other pref panes
2010-11-16 Andrew Dolgovcode cleanup
2010-11-15 Andrew Dolgovdijit.tree feedlist improvements
2010-11-15 Andrew Dolgovinitial implementation of feedlist based on dijit.Tree
2010-11-15 Andrew Dolgovremove modalbox; use dijit.Dialog; further dojo-related...
2010-11-14 Andrew Dolgovuse Modalbox library for popup dialogs
2010-11-11 Andrew Dolgovviewfeed: only return counters when subop is present
2010-11-11 Andrew Dolgovviewfeed: return counters when subop is present or...
2010-11-10 Andrew Dolgovbackend: fix warning in zoom mode
2010-11-10 Andrew Dolgovimplement label cache; misc fixes (bump schema)
2010-11-10 Andrew Dolgovjs: code cleanup; move to async counter sending mode
next