aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-041-2/+1
* REST API: implements getLink by ID serviceArthurHoaro2017-02-191-2/+3
* Bump version to v0.8.3ArthurHoaro2017-01-201-1/+1
* Merge pull request #768 from ArthurHoaro/feature/get-public-linksArthurHoaro2017-01-171-2/+2
|\
| * Update LinkFilter to be able to filter only public linksArthurHoaro2017-01-161-2/+2
* | Merge pull request #767 from ArthurHoaro/feature/delete-tag-redirectArthurHoaro2017-01-171-1/+1
|\ \
| * | Stay on the changetag page after tag deletionArthurHoaro2017-01-161-1/+1
| |/
* / Fix redirection after link deletionArthurHoaro2017-01-161-25/+9
|/
* Bump version to v0.8.2ArthurHoaro2017-01-161-2/+2
* Merge pull request #761 from ArthurHoaro/hotfix/referrer-warningArthurHoaro2017-01-161-3/+13
|\
| * Prevent warning if HTTP_REFERER isn't setArthurHoaro2017-01-151-3/+13
* | Merge pull request #759 from ArthurHoaro/hotfix/dup-tagsArthurHoaro2017-01-161-7/+7
|\ \
| * | Prevent tag duplicate when renamingArthurHoaro2017-01-151-7/+7
| |/
* / Bump expected minimal PHP version to 5.5VirtualTam2017-01-161-2/+2
|/
* Merge pull request #727 from ArthurHoaro/api/getlinksArthurHoaro2017-01-151-0/+1
|\
| * REST API: implement getLinks serviceArthurHoaro2017-01-151-0/+1
* | Cleanup: use safe boolean comparisonsVirtualTam2017-01-071-1/+1
* | Merge pull request #732 from ArthurHoaro/feature/theme-managerArthur2017-01-061-1/+6
|\ \
| * | Minor improvements regarding #705 (coding style, unit tests, etc.)ArthurHoaro2017-01-051-2/+2
| * | Change templates set through administration UIKnah Tsaeb2017-01-051-1/+6
| |/
* / Cleanup: remove unused variablesVirtualTam2017-01-051-1/+1
|/
* Merge pull request #682 from ArthurHoaro/delete-buttonArthur2017-01-041-8/+8
|\
| * Bugfixes on link deletion, and use a GET formArthurHoaro2016-12-161-8/+8
* | Merge pull request #731 from virtualtam/fix/api/namespacesVirtualTam2017-01-031-2/+2
|\ \
| * | API: fix Slim namespacesVirtualTam2017-01-021-2/+2
* | | Fix fatal error during the installArthurHoaro2017-01-031-2/+2
* | | Fixes presence of empty tags for private tags and in search resultsArthurHoaro2017-01-031-3/+3
|/ /
* | Move PubSubHubbub code as a default pluginArthurHoaro2016-12-201-5/+0
* | Merge pull request #666 from ArthurHoaro/slim-apiArthur2016-12-201-12/+44
|\ \ | |/ |/|
| * REST API structure using Slim frameworkArthurHoaro2016-12-151-12/+32
| * Prepare settings for the API in the admin page and during the installArthurHoaro2016-12-121-0/+12
* | Fix a regression: permalinks change when old links are editedArthurHoaro2016-12-151-1/+3
|/
* Bump version to v0.8.1ArthurHoaro2016-12-121-2/+2
* Add a persistent 'shorturl' key to all linksArthurHoaro2016-12-121-33/+23
* Apply the new ID system accros the whole codebaseArthurHoaro2016-12-121-35/+57
* Disable Firefox Social in the tools section if the page is not loaded using H...Teromene2016-11-291-0/+1
* LinkDB: update datastore method namesVirtualTam2016-10-201-4/+4
* Minor code cleanup: PHPDoc, spelling, unused variables, etc.ArthurHoaro2016-10-201-6/+2
* New init function for plugins, supports errors reportingArthurHoaro2016-10-141-0/+1
* Merge pull request #622 from ArthurHoaro/update-dateArthur2016-10-121-1/+11
|\
| * Save the update date in LinkDB and pass it to linklist templatesArthurHoaro2016-08-031-1/+11
* | Merge pull request #623 from ArthurHoaro/security/reverse-proxy-banArthur2016-10-121-1/+10
|\ \
| * | Add trusted IPs in config and try to ban forwarded IP on failed loginArthurHoaro2016-08-031-1/+10
| |/
* | Bump version to v0.8.0ArthurHoaro2016-10-121-2/+2
* | composer: display an error message if the autoload script is missingVirtualTam2016-09-051-0/+10
* | Refactor bookmark import using a generic Netscape parserVirtualTam2016-08-101-107/+32
* | Bugfix: wrong key used to get default private links settingArthurHoaro2016-08-071-1/+1
* | Initialize a translation functionArthurHoaro2016-08-071-0/+1
* | Generate a token for every pagesArthurHoaro2016-08-061-9/+0
|/
* Merge pull request #604 from ArthurHoaro/no-deliciousArthur2016-07-231-1/+1
|\