summaryrefslogtreecommitdiffstats
path: root/accounts/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* Add some type annotationsJonah BrĂ¼chert2024-03-281-22/+24
|
* Update dependenciesJonah BrĂ¼chert2023-05-221-8/+8
|
* Flask-WTF renamed Form to FlaskFormVincent Post2023-05-221-1/+1
|
* pushed flask to 0.11Vincent Post2023-05-221-2/+2
|
* 2to3 -w accounts contribVincent Post2023-05-221-31/+29
|
* forms: Fix typoAlexander Sulfrian2016-02-151-1/+1
|
* Code styleAlexander Sulfrian2016-02-021-29/+34
|
* utils: Drop custom url_forAlexander Sulfrian2016-02-021-2/+2
| | | | Since flask-0.9 we can use config.PREFERRED_URL_SCHEME.
* forms: Move regexp from utilsAlexander Sulfrian2016-02-021-1/+6
| | | | | The username and username_exclude regexp are only used in the forms, so we move the definition there.
* forms: Remove unused variableAlexander Sulfrian2016-02-021-5/+0
|
* Get services from configAlexander Sulfrian2016-02-021-14/+20
|
* Create new login blueprintAlexander Sulfrian2016-02-021-5/+0
| | | | The login and logout view are now in the login blueprint.
* Use Flask-Login for login handlingAlexander Sulfrian2016-02-021-2/+3
|
* Encrypt the session data by defaultAlexander Sulfrian2016-02-021-2/+1
| | | | | Before we just encrypted the password, now we encrypt the whole session information by default.
* Move general views into blueprintAlexander Sulfrian2016-02-021-2/+2
| | | | The use of a default blueprint allows more independence of the app object.
* backend/user: Allow different backends for usersAlexander Sulfrian2016-01-251-13/+12
|
* Moved everything into a packageAlexander Sulfrian2016-01-251-0/+140