Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Render login page through Slim controller | ArthurHoaro | 2020-01-26 | 1 | -0/+6 |
* | Rewrite IP ban management | ArthurHoaro | 2019-02-09 | 2 | -86/+227 |
* | Merge pull request #1182 from ArthurHoaro/feature/session-protection-stay-login | ArthurHoaro | 2019-02-09 | 1 | -0/+3 |
|\ | |||||
| * | Do not check the IP address with session protection disabled | ArthurHoaro | 2018-07-17 | 1 | -0/+3 |
* | | lint: apply phpcbf to application/ | VirtualTam | 2018-12-02 | 1 | -1/+0 |
|/ | |||||
* | SessionManager+LoginManager: fix checkLoginState logic | VirtualTam | 2018-06-02 | 2 | -2/+5 |
* | Add test coverage for LoginManager methods | VirtualTam | 2018-06-02 | 1 | -5/+4 |
* | SessionManager: remove unused UID token | VirtualTam | 2018-06-02 | 1 | -6/+0 |
* | Refactor LoginManager stay-signed-in token management | VirtualTam | 2018-06-02 | 2 | -7/+33 |
* | Refactor session and cookie timeout control | VirtualTam | 2018-06-02 | 2 | -14/+39 |
* | Move LoginManager and SessionManager to the Security namespace | VirtualTam | 2018-06-02 | 2 | -0/+417 |