| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #987 from ArthurHoaro/hotfix/security-issue | ArthurHoaro | 2017-10-07 | 1 | -1/+1 |
|\ |
|
| * | Fix security issue reported by @chbi | ArthurHoaro | 2017-10-07 | 1 | -1/+1 |
* | | Merge pull request #979 from ArthurHoaro/feature/assets-cache-version | VirtualTam | 2017-10-06 | 2 | -10/+10 |
|\ \ |
|
| * | | Add a version hash for asset loading to prevent browser's cache issue | ArthurHoaro | 2017-10-01 | 2 | -10/+10 |
| |/ |
|
* / | Fix jumpy textarea with long content in post edit | ArthurHoaro | 2017-10-01 | 1 | -0/+6 |
|/ |
|
* | visited links color: same hue as unvisited links, darkened | nodiscc | 2017-09-04 | 1 | -1/+1 |
* | Merge pull request #939 from ArthurHoaro/hotfix/firefox-social-title | ArthurHoaro | 2017-09-02 | 1 | -1/+2 |
|\ |
|
| * | Firefox Social title: Use document.title instead of RainTPL variable | ArthurHoaro | 2017-09-02 | 1 | -1/+2 |
* | | Merge pull request #950 from thewilli/delete-fix | ArthurHoaro | 2017-09-01 | 1 | -3/+3 |
|\ \ |
|
| * | | fixed link deletion | Willi Eggeling | 2017-08-30 | 1 | -3/+3 |
* | | | new setting: default value for 'remember me' checkbox | Willi Eggeling | 2017-08-27 | 2 | -2/+5 |
|/ / |
|
* / | fixed note bookmarklet | Willi Eggeling | 2017-08-24 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #925 from ArthurHoaro/theme/remove-2nd-sort-by | ArthurHoaro | 2017-08-19 | 1 | -2/+0 |
|\ |
|
| * | Remove the 2nd green 'sort by' row in link list | ArthurHoaro | 2017-08-19 | 1 | -2/+0 |
* | | Hide the search link if no tag has been searched in tag list | ArthurHoaro | 2017-08-19 | 1 | -3/+5 |
|/ |
|
* | Merge pull request #889 from Lucas-C/master | VirtualTam | 2017-08-03 | 4 | -80/+65 |
|\ |
|
| * | Using only one form in linklist.html + adding untaggedonly filter - fix #885 | Lucas Cimon | 2017-07-30 | 4 | -80/+65 |
* | | Merge pull request #896 from ArthurHoaro/hotfix/firefox-social-subdir | VirtualTam | 2017-07-23 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix Firefox Social button in the default theme | ArthurHoaro | 2017-06-11 | 1 | -2/+2 |
* | | | Remove merge conflict leftover | nodiscc | 2017-07-11 | 1 | -11/+1 |
* | | | Generate HTML documentation using MkDocs (WIP) | nodiscc | 2017-06-18 | 1 | -0/+10 |
| |/
|/| |
|
* | | Tagcloud/list improvments | Lucas Cimon | 2017-06-09 | 2 | -2/+10 |
|/ |
|
* | Fixing "Uncaught TypeError" in shaarli.js - fix #893 | Lucas Cimon | 2017-06-07 | 1 | -2/+3 |
* | Merge pull request #882 from ArthurHoaro/feature/edit-timestamp | ArthurHoaro | 2017-05-31 | 2 | -2/+15 |
|\ |
|
| * | Add creation date when editing a link | ArthurHoaro | 2017-05-31 | 2 | -2/+15 |
* | | Merge pull request #884 from ArthurHoaro/hotfix/bookmarklet-url-limit | ArthurHoaro | 2017-05-31 | 1 | -2/+12 |
|\ \ |
|
| * | | Bookmarklet size limit: increase to 4500 chars and add an alert warning | ArthurHoaro | 2017-05-28 | 1 | -2/+12 |
| * | | Selection is now limited to 2k characters using bookmarklets | ArthurHoaro | 2017-05-25 | 1 | -2/+2 |
| |/ |
|
* / | Display visited links in grey | ArthurHoaro | 2017-05-25 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #841 from ArthurHoaro/feature/search-no-tag | ArthurHoaro | 2017-05-25 | 2 | -2/+10 |
|\ |
|
| * | Empty tag search will look for not tagged links | ArthurHoaro | 2017-05-25 | 2 | -2/+10 |
* | | Merge pull request #881 from ArthurHoaro/feature/note-bookmarklet | ArthurHoaro | 2017-05-25 | 2 | -4/+19 |
|\ \ |
|
| * | | Add Note bookmarklet #580 | philipp-r | 2017-05-25 | 2 | -4/+19 |
* | | | Tag list: use awesomplete for tag auto completion | ArthurHoaro | 2017-05-25 | 3 | -3/+69 |
* | | | Adds a taglist view with edit/delete buttons | ArthurHoaro | 2017-05-25 | 5 | -4/+276 |
* | | | Add a token available everywhere | ArthurHoaro | 2017-05-25 | 1 | -0/+3 |
* | | | Move tagcloud template file to tag.cloud | ArthurHoaro | 2017-05-25 | 2 | -0/+4 |
* | | | Merge pull request #819 from ArthurHoaro/feature/multi-delete | ArthurHoaro | 2017-05-25 | 4 | -9/+82 |
|\ \ \ |
|
| * | | | Bulk deletion: remove JS ES6 syntax | ArthurHoaro | 2017-05-08 | 1 | -65/+46 |
| * | | | Bulk deletion | ArthurHoaro | 2017-05-08 | 4 | -3/+95 |
* | | | | Adding ability to display subtags in tagcloud | Lucas Cimon | 2017-05-24 | 3 | -3/+25 |
* | | | | Fixes file existence check for user.css | kalvn | 2017-05-09 | 1 | -1/+1 |
|/ / / |
|
* | | | Rename title link label to home link and apply it in vintage theme | ArthurHoaro | 2017-05-03 | 3 | -4/+4 |
* | | | Merge pull request #852 from ArthurHoaro/theme/install-password | ArthurHoaro | 2017-04-25 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Theme: use a password type field during the install | ArthurHoaro | 2017-04-25 | 1 | -1/+1 |
* | | | | Merge pull request #830 from ArthurHoaro/theme/timezone | ArthurHoaro | 2017-04-25 | 8 | -36/+176 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Apply the new timezone template variables to the vintage theme | ArthurHoaro | 2017-04-04 | 5 | -4/+85 |
| * | | | Apply the new timezone template variables to the default theme | ArthurHoaro | 2017-04-04 | 3 | -32/+91 |
* | | | | Use raw bytes for upload size hidden input | ArthurHoaro | 2017-04-10 | 1 | -0/+1 |
* | | | | Fix a warning generated in return_bytes function and refactor it | ArthurHoaro | 2017-04-03 | 1 | -1/+1 |