aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/container
Commit message (Expand)AuthorAgeFilesLines
* New plugin hook: ability to add custom filters to Shaarli search engineArthurHoaro2021-02-041-0/+1
* Plugin system: allow plugins to provide custom routesArthurHoaro2020-11-151-11/+6
* Manually fix remaining PHPCS errorsArthurHoaro2020-11-091-1/+1
* Use PSR-3 logger for login attemptsArthurHoaro2020-10-202-1/+11
* Add a setting to retrieve bookmark metadata asynchrounouslyArthurHoaro2020-10-152-0/+7
* Add mutex on datastore I/O operationsArthurHoaro2020-10-131-0/+2
* Properly handle 404 errorsArthurHoaro2020-09-122-4/+9
* Better handling of plugin incompatibilityArthurHoaro2020-08-272-2/+5
* Move error handling to dedicated controller instead of middlewareArthurHoaro2020-08-211-0/+5
* Better support for notes permalinkArthurHoaro2020-07-281-1/+4
* Multiple small fixesArthurHoaro2020-07-231-1/+0
* Process Shaarli install through Slim controllerArthurHoaro2020-07-232-0/+10
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-232-2/+16
* Process plugins administration page through Slim controllersArthurHoaro2020-07-231-1/+6
* Use NetscapeBookmarkUtils object instance instead of static callsArthurHoaro2020-07-232-0/+7
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-232-15/+12
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-0/+1
* Handle shaare creation/edition/deletion through Slim controllersArthurHoaro2020-07-232-0/+14
* RSS/ATOM feeds: process through Slim controllerArthurHoaro2020-07-232-0/+12
* Process Daily RSS feed through Slim controllerArthurHoaro2020-07-231-1/+4
* Slim router: handle add tag routeArthurHoaro2020-07-231-0/+1
* Process logout through Slim controllerArthurHoaro2020-07-232-2/+21
* Process picwall rendering through Slim controller + UTArthurHoaro2020-07-232-0/+7
* Execute common plugin hooks before rendering login pageArthurHoaro2020-01-262-0/+6
* Render login page through Slim controllerArthurHoaro2020-01-262-0/+105