index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
plugin.php
Age
Commit message (
Collapse
)
Author
2019-03-05
pluginhost: remove plugin gettext helpers (moved to plugin base class)
Andrew Dolgov
2017-12-03
plugin base: add type hint to init(host)
Andrew Dolgov
2017-12-03
plugin base class: init pdo object
Andrew Dolgov
plugins/share: use PDO
2017-12-03
auth_internal: use PDO + other fixes
Andrew Dolgov
2017-05-23
classes/Plugin: remove dbh & host fields; set init() and about() as abstract ↵
Andrew Dolgov
methods.
2017-04-26
remove some redundant php closing tags
Andrew Dolgov
2017-04-26
fix various issues reported by static analysis
Andrew Dolgov
update gitlab-ci config
2017-02-10
allow user plugins to expose public methods out in a limited fashion
Andrew Dolgov
2016-01-26
only stop inline feed updates with open_basedir enabled if there are any ↵
Andrew Dolgov
plugins that require CURL enabled add plugin->flags() returning array with additional plugin information, currently only CURL requirement (optional)
2013-04-19
implement plugin API version compatibility check
Andrew Dolgov
2013-04-17
remove $link
Andrew Dolgov
2012-12-25
more work on user-selectable plugins; properly process system and user plugins
Andrew Dolgov
2012-12-23
add and check plugin base class
Andrew Dolgov
2012-08-21
remove hook-based plugins
Andrew Dolgov
2012-08-17
rework class system to use subdirectories
Andrew Dolgov
add placeholder plugin/hook system