summaryrefslogtreecommitdiffstats
path: root/accounts
Commit message (Expand)AuthorAgeFilesLines
* Add alert about service passwords decomissioningJonah Brüchert2024-04-051-0/+3
* Use bootstrap for flash messagesJonah Brüchert2024-04-032-8/+9
* type manage scriptJonah Brüchert2024-03-291-1/+1
* utils: Improve typingJonah Brüchert2024-03-294-21/+33
* Improve exception handlingJonah Brüchert2024-03-291-8/+19
* Format projectJonah Brüchert2024-03-2919-372/+578
* Enforce types in variablesJonah Brüchert2024-03-297-16/+23
* Enforce types in function callsJonah Brüchert2024-03-298-16/+23
* Port to flask 3Jonah Brüchert2024-03-282-13/+17
* Port away from flask-scriptJonah Brüchert2024-03-282-21/+1
* Add some type annotationsJonah Brüchert2024-03-2818-184/+262
* ldap: Fix creating accountsJonah Brüchert2024-03-281-3/+4
* Fix sending mailsJonah Brüchert2024-03-181-1/+1
* Add styling to read-only fields in completion pagesJonah Brüchert2024-02-122-6/+6
* Fix css class of changed service checkboxJonah Brüchert2024-02-121-1/+1
* ldap: Fix catching exceptionsroot2024-02-111-3/+4
* ldap: Port away from escape_attribute_valueJonah Brüchert2024-02-111-2/+2
* Update dependenciesJonah Brüchert2023-05-222-11/+11
* Updated Flask-Login => is_authenticated is not a method anymoreVincent Post2023-05-223-3/+3
* Flask-WTF renamed Form to FlaskFormVincent Post2023-05-222-2/+2
* compact_json is no longer importable from itsdangerousVincent Post2023-05-221-3/+16
* called __init__ of parent class in EncryptedSerializer to populate all attrib...Vincent Post2023-05-221-0/+1
* Rewrote dummy user backend to not need deepcopyVincent Post2023-05-221-24/+48
* Revert "Fixed recursion while deepcopy(Account)"Vincent Post2023-05-221-2/+1
* pushed flask to 0.11Vincent Post2023-05-228-9/+9
* Fixed recursion while deepcopy(Account)Vincent Post2023-05-221-1/+2
* 2to3: UTF-8 is now default in Python 3Vincent Post2023-05-224-18/+4
* 2to3 -w accounts contribVincent Post2023-05-2216-97/+95
* backend.user.dummy: added admin userVincent Post2023-05-222-0/+3
* css: Fix "position: absolute"Alexander Sulfrian2022-11-011-0/+1
* css: Simplified media queriesAlexander Sulfrian2022-11-011-28/+20
* Make layout mobile friendlyJonah Brüchert2022-10-225-142/+202
* Slightly modernize designJonah Brüchert2022-10-224-7/+14
* views: Use error handler for all exceptionsAlexander Sulfrian2016-10-041-1/+7
* ldap: Fix result evaluationAlexander Sulfrian2016-10-041-1/+1
* ldap: uidNumber is an integer valueAlexander Sulfrian2016-10-041-3/+3
* Fix typoAlexander Sulfrian2016-10-041-1/+1
* ldap: Fix escaping of non-string valuesAlexander Sulfrian2016-10-041-0/+2
* backend/user: Add uidNumberAlexander Sulfrian2016-10-044-12/+64
* backend/user: Split _store and registerAlexander Sulfrian2016-09-303-13/+16
* models: Fix commentAlexander Sulfrian2016-09-301-1/+3
* default_settings: Use dummy backends for testingAlexander Sulfrian2016-09-301-2/+2
* utils/console: Support printing of non-string typesAlexander Sulfrian2016-09-301-1/+1
* models: Remove unused attributeAlexander Sulfrian2016-09-292-4/+2
* base: Add missing parenthesesAlexander Sulfrian2016-09-291-1/+1
* 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-272-2/+20
* login: Add missing parenthesesAlexander Sulfrian2016-02-273-3/+3
* app: Initialize the backends lastAlexander Sulfrian2016-02-151-3/+3