summaryrefslogtreecommitdiffstats
path: root/accounts/views/admin/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove service passwords featureremove-service-passwordsJonah Brüchert2024-05-071-2/+0
* Format projectJonah Brüchert2024-03-291-31/+41
* Enforce types in variablesJonah Brüchert2024-03-291-1/+1
* Add some type annotationsJonah Brüchert2024-03-281-11/+12
* Updated Flask-Login => is_authenticated is not a method anymoreVincent Post2023-05-221-1/+1
* pushed flask to 0.11Vincent Post2023-05-221-1/+1
* 2to3 -w accounts contribVincent Post2023-05-221-5/+5
* login: Add missing parenthesesAlexander Sulfrian2016-02-271-1/+1
* forms: No need to supply request.form to the FormsAlexander Sulfrian2016-02-021-2/+3
* templates/mail: Get all parts from the templateAlexander Sulfrian2016-02-021-9/+7
* Account: Support direct setting of attributesAlexander Sulfrian2016-02-021-1/+1
* Redirect to login pageAlexander Sulfrian2016-02-021-1/+1
* Use Flask-Login for login handlingAlexander Sulfrian2016-02-021-2/+3
* backend/user: Allow different backends for usersAlexander Sulfrian2016-01-251-1/+1
* backend/mail: Allow different backends for mailAlexander Sulfrian2016-01-251-2/+2
* Moved everything into a packageAlexander Sulfrian2016-01-251-0/+90