| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge pull request #100 from virtualtam/daily-timestamp | nodiscc | 2015-01-26 | 1 | -0/+1 |
|\ \ |
|
| * | | daily: display link timestamps | VirtualTam | 2015-01-15 | 1 | -0/+1 |
* | | | w3c: fix HTML syntax errors | VirtualTam | 2015-01-20 | 1 | -1/+1 |
|/ / |
|
* / | * removed the language attribute on the script element since it is obsolete a... | ArthurHoaro | 2015-01-09 | 1 | -15/+15 |
|/ |
|
* | Redirect to home page after deleting a link | Emilien Klein | 2015-01-04 | 1 | -3/+1 |
* | Merge pull request #85 from nodiscc/tagcloud-scaling | nodiscc | 2014-12-29 | 1 | -1/+2 |
|\ |
|
| * | improve tag cloud font size scaling | nodiscc | 2014-12-29 | 1 | -1/+2 |
* | | Merge pull request #82 from pikzen/fix-search | nodiscc | 2014-12-25 | 1 | -7/+11 |
|\ \ |
|
| * | | Made tag/title search unicode aware, fixes #75 | Florian Eula | 2014-12-22 | 1 | -7/+11 |
* | | | Refactored the daily column generation (only one loop) | Florian Eula | 2014-12-25 | 1 | -4/+1 |
| |/
|/| |
|
* | | fix quoting error introduced in 712501812b6f927b048b9d7f767cb15a370b3c81 | nodiscc | 2014-12-16 | 1 | -1/+1 |
* | | prevent disclosing PHP version on PHP version check error | nodiscc | 2014-12-16 | 1 | -1/+1 |
* | | prevent disclosing full path when raising "Shaarli directory not writeable" e... | nodiscc | 2014-12-16 | 1 | -1/+1 |
* | | Fix issue #66 by adding space before "selected" | Emilien Klein | 2014-12-02 | 1 | -2/+2 |
|/ |
|
* | Prevents ?do=addlink from generating a 404 if the user is not logged in | Florian Eula | 2014-11-21 | 1 | -0/+8 |
* | Do not add a tag to the search if it's already being searched for | Florian Eula | 2014-11-21 | 1 | -7/+25 |
* | make archive.org integration optional (ARCHIVE_ORG option, defaults to false) | nodiscc | 2014-11-08 | 1 | -0/+1 |
* | index.html: add warning message about hostname/cookie storage problems | nodiscc | 2014-11-03 | 1 | -1/+3 |
* | Merge pull request #36 from nodiscc/https-thumbnails | Emilien Klein | 2014-10-23 | 1 | -7/+7 |
|\ |
|
| * | thumbnails: force HTTPS for youtube, imgur, vimeo | nodiscc | 2014-10-23 | 1 | -7/+7 |
* | | Make ATOM toolbar button optional | nodiscc | 2014-10-23 | 1 | -0/+1 |
|/ |
|
* | update check: check against last version available on github.com/shaarli/Shaarli | nodiscc | 2014-10-21 | 1 | -1/+1 |
* | add link: in case of empty URL (self-post), prepend "Note: " to the title | nodiscc | 2014-10-21 | 1 | -1/+5 |
* | fix: add missing slash when defining RainTPL's temp dir | VirtualTam | 2014-10-19 | 1 | -2/+2 |
* | Merge pull request #19 from nodiscc/master | nodiscc | 2014-08-19 | 1 | -3/+3 |
|\ |
|
| * | bookmarklet: use selected text as description when adding a new link | nodiscc | 2014-08-11 | 1 | -3/+3 |
* | | Merge pull request #20 from nodiscc/fix-typos | Sbgodin | 2014-08-19 | 1 | -127/+127 |
|\ \ |
|
| * | | Fix grammar, punctuation, spelling, trailing whitepaces and newlines; Fix typ... | nodiscc | 2014-08-19 | 1 | -127/+127 |
| |/ |
|
* | | Removes htaccess file creation and adds them in the repository | Christophe HENRY | 2014-08-04 | 1 | -7/+0 |
* | | Adds empty directories: cache, data, pagecache and tmp. Removes mkdirs. | Christophe HENRY | 2014-08-04 | 1 | -4/+0 |
* | | Removed redundant check on RAINTPL_TMP directory | Christophe HENRY | 2014-07-31 | 1 | -1/+0 |
* | | Adds configuration variables, TPL and TMP, for RainTPL | Christophe HENRY | 2014-07-31 | 1 | -4/+6 |
|/ |
|
* | Adds a configuration variable "titleLink" which allows to customize the | Christophe HENRY | 2014-07-27 | 1 | -0/+4 |
* | Release version 0.0.42 betav0.0.42beta | Emilien Klein | 2014-07-27 | 1 | -2/+2 |
* | A real "Stay signed in": keep the connection | Christophe HENRY | 2013-12-05 | 1 | -5/+21 |
* | Merge pull request #145 from Alkarex/patch-1 | Sébastien SAUVAGE | 2013-11-29 | 1 | -5/+2 |
|\ |
|
| * | smallHash: simplified and improved performance | Alexandre Alapetite | 2013-11-10 | 1 | -5/+2 |
* | | XSS flaw correction | Sebastien SAUVAGE | 2013-11-29 | 1 | -5/+5 |
|/ |
|
* | Corrected field focus in bookmarklet | Sebastien SAUVAGE | 2013-09-27 | 1 | -1/+1 |
* | Default example private link changed | Sébastien SAUVAGE | 2013-09-25 | 1 | -1/+1 |
* | Added nb=all to get all links in RSS/ATOM feed. | Sebastien SAUVAGE | 2013-09-24 | 1 | -2/+10 |
* | Merge pull request #87 from LionelMartin/3385af123f6b4dfc59aeaa69f180381307b6... | Sébastien SAUVAGE | 2013-09-24 | 1 | -1/+36 |
|\ |
|
| * | Added json_encode implementation for php<5.2 | Lionel Martin | 2013-05-20 | 1 | -2/+37 |
* | | Added tags+private in shaarli URL | Sébastien SAUVAGE | 2013-09-24 | 1 | -2/+3 |
* | | Merge pull request #112 from BoboTiG/master | Sébastien SAUVAGE | 2013-09-24 | 1 | -4/+6 |
|\ \ |
|
| * | | RSS/Atom: add a parameter to print only the N last links | BoboTiG | 2013-07-26 | 1 | -5/+7 |
| |/ |
|
* | | Merge pull request #118 from Alkarex/patch-1 | Sébastien SAUVAGE | 2013-09-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Corrected error message for lack of write access in ./data | Alexandre Alapetite | 2013-08-23 | 1 | -2/+2 |
* | | | Merge pull request #125 from broncowdd/master | Sébastien SAUVAGE | 2013-09-24 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Added the possibility to put a description in the bookmarklet's URL | Bronco | 2013-09-16 | 1 | -2/+3 |
| |/ / |
|