| Commit message (Expand) | Author | Age | Files | Lines |
* | Move database read/write to FileUtils class + additional unit tests | ArthurHoaro | 2017-03-21 | 1 | -1/+1 |
* | Add a persistent 'shorturl' key to all links | ArthurHoaro | 2016-12-12 | 1 | -11/+11 |
* | Unit Test for the new ID system | ArthurHoaro | 2016-12-12 | 1 | -6/+33 |
* | LinkDB: update datastore method names | VirtualTam | 2016-10-20 | 1 | -4/+4 |
* | LinkDB: do not prefix privates with an underscore | VirtualTam | 2016-10-20 | 1 | -2/+2 |
* | Better whitespace handling in tags | ArthurHoaro | 2016-08-02 | 1 | -26/+4 |
* | add unit test | Chris Kuethe | 2016-08-02 | 1 | -0/+26 |
* | Merge pull request #558 from ArthurHoaro/hashtag4 | Arthur | 2016-07-09 | 1 | -1/+3 |
|\ |
|
| * | Hashtag system | ArthurHoaro | 2016-06-06 | 1 | -1/+3 |
* | | Merge pull request #570 from ArthurHoaro/config-manager | Arthur | 2016-07-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Replace $GLOBALS configuration with the configuration manager in the whole co... | ArthurHoaro | 2016-06-11 | 1 | -1/+1 |
* | | Merge pull request #583 from ArthurHoaro/enhance/tag-case | Arthur | 2016-06-03 | 1 | -2/+4 |
|\ \
| |/
|/| |
|
| * | Fixes #497: ignore case difference between tags | ArthurHoaro | 2016-05-31 | 1 | -2/+4 |
* | | Fixes #480: add an option to urlencode redirector URL | ArthurHoaro | 2016-04-09 | 1 | -0/+7 |
|/ |
|
* | Refactor filter in LinkDB | ArthurHoaro | 2016-03-25 | 1 | -4/+52 |
* | Support text search across link fields. | ArthurHoaro | 2016-02-15 | 1 | -0/+1 |
* | Improved search: combine AND, exact terms and exclude search. | ArthurHoaro | 2016-02-15 | 1 | -0/+1 |
* | Private/Hidden tags | ArthurHoaro | 2016-02-15 | 1 | -0/+19 |
* | Add exclusion in tag search | ArthurHoaro | 2016-02-15 | 1 | -2/+4 |
* | Link filter refactoring | ArthurHoaro | 2016-01-06 | 1 | -208/+21 |
* | application: refactor version checks, move to ApplicationUtils | VirtualTam | 2015-11-26 | 1 | -1/+1 |
* | URL encode links when a redirector is set. | ArthurHoaro | 2015-11-26 | 1 | -0/+23 |
* | install: check file/directory permissions for Shaarli resources | VirtualTam | 2015-11-24 | 1 | -2/+3 |
* | CachedPage: move to a proper file, add tests | VirtualTam | 2015-08-13 | 1 | -6/+2 |
* | PHP: ensure 5.3 compatibility, refactor timezone utilities | VirtualTam | 2015-07-13 | 1 | -6/+6 |
* | LinkDB: prefix private members with an underscore | VirtualTam | 2015-07-09 | 1 | -2/+2 |
* | LinkDB::filterDay(): check input date format | VirtualTam | 2015-07-09 | 1 | -10/+13 |
* | LinkDBTest: only check that the datastore is created and non-empty | VirtualTam | 2015-06-28 | 1 | -10/+4 |
* | Merge remote-tracking branch 'ArthurHoaro/default-links' | nodiscc | 2015-06-26 | 1 | -7/+7 |
|\ |
|
| * | Fixes unit tests: checking datastore filesize instead of hash. | ArthurHoaro | 2015-06-24 | 1 | -7/+7 |
* | | LinkDB: do not access global variables | VirtualTam | 2015-06-24 | 1 | -19/+13 |
|/ |
|
* | LinkDB: add 'hidePublicLinks' parameter to the constructor | VirtualTam | 2015-06-24 | 1 | -10/+27 |
* | LinkDB: move to a proper file, add test coverage | VirtualTam | 2015-06-11 | 1 | -0/+509 |