summaryrefslogtreecommitdiff
path: root/classes/handler.php
AgeCommit message (Collapse)Author
2022-08-12Switch to direct type declarations of class properties.wn_
2021-11-18Actually, always clean in Handler._param_to_bool()wn_
2021-11-18Clean string params in Handler._param_to_bool()wn_
2021-11-18Consistently handle param string to bool conversions in handlers.wn_
2021-11-13Typing IHandler methods, typing Handler_Public, fix type of $feed_id (might ↵wn_
be tag).
2021-11-12Update signature of handler 'csrf_ignore' to include types.wn_
2020-09-15handler: default base csrf_ignore() to falseAndrew Dolgov
2017-12-03pluginhost: do not connect via legacy DB api until requestedAndrew Dolgov
log all initiated legacy database connections
2017-12-01article: start pdoAndrew Dolgov
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