| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Merge pull request #280 from ArthurHoaro/plugin-readityourself | Arthur | 2015-11-08 | 1 | -0/+75 |
| |\ \ |
|
| | * | | unit tests for readityourself plugin + remove hard error | ArthurHoaro | 2015-11-08 | 1 | -0/+75 |
| | |/ |
|
| * | | Merge pull request #279 from ArthurHoaro/plugin-addlink_toolbar | Arthur | 2015-11-08 | 1 | -0/+100 |
| |\ \ |
|
| | * | | unit test for addlink_toolbar + coding style | ArthurHoaro | 2015-11-08 | 1 | -0/+100 |
| | |/ |
|
| * | | Merge pull request #284 from ArthurHoaro/plugin-playvideos | Arthur | 2015-11-07 | 1 | -0/+61 |
| |\ \ |
|
| | * | | Add unit tests for Playvideos plugin | ArthurHoaro | 2015-11-07 | 1 | -0/+61 |
| | |/ |
|
| * | | Merge pull request #285 from ArthurHoaro/plugin-qrcode | Arthur | 2015-11-07 | 1 | -0/+67 |
| |\ \ |
|
| | * | | Add unit tests for the QRCode plugin | ArthurHoaro | 2015-11-07 | 1 | -0/+67 |
| | |/ |
|
| * / | Add unit test for archiveorg plugin | ArthurHoaro | 2015-11-07 | 1 | -0/+48 |
| |/ |
|
| * | Unit tests for Router and PluginManager. | ArthurHoaro | 2015-11-07 | 4 | -184/+184 |
| * | Plugin system - CORE | ArthurHoaro | 2015-11-07 | 3 | -0/+602 |
* | | Fixes #356 | ArthurHoaro | 2015-11-04 | 1 | -0/+2 |
|/ |
|
* | HTTP: move server URL functions to `HttpUtils.php` | VirtualTam | 2015-09-14 | 4 | -0/+283 |
* | Url: introduce global helper functions for cleanup and scheme detection | Guillaume Virlet | 2015-09-08 | 4 | -27/+143 |
* | HTTP: move utils to a proper file, add tests | VirtualTam | 2015-09-06 | 1 | -0/+38 |
* | Session ID: extend the regex to match possible hash representations | VirtualTam | 2015-09-06 | 2 | -4/+107 |
* | Allow uppercase letters in PHP sessionid format | ArthurHoaro | 2015-09-02 | 1 | -1/+1 |
* | Merge pull request #326 from ArthurHoaro/bug-url | VirtualTam | 2015-08-31 | 1 | -0/+16 |
|\ |
|
| * | Fixes #325 - Shaarli does not recognize saved links | ArthurHoaro | 2015-08-31 | 1 | -0/+16 |
* | | Avoid Full Path Disclosure error on session error. | ArthurHoaro | 2015-08-22 | 1 | -1/+18 |
|/ |
|
* | Links: refactor & improve URL cleanup | VirtualTam | 2015-08-15 | 1 | -0/+154 |
* | Cache: simplify cached content cleanup, improve tests | VirtualTam | 2015-08-13 | 1 | -1/+17 |
* | CachedPage: move to a proper file, add tests | VirtualTam | 2015-08-13 | 4 | -7/+186 |
* | Installation: default to the server's timezone | VirtualTam | 2015-08-04 | 1 | -1/+0 |
* | PHP: ensure 5.3 compatibility, refactor timezone utilities | VirtualTam | 2015-07-13 | 4 | -12/+127 |
* | Merge pull request #257 from ArthurHoaro/tag-http-referer | VirtualTam | 2015-07-12 | 1 | -1/+26 |
|\ |
|
| * | Prevent redirection loop everytime we rely on HTTP_REFERER: | ArthurHoaro | 2015-07-12 | 1 | -1/+26 |
* | | LinkDB: prefix private members with an underscore | VirtualTam | 2015-07-09 | 2 | -12/+12 |
* | | Merge pull request #255 from ArthurHoaro/config | VirtualTam | 2015-07-09 | 1 | -0/+177 |
|\ \
| |/
|/| |
|
| * | All settings are now stored in config.php | ArthurHoaro | 2015-07-09 | 1 | -0/+177 |
* | | LinkDB::filterDay(): check input date format | VirtualTam | 2015-07-09 | 2 | -10/+32 |
|/ |
|
* | 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 | 2 | -21/+15 |
|/ |
|
* | 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 | 4 | -0/+717 |