Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better handling of plugin incompatibility | ArthurHoaro | 2020-08-27 | 2 | -2/+5 |
| | | | | | 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 | 2 | -0/+10 |
| | |||||
* | Process main page (linklist) through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -2/+16 |
| | | | | | 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 | 2 | -0/+7 |
| | |||||
* | Use multi-level routes for existing controllers instead of 1 level everywhere | ArthurHoaro | 2020-07-23 | 2 | -15/+12 |
| | | | | Also prefix most admin routes with /admin/ | ||||
* | Explicitly define base and asset path in templates | ArthurHoaro | 2020-07-23 | 1 | -0/+1 |
| | | | | | | | With the new routes, all pages are not all at the same folder level anymore (e.g. /shaare and /shaare/123), so we can't just use './' everywhere. The most consistent way to handle this is to prefix all path with the proper variable, and handle the actual path in controllers. | ||||
* | Handle shaare creation/edition/deletion through Slim controllers | ArthurHoaro | 2020-07-23 | 2 | -0/+14 |
| | |||||
* | RSS/ATOM feeds: process through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -0/+12 |
| | |||||
* | 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. | ||||
* | Slim router: handle add tag route | ArthurHoaro | 2020-07-23 | 1 | -0/+1 |
| | |||||
* | Process logout through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -2/+21 |
| | |||||
* | Process picwall rendering through Slim controller + UT | ArthurHoaro | 2020-07-23 | 2 | -0/+7 |
| | |||||
* | Execute common plugin hooks before rendering login page | ArthurHoaro | 2020-01-26 | 2 | -0/+6 |
| | |||||
* | Render login page through Slim controller | ArthurHoaro | 2020-01-26 | 2 | -0/+105 |