Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Process bookmarks import through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -15/+83 |
| | |||||
* | Process bookmark exports through Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -0/+92 |
| | |||||
* | Pin bookmarks through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+36 |
| | |||||
* | Process change visibility action through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+69 |
| | |||||
* | Improve ManageTagController coverage and error handling | ArthurHoaro | 2020-07-23 | 1 | -12/+32 |
| | |||||
* | Use multi-level routes for existing controllers instead of 1 level everywhere | ArthurHoaro | 2020-07-23 | 9 | -26/+44 |
| | | | | Also prefix most admin routes with /admin/ | ||||
* | Explicitly define base and asset path in templates | ArthurHoaro | 2020-07-23 | 2 | -1/+16 |
| | | | | | | | 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 | 5 | -9/+269 |
| | |||||
* | Process manage tags page through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -1/+88 |
| | |||||
* | Process configure page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+120 |
| | |||||
* | Test ShaarliAdminController | ArthurHoaro | 2020-07-23 | 1 | -1/+3 |
| | |||||
* | Process password change controller through Slim | ArthurHoaro | 2020-07-23 | 6 | -2/+205 |
| | |||||
* | Process tools page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+49 |
| | |||||
* | Initialize admin Slim controllers | ArthurHoaro | 2020-07-23 | 16 | -50/+76 |
| | | | | | | - Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links | ||||
* | Process session filters through Slim controllers | ArthurHoaro | 2020-07-23 | 2 | -0/+124 |
| | | | | | | | Including: - visibility - links per page - untagged only | ||||
* | Process remove tag endpoint through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+47 |
| | |||||
* | Process OpenSearch controller through Slim | ArthurHoaro | 2020-07-23 | 1 | -0/+28 |
| | | | | Also it was missing on the default template feeds | ||||
* | RSS/ATOM feeds: process through Slim controller | ArthurHoaro | 2020-07-23 | 2 | -0/+93 |
| | |||||
* | Process Daily RSS feed through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+74 |
| | | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine. | ||||
* | Slim daily: minor bugfix with empty data | ArthurHoaro | 2020-07-23 | 1 | -12/+6 |
| | |||||
* | Process daily page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+142 |
| | |||||
* | Process tag list page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -11/+48 |
| | |||||
* | Few optimizations and code readability for tag cloud controller | ArthurHoaro | 2020-07-23 | 1 | -21/+31 |
| | |||||
* | Handle tag filtering in the Bookmark service | ArthurHoaro | 2020-07-23 | 1 | -3/+0 |
| | |||||
* | Process tag cloud page through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+89 |
| | |||||
* | Slim router: handle add tag route | ArthurHoaro | 2020-07-23 | 1 | -0/+74 |
| | |||||
* | Process logout through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+31 |
| | |||||
* | Process picwall rendering through Slim controller + UT | ArthurHoaro | 2020-07-23 | 2 | -0/+87 |
| | |||||
* | Rename ci attribute to container | ArthurHoaro | 2020-01-26 | 2 | -15/+17 |
| | |||||
* | Execute common plugin hooks before rendering login page | ArthurHoaro | 2020-01-26 | 2 | -1/+39 |
| | |||||
* | Render login page through Slim controller | ArthurHoaro | 2020-01-26 | 5 | -0/+172 |