aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front/controller/visitor/ShaarliVisitorController.php
Commit message (Collapse)AuthorAgeFilesLines
* Inject current template name in templatesArthurHoaro2021-01-191-0/+4
| | | | | | Use either legacy key _PAGE_ or new 'template' one. Related to https://github.com/kalvn/Shaarli-Material/issues/118
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-2/+3
|
* Inject ROOT_PATH in plugin instead of regenerating it everywhereArthurHoaro2020-10-161-0/+1
|
* Fix invalid redirection using the path of an external domainArthurHoaro2020-09-221-0/+7
| | | | Fixes #1554
* Inject BookmarkServiceInterface in plugins dataArthurHoaro2020-09-031-12/+14
| | | | Related discussion: ilesinge/shaarli-related#7
* Better handling of plugin incompatibilityArthurHoaro2020-08-271-1/+2
| | | | | If a PHP is raised while executing plugin hook, Shaarli will display an error instead of rendering the error page (or just ending in fatal error for default hooks). Also added phpErrorHandler which is handled differently that regular errorHandler by Slim.:
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-15/+18
|
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-0/+13
| | | | Also prefix most admin routes with /admin/
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-1/+14
| | | | | | | 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 controllersArthurHoaro2020-07-231-6/+8
|
* Process password change controller through SlimArthurHoaro2020-07-231-0/+8
|
* Initialize admin Slim controllersArthurHoaro2020-07-231-0/+131
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links