Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply PHP Code Beautifier on source code for linter automatic fixes | ArthurHoaro | 2020-11-09 | 1 | -4/+4 |
| | |||||
* | Move utils classes to Shaarli\Helper namespace and folder | ArthurHoaro | 2020-10-27 | 1 | -1/+1 |
| | |||||
* | Use PSR-3 logger for login attempts | ArthurHoaro | 2020-10-20 | 1 | -15/+13 |
| | | | | Fixes #1122 | ||||
* | Rewrite IP ban management | ArthurHoaro | 2019-02-09 | 1 | -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 |