Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compatibility with PHPUnit 9 | ArthurHoaro | 2020-09-29 | 1 | -2/+1 |
| | |||||
* | Process Shaarli install through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -11/+7 |
| | |||||
* | Use multi-level routes for existing controllers instead of 1 level everywhere | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | | | | Also prefix most admin routes with /admin/ | ||||
* | Process password change controller through Slim | ArthurHoaro | 2020-07-23 | 1 | -2/+0 |
| | |||||
* | Process tools page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Initialize admin Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -0/+57 |
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links |