]> git.ipfire.org Git - ipfire.org.git/history - src/web/auth.py
auth: Do not attempt to render page after redirect
[ipfire.org.git] / src / web / auth.py
2019-12-10  Michael Tremerauth: Do not attempt to render page after redirect
2019-12-09  Michael Tremerauth: Do not cache registration page because of XSRF...
2019-11-19  Michael TremerAdjust rate-limiting to take off load from memcache
2019-11-19  Michael TremerDrop checking URL blacklists to block users
2019-11-06  Michael TremerMerge branch 'community'
2019-11-05  Michael TremerUse Python's internal asyncio stuff instead of Tornado's
2019-10-31  Michael Tremerpeople: Implement password reset
2019-10-31  Michael Tremerpeople: Implement initiation of password reset
2019-10-31  Michael Tremerpeople: Add UI for password resets
2019-10-28  Michael Tremerpeople: Check if UID is valid and available on registration
2019-10-23  Michael TremerCapture country code at registration of an account
2019-10-22  Michael Tremerpeople: Ask user to authenticate for Discourse when...
2019-09-29  Michael Tremerpeople: Check StopForumSpam when registering accounts
2019-08-12  Michael Tremerauth: Log a better message when an account could not...
2019-06-22  Michael TremerMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2019-06-22  Michael TremerDeploy rate-limiting
2019-06-13  Michael Tremerpeople: Add congratulations page for activating the...
2019-05-07  Michael Tremerauth: Send Vary: Cookie header for all authentication...
2019-05-07  Michael TremerRevert "auth: Wrap login and logout in a single transac...
2019-05-07  Michael Tremeraccounts: Create LDAP user when account is activated
2019-05-07  Michael Tremerauth: Raise Bad Request on ValueError upon registration
2019-05-07  Michael Tremerauth: Do not allow logged-in users to register again
2019-05-07  Michael Tremerauth: Wrap login and logout in a single transaction
2018-11-18  Michael Tremerpeople: Add account activation handler
2018-11-18  Michael Tremerpeople: Implement simple registration process
2018-11-06  Michael TremerAdd decorator to check if request is coming from a...
2018-11-02  Michael TremerMerge remote-tracking branch 'origin/master'
2018-10-26  Michael Tremerweb: Rename base module
2018-10-25  Michael TremerUse Vary header to avoid caching of pages where login...
2018-10-10  Michael Tremerpython3: More code cleanup
2018-09-01  Michael TremerRefactor authentication