aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* Set Shaarli's version only in shaarli_version.php fileArthurHoaro2017-03-211-2/+30
* Add an updateMethod to match the current remote branch for updatesArthurHoaro2017-03-121-0/+44
* Use 'dev' version on the master branchArthurHoaro2017-03-121-8/+5
* Merge pull request #779 from ArthurHoaro/feature/import-parser-logsArthurHoaro2017-03-111-9/+25
|\
| * Fix namespace issueArthurHoaro2017-03-101-0/+1
| * Link imports are now logged in `data/` folder, and can be debug using `dev.de...ArthurHoaro2017-03-101-9/+24
* | Fix #773: set Piwik URL protocolArthurHoaro2017-03-111-0/+17
|/
* Move config exception to dedicated classes with proper namespaceArthurHoaro2017-03-093-33/+44
* Fix blocking namespace issueArthurHoaro2017-03-082-15/+19
* Fix autoLocale error and cover it with unit testsArthurHoaro2017-03-071-13/+21
* Improve datetime displayArthurHoaro2017-03-061-20/+52
* Improve autoLocale() detectionArthurHoaro2017-03-061-9/+42
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-047-15/+18
* Add markdown_escape settingArthurHoaro2017-02-281-0/+23
* Set the vintage theme by default for the time beingArthurHoaro2017-02-271-0/+14
* REST API: implements getLink by ID serviceArthurHoaro2017-02-192-2/+55
* Merge pull request #769 from ArthurHoaro/api/getlinks-visibilityArthurHoaro2017-02-131-3/+2
|\
| * REST API - getLinks: support the visibility parameterArthurHoaro2017-01-171-3/+2
* | Fixes #775: LinkDB do not access LinkDB before ID system migrationArthurHoaro2017-02-041-15/+15
|/
* Update LinkFilter to be able to filter only public linksArthurHoaro2017-01-163-27/+42
* Merge pull request #727 from ArthurHoaro/api/getlinksArthurHoaro2017-01-152-0/+117
|\
| * REST API: implement getLinks serviceArthurHoaro2017-01-152-0/+117
* | API: expect JWT in the Authorization headerVirtualTam2017-01-151-3/+8
* | Move user.css to data folderArthurHoaro2017-01-141-0/+16
* | Cleanup: use safe boolean comparisonsVirtualTam2017-01-073-3/+5
* | Merge pull request #732 from ArthurHoaro/feature/theme-managerArthur2017-01-065-1/+66
|\ \
| * | Updater: keep custom theme preference with the new theme settingArthurHoaro2017-01-053-20/+62
| * | Minor improvements regarding #705 (coding style, unit tests, etc.)ArthurHoaro2017-01-053-11/+21
| * | Change templates set through administration UIKnah Tsaeb2017-01-055-2/+15
| |/
* | Cleanup: explicit method visibilityVirtualTam2017-01-054-10/+10
* | Cleanup: remove unused variablesVirtualTam2017-01-051-4/+0
* | API: fix JWT signature verificationVirtualTam2017-01-042-7/+39
|/
* Merge pull request #682 from ArthurHoaro/delete-buttonArthur2017-01-041-0/+6
|\
| * Bugfixes on link deletion, and use a GET formArthurHoaro2016-12-161-0/+6
* | Merge pull request #733 from ArthurHoaro/hotfix/reverse-proxy-portArthur2017-01-041-2/+10
|\ \
| * | Hide default port in local URL behind a reverse proxyArthurHoaro2017-01-031-2/+10
* | | URL cleanup: add 'campaign_' to the annoying parametersVirtualTam2017-01-041-1/+4
|/ /
* | Fixes presence of empty tags for private tags and in search resultsArthurHoaro2017-01-032-1/+14
* | Move PubSubHubbub code as a default pluginArthurHoaro2016-12-201-16/+0
* | REST API structure using Slim frameworkArthurHoaro2016-12-159-1/+431
* | Prepare settings for the API in the admin page and during the installArthurHoaro2016-12-122-0/+49
|/
* Add a persistent 'shorturl' key to all linksArthurHoaro2016-12-127-7/+32
* Apply the new ID system accros the whole codebaseArthurHoaro2016-12-124-43/+31
* Update method to use the new ID system, which replaces linkdate primary keys.ArthurHoaro2016-12-121-2/+44
* Link ID refactoringArthurHoaro2016-12-121-43/+135
* .htaccess files: support Apache 2.4+ syntaxArthurHoaro2016-11-081-2/+13
* Merge pull request #673 from virtualtam/cleanup/linkdbVirtualTam2016-10-213-79/+79
|\
| * LinkDB: explicit method visibilityVirtualTam2016-10-201-6/+6
| * LinkDB: update datastore method namesVirtualTam2016-10-203-10/+10
| * LinkDB: do not prefix privates with an underscoreVirtualTam2016-10-201-67/+67