| Commit message (Expand) | Author | Age | Files | Lines |
* | Shaarli's translation | ArthurHoaro | 2017-10-22 | 2 | -0/+19 |
* | Merge pull request #841 from ArthurHoaro/feature/search-no-tag | ArthurHoaro | 2017-05-25 | 1 | -1/+25 |
|\ |
|
| * | Empty tag search will look for not tagged links | ArthurHoaro | 2017-05-25 | 1 | -1/+25 |
* | | History: fix entries order | ArthurHoaro | 2017-05-07 | 1 | -11/+11 |
* | | API: Get History endpoint | ArthurHoaro | 2017-05-07 | 1 | -0/+82 |
* | | REST API: implement POST link service | ArthurHoaro | 2017-03-27 | 1 | -1/+1 |
|/ |
|
* | Link imports are now logged in `data/` folder, and can be debug using `dev.de... | ArthurHoaro | 2017-03-10 | 1 | -1/+1 |
* | Minor improvements regarding #705 (coding style, unit tests, etc.) | ArthurHoaro | 2017-01-05 | 1 | -1/+2 |
* | Add a persistent 'shorturl' key to all links | ArthurHoaro | 2016-12-12 | 1 | -10/+10 |
* | Unit Test for the new ID system | ArthurHoaro | 2016-12-12 | 1 | -14/+47 |
* | LinkDB: explicit method visibility | VirtualTam | 2016-10-20 | 1 | -1/+1 |
* | Merge pull request #622 from ArthurHoaro/update-date | Arthur | 2016-10-12 | 1 | -2/+4 |
|\ |
|
| * | Set updated date for items in feeds | ArthurHoaro | 2016-08-03 | 1 | -2/+4 |
* | | Fix: add missing final newlines, untabify text | VirtualTam | 2016-08-13 | 1 | -1/+1 |
|/ |
|
* | Better whitespace handling in tags | ArthurHoaro | 2016-08-02 | 1 | -1/+1 |
* | Merge pull request #558 from ArthurHoaro/hashtag4 | Arthur | 2016-07-09 | 1 | -7/+7 |
|\ |
|
| * | Hashtag system | ArthurHoaro | 2016-06-06 | 1 | -7/+7 |
* | | Merge pull request #570 from ArthurHoaro/config-manager | Arthur | 2016-07-09 | 3 | -0/+53 |
|\ \
| |/
|/| |
|
| * | Add closing PHP tags to JSON config files | ArthurHoaro | 2016-06-20 | 2 | -0/+3 |
| * | Rename configuration key for better sections | ArthurHoaro | 2016-06-11 | 1 | -4/+6 |
| * | Rename configuration keys and fix GLOBALS in templates | ArthurHoaro | 2016-06-11 | 3 | -30/+22 |
| * | Adds ConfigJson which handle the configuration in JSON format. | ArthurHoaro | 2016-06-11 | 3 | -0/+27 |
| * | Replace $GLOBALS configuration with the configuration manager in the whole co... | ArthurHoaro | 2016-06-11 | 2 | -0/+29 |
* | | Fixes #497: ignore case difference between tags | ArthurHoaro | 2016-05-31 | 1 | -1/+1 |
|/ |
|
* | FeedBuilder unit tests | ArthurHoaro | 2016-03-25 | 1 | -9/+11 |
* | Support text search across link fields. | ArthurHoaro | 2016-02-15 | 1 | -4/+4 |
* | Improved search: combine AND, exact terms and exclude search. | ArthurHoaro | 2016-02-15 | 1 | -1/+10 |
* | Private/Hidden tags | ArthurHoaro | 2016-02-15 | 1 | -1/+1 |
* | Add exclusion in tag search | ArthurHoaro | 2016-02-15 | 1 | -1/+1 |
* | Link filter refactoring | ArthurHoaro | 2016-01-06 | 1 | -0/+5 |
* | Session ID: extend the regex to match possible hash representations | VirtualTam | 2015-09-06 | 1 | -0/+55 |
* | CachedPage: move to a proper file, add tests | VirtualTam | 2015-08-13 | 1 | -1/+0 |
* | LinkDB: prefix private members with an underscore | VirtualTam | 2015-07-09 | 1 | -10/+10 |
* | LinkDB: do not access global variables | VirtualTam | 2015-06-24 | 1 | -2/+2 |
* | LinkDB: move to a proper file, add test coverage | VirtualTam | 2015-06-11 | 1 | -0/+128 |