aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/linklist.paging.html
Commit message (Collapse)AuthorAgeFilesLines
* Move all admin controller into a dedicated groupArthurHoaro2020-08-131-1/+1
| | | | Also handle authentication check in a new middleware for the admin group.
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-7/+7
| | | | | | | 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.
* Process session filters through Slim controllersArthurHoaro2020-07-231-3/+8
| | | | | | | Including: - visibility - links per page - untagged only
* Login: update PageBuilder and default/vintage templatesVirtualTam2018-06-021-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Webpack / Update front paths in template filesArthurHoaro2018-03-281-4/+4
|
* Public/private filter: use two separate buttonsArthurHoaro2018-01-241-2/+2
| | | | #1038
* Add a filter to only display public linksArthurHoaro2017-12-161-4/+4
| | | | | | When the key filter is clicked once, it only displays private link. When it is clicked on again, it becomes red and only public links are displayed. Another click and all links are displayed. The current visibility status is shown in the search banner Fixes #1030
* Move default template to vintage folderArthurHoaro2017-02-271-0/+32