summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'remove-service-passwords'HEADmasterJonah Brüchert13 hours10-209/+7
|\
| * Remove service passwords featureremove-service-passwordsJonah Brüchert13 hours10-206/+7
| |
| * Revert "Add alert about service passwords decomissioning"Jonah Brüchert13 hours1-3/+0
| | | | | | | | This reverts commit 1dd884ca5282bffe9db25f0d6a69b020f4b76544.
* | Update requirementsJonah Brüchert2024-04-231-2/+2
|/
* Add alert about service passwords decomissioningJonah Brüchert2024-04-051-0/+3
|
* Use bootstrap for flash messagesJonah Brüchert2024-04-032-8/+9
|
* Update Werkzeug to 3.0.2Jonah Brüchert2024-04-031-1/+1
|
* type manage scriptJonah Brüchert2024-03-292-17/+19
|
* 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
| | | | | | To allow automatically formatting changes in the future. Command used: black -l 79 accounts/
* Enforce types in variablesJonah Brüchert2024-03-298-16/+24
|
* Enforce types in function callsJonah Brüchert2024-03-299-16/+26
|
* Port to flask 3Jonah Brüchert2024-03-283-16/+21
| | | | | Flask 3 doesn't like cookies as bytes any more, so encode everything as bas64 before passing to Flask
* for real this timeJonah Brüchert2024-03-281-4/+2
|
* manage: Fix loading configJonah Brüchert2024-03-281-1/+3
|
* 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 ↵Vincent Post2023-05-221-0/+1
| | | | attributes
* 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
| | | | This reverts commit 74aa9fa461302441ddea3a87c3e0f938dc6bdc2b.
* 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
|