Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compatibility with PHPUnit 9 | ArthurHoaro | 2020-09-29 | 1 | -1/+1 |
| | |||||
* | Support redirection of legacy route 'do=configure' | ArthurHoaro | 2020-09-01 | 1 | -0/+2 |
| | |||||
* | Fix legacy redirection when Shaarli instance is under a subfolder | ArthurHoaro | 2020-09-01 | 1 | -3/+3 |
| | |||||
* | Fix support for legacy route login redirection | ArthurHoaro | 2020-09-01 | 1 | -3/+3 |
| | | | | Makes sure that the user is properly redirected to the bookmark form after login, even with legacy routes | ||||
* | Move all admin controller into a dedicated group | ArthurHoaro | 2020-08-13 | 1 | -2/+2 |
| | | | | Also handle authentication check in a new middleware for the admin group. | ||||
* | Process main page (linklist) through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+99 |
Including a bunch of improvements on the container, and helper used across new controllers. |