aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/security/BanManagerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move utils classes to Shaarli\Helper namespace and folderArthurHoaro2020-10-271-1/+1
|
* Use PSR-3 logger for login attemptsArthurHoaro2020-10-201-1/+2
| | | | Fixes #1122
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-261-1/+1
|
* Rewrite IP ban managementArthurHoaro2019-02-091-0/+393
This adds a dedicated manager class to handle all ban interactions, which is instantiated and handled by LoginManager. IPs are now stored in the same format as the datastore, through FileUtils. Fixes #1032 #587