aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/utils
Commit message (Expand)AuthorAgeFilesLines
* Move utils classes to Shaarli\Helper namespace and folderArthurHoaro2020-10-272-1/+3
* Use PSR-3 logger for login attemptsArthurHoaro2020-10-201-3/+7
* add search highlight unit testsArthurHoaro2020-10-161-1/+1
* Fix basePath in unit tests reference DBArthurHoaro2020-07-281-4/+4
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-184-49/+88
* namespacing: \Shaarli\ApplicationUtilsVirtualTam2019-01-121-0/+19
* namespacing: \Shaarli\UpdaterVirtualTam2019-01-121-1/+1
* namespacing: move LinkUtils along \Shaarli\Bookmark classesVirtualTam2019-01-121-0/+94
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-121-0/+3
* namespacing: \Shaarli\FileUtilsVirtualTam2019-01-121-0/+1
* namespacing: \Shaarli\HistoryVirtualTam2019-01-121-0/+2
* lint: apply phpcbf to tests/VirtualTam2018-12-022-4/+4
* Add a button to set links as stickyArthurHoaro2018-10-061-2/+43
* Thumbnails: add a common mode to only retrieve thumbs from popular media webs...ArthurHoaro2018-07-051-1/+1
* Add a page to update all thumbnails through AJAX requests in both templatesArthurHoaro2018-07-051-6/+6
* Update thumbnail integration after rebasing the branchArthurHoaro2018-07-052-12/+70
* Use web-thumbnailer to retrieve thumbnailsArthurHoaro2018-07-051-0/+3
* Add test coverage for LoginManager methodsVirtualTam2018-06-021-0/+12
* Load theme translations files automaticallyArthurHoaro2018-03-262-0/+16
* Refactor login / ban authentication stepsVirtualTam2018-02-051-1/+34
* Fix warnings when upgrading from legacy SebSauvage versionArthurHoaro2018-01-251-0/+1
* Improve SessionManager constructor and testsVirtualTam2017-11-081-0/+12
* Merge pull request #962 from ArthurHoaro/feature/perfs2ArthurHoaro2017-10-281-0/+23
|\
| * Performances: reorder links when they're written instead of readArthurHoaro2017-09-021-0/+23
* | Shaarli's translationArthurHoaro2017-10-222-0/+19
|/
* Merge pull request #841 from ArthurHoaro/feature/search-no-tagArthurHoaro2017-05-251-1/+25
|\
| * Empty tag search will look for not tagged linksArthurHoaro2017-05-251-1/+25
* | History: fix entries orderArthurHoaro2017-05-071-11/+11
* | API: Get History endpointArthurHoaro2017-05-071-0/+82
* | REST API: implement POST link serviceArthurHoaro2017-03-271-1/+1
|/
* Link imports are now logged in `data/` folder, and can be debug using `dev.de...ArthurHoaro2017-03-101-1/+1
* Minor improvements regarding #705 (coding style, unit tests, etc.)ArthurHoaro2017-01-051-1/+2
* Add a persistent 'shorturl' key to all linksArthurHoaro2016-12-121-10/+10
* Unit Test for the new ID systemArthurHoaro2016-12-121-14/+47
* LinkDB: explicit method visibilityVirtualTam2016-10-201-1/+1
* Merge pull request #622 from ArthurHoaro/update-dateArthur2016-10-121-2/+4
|\
| * Set updated date for items in feedsArthurHoaro2016-08-031-2/+4
* | Fix: add missing final newlines, untabify textVirtualTam2016-08-131-1/+1
|/
* Better whitespace handling in tagsArthurHoaro2016-08-021-1/+1
* Merge pull request #558 from ArthurHoaro/hashtag4Arthur2016-07-091-7/+7
|\
| * Hashtag systemArthurHoaro2016-06-061-7/+7
* | Merge pull request #570 from ArthurHoaro/config-managerArthur2016-07-093-0/+53
|\ \ | |/ |/|
| * Add closing PHP tags to JSON config filesArthurHoaro2016-06-202-0/+3
| * Rename configuration key for better sectionsArthurHoaro2016-06-111-4/+6
| * Rename configuration keys and fix GLOBALS in templatesArthurHoaro2016-06-113-30/+22
| * Adds ConfigJson which handle the configuration in JSON format.ArthurHoaro2016-06-113-0/+27
| * Replace $GLOBALS configuration with the configuration manager in the whole co...ArthurHoaro2016-06-112-0/+29
* | Fixes #497: ignore case difference between tagsArthurHoaro2016-05-311-1/+1
|/
* FeedBuilder unit testsArthurHoaro2016-03-251-9/+11
* Support text search across link fields.ArthurHoaro2016-02-151-4/+4