Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New plugin hook: ability to add custom filters to Shaarli search engine | ArthurHoaro | 2021-02-04 | 1 | -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 routes | ArthurHoaro | 2020-11-15 | 2 | -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 fixes | ArthurHoaro | 2020-11-09 | 2 | -6/+8 |
| | |||||
* | Inject ROOT_PATH in plugin instead of regenerating it everywhere | ArthurHoaro | 2020-10-16 | 1 | -0/+1 |
| | |||||
* | Plugins: do not save metadata along plugin parameters | ArthurHoaro | 2020-09-12 | 1 | -14/+15 |
| | | | | | | Also prevent the token to be saved. Fixes #1550 | ||||
* | Inject BookmarkServiceInterface in plugins data | ArthurHoaro | 2020-09-03 | 1 | -0/+4 |
| | | | | Related discussion: ilesinge/shaarli-related#7 | ||||
* | Better handling of plugin incompatibility | ArthurHoaro | 2020-08-27 | 1 | -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 template | ArthurHoaro | 2020-07-26 | 1 | -0/+4 |
| | |||||
* | Process plugins administration page through Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | namespacing: \Shaarli\Plugin\PluginManager | VirtualTam | 2019-01-12 | 2 | -0/+256 |
Signed-off-by: VirtualTam <virtualtam@flibidi.net> |