| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1141 from ArthurHoaro/api/tags | ArthurHoaro | 2018-07-10 | 11 | -0/+711 |
|\ |
|
| * | GetTagsTest - Update to alpha sort for equal occurences | ArthurHoaro | 2018-07-05 | 3 | -8/+8 |
| * | Implements Tags endpoints for Shaarli's REST API | ArthurHoaro | 2018-06-04 | 11 | -0/+711 |
* | | docker: move testing resources to tests/docker | VirtualTam | 2018-06-16 | 4 | -0/+141 |
|/ |
|
* | Merge pull request #1143 from ArthurHoaro/sort-equal-tags | ArthurHoaro | 2018-06-04 | 1 | -0/+100 |
|\ |
|
| * | Tag sort - UT + comment + fix filter and visibility | ArthurHoaro | 2018-05-29 | 1 | -0/+100 |
* | | SessionManager+LoginManager: fix checkLoginState logic | VirtualTam | 2018-06-02 | 1 | -5/+10 |
* | | Add test coverage for LoginManager methods | VirtualTam | 2018-06-02 | 3 | -6/+157 |
* | | SessionManager: remove unused UID token | VirtualTam | 2018-06-02 | 1 | -13/+0 |
* | | Refactor LoginManager stay-signed-in token management | VirtualTam | 2018-06-02 | 1 | -0/+31 |
* | | Refactor session and cookie timeout control | VirtualTam | 2018-06-02 | 1 | -22/+159 |
* | | Move LoginManager and SessionManager to the Security namespace | VirtualTam | 2018-06-02 | 2 | -2/+2 |
* | | Refactor user credential validation at login time | VirtualTam | 2018-05-29 | 1 | -2/+2 |
* | | Refactor client session hijacking protection | VirtualTam | 2018-05-29 | 1 | -0/+52 |
* | | Fix feed permalink rendering with markdown escape set to true | ArthurHoaro | 2018-05-19 | 1 | -0/+55 |
|/ |
|
* | Update parsedown to its latest version instead of fixed 1.6 | ArthurHoaro | 2018-03-31 | 1 | -2/+2 |
* | Merge pull request #1093 from ArthurHoaro/feature/theme-translation | ArthurHoaro | 2018-03-26 | 4 | -0/+68 |
|\ |
|
| * | Load theme translations files automatically | ArthurHoaro | 2018-03-26 | 4 | -0/+68 |
* | | Merge pull request #1096 from ArthurHoaro/feature/download-params | ArthurHoaro | 2018-03-13 | 1 | -0/+64 |
|\ \ |
|
| * | | Make max download size and timeout configurable | ArthurHoaro | 2018-03-07 | 1 | -0/+64 |
| |/ |
|
* / | PSR: use elseif instead of else if | ArthurHoaro | 2018-02-28 | 1 | -1/+1 |
|/ |
|
* | Ignore the case while checking DOCTYPE during the file import | ArthurHoaro | 2018-02-23 | 2 | -0/+23 |
* | Refactor login / ban authentication steps | VirtualTam | 2018-02-05 | 2 | -1/+233 |
* | Merge pull request #1074 from kalvn/feature/dailymarkdown | ArthurHoaro | 2018-02-02 | 1 | -17/+11 |
|\ |
|
| * | Executes daily hooks before creating columns. | kalvn | 2018-02-01 | 1 | -17/+11 |
* | | Drop PHP 5.5 compatibility and upgrade PHPUnit to v5.x | ArthurHoaro | 2018-02-02 | 1 | -2/+4 |
|/ |
|
* | Fix warnings when upgrading from legacy SebSauvage version | ArthurHoaro | 2018-01-25 | 2 | -0/+15 |
* | Merge pull request #977 from ArthurHoaro/feature/dl-filter | ArthurHoaro | 2018-01-23 | 1 | -20/+224 |
|\ |
|
| * | Extract the title/charset during page download, and check content type | ArthurHoaro | 2017-10-28 | 1 | -20/+224 |
* | | Merge pull request #1025 from ArthurHoaro/hotfix/proxy-443 | ArthurHoaro | 2017-12-03 | 1 | -0/+32 |
|\ \ |
|
| * | | Force HTTPS if the original port is 443 behind a reverse proxy | ArthurHoaro | 2017-12-02 | 1 | -0/+32 |
* | | | Improve SessionManager constructor and tests | VirtualTam | 2017-11-08 | 2 | -21/+22 |
|/ / |
|
* | | Don't URL encode description links if parameter 'redirector.encode_url' is se... | ArthurHoaro | 2017-11-07 | 1 | -0/+15 |
* | | Merge pull request #962 from ArthurHoaro/feature/perfs2 | ArthurHoaro | 2017-10-28 | 2 | -1/+35 |
|\ \ |
|
| * | | Performances: reorder links when they're written instead of read | ArthurHoaro | 2017-09-02 | 2 | -1/+35 |
* | | | Improve SessionManager tests | VirtualTam | 2017-10-24 | 1 | -0/+23 |
* | | | Move session ID check to SessionManager | VirtualTam | 2017-10-22 | 2 | -59/+66 |
* | | | Refactor session token management | VirtualTam | 2017-10-22 | 1 | -0/+72 |
* | | | Add language selection in the configure page of the default theme | ArthurHoaro | 2017-10-22 | 2 | -4/+8 |
* | | | Shaarli's translation | ArthurHoaro | 2017-10-22 | 7 | -31/+388 |
* | | | Don't write History for link import | ArthurHoaro | 2017-10-07 | 1 | -43/+38 |
* | | | Merge pull request #976 from ArthurHoaro/hotfix/url-parentheses | ArthurHoaro | 2017-09-30 | 1 | -0/+10 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix parsing for description links with parentheses | ArthurHoaro | 2017-09-29 | 1 | -0/+10 |
* | | | Merge pull request #947 from thewilli/wildcardsearch | ArthurHoaro | 2017-09-29 | 1 | -0/+83 |
|\ \ \
| |/ /
|/| | |
|
| * | | wildcard tag search support | Willi Eggeling | 2017-08-30 | 1 | -0/+83 |
* | | | Tests: update localization tests | VirtualTam | 2017-09-19 | 3 | -18/+18 |
| |/
|/| |
|
* | | Make work behind a reverse proxy | ArthurHoaro | 2017-09-02 | 1 | -0/+36 |
|/ |
|
* | Merge pull request #887 from ArthurHoaro/hotfix/dash-tag-rename | ArthurHoaro | 2017-08-05 | 1 | -0/+55 |
|\ |
|
| * | Move tag renaming code to LinkDB and unit test it | ArthurHoaro | 2017-08-05 | 1 | -0/+55 |
* | | Merge pull request #889 from Lucas-C/master | VirtualTam | 2017-08-03 | 1 | -2/+1 |
|\ \ |
|