Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mutex on datastore I/O operations | ArthurHoaro | 2020-10-13 | 1 | -0/+2 |
| | | | | | | To make sure that there is no concurrent operation on the datastore file. Fixes #1132 | ||||
* | Properly handle 404 errors | ArthurHoaro | 2020-09-12 | 1 | -0/+4 |
| | | | | | | Use 404 template instead of default Slim error page if the route is not found. Fixes #827 | ||||
* | Better handling of plugin incompatibility | ArthurHoaro | 2020-08-27 | 1 | -0/+3 |
| | | | | | 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.: | ||||
* | Move error handling to dedicated controller instead of middleware | ArthurHoaro | 2020-08-21 | 1 | -0/+5 |
| | |||||
* | Better support for notes permalink | ArthurHoaro | 2020-07-28 | 1 | -1/+4 |
| | |||||
* | Multiple small fixes | ArthurHoaro | 2020-07-23 | 1 | -1/+0 |
| | |||||
* | Process Shaarli install through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+7 |
| | |||||
* | Process main page (linklist) through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+11 |
| | | | | | Including a bunch of improvements on the container, and helper used across new controllers. | ||||
* | Process plugins administration page through Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -1/+6 |
| | |||||
* | Use NetscapeBookmarkUtils object instance instead of static calls | ArthurHoaro | 2020-07-23 | 1 | -0/+5 |
| | |||||
* | Use multi-level routes for existing controllers instead of 1 level everywhere | ArthurHoaro | 2020-07-23 | 1 | -6/+4 |
| | | | | Also prefix most admin routes with /admin/ | ||||
* | Handle shaare creation/edition/deletion through Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -0/+10 |
| | |||||
* | RSS/ATOM feeds: process through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+10 |
| | |||||
* | Process Daily RSS feed through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+4 |
| | | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine. | ||||
* | Process logout through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -2/+18 |
| | |||||
* | Process picwall rendering through Slim controller + UT | ArthurHoaro | 2020-07-23 | 1 | -0/+5 |
| | |||||
* | Execute common plugin hooks before rendering login page | ArthurHoaro | 2020-01-26 | 1 | -0/+4 |
| | |||||
* | Render login page through Slim controller | ArthurHoaro | 2020-01-26 | 1 | -0/+77 |