summaryrefslogtreecommitdiff
path: root/classes/pluginhandler.php
AgeCommit message (Collapse)Author
2022-11-12Address upcoming string interpolation deprecation.wn_
https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
2021-11-12Address PHPStan warnings in 'classes/mailer.php', 'classes/opml.php', and ↵wn_
'classes/pluginhandler.php'.
2021-11-12Update signature of handler 'csrf_ignore' to include types.wn_
2021-02-23drop errors.php and simplify error handlingAndrew Dolgov
2021-02-17 * add (disabled) shortcut syntax for plugin methodsAndrew Dolgov
* add controls shortcut for pluginhandler tags * add similar shortcut for frontend * allow plugins to selectively exclude their methods from CSRF checking
2021-02-17pluginhandler: reject method requests without CSRFAndrew Dolgov
2021-02-17pluginhandlers: post notice if pluginmethod is requested without CSRF tokenAndrew Dolgov
2019-08-16af_readability: add missing fileAndrew Dolgov
2017-12-03force strip_tags() on all user input unless explicitly allowedAndrew Dolgov
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2015-03-30add a wrapper for standard error codes returned by backend, also add ↵Andrew Dolgov
explanation to the error object if possible
2013-04-18make pluginhost a singletonAndrew Dolgov
2013-03-16pluginhandler: better error reportingAndrew Dolgov
2012-12-23experimental new plugin systemAndrew Dolgov