| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | The tag is no longer private | ArthurHoaro | 2016-05-30 | 1 | -2/+4 |
| |/ |
|
* | | Merge pull request #583 from ArthurHoaro/enhance/tag-case | Arthur | 2016-06-03 | 3 | -4/+6 |
|\ \ |
|
| * | | Fixes #497: ignore case difference between tags | ArthurHoaro | 2016-05-31 | 3 | -4/+6 |
* | | | Url.php: remove unwanted ?PHPSESSID= URL parameters, | nodiscc | 2016-05-20 | 1 | -0/+1 |
| |/
|/| |
|
* | | Add private link counter | ArthurHoaro | 2016-05-13 | 1 | -0/+9 |
* | | Export: allow prepending notes with the Shaarli instance's URL | VirtualTam | 2016-05-06 | 1 | -4/+34 |
* | | typo | ArthurHoaro | 2016-05-05 | 1 | -2/+2 |
* | | Merge pull request #551 from ArthurHoaro/hotfix/timezone | Arthur | 2016-05-05 | 1 | -1/+1 |
|\ \ |
|
| * | | Use correct 'UTC' timezone | ArthurHoaro | 2016-05-03 | 1 | -1/+1 |
* | | | Merge pull request #532 from ArthurHoaro/hotfix/title-retrieve-the-return | Arthur | 2016-05-03 | 2 | -0/+42 |
|\ \ \ |
|
| * | | | Fixes #531 - Title retrieving is failing with multiple use case | ArthurHoaro | 2016-05-03 | 2 | -0/+42 |
| | |/
| |/| |
|
* | | | Refactor Netscape bookmark exporting | VirtualTam | 2016-04-10 | 1 | -0/+104 |
| |/
|/| |
|
* | | Fixes #480: add an option to urlencode redirector URL | ArthurHoaro | 2016-04-09 | 1 | -0/+7 |
|/ |
|
* | Merge pull request #522 from ArthurHoaro/hotfix/readershaare | VirtualTam | 2016-03-30 | 1 | -0/+7 |
|\ |
|
| * | Refactor and rebase #380: Firefox reader view links | ArthurHoaro | 2016-03-26 | 1 | -0/+7 |
* | | Merge pull request #520 from ArthurHoaro/plugins/nomarkdown | Arthur | 2016-03-26 | 1 | -1/+36 |
|\ \ |
|
| * | | Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare from being ... | ArthurHoaro | 2016-03-21 | 1 | -1/+36 |
* | | | Merge pull request #515 from ArthurHoaro/template-feeds | Arthur | 2016-03-25 | 5 | -25/+284 |
|\ \ \
| |_|/
|/| | |
|
| * | | Refactor filter in LinkDB | ArthurHoaro | 2016-03-25 | 3 | -10/+57 |
| * | | FeedBuilder unit tests | ArthurHoaro | 2016-03-25 | 3 | -15/+227 |
| |/ |
|
* / | Fixes #512: retrieving title didn't match the first closing tag | ArthurHoaro | 2016-03-08 | 1 | -0/+2 |
|/ |
|
* | Fixes #477: support multi reverse proxy with comma syntax | ArthurHoaro | 2016-02-28 | 1 | -0/+13 |
* | Merge pull request #496 from ArthurHoaro/cross-search | Arthur | 2016-02-28 | 1 | -1/+50 |
|\ |
|
| * | Allow crossed search between terms and tags | ArthurHoaro | 2016-02-28 | 1 | -1/+50 |
* | | Markdown: don't escape content + sanitize sensible tags | ArthurHoaro | 2016-02-19 | 1 | -7/+12 |
|/ |
|
* | Support text search across link fields. | ArthurHoaro | 2016-02-15 | 3 | -10/+50 |
* | Improved search: combine AND, exact terms and exclude search. | ArthurHoaro | 2016-02-15 | 3 | -5/+47 |
* | 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 |