aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/security/BanManager.php
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-4/+4
|
* Move utils classes to Shaarli\Helper namespace and folderArthurHoaro2020-10-271-1/+1
|
* Use PSR-3 logger for login attemptsArthurHoaro2020-10-201-15/+13
| | | | Fixes #1122
* Rewrite IP ban managementArthurHoaro2019-02-091-0/+213
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