aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #896 from ArthurHoaro/hotfix/firefox-social-subdirVirtualTam2017-07-231-2/+2
|\
| * Fix Firefox Social button in the default themeArthurHoaro2017-06-111-2/+2
* | Remove merge conflict leftovernodiscc2017-07-111-11/+1
* | Generate HTML documentation using MkDocs (WIP)nodiscc2017-06-181-0/+10
* | Tagcloud/list improvmentsLucas Cimon2017-06-092-2/+10
|/
* Fixing "Uncaught TypeError" in shaarli.js - fix #893Lucas Cimon2017-06-071-2/+3
* Merge pull request #882 from ArthurHoaro/feature/edit-timestampArthurHoaro2017-05-312-2/+15
|\
| * Add creation date when editing a linkArthurHoaro2017-05-312-2/+15
* | Merge pull request #884 from ArthurHoaro/hotfix/bookmarklet-url-limitArthurHoaro2017-05-311-2/+12
|\ \
| * | Bookmarklet size limit: increase to 4500 chars and add an alert warningArthurHoaro2017-05-281-2/+12
| * | Selection is now limited to 2k characters using bookmarkletsArthurHoaro2017-05-251-2/+2
| |/
* / Display visited links in greyArthurHoaro2017-05-251-2/+2
|/
* Merge pull request #841 from ArthurHoaro/feature/search-no-tagArthurHoaro2017-05-252-2/+10
|\
| * Empty tag search will look for not tagged linksArthurHoaro2017-05-252-2/+10
* | Merge pull request #881 from ArthurHoaro/feature/note-bookmarkletArthurHoaro2017-05-252-4/+19
|\ \
| * | Add Note bookmarklet #580philipp-r2017-05-252-4/+19
* | | Tag list: use awesomplete for tag auto completionArthurHoaro2017-05-253-3/+69
* | | Adds a taglist view with edit/delete buttonsArthurHoaro2017-05-255-4/+276
* | | Add a token available everywhereArthurHoaro2017-05-251-0/+3
* | | Move tagcloud template file to tag.cloudArthurHoaro2017-05-252-0/+4
* | | Merge pull request #819 from ArthurHoaro/feature/multi-deleteArthurHoaro2017-05-254-9/+82
|\ \ \
| * | | Bulk deletion: remove JS ES6 syntaxArthurHoaro2017-05-081-65/+46
| * | | Bulk deletionArthurHoaro2017-05-084-3/+95
* | | | Adding ability to display subtags in tagcloudLucas Cimon2017-05-243-3/+25
* | | | Fixes file existence check for user.csskalvn2017-05-091-1/+1
|/ / /
* | | Rename title link label to home link and apply it in vintage themeArthurHoaro2017-05-033-4/+4
* | | Merge pull request #852 from ArthurHoaro/theme/install-passwordArthurHoaro2017-04-251-1/+1
|\ \ \
| * | | Theme: use a password type field during the installArthurHoaro2017-04-251-1/+1
* | | | Merge pull request #830 from ArthurHoaro/theme/timezoneArthurHoaro2017-04-258-36/+176
|\ \ \ \ | |/ / / |/| | |
| * | | Apply the new timezone template variables to the vintage themeArthurHoaro2017-04-045-4/+85
| * | | Apply the new timezone template variables to the default themeArthurHoaro2017-04-043-32/+91
* | | | Use raw bytes for upload size hidden inputArthurHoaro2017-04-101-0/+1
* | | | Fix a warning generated in return_bytes function and refactor itArthurHoaro2017-04-031-1/+1
* | | | Theme: use format_date function for daily dateArthurHoaro2017-03-281-1/+1
| |_|/ |/| |
* | | Theme: JS - Fix a bug preventing edit margin suppression to workArthurHoaro2017-03-271-2/+1
* | | Theme: change global font to Roboto and include bold variantArthurHoaro2017-03-247-11/+20
| |/ |/|
* | Add API setting in the new theme during the installationArthurHoaro2017-03-223-4/+22
|/
* Merge pull request #804 from ArthurHoaro/feature/atom-defaultArthurHoaro2017-03-211-2/+2
|\
| * Fixes #304: use atom feed as defaultArthurHoaro2017-03-111-2/+2
* | Theme: display shaarli version in the footer when logged inArthurHoaro2017-03-121-1/+5
* | Merge pull request #811 from ArthurHoaro/theme/awesomplete-overflowArthurHoaro2017-03-122-1/+5
|\ \
| * | Fixes #806: display overflow for awesomplete listArthurHoaro2017-03-122-1/+5
* | | Theme: Vertical align theme select in configureArthurHoaro2017-03-122-1/+2
|/ /
* | Remove inline JS and add LibreJS headers in JS filesArthurHoaro2017-03-128-110/+142
* | Merge pull request #803 from ArthurHoaro/feature/awesomplete-autofirstArthurHoaro2017-03-112-2/+2
|\ \
| * | Fixes #657: use data-autofirst parameter for awesomepleteArthurHoaro2017-03-112-2/+2
| |/
* / Fixes #793: display the star logo on mobile instead of home logoArthurHoaro2017-03-111-1/+1
|/
* Prevent git from messing with font filesArthurHoaro2017-03-098-652/+2668
* Merge pull request #792 from ArthurHoaro/feature/private-filter-visualArthurHoaro2017-03-092-1/+11
|\
| * Display private only filter as search parameterArthurHoaro2017-03-082-1/+11