summaryrefslogtreecommitdiff
path: root/classes/handler.php
AgeCommit message (Expand)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 b...wn_
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
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
2012-07-05Make Handler::before() hierarchy consistentJohn Keeping
2011-12-26experimental CSRF protectionAndrew Dolgov
2011-12-13implement tiny-OOP routingAndrew Dolgov
2011-12-12add tiny-OOP style backend RPCAndrew Dolgov