]> git.ipfire.org Git - ipfire.org.git/history - src/web/auth.py
location: Create a page that explains how to report problems
[ipfire.org.git] / src / web / auth.py
2024-01-10  Michael TremerMerge remote-tracking branch 'origin/new-design'
2024-01-07  Michael Tremeranalytics: Record some page views
2023-12-20  Michael TremerMerge remote-tracking branch 'rico/new-design' into...
2023-12-20  Rico HoppeMerge remote-tracking branch 'origin/new-design' into...
2023-12-15  Michael Tremerauth: Rename Registering -> Joining
2023-12-15  Michael Tremerauth: Implement /.well-known/change-password
2023-11-27  Michael TremerMerge branch 'master' into new-design
2023-06-29  Rico HoppeMerge branch 'new-design' of https://git.ipfire.org...
2023-06-28  Michael Tremerauth: Move Password module
2023-06-28  Michael Tremeraccounts: Drop StopForumSpam
2023-06-26  Michael TremerMerge remote-tracking branch 'rico/new-design' into...
2023-06-26  Michael Tremerweb: Drop unused CacheMixin
2023-06-26  Michael Tremerweb: Improve caching of static content
2023-06-26  Michael Tremerpeople: Move SSO for Discourse
2023-01-11  Michael Tremeraccounts: Drop StopForumSpam
2021-11-28  Michael TremerMerge branch 'master' into new-design
2021-09-06  Michael Tremercookie: Set secure attribute
2020-08-04  Michael Tremerauth: Set Cache-Control: no-store when we don't want...
2019-12-24  Michael Tremeraccounts: Drop username check from StopForumSpam
2019-12-24  Michael Tremeraccounts: Perform some basic checks on valid email...
2019-12-24  Michael Tremeraccounts: Check emails against our local blacklist
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