aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #665 from ArthurHoaro/fix/feed-hashtagsVirtualTam2016-10-201-1/+2
|\ \ | |/ |/|
| * Fix hashtags links in FeedsArthurHoaro2016-10-201-1/+2
* | Minor code cleanup: PHPDoc, spelling, unused variables, etc.ArthurHoaro2016-10-2010-29/+24
|/
* Merge pull request #662 from virtualtam/fix/feed/self-linkVirtualTam2016-10-171-1/+2
|\
| * Fix: return the proper value for the "self" feed attributeVirtualTam2016-10-161-1/+2
* | New init function for plugins, supports errors reportingArthurHoaro2016-10-142-3/+25
|/
* Merge pull request #622 from ArthurHoaro/update-dateArthur2016-10-122-7/+34
|\
| * Set updated date for items in feedsArthurHoaro2016-08-031-6/+32