Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1575 from ArthurHoaro/feature/php8 | ArthurHoaro | 2020-10-03 | 19 | -42/+45 |
|\ | |||||
| * | Compatibility with PHPUnit 9 | ArthurHoaro | 2020-09-29 | 19 | -42/+45 |
| | | |||||
* | | Fix a bug preventing to edit bookmark with ID #0 | ArthurHoaro | 2020-09-30 | 1 | -0/+24 |
|/ | |||||
* | Fix invalid redirection using the path of an external domain | ArthurHoaro | 2020-09-22 | 2 | -6/+6 |
| | | | | Fixes #1554 | ||||
* | Merge pull request #1539 from ArthurHoaro/feature/manual-root-url | ArthurHoaro | 2020-09-22 | 2 | -4/+4 |
|\ | |||||
| * | Fix subfolder configuration in unit tests | ArthurHoaro | 2020-09-12 | 2 | -4/+4 |
| | | |||||
* | | Plugins: do not save metadata along plugin parameters | ArthurHoaro | 2020-09-12 | 1 | -2/+3 |
|/ | | | | | | Also prevent the token to be saved. Fixes #1550 | ||||
* | Fix UT | ArthurHoaro | 2020-08-27 | 1 | -1/+1 |
| | |||||
* | Move all admin controller into a dedicated group | ArthurHoaro | 2020-08-13 | 2 | -66/+0 |
| | | | | Also handle authentication check in a new middleware for the admin group. | ||||
* | New basePath: fix officiel plugin paths and vintage template | ArthurHoaro | 2020-07-26 | 3 | -5/+34 |
| | |||||
* | Fix: visitor are allowed to chose nb of links per page | ArthurHoaro | 2020-07-24 | 1 | -47/+1 |
| | |||||
* | Multiple small fixes | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Process Shaarli install through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -11/+7 |
| | |||||
* | Process thumbnail synchronize page through Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -0/+154 |
| | |||||
* | Process token retrieve through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+41 |
| | |||||
* | Process plugins administration page through Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -0/+190 |
| | |||||
* | 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 |