aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default
Commit message (Collapse)AuthorAgeFilesLines
* Add Markdown Extra formatterArthurHoaro2020-10-131-1/+1
| | | | | | | | Library: [Parsedown Extra](https://github.com/erusev/parsedown-extra) Also sort dependencies alphabetically. Fixes #1169
* Security: fix multiple XSS vulnerabilities + fix search tags with special charsArthurHoaro2020-10-063-10/+10
| | | | | | XSS vulnerabilities fixed in editlink, linklist, tag.cloud and tag.list. Also fixed tag search with special characters: urlencode function needs to be applied on raw data, before espaping, otherwise the rendered URL is wrong.
* Issue #1437 - Make tag cloud/list views buttons more obvioussprak30002020-10-021-2/+2
| | | | This work alters the markup and CSS for the tag sort UI to match the button feel filters and links per page uses.
* Merge pull request #1519 from ArthurHoaro/fix/mobile-pin-linkArthurHoaro2020-09-031-1/+11
|\ | | | | Default template: display pin button in mobile view
| * Default template: display pin button in mobile viewArthurHoaro2020-08-271-1/+11
| | | | | | | | Fixes #1347
* | Merge pull request #1526 from kcaran/links_per_pageArthurHoaro2020-09-031-4/+9
|\ \
| * | Added $links_per_page variable to template and display on defaultKeith Carangelo2020-08-291-4/+9
| |/
* / Fix broken route to filter not tagged bookmarksArthurHoaro2020-08-311-21/+23
|/ | | | | | Also display the filter for visitors. Fixes #1529
* Move all admin controller into a dedicated groupArthurHoaro2020-08-132-4/+4
| | | | Also handle authentication check in a new middleware for the admin group.
* Better support for notes permalinkArthurHoaro2020-07-281-1/+1
|
* Fix: header search action should be on linklistArthurHoaro2020-07-241-1/+1
|
* Multiple small fixesArthurHoaro2020-07-231-1/+2
|
* Process Shaarli install through Slim controllerArthurHoaro2020-07-233-5/+5
|
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-1/+1
| | | | | Including a bunch of improvements on the container, and helper used across new controllers.
* Process thumbnail synchronize page through Slim controllersArthurHoaro2020-07-234-5/+5
|
* Process plugins administration page through Slim controllersArthurHoaro2020-07-234-6/+7
|
* Process bookmarks import through Slim controllerArthurHoaro2020-07-232-2/+2
|
* Process bookmark exports through Slim controllersArthurHoaro2020-07-232-3/+2
|
* Pin bookmarks through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Fix bookmarklet with new routesArthurHoaro2020-07-232-1/+2
| | | | | * Use the new shaare route * Add source hidden input in editlink template to close the popup after saving
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-2312-27/+27
| | | | Also prefix most admin routes with /admin/
* Explicitly define base and asset path in templatesArthurHoaro2020-07-2323-76/+77
| | | | | | | 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-233-3/+7
|
* Process manage tags page through Slim controllerArthurHoaro2020-07-233-5/+5
|
* Process configure page through Slim controllerArthurHoaro2020-07-232-2/+2
|
* Process password change controller through SlimArthurHoaro2020-07-231-0/+28
|
* Process tools page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Initialize admin Slim controllersArthurHoaro2020-07-231-1/+1
| | | | | | - Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links
* Process session filters through Slim controllersArthurHoaro2020-07-231-8/+8
| | | | | | | Including: - visibility - links per page - untagged only
* Process remove tag endpoint through Slim controllerArthurHoaro2020-07-231-1/+3
|
* Process OpenSearch controller through SlimArthurHoaro2020-07-233-2/+7
| | | | Also it was missing on the default template feeds
* RSS/ATOM feeds: process through Slim controllerArthurHoaro2020-07-233-6/+6
|
* Process Daily RSS feed through Slim controllerArthurHoaro2020-07-232-17/+33
| | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine.
* Process daily page through Slim controllerArthurHoaro2020-07-231-3/+3
|
* Process tag list page through Slim controllerArthurHoaro2020-07-233-5/+5
|
* Few optimizations and code readability for tag cloud controllerArthurHoaro2020-07-231-1/+1
|
* Working version before optimizationArthurHoaro2020-07-231-4/+4
|
* Process tag cloud page through Slim controllerArthurHoaro2020-07-233-3/+3
|
* Slim router: handle add tag routeArthurHoaro2020-07-233-3/+3
|
* Process logout through Slim controllerArthurHoaro2020-07-231-2/+2
|
* Process picwall rendering through Slim controller + UTArthurHoaro2020-07-232-46/+39
|
* Fix all relative link to work with new URLArthurHoaro2020-07-2312-32/+32
|
* Add autofocus on tag cloud filter inputKevin Masson2020-02-101-0/+1
| | | | Fix #1413
* Fix all existing links and redirection to ?do=loginArthurHoaro2020-01-261-2/+2
|
* Fix SASS LintArthurHoaro2020-01-262-2/+2
|
* Render login page through Slim controllerArthurHoaro2020-01-263-37/+47
|
* Fix deprecated use of implodeArthurHoaro2020-01-231-1/+1
|
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-183-2/+35
| | | | See https://github.com/shaarli/Shaarli/issues/1307
* Avoiding warning 'PHP Notice: Undefined index: updated'Lucas Cimon2020-01-121-1/+1
|
* Fix undefined thumbnail on OpenGraph headersArthurHoaro2019-09-101-1/+1
| | | | Fixes #1362