aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* History: fix entries orderArthurHoaro2017-05-071-11/+11
* Add history entries for API endpointArthurHoaro2017-05-079-20/+86
* API: Get History endpointArthurHoaro2017-05-072-0/+303
* Merge pull request #856 from ArthurHoaro/api/delete-linkArthurHoaro2017-05-071-0/+104
|\
| * API: add DELETE endpointArthurHoaro2017-05-071-0/+104
* | Merge pull request #840 from ArthurHoaro/api/putLinkArthurHoaro2017-05-072-0/+277
|\|
| * REST API: implement PUT methodArthurHoaro2017-05-072-0/+277
* | Merge pull request #764 from ArthurHoaro/feature/historyArthurHoaro2017-05-064-18/+380
|\ \
| * | History: lazy loading for the history fileArthurHoaro2017-03-211-3/+15
| * | History mechanismArthurHoaro2017-03-212-17/+259
| * | Move database read/write to FileUtils class + additional unit testsArthurHoaro2017-03-212-1/+109
* | | Merge pull request #830 from ArthurHoaro/theme/timezoneArthurHoaro2017-04-251-32/+51
|\ \ \
| * | | Change timezone data structure send to the templatesArthurHoaro2017-04-031-32/+51
* | | | Use raw bytes for upload size hidden inputArthurHoaro2017-04-101-1/+12
* | | | UtilsTest: PHP 5.5 compatibilityArthurHoaro2017-04-031-8/+8
* | | | Fix a warning generated in return_bytes function and refactor itArthurHoaro2017-04-031-0/+80
* | | | Remove readityourself pluginArthurHoaro2017-04-011-99/+0
| |_|/ |/| |
* | | Merge pull request #742 from ArthurHoaro/api/postLinkArthurHoaro2017-04-012-1/+194
|\ \ \
| * | | REST API: implement POST link serviceArthurHoaro2017-03-272-1/+194
| |/ /
* / / Theme: use format_date function for daily dateArthurHoaro2017-03-283-5/+59
|/ /
* | Merge pull request #828 from ArthurHoaro/project/master-versionArthurHoaro2017-03-221-1/+1
|\ \
| * | Fix version check branch for UTArthurHoaro2017-03-221-1/+1
* | | Merge pull request #816 from ArthurHoaro/project/master-versionArthurHoaro2017-03-221-7/+40
|\| | | |/ |/|
| * 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 #804 from ArthurHoaro/feature/atom-defaultArthurHoaro2017-03-211-0/+45
|\ \
| * | Fixes #304: use atom feed as defaultArthurHoaro2017-03-111-0/+45
* | | Proper error if the conf file is invalid instead of fatal errorArthurHoaro2017-03-121-1/+1
| |/ |/|
* | 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