aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Improved token securitySébastien SAUVAGE2013-02-281-1/+1
| | | | | | ...by adding salt. These token are used in form which act on data to prevent CSRF attacks. This closes issue https://github.com/sebsauvage/Shaarli/issues/24
* Corrected thumbnail creation.Sebastien SAUVAGE2013-02-271-0/+1
| | | | | Because some systems do not allow file overwriting when doing a rename().
* Pueril addition of the logo in Readme for GitHub master page.Sébastien SAUVAGE2013-02-271-0/+2
|
* After clicking save/cancel on a link, scroll to the link itself.Sébastien SAUVAGE2013-02-272-0/+3
|
* Edit/delete button on the left-side of links.Sébastien SAUVAGE2013-02-272-7/+26
| | | | https://github.com/sebsauvage/Shaarli/issues/5
* Remove script name from URL if it's index.phpSébastien SAUVAGE2013-02-271-1/+5
| | | | | (for better looking URLs, eg. http://mysite.com/shaarli/?abcde instead of http://mysite.com/shaarli/index.php?abcde)
* Link in description & option to invert link/permalink.Sébastien SAUVAGE2013-02-271-4/+32
| | | | | | | | | | | | | | | | | | | Patch for issue https://github.com/sebsauvage/Shaarli/issues/19 Now: * The (perma)link is added at the bottom of description. * If "permalinks" is added in URL parameters, link/permalinks will be swapped. eg. * Normal link in title + permalink in description: http://mysite.com/shaarli/?do=rss * Permalink in title + normal link in description : http://mysite.com/shaarli/?do=rss&permalinks It works for the ATOM feed too. (Happy ? :-D )
* Support for magnet links in description.Sébastien SAUVAGE2013-02-271-1/+1
|
* Corrected bug in cache purge.Sébastien SAUVAGE2013-02-261-1/+1
|
* Typo correction.Sébastien SAUVAGE2013-02-261-1/+1
|
* Login problem correctionSébastien SAUVAGE2013-02-261-3/+7
| | | | | | This corrects the session problem with some browsers when Shaarli is hosted on a sub-domain. Please tell me if this corrects login problems if you had one.
* Added README.mdSébastien SAUVAGE2013-02-261-0/+69
|
* Added .gitignoreSébastien SAUVAGE2013-02-261-0/+5
|
* Initial commit (version 0.0.40 beta)v0.0.40betaSébastien SAUVAGE2013-02-2648-0/+4412