| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a button to set links as sticky | ArthurHoaro | 2018-10-06 | 1 | -0/+3 |
* | Tag sort - UT + comment + fix filter and visibility | ArthurHoaro | 2018-05-29 | 1 | -7/+18 |
* | Fix order of tags with the same number of occurrences | ArthurHoaro | 2018-05-19 | 1 | -2/+4 |
* | Merge pull request #962 from ArthurHoaro/feature/perfs2 | ArthurHoaro | 2017-10-28 | 1 | -9/+8 |
|\ |
|
| * | Performances: reorder links when they're written instead of read | ArthurHoaro | 2017-09-02 | 1 | -9/+8 |
* | | Shaarli's translation | ArthurHoaro | 2017-10-22 | 1 | -10/+10 |
|/ |
|
* | migrated Github wiki links to readthedocs | Willi Eggeling | 2017-08-26 | 1 | -1/+1 |
* | Merge pull request #887 from ArthurHoaro/hotfix/dash-tag-rename | ArthurHoaro | 2017-08-05 | 1 | -0/+33 |
|\ |
|
| * | Move tag renaming code to LinkDB and unit test it | ArthurHoaro | 2017-08-05 | 1 | -0/+33 |
* | | Using only one form in linklist.html + adding untaggedonly filter - fix #885 | Lucas Cimon | 2017-07-30 | 1 | -3/+4 |
|/ |
|
* | Merge pull request #841 from ArthurHoaro/feature/search-no-tag | ArthurHoaro | 2017-05-25 | 1 | -22/+5 |
|\ |
|
| * | Empty tag search will look for not tagged links | ArthurHoaro | 2017-05-25 | 1 | -22/+5 |
* | | Adding ability to display subtags in tagcloud | Lucas Cimon | 2017-05-24 | 1 | -4/+7 |
* | | Merge pull request #764 from ArthurHoaro/feature/history | ArthurHoaro | 2017-05-06 | 1 | -29/+2 |
|\ \ |
|
| * | | Move database read/write to FileUtils class + additional unit tests | ArthurHoaro | 2017-03-21 | 1 | -29/+2 |
| |/ |
|
* / | Fix offset check with link ID = 0 | ArthurHoaro | 2017-04-05 | 1 | -2/+2 |
|/ |
|
* | Update LinkFilter to be able to filter only public links | ArthurHoaro | 2017-01-16 | 1 | -3/+3 |
* | Add a persistent 'shorturl' key to all links | ArthurHoaro | 2016-12-12 | 1 | -4/+8 |
* | Link ID refactoring | ArthurHoaro | 2016-12-12 | 1 | -43/+135 |
* | LinkDB: explicit method visibility | VirtualTam | 2016-10-20 | 1 | -6/+6 |
* | LinkDB: update datastore method names | VirtualTam | 2016-10-20 | 1 | -8/+8 |
* | LinkDB: do not prefix privates with an underscore | VirtualTam | 2016-10-20 | 1 | -67/+67 |
* | Save the update date in LinkDB and pass it to linklist templates | ArthurHoaro | 2016-08-03 | 1 | -1/+2 |
* | Better whitespace handling in tags | ArthurHoaro | 2016-08-02 | 1 | -1/+1 |
* | Better whitespace handling in tags. Fixes #571 | Chris Kuethe | 2016-08-02 | 1 | -2/+2 |
* | Hashtag system | ArthurHoaro | 2016-06-06 | 1 | -1/+1 |
* | Merge pull request #583 from ArthurHoaro/enhance/tag-case | Arthur | 2016-06-03 | 1 | -2/+9 |
|\ |
|
| * | Fixes #497: ignore case difference between tags | ArthurHoaro | 2016-05-31 | 1 | -2/+9 |
* | | Fixes #480: add an option to urlencode redirector URL | ArthurHoaro | 2016-04-09 | 1 | -6/+29 |
|/ |
|
* | Refactor filter in LinkDB | ArthurHoaro | 2016-03-25 | 1 | -5/+59 |
* | Allow crossed search between terms and tags | ArthurHoaro | 2016-02-28 | 1 | -2/+1 |
* | cleanup: use DateTime to format dates | VirtualTam | 2016-02-17 | 1 | -0/+3 |
* | Private/Hidden tags | ArthurHoaro | 2016-02-15 | 1 | -0/+7 |
* | Add exclusion in tag search | ArthurHoaro | 2016-02-15 | 1 | -1/+1 |
* | Introduce the Updater class which | ArthurHoaro | 2016-02-15 | 1 | -6/+4 |
* | Bugfix: prevent LinkFilter to work on outdated data. | ArthurHoaro | 2016-01-20 | 1 | -8/+4 |
* | Fixes #426 - Do not filter with blank tags. | ArthurHoaro | 2016-01-06 | 1 | -1/+1 |
* | Link filter refactoring | ArthurHoaro | 2016-01-06 | 1 | -105/+15 |
* | QRCode plugin: use url instead of real_url | ArthurHoaro | 2015-12-22 | 1 | -1/+3 |
* | URL encode links when a redirector is set. | ArthurHoaro | 2015-11-26 | 1 | -3/+17 |
* | install: check file/directory permissions for Shaarli resources | VirtualTam | 2015-11-24 | 1 | -9/+26 |
* | Url: introduce global helper functions for cleanup and scheme detection | Guillaume Virlet | 2015-09-08 | 1 | -0/+4 |
* | CachedPage: move to a proper file, add tests | VirtualTam | 2015-08-13 | 1 | -3/+4 |
* | LinkDB: prefix private members with an underscore | VirtualTam | 2015-07-09 | 1 | -62/+62 |
* | LinkDB::filterDay(): check input date format | VirtualTam | 2015-07-09 | 1 | -1/+4 |
* | Merge remote-tracking branch 'ArthurHoaro/default-links' | nodiscc | 2015-06-26 | 1 | -6/+10 |
|\ |
|
| * | Change fresh install default link | ArthurHoaro | 2015-06-24 | 1 | -6/+10 |
* | | Merge remote-tracking branch 'virtualtam/linkdb/remove-globals' | nodiscc | 2015-06-26 | 1 | -12/+19 |
|\ \ |
|
| * | | LinkDB: do not access global variables | VirtualTam | 2015-06-24 | 1 | -12/+19 |
| |/ |
|
* / | Restore compatability with php 5.3 | Felix Bartels | 2015-06-26 | 1 | -1/+1 |
|/ |
|