aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
Commit message (Expand)AuthorAgeFilesLines
* Update German translations, added new strings to server.htmlbschwede2021-01-251-8/+8
* Merge pull request #1689 from ArthurHoaro/fix/bulk-add-html-labelArthurHoaro2021-01-192-11/+13
|\
| * Fix: bulk add - use unique HTML IDArthurHoaro2021-01-192-11/+13
* | Fix: error when using bulk shaare with a single URLArthurHoaro2021-01-192-2/+2
|/
* Plugin system: allow plugins to provide custom routesArthurHoaro2020-11-151-0/+13
* Vintage theme: fix routes in daily pageArthurHoaro2020-11-091-4/+4
* Vintage theme: display global messagesArthurHoaro2020-11-091-0/+24
* Vintage theme: support async metadata retrievalArthurHoaro2020-11-091-7/+25
* Merge pull request #1621 from ArthurHoaro/feature/tag-separatorsArthurHoaro2020-11-087-9/+35
|\
| * Tags separator: vintage theme compatibilityArthurHoaro2020-11-053-5/+7
| * Feature: support any tag separatorArthurHoaro2020-11-054-4/+28
* | Display error details even with dev.debug set to falseArthurHoaro2020-11-051-2/+6
|/
* Fix confirm popup before bookmark deletionArthurHoaro2020-11-052-3/+5
* Bulk creation: displays a progress bar when saving all displayed formsArthurHoaro2020-10-271-0/+9
* Bulk creation: fix private status based on the first formArthurHoaro2020-10-272-3/+3
* Feature: bulk creation of bookmarksArthurHoaro2020-10-273-0/+94
* Feature: add weekly and monthly view/RSS feed for daily pageArthurHoaro2020-10-272-15/+28
* Feature: Share private bookmarks using a URL containing a private keyArthurHoaro2020-10-271-0/+7
* Feature: add a Server administration pageArthurHoaro2020-10-214-8/+213
* Asynchronous retrieval of bookmark's thumbnailsArthurHoaro2020-10-202-6/+12
* Merge pull request #1567 from ArthurHoaro/feature/async-title-retrievalArthurHoaro2020-10-201-4/+18
|\
| * Add a setting to retrieve bookmark metadata asynchrounouslyArthurHoaro2020-10-151-4/+18
* | Feature: highlight fulltext search resultsArthurHoaro2020-10-161-3/+3
* | Improve Manage tags pageArthurHoaro2020-10-162-3/+3
* | Support using Shaarli without URL rewritingArthurHoaro2020-10-166-8/+8
|/
* Add Markdown Extra formatterArthurHoaro2020-10-131-1/+1
* Security: fix multiple XSS vulnerabilities + fix search tags with special charsArthurHoaro2020-10-063-10/+10
* Issue #1437 - Make tag cloud/list views buttons more obvioussprak30002020-10-021-2/+2
* Fix undefined linkdate variable in vintage themeArthurHoaro2020-09-251-1/+0
* Fix plugin base path in core pluginsArthurHoaro2020-09-221-1/+1
* Merge pull request #1519 from ArthurHoaro/fix/mobile-pin-linkArthurHoaro2020-09-031-1/+11
|\
| * Default template: display pin button in mobile viewArthurHoaro2020-08-271-1/+11
* | 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
|/
* Move all admin controller into a dedicated groupArthurHoaro2020-08-134-6/+6
* Better support for notes permalinkArthurHoaro2020-07-281-1/+1
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-2612-29/+30
* 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
* Process thumbnail synchronize page through Slim controllersArthurHoaro2020-07-235-6/+6
* Process plugins administration page through Slim controllersArthurHoaro2020-07-236-9/+10
* Process bookmarks import through Slim controllerArthurHoaro2020-07-234-4/+4
* Process bookmark exports through Slim controllersArthurHoaro2020-07-234-6/+4
* Pin bookmarks through Slim controllerArthurHoaro2020-07-231-1/+1
* Fix bookmarklet with new routesArthurHoaro2020-07-234-6/+4
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-2318-43/+43
* Explicitly define base and asset path in templatesArthurHoaro2020-07-2340-132/+134