summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add script to run manage.py properly on the vmJonah Brüchert2024-03-281-0/+9
* manage: Explicitly request python 3Jonah Brüchert2024-03-281-1/+1
* Port away from flask-scriptJonah Brüchert2024-03-284-63/+45
* Pin ldap3 dependencyJonah Brüchert2024-03-281-2/+3
* Run some checks on GitLab CIJonah Brüchert2024-03-281-0/+12
* Add some type annotationsJonah Brüchert2024-03-2819-184/+273
* ldap: Fix creating accountsJonah Brüchert2024-03-281-3/+4
* Downgrade flask againJonah Brüchert2024-03-181-2/+2
* Fix sending mailsJonah Brüchert2024-03-181-1/+1
* Update more depsJonah Brüchert2024-02-241-5/+5
* Update flask to latest 2.x releaseJonah Brüchert2024-02-241-2/+2
* 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-223-20/+20
* forgot to update flask.ext imports in manage.pyVincent Post2023-05-221-1/+1
* Updated Flask-Login => is_authenticated is not a method anymoreVincent Post2023-05-224-4/+4
* Updated WTForms (which now requires email_validator for email validation)Vincent Post2023-05-221-1/+2
* Flask-WTF renamed Form to FlaskFormVincent Post2023-05-222-2/+2
* compact_json is no longer importable from itsdangerousVincent Post2023-05-221-3/+16
* Updated dependenciesVincent Post2023-05-221-5/+5
* called __init__ of parent class in EncryptedSerializer to populate all attrib...Vincent Post2023-05-221-0/+1
* Updated Flask to 0.12.*Vincent Post2023-05-221-1/+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-229-10/+10
* pycrypto did not have a commit since 2013Vincent Post2023-05-221-1/+1
* 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-2218-101/+99
* backend.user.dummy: added admin userVincent Post2023-05-222-0/+3
* add easy script to start dev serverVincent Post2023-05-221-0/+5
* requirements: pinned versions so that it runs in 2020Vincent Post2023-05-221-8/+8
* css: Fix "position: absolute"Alexander Sulfrian2022-11-011-0/+1
* css: Simplified media queriesAlexander Sulfrian2022-11-011-28/+20
* Merge branch 'jbb/design'Alexander Sulfrian2022-11-017-147/+214
|\
| * 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-045-14/+66
* 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