aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/UtilsTest.php
Commit message (Expand)AuthorAgeFilesLines
* Use PSR-3 logger for login attemptsArthurHoaro2020-10-201-26/+10
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-261-3/+3
* Fix all existing links and redirection to ?do=loginArthurHoaro2020-01-261-2/+2
* Optimize and cleanup importsVirtualTam2019-01-131-1/+1
* lint: apply phpcbf to tests/VirtualTam2018-12-021-3/+6
* Move session ID check to SessionManagerVirtualTam2017-10-221-58/+0
* Shaarli's translationArthurHoaro2017-10-221-15/+15
* Adds a taglist view with edit/delete buttonsArthurHoaro2017-05-251-0/+112
* 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
* Improve datetime displayArthurHoaro2017-03-061-11/+35
* Improve autoLocale() detectionArthurHoaro2017-03-061-0/+20
* Fixes presence of empty tags for private tags and in search resultsArthurHoaro2017-01-031-1/+13
* Prepare settings for the API in the admin page and during the installArthurHoaro2016-12-121-0/+17
* Hashtag systemArthurHoaro2016-06-061-37/+0
* fix: use PHP_EOL for carriage returns in file logsVirtualTam2016-01-181-1/+1
* Logging: improve formatting to enable fail2ban parsingVirtualTam2016-01-161-1/+1
* Logging: move logm() from index.php to application/Utils.phpVirtualTam2016-01-161-0/+66
* URL encode links when a redirector is set.ArthurHoaro2015-11-261-0/+37
* application: move checkPHPVersion from Utils to ApplicationUtilsVirtualTam2015-11-241-31/+0
* cleanup: remove the executable bit from source scriptsVirtualTam2015-11-111-0/+0
* Fixes #356ArthurHoaro2015-11-041-0/+2
* Session ID: extend the regex to match possible hash representationsVirtualTam2015-09-061-4/+52
* Allow uppercase letters in PHP sessionid formatArthurHoaro2015-09-021-1/+1
* Avoid Full Path Disclosure error on session error.ArthurHoaro2015-08-221-1/+18
* PHP: ensure 5.3 compatibility, refactor timezone utilitiesVirtualTam2015-07-131-1/+33
* Prevent redirection loop everytime we rely on HTTP_REFERER:ArthurHoaro2015-07-121-1/+26
* LinkDB::filterDay(): check input date formatVirtualTam2015-07-091-0/+19
* LinkDB: move to a proper file, add test coverageVirtualTam2015-06-111-0/+78