summary refs log tree commit diff
path: root/tests/handlers/test_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-15Add ratelimiting on login (#4821)Brendan Abolivier11-37/+259
Add two ratelimiters on login (per-IP address and per-userID).
2019-03-15Add systemd setup that supports workers (#4662)Luca Corbatto6-0/+205
This setup is a way to manage workers with systemd. It does ho