summaryrefslogtreecommitdiff
path: root/classes/handler.php
AgeCommit message (Collapse)Author
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2013-04-18fix missing DB object when instantiated to import opmlAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2012-12-23implement plugin routing masks, add example pluginAndrew 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-07-05Make Handler::before() hierarchy consistentJohn Keeping
In API, the before() method (inherited from Handler) takes a $method argument, although this is not declared for the before method() in handler. PHP in strict mode treats this as an error. Since call sites already pass the $method argument, change Handler::before() and the before() method in all other subclasses to take this argument.
2011-12-26experimental CSRF protectionAndrew Dolgov
2011-12-13implement tiny-OOP routingAndrew Dolgov
2011-12-12add tiny-OOP style backend RPCAndrew Dolgov