Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevents ?do=addlink from generating a 404 if the user is not logged in | Florian Eula | 2014-11-21 | 1 | -0/+8 |
| | | | | Fixes https://github.com/shaarli/Shaarli/issue/47 | ||||
* | 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 |
| | | | | | * Fixes https://github.com/sebsauvage/Shaarli/issues/196 * Fixes https://github.com/sebsauvage/Shaarli/issues/97 | ||||
* | Merge pull request #36 from nodiscc/https-thumbnails | Emilien Klein | 2014-10-23 | 1 | -7/+7 |
|\ | | | | | thumbnails: force HTTPS for youtube, imgur, vimeo | ||||
| * | thumbnails: force HTTPS for youtube, imgur, vimeo | nodiscc | 2014-10-23 | 1 | -7/+7 |
| | | | | | | | | * other services also provide thumbs over HTTPS, but the rewrite expression is more complex, so left out for now | ||||
* | | Make ATOM toolbar button optional | nodiscc | 2014-10-23 | 1 | -0/+1 |
|/ | | | | | * ATOM button display is now configurable using the SHOW_ATOM variable in index.php or data/options.php (defaults to false) * Fixes https://github.com/shaarli/Shaarli/issues/24 | ||||
* | update check: check against last version available on github.com/shaarli/Shaarli | nodiscc | 2014-10-21 | 1 | -1/+1 |
| | | | | * fixes https://github.com/shaarli/Shaarli/issues/5 | ||||
* | add link: in case of empty URL (self-post), prepend "Note: " to the title | nodiscc | 2014-10-21 | 1 | -1/+5 |
| | | | | | * Thanks to qwertygc (https://github.com/shaarli/Shaarli/pull/23) * Fix small typo | ||||
* | fix: add missing slash when defining RainTPL's temp dir | VirtualTam | 2014-10-19 | 1 | -2/+2 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.org> | ||||
* | 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 | ||||
| * | bookmarklet: use selected text as description when adding a new link | nodiscc | 2014-08-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | * Based on romnGit's work at https://github.com/sebsauvage/Shaarli/pull/104 * Fixes https://github.com/shaarli/Shaarli/issues/18 * Closes https://github.com/sebsauvage/Shaarli/pull/104 * Fixes https://github.com/sebsauvage/Shaarli/issues/53 * Fixes https://github.com/sebsauvage/Shaarli/issues/129 * Fixes https://github.com/sebsauvage/Shaarli/issues/33 | ||||
* | | Merge pull request #20 from nodiscc/fix-typos | Sbgodin | 2014-08-19 | 1 | -127/+127 |
|\ \ | | | | | | | Fix grammar, punctuation, spelling, trailing whitepaces and newlines; Fix typo in css | ||||
| * | | Fix grammar, punctuation, spelling, trailing whitepaces and newlines; Fix ↵ | nodiscc | 2014-08-19 | 1 | -127/+127 |
| |/ | | | | | | | | | | | | | typo in css Based on respencer's work at https://github.com/respencer/Shaarli/ Closes https://github.com/sebsauvage/Shaarli/pull/103 | ||||
* | | Removes htaccess file creation and adds them in the repository | Christophe HENRY | 2014-08-04 | 1 | -7/+0 |
| | | | | | | | | I also removed the previously created placeholders, which after all, have no more utility. | ||||
* | | Adds empty directories: cache, data, pagecache and tmp. Removes mkdirs. | Christophe HENRY | 2014-08-04 | 1 | -4/+0 |
| | | | | | | | | They are still in .gitignore because their future content will still be ignored. | ||||
* | | Removed redundant check on RAINTPL_TMP directory | Christophe HENRY | 2014-07-31 | 1 | -1/+0 |
| | | | | | | | | The same test is already on line 93 | ||||
* | | Adds configuration variables, TPL and TMP, for RainTPL | Christophe HENRY | 2014-07-31 | 1 | -4/+6 |
|/ | | | | | | The path for templates and temporary files are now part of the configuration. For a custom install, it's possible to put these writable directories elsewhere than in the read-only source code. | ||||
* | Adds a configuration variable "titleLink" which allows to customize the | Christophe HENRY | 2014-07-27 | 1 | -0/+4 |
| | | | | link on the title. | ||||
* | 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 |
| | | | | | | | | | | Instead of trusting the php session, it uses a cookie. The php session sooner or later is distroyed if not used. It depends upon the server settings. Using a cookie ensures that one really stays signed in. Dev notes: I wanted to avoid merge conflicts, stay with the main developper standards and keep the "index.php" in one file. That's why the code may not be that nice. My own dev level my also explain. | ||||
* | Merge pull request #145 from Alkarex/patch-1 | Sébastien SAUVAGE | 2013-11-29 | 1 | -5/+2 |
|\ | | | | | smallHash: simplified and improved performance | ||||
| * | smallHash: simplified and improved performance | Alexandre Alapetite | 2013-11-10 | 1 | -5/+2 |
| | | | | | | Unchanged behaviour | ||||
* | | XSS flaw correction | Sebastien SAUVAGE | 2013-11-29 | 1 | -5/+5 |
|/ | | | | Closes issue https://github.com/sebsauvage/Shaarli/issues/134 | ||||
* | Corrected field focus in bookmarklet | Sebastien SAUVAGE | 2013-09-27 | 1 | -1/+1 |
| | | | | Focus was not properly given to description field when it's empty. | ||||
* | Default example private link changed | Sébastien SAUVAGE | 2013-09-25 | 1 | -1/+1 |
| | | | Default example private link changed from pastebin to ZeroBin. | ||||
* | Added nb=all to get all links in RSS/ATOM feed. | Sebastien SAUVAGE | 2013-09-24 | 1 | -2/+10 |
| | |||||
* | Merge pull request #87 from ↵ | Sébastien SAUVAGE | 2013-09-24 | 1 | -1/+36 |
|\ | | | | | | | | | LionelMartin/3385af123f6b4dfc59aeaa69f180381307b64368 Added a json_encode implementation for PHP < 5.2 (free.fr) | ||||
| * | 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 |
| | | | | | | Manually merged pull request https://github.com/sebsauvage/Shaarli/pull/99 | ||||
* | | 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 | ||||
| * | | 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 | ||||
| * | | 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 | ||||
| * | | | Added the possibility to put a description in the bookmarklet's URL | Bronco | 2013-09-16 | 1 | -2/+3 |
| |/ / | |||||
* | | | Merge pull request #126 from Alkarex/Milliseconds | Sébastien SAUVAGE | 2013-09-24 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | Import: add compatibility for milliseconds in NETSCAPE-Bookmark | ||||
| * | | | Import NETSCAPE-Bookmark compatible milliseconds | Alexandre Alapetite | 2013-09-21 | 1 | -1/+5 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | NETSCAPE-Bookmark sometimes contains dates as milliseconds instead of seconds. For instance, this is the case of the files gererated for Google +1s by Google Takeout. This patch make these files compatible. | ||||
* / / | Ajout d’un UA lors de la récupération d’une page externe (certains ↵ | lehollandaisvolant | 2013-09-03 | 1 | -2/+2 |
|/ / | | | | | | | site veulent un UA) | ||||
* | | Better encoding handling in title parsing | Sebastien SAUVAGE | 2013-08-03 | 1 | -2/+23 |
| | | | | | | | | Thanks to a patch from Le Hollandais Volant. | ||||
* | | SERVER_NAME changed to HTTP_HOST | Sebastien SAUVAGE | 2013-08-03 | 1 | -7/+7 |
|/ | | | | | | | | SERVER_NAME changed to HTTP_HOST because SERVER_NAME can cause problems on some misconfigured hosts. HTTP_HOST is usually more reliable with those servers. (cf. http://stackoverflow.com/questions/2297403/http-host-vs-server-name). This should cause less problem on most hosts. | ||||
* | Merge pull request #42 from matchab/master | Sébastien SAUVAGE | 2013-03-11 | 1 | -0/+6 |
|\ | | | | | Timezone par défaut | ||||
| * | Avoid a strict standard error when php.ini do not define the default | Mathieu Chabanon | 2013-03-10 | 1 | -0/+6 |
| | | | | | | timezone. | ||||
* | | Fix bug producing invalid HTML | David Sferruzza | 2013-03-10 | 1 | -1/+0 |
|/ | |||||
* | Version 0.0.41 betav0.0.41beta | Sébastien SAUVAGE | 2013-03-08 | 1 | -2/+2 |
| | |||||
* | Correction for login problem with webkit browsers on sub-domain hosted Shaarli. | Sebastien SAUVAGE | 2013-03-06 | 1 | -3/+3 |
| | |||||
* | Added second check to write rights. | Sebastien SAUVAGE | 2013-03-04 | 1 | -0/+2 |
| | | | | (Because on some hosts is_writable() is not reliable.) | ||||
* | Check that Shaarli has the right to write in its own directory. | Sebastien SAUVAGE | 2013-03-04 | 1 | -0/+1 |
| | | | | Because some user forget to check this at installation. | ||||
* | Got rid of small display bugs before installation. | Sebastien SAUVAGE | 2013-03-04 | 1 | -5/+7 |
| | |||||
* | [add] https://github.com/sebsauvage/Shaarli/issues/20 New links created as ↵ | Knah Tsaeb | 2013-03-04 | 1 | -57/+60 |
| | | | | private by default. |