aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow uppercase letters in PHP sessionid formatArthurHoaro2015-09-021-1/+1
* Merge pull request #326 from ArthurHoaro/bug-urlVirtualTam2015-08-311-0/+16
|\
| * Fixes #325 - Shaarli does not recognize saved linksArthurHoaro2015-08-311-0/+16
* | Avoid Full Path Disclosure error on session error.ArthurHoaro2015-08-221-1/+18
|/
* Links: refactor & improve URL cleanupVirtualTam2015-08-151-0/+154
* Cache: simplify cached content cleanup, improve testsVirtualTam2015-08-131-1/+17
* CachedPage: move to a proper file, add testsVirtualTam2015-08-134-7/+186
* Installation: default to the server's timezoneVirtualTam2015-08-041-1/+0
* PHP: ensure 5.3 compatibility, refactor timezone utilitiesVirtualTam2015-07-134-12/+127
* Merge pull request #257 from ArthurHoaro/tag-http-refererVirtualTam2015-07-121-1/+26
|\
| * Prevent redirection loop everytime we rely on HTTP_REFERER:ArthurHoaro2015-07-121-1/+26
* | LinkDB: prefix private members with an underscoreVirtualTam2015-07-092-12/+12
* | Merge pull request #255 from ArthurHoaro/configVirtualTam2015-07-091-0/+177
|\ \ | |/ |/|
| * All settings are now stored in config.phpArthurHoaro2015-07-091-0/+177
* | LinkDB::filterDay(): check input date formatVirtualTam2015-07-092-10/+32
|/
* LinkDBTest: only check that the datastore is created and non-emptyVirtualTam2015-06-281-10/+4
* Merge remote-tracking branch 'ArthurHoaro/default-links'nodiscc2015-06-261-7/+7
|\
| * Fixes unit tests: checking datastore filesize instead of hash.ArthurHoaro2015-06-241-7/+7
* | LinkDB: do not access global variablesVirtualTam2015-06-242-21/+15
|/
* LinkDB: add 'hidePublicLinks' parameter to the constructorVirtualTam2015-06-241-10/+27
* LinkDB: move to a proper file, add test coverageVirtualTam2015-06-114-0/+717