aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* Redirect to homepage after adding a link via "Add Link" dialognodiscc2015-03-051-0/+1
* Merge pull request #141 from nodiscc/cleanurl-filtersnodiscc2015-03-051-4/+7
|\
| * Improve URL cleaning:nodiscc2015-03-051-1/+1
| * Improve annoying URL parameters cleaning:nodiscc2015-03-051-2/+3
| * cleanup: refactor annoying URL patterns in a single loopnodiscc2015-03-041-9/+6
| * Add some filters to clean URLsAlexis J2015-03-041-0/+5
* | Lazy load images with the light lib bLazy.js instead of jQuery:ArthurHoaro2015-03-011-5/+2
|/
* Prevent visitors from reading shaarli versionnodiscc2015-02-251-2/+2
* shaarli/Shaarli#34: Make update check optionalArthurHoaro2015-02-201-0/+4
* bump version to 0.0.43betav0.0.43betanodiscc2015-02-201-2/+2
* Only verify login state at the beginning of the request.Florian Eula2015-02-181-22/+57
* redirect to previous search (if any) when deleting a linkfeula2015-02-171-1/+31
* Feature: enable/disable permalinks for RSSFlorian Eula2015-02-071-4/+8
* Merge pull request #98 from ArthurHoaro/portnodiscc2015-01-261-4/+4
|\
| * Fixes Port/server config problems - see: https://github.com/shaarli/Shaarli/i...ArthurHoaro2015-01-091-4/+4
* | Merge pull request #100 from virtualtam/daily-timestampnodiscc2015-01-261-0/+1
|\ \
| * | daily: display link timestampsVirtualTam2015-01-151-0/+1
* | | w3c: fix HTML syntax errorsVirtualTam2015-01-201-1/+1
|/ /
* / * removed the language attribute on the script element since it is obsolete a...ArthurHoaro2015-01-091-15/+15
|/
* Redirect to home page after deleting a linkEmilien Klein2015-01-041-3/+1
* Merge pull request #85 from nodiscc/tagcloud-scalingnodiscc2014-12-291-1/+2
|\
| * improve tag cloud font size scalingnodiscc2014-12-291-1/+2
* | Merge pull request #82 from pikzen/fix-searchnodiscc2014-12-251-7/+11
|\ \
| * | Made tag/title search unicode aware, fixes #75Florian Eula2014-12-221-7/+11
* | | Refactored the daily column generation (only one loop)Florian Eula2014-12-251-4/+1
| |/ |/|
* | fix quoting error introduced in 712501812b6f927b048b9d7f767cb15a370b3c81nodiscc2014-12-161-1/+1
* | prevent disclosing PHP version on PHP version check errornodiscc2014-12-161-1/+1
* | prevent disclosing full path when raising "Shaarli directory not writeable" e...nodiscc2014-12-161-1/+1
* | Fix issue #66 by adding space before "selected"Emilien Klein2014-12-021-2/+2
|/
* Prevents ?do=addlink from generating a 404 if the user is not logged inFlorian Eula2014-11-211-0/+8
* Do not add a tag to the search if it's already being searched forFlorian Eula2014-11-211-7/+25
* make archive.org integration optional (ARCHIVE_ORG option, defaults to false)nodiscc2014-11-081-0/+1
* index.html: add warning message about hostname/cookie storage problemsnodiscc2014-11-031-1/+3
* Merge pull request #36 from nodiscc/https-thumbnailsEmilien Klein2014-10-231-7/+7
|\
| * thumbnails: force HTTPS for youtube, imgur, vimeonodiscc2014-10-231-7/+7
* | Make ATOM toolbar button optionalnodiscc2014-10-231-0/+1
|/
* update check: check against last version available on github.com/shaarli/Shaarlinodiscc2014-10-211-1/+1
* add link: in case of empty URL (self-post), prepend "Note: " to the titlenodiscc2014-10-211-1/+5
* fix: add missing slash when defining RainTPL's temp dirVirtualTam2014-10-191-2/+2
* Merge pull request #19 from nodiscc/masternodiscc2014-08-191-3/+3
|\
| * bookmarklet: use selected text as description when adding a new linknodiscc2014-08-111-3/+3
* | Merge pull request #20 from nodiscc/fix-typosSbgodin2014-08-191-127/+127
|\ \
| * | Fix grammar, punctuation, spelling, trailing whitepaces and newlines; Fix typ...nodiscc2014-08-191-127/+127
| |/
* | Removes htaccess file creation and adds them in the repositoryChristophe HENRY2014-08-041-7/+0
* | Adds empty directories: cache, data, pagecache and tmp. Removes mkdirs.Christophe HENRY2014-08-041-4/+0
* | Removed redundant check on RAINTPL_TMP directoryChristophe HENRY2014-07-311-1/+0
* | Adds configuration variables, TPL and TMP, for RainTPLChristophe HENRY2014-07-311-4/+6
|/
* Adds a configuration variable "titleLink" which allows to customize theChristophe HENRY2014-07-271-0/+4
* Release version 0.0.42 betav0.0.42betaEmilien Klein2014-07-271-2/+2
* A real "Stay signed in": keep the connectionChristophe HENRY2013-12-051-5/+21