summaryrefslogtreecommitdiffstats
path: root/accounts/views
Commit message (Expand)AuthorAgeFilesLines
* Updated Flask-Login => is_authenticated is not a method anymoreVincent Post2020-08-072-2/+2
* Flask-WTF renamed Form to FlaskFormVincent Post2020-08-071-1/+1
* pushed flask to 0.11Vincent Post2020-08-074-4/+4
* 2to3 -w accounts contribVincent Post2020-08-074-28/+28
* 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
* login: Redirect to next url after loginAlexander Sulfrian2016-02-271-2/+18
* login: Add missing parenthesesAlexander Sulfrian2016-02-272-2/+2
* Code styleAlexander Sulfrian2016-02-021-5/+5
* forms: No need to supply request.form to the FormsAlexander Sulfrian2016-02-022-7/+8
* templates/mail: Get all parts from the templateAlexander Sulfrian2016-02-022-34/+16
* Account: Support direct setting of attributesAlexander Sulfrian2016-02-022-3/+3
* Create new login blueprintAlexander Sulfrian2016-02-023-32/+50
* Redirect to login pageAlexander Sulfrian2016-02-021-1/+1
* Rename views: settings->index, index->loginAlexander Sulfrian2016-02-021-17/+17
* Use Flask-Login for login handlingAlexander Sulfrian2016-02-022-32/+34
* 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
* 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-252-0/+90