summaryrefslogtreecommitdiffstats
path: root/accounts
Commit message (Expand)AuthorAgeFilesLines
* 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
* forms: Fix typoAlexander Sulfrian2016-02-151-1/+1
* Code styleAlexander Sulfrian2016-02-027-53/+48
* forms: No need to supply request.form to the FormsAlexander Sulfrian2016-02-022-7/+8
* utils/console: Add helper class to handle formsAlexander Sulfrian2016-02-021-0/+39
* utils/console: Allow empty output with TablePrinterAlexander Sulfrian2016-02-021-1/+2
* Allow to manually load a config fileAlexander Sulfrian2016-02-021-2/+3
* Fix relative file paths in the configAlexander Sulfrian2016-02-021-1/+18
* Code styleAlexander Sulfrian2016-02-021-4/+3
* templates/mail: Get all parts from the templateAlexander Sulfrian2016-02-0213-66/+113
* utils: Drop custom url_forAlexander Sulfrian2016-02-022-15/+4
* forms: Move regexp from utilsAlexander Sulfrian2016-02-022-5/+6
* forms: Remove unused variableAlexander Sulfrian2016-02-021-5/+0
* manage.py: Fix url_for for console commandsAlexander Sulfrian2016-02-021-0/+18
* Use factory pattern to create appAlexander Sulfrian2016-02-021-20/+24
* utils/login: Add create_login_managerAlexander Sulfrian2016-02-022-15/+21