Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Process bookmarks import through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -5/+149 |
| | |||||
* | Process bookmark exports through Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -0/+167 |
| | |||||
* | Pin bookmarks through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+145 |
| | |||||
* | Process change visibility action through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+418 |
| | |||||
* | Improve ManageTagController coverage and error handling | ArthurHoaro | 2020-07-23 | 6 | -633/+1160 |
| | |||||
* | Use multi-level routes for existing controllers instead of 1 level everywhere | ArthurHoaro | 2020-07-23 | 4 | -12/+12 |
| | | | | Also prefix most admin routes with /admin/ | ||||
* | Explicitly define base and asset path in templates | ArthurHoaro | 2020-07-23 | 2 | -77/+2 |
| | | | | | | | 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 | 1 | -0/+652 |
| | |||||
* | Process manage tags page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+272 |
| | |||||
* | Process configure page through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -0/+275 |
| | |||||
* | Password change: UT use case with open shaarli | ArthurHoaro | 2020-07-23 | 1 | -0/+17 |
| | |||||
* | Test ShaarliAdminController | ArthurHoaro | 2020-07-23 | 1 | -0/+199 |
| | |||||
* | Process password change controller through Slim | ArthurHoaro | 2020-07-23 | 5 | -26/+187 |
| | |||||
* | Process tools page through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -1/+74 |
| | |||||
* | Initialize admin Slim controllers | ArthurHoaro | 2020-07-23 | 3 | -0/+439 |
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links |