| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge pull request #257 from ArthurHoaro/tag-http-referer | VirtualTam | 2015-07-12 | 1 | -42/+49 |
|\ |
|
| * | Prevent redirection loop everytime we rely on HTTP_REFERER: | ArthurHoaro | 2015-07-12 | 1 | -42/+49 |
* | | English mistake cf sebsauvage/Shaarli#221 | Arthur | 2015-07-12 | 1 | -1/+1 |
* | | Fixes warning 'Undefined index: searchtags' while filtering by tags. | ArthurHoaro | 2015-07-12 | 1 | -1/+5 |
* | | Merge pull request #262 from ArthurHoaro/dup-tags | Arthur | 2015-07-12 | 1 | -0/+1 |
|\ \ |
|
| * | | Avoid tag duplicates | ArthurHoaro | 2015-07-12 | 1 | -4/+5 |
* | | | Merge pull request #268 from ArthurHoaro/dailrss-template | VirtualTam | 2015-07-11 | 1 | -41/+59 |
|\ \ \ |
|
| * | | | Include the whole <item> in dailyRSS | ArthurHoaro | 2015-07-11 | 1 | -41/+59 |
* | | | | Fix: data/config.php was not imported | VirtualTam | 2015-07-11 | 1 | -2/+8 |
|/ / / |
|
* | | | Merge pull request #255 from ArthurHoaro/config | VirtualTam | 2015-07-09 | 1 | -34/+52 |
|\ \ \
| |_|/
|/| | |
|
| * | | All settings are now stored in config.php | ArthurHoaro | 2015-07-09 | 1 | -38/+56 |
| |/ |
|
* | | LinkDB::filterDay(): check input date format | VirtualTam | 2015-07-09 | 1 | -1/+7 |
* | | Fixes #260: previous/next day links in daily | ArthurHoaro | 2015-07-08 | 1 | -6/+6 |
|/ |
|
* | LinkDB: do not access global variables | VirtualTam | 2015-06-24 | 1 | -2/+6 |
* | move escape() and sanitizeLink() to application/Utils.php | nodiscc | 2015-06-24 | 1 | -17/+0 |
* | Merge remote-tracking branch 'ArthurHoaro/input-escape' into next | nodiscc | 2015-06-24 | 1 | -75/+90 |
|\ |
|
| * | Working on shaarli/Shaarli#224 | ArthurHoaro | 2015-06-23 | 1 | -73/+86 |
* | | LinkDB: add 'hidePublicLinks' parameter to the constructor | VirtualTam | 2015-06-24 | 1 | -8/+26 |
* | | Page title if there is a single link | ArthurHoaro | 2015-06-23 | 1 | -2/+4 |
|/ |
|
* | Merge remote-tracking branch 'ArthurHoaro/daily-date' into next | nodiscc | 2015-06-23 | 1 | -1/+1 |
|\ |
|
| * | Daily page: date format in template | ArthurHoaro | 2015-06-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'virtualtam/test/link-db' into next | nodiscc | 2015-06-23 | 1 | -256/+10 |
|\ \ |
|
| * | | LinkDB: move to a proper file, add test coverage | VirtualTam | 2015-06-11 | 1 | -249/+10 |
| |/ |
|
* | | Merge remote-tracking branch 'ArthurHoaro/search-tag-awesomplete' into next | nodiscc | 2015-06-23 | 1 | -0/+1 |
|\ \ |
|
| * | | Add awesomplete to tag search shaarli/Shaarli#49 | ArthurHoaro | 2015-06-09 | 1 | -0/+1 |
| |/ |
|
* / | Do not load links if they're hidden (also fix shaarli/Shaarli#202) | ArthurHoaro | 2015-06-09 | 1 | -20/+8 |
|/ |
|
* | split annoyingpatterns list on multpile lines, add new patterns for removal: | nodiscc | 2015-06-03 | 1 | -1/+14 |
* | Merge branch 'really-hide' of https://github.com/pikzen/Shaarli into next | nodiscc | 2015-05-22 | 1 | -2/+23 |
|\ |
|
| * | Properly hide all links | feula | 2015-05-11 | 1 | -2/+23 |
* | | Merge remote-tracking branch 'Marsup/firefox-social' into next | nodiscc | 2015-05-22 | 1 | -7/+8 |
|\ \ |
|
| * | | Add Firefox Social API to the tools. Fixes #101. | Marsup | 2015-05-15 | 1 | -7/+8 |
| |/ |
|
* / | Display date as today if no articles published | Jonathan Druart | 2015-05-11 | 1 | -3/+6 |
|/ |
|
* | change wording and variable names for "Hide public links" feature | nodiscc | 2015-04-10 | 1 | -4/+4 |
* | Merge remote-tracking branch 'pikzen/disable-public' into next | nodiscc | 2015-04-10 | 1 | -0/+7 |
|\ |
|
| * | Allow disabling all public links, fixes #188 | feula | 2015-04-09 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'ArthurHoaro/localecharset' into next | nodiscc | 2015-04-10 | 1 | -3/+4 |
|\ \ |
|
| * | | #193 add UTF8 by default to autoLocale | ArthurHoaro | 2015-04-08 | 1 | -3/+4 |
| |/ |
|
* | | Merge commit '326ae54' into next | nodiscc | 2015-04-10 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | Fix missing permalink title when logged in | dimtion | 2015-04-05 | 1 | -1/+0 |
* | | Fixes autoLocale function by trying several way to find a correct one. | ArthurHoaro | 2015-04-05 | 1 | -4/+9 |
|/ |
|
* | Display notes as absolute URLs | Florian Eula | 2015-04-01 | 1 | -0/+6 |
* | Fix bad merge commit | ArthurHoaro | 2015-04-01 | 1 | -23/+6 |
* | Display notes as absolute urls | pikzen | 2015-03-31 | 1 | -15/+27 |
|\ |
|
| * | Display notes as absolute urls. | feula | 2015-03-29 | 1 | -7/+17 |
* | | Fixes autoLocale function by trying several way to find a correct one. | ArthurHoaro | 2015-03-31 | 1 | -4/+9 |
* | | Define date format in templates instead of index.php. | ArthurHoaro | 2015-03-31 | 1 | -13/+3 |
|/ |
|
* | bump version to 0.0.45betav0.0.45beta | nodiscc | 2015-03-16 | 1 | -2/+2 |
* | Merge branch 'picwall-direct-link' into nextv0.0.44beta | nodiscc | 2015-03-15 | 1 | -1/+0 |
|\ |
|
| * | picwall: link directly to the target URL (not the permalink) | nodiscc | 2015-03-11 | 1 | -1/+0 |
* | | bump version to 0.0.44beta | nodiscc | 2015-03-15 | 1 | -2/+2 |