summaryrefslogtreecommitdiffstats
path: root/accounts/views/default/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove service passwords featureremove-service-passwordsJonah Brüchert2024-05-071-20/+1
* Improve exception handlingJonah Brüchert2024-03-291-8/+19
* Format projectJonah Brüchert2024-03-291-72/+103
* Enforce types in variablesJonah Brüchert2024-03-291-1/+1
* Add some type annotationsJonah Brüchert2024-03-281-26/+30
* pushed flask to 0.11Vincent Post2023-05-221-1/+1
* 2to3 -w accounts contribVincent Post2023-05-221-17/+17
* views: Use error handler for all exceptionsAlexander Sulfrian2016-10-041-1/+7
* index: Update user without admin rightsAlexander Sulfrian2016-04-051-1/+1
* lost_password: Fix confirmationroot2016-02-291-1/+1
* Code styleAlexander Sulfrian2016-02-021-5/+5
* forms: No need to supply request.form to the FormsAlexander Sulfrian2016-02-021-5/+5
* templates/mail: Get all parts from the templateAlexander Sulfrian2016-02-021-25/+9
* Account: Support direct setting of attributesAlexander Sulfrian2016-02-021-2/+2
* Create new login blueprintAlexander Sulfrian2016-02-021-32/+4
* Rename views: settings->index, index->loginAlexander Sulfrian2016-02-021-17/+17
* Use Flask-Login for login handlingAlexander Sulfrian2016-02-021-30/+31
* Use URLSafeTimedSerializer for confirmation tokenAlexander Sulfrian2016-02-021-5/+6
* Create models.py with Account and ServiceAlexander Sulfrian2016-02-021-1/+1
* Encrypt the session data by defaultAlexander Sulfrian2016-02-021-2/+2
* Remove context_processor with single useAlexander Sulfrian2016-02-021-1/+3
* Move general views into blueprintAlexander Sulfrian2016-02-021-0/+246