| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Private/Hidden tags | ArthurHoaro | 2016-02-15 | 3 | -2/+20 |
* | Add exclusion in tag search | ArthurHoaro | 2016-02-15 | 4 | -3/+39 |
* | Introduce the Updater class which | ArthurHoaro | 2016-02-15 | 3 | -42/+295 |
* | Merge pull request #453 from ArthurHoaro/pr450 | Arthur | 2016-02-01 | 1 | -1/+16 |
|\ |
|
| * | Implemented searching for a phrase in double-quotes or all words in no partic... | Florian Voigt | 2016-02-01 | 1 | -1/+16 |
* | | Merge pull request #388 from ArthurHoaro/pluginadmin | Arthur | 2016-01-31 | 3 | -0/+130 |
|\ \ |
|
| * | | Fixes #378 - Plugin administration UI. | ArthurHoaro | 2016-01-31 | 3 | -0/+130 |
| |/ |
|
* | | Merge pull request #379 from ArthurHoaro/plugin-markdown | Arthur | 2016-01-31 | 1 | -0/+112 |
|\ \
| |/
|/| |
|
| * | PLUGIN Markdown | ArthurHoaro | 2016-01-03 | 1 | -0/+112 |
* | | fix: use PHP_EOL for carriage returns in file logs | VirtualTam | 2016-01-18 | 1 | -1/+1 |
* | | Logging: improve formatting to enable fail2ban parsing | VirtualTam | 2016-01-16 | 1 | -1/+1 |
* | | Logging: move logm() from index.php to application/Utils.php | VirtualTam | 2016-01-16 | 1 | -0/+66 |
* | | Fixes #410 - Retrieve title fails in multiple cases | ArthurHoaro | 2016-01-11 | 3 | -13/+116 |
* | | Merge pull request #424 from ArthurHoaro/search | Arthur | 2016-01-06 | 3 | -208/+268 |
|\ \ |
|
| * | | Link filter refactoring | ArthurHoaro | 2016-01-06 | 3 | -208/+268 |
* | | | Merge pull request #417 from ArthurHoaro/wallabag-improve | VirtualTam | 2016-01-02 | 3 | -1/+74 |
|\ \ \
| |/ /
|/| | |
|
| * | | Wallabag plugin improvement | ArthurHoaro | 2015-12-27 | 3 | -1/+74 |
| |/ |
|
* / | QRCode plugin: use url instead of real_url | ArthurHoaro | 2015-12-22 | 1 | -2/+2 |
|/ |
|
* | Remove dummycache folder on tear down. | ArthurHoaro | 2015-12-03 | 1 | -1/+10 |
* | application: default to the "stable" branch for update checks | VirtualTam | 2015-11-27 | 1 | -2/+12 |
* | application: refactor version checks, move to ApplicationUtils | VirtualTam | 2015-11-26 | 4 | -5/+223 |
* | URL encode links when a redirector is set. | ArthurHoaro | 2015-11-26 | 3 | -2/+62 |
* | application: move checkPHPVersion from Utils to ApplicationUtils | VirtualTam | 2015-11-24 | 2 | -31/+31 |
* | install: check file/directory permissions for Shaarli resources | VirtualTam | 2015-11-24 | 2 | -2/+72 |
* | cleanup: remove the executable bit from source scripts | VirtualTam | 2015-11-11 | 2 | -0/+0 |
* | Merge pull request #275 from shaarli/plugin-proposition | Arthur | 2015-11-08 | 10 | -177/+1179 |
|\ |
|
| * | Merge pull request #281 from ArthurHoaro/plugin-wallabag | Arthur | 2015-11-08 | 1 | -0/+49 |
| |\ |
|
| | * | unit tests for the wallabag plugin | ArthurHoaro | 2015-11-08 | 1 | -0/+49 |
| * | | 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 |