aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Set Shaarli's version only in shaarli_version.php fileArthurHoaro2017-03-211-7/+29
* Use 'dev' version on the master branchArthurHoaro2017-03-121-0/+11
* Merge pull request #779 from ArthurHoaro/feature/import-parser-logsArthurHoaro2017-03-112-18/+26
|\
| * Fix namespace issueArthurHoaro2017-03-101-0/+1
| * Link imports are now logged in `data/` folder, and can be debug using `dev.de...ArthurHoaro2017-03-102-18/+25
* | Fix #773: set Piwik URL protocolArthurHoaro2017-03-111-0/+41
|/
* Move config exception to dedicated classes with proper namespaceArthurHoaro2017-03-091-1/+1
* Fix blocking namespace issueArthurHoaro2017-03-081-4/+2
* Fix autoLocale error and cover it with unit testsArthurHoaro2017-03-073-0/+228
* Improve datetime displayArthurHoaro2017-03-065-11/+117
* Improve autoLocale() detectionArthurHoaro2017-03-061-0/+20
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-0417-29/+41
* Add markdown_escape settingArthurHoaro2017-02-283-9/+120
* Set the vintage theme by default for the time beingArthurHoaro2017-02-271-0/+40
* REST API: implements getLink by ID serviceArthurHoaro2017-02-192-6/+137
* REST API - getLinks: support the visibility parameterArthurHoaro2017-01-171-28/+22
* Update LinkFilter to be able to filter only public linksArthurHoaro2017-01-161-10/+63
* Remove CSS call for addlink toolbar pluginArthurHoaro2017-01-151-40/+0
* Merge pull request #727 from ArthurHoaro/api/getlinksArthurHoaro2017-01-152-0/+458
|\
| * REST API: implement getLinks serviceArthurHoaro2017-01-152-0/+458
* | API: expect JWT in the Authorization headerVirtualTam2017-01-151-3/+26
* | Merge pull request #732 from ArthurHoaro/feature/theme-managerArthur2017-01-064-1/+105
|\ \
| * | Updater: keep custom theme preference with the new theme settingArthurHoaro2017-01-053-44/+99
| * | Minor improvements regarding #705 (coding style, unit tests, etc.)ArthurHoaro2017-01-053-1/+47
| * | Change templates set through administration UIKnah Tsaeb2017-01-051-0/+3
| |/
* | Cleanup: explicit method visibilityVirtualTam2017-01-0511-58/+54
* | API: fix JWT signature verificationVirtualTam2017-01-041-6/+9
|/
* Merge pull request #733 from ArthurHoaro/hotfix/reverse-proxy-portArthur2017-01-041-0/+13
|\
| * Hide default port in local URL behind a reverse proxyArthurHoaro2017-01-031-0/+13
* | URL cleanup: add 'campaign_' to the annoying parametersVirtualTam2017-01-041-34/+68
|/
* Fixes presence of empty tags for private tags and in search resultsArthurHoaro2017-01-031-1/+13
* Move PubSubHubbub code as a default pluginArthurHoaro2016-12-202-14/+54
* REST API structure using Slim frameworkArthurHoaro2016-12-153-0/+503
* Prepare settings for the API in the admin page and during the installArthurHoaro2016-12-122-2/+55
* Add a persistent 'shorturl' key to all linksArthurHoaro2016-12-126-48/+59
* Unit Test for the new ID systemArthurHoaro2016-12-128-95/+306
* Merge pull request #691 from ArthurHoaro/plugins/no-md-feedArthur2016-12-011-4/+25
|\
| * Markdown: fixes feed rendering with nomarkdown tagArthurHoaro2016-11-221-4/+25
* | .htaccess files: support Apache 2.4+ syntaxArthurHoaro2016-11-081-2/+13
|/
* Fix an issue with links not being reversed in code blocksArthurHoaro2016-10-223-0/+61
* Merge pull request #673 from virtualtam/cleanup/linkdbVirtualTam2016-10-212-5/+5
|\
| * LinkDB: explicit method visibilityVirtualTam2016-10-201-1/+1
| * LinkDB: update datastore method namesVirtualTam2016-10-201-4/+4
| * LinkDB: do not prefix privates with an underscoreVirtualTam2016-10-201-2/+2
* | Merge pull request #665 from ArthurHoaro/fix/feed-hashtagsVirtualTam2016-10-201-0/+1
|\ \ | |/ |/|
| * Fix hashtags links in FeedsArthurHoaro2016-10-201-0/+1
* | Minor code cleanup: PHPDoc, spelling, unused variables, etc.ArthurHoaro2016-10-201-1/+1
|/
* Merge pull request #651 from ArthurHoaro/plugin-isso2Arthur2016-10-181-0/+136
|\
| * Isso comments pluginArthurHoaro2016-10-171-0/+136
* | Merge pull request #662 from virtualtam/fix/feed/self-linkVirtualTam2016-10-171-0/+33
|\ \ | |/ |/|