aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/plugin
Commit message (Collapse)AuthorAgeFilesLines
* New plugin hook: ability to add custom filters to Shaarli search engineArthurHoaro2021-02-041-0/+56
| | | | | | | A new plugin hook has been added: hook_test_filter_search_entry This hook allows to filter out bookmark with custom plugin code when a search is performed. Related to #143
* Plugin system: allow plugins to provide custom routesArthurHoaro2020-11-152-0/+90
| | | | | | | | | | - each route will be prefixed by `/plugin/<plugin_name>` - add a new template for plugins rendering - add a live example in the demo_plugin Check out the "Plugin System" documentation for more detail. Related to #143
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-092-6/+8
|
* Inject ROOT_PATH in plugin instead of regenerating it everywhereArthurHoaro2020-10-161-0/+1
|
* Plugins: do not save metadata along plugin parametersArthurHoaro2020-09-121-14/+15
| | | | | | Also prevent the token to be saved. Fixes #1550
* Inject BookmarkServiceInterface in plugins dataArthurHoaro2020-09-031-0/+4
| | | | Related discussion: ilesinge/shaarli-related#7
* Better handling of plugin incompatibilityArthurHoaro2020-08-271-1/+6
| | | | | If a PHP is raised while executing plugin hook, Shaarli will display an error instead of rendering the error page (or just ending in fatal error for default hooks). Also added phpErrorHandler which is handled differently that regular errorHandler by Slim.:
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-0/+4
|
* Process plugins administration page through Slim controllersArthurHoaro2020-07-231-1/+1
|
* namespacing: \Shaarli\Plugin\PluginManagerVirtualTam2019-01-122-0/+256
Signed-off-by: VirtualTam <virtualtam@flibidi.net>