summaryrefslogtreecommitdiffstats
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update requirementsHEADmasterJonah Brüchert2024-05-141-10/+17
|
* Update requirementsJonah Brüchert2024-04-231-2/+2
|
* Update Werkzeug to 3.0.2Jonah Brüchert2024-04-031-1/+1
|
* Port to flask 3Jonah Brüchert2024-03-281-3/+4
| | | | | Flask 3 doesn't like cookies as bytes any more, so encode everything as bas64 before passing to Flask
* Port away from flask-scriptJonah Brüchert2024-03-281-1/+0
|
* Pin ldap3 dependencyJonah Brüchert2024-03-281-2/+3
|
* Downgrade flask againJonah Brüchert2024-03-181-2/+2
|
* Update more depsJonah Brüchert2024-02-241-5/+5
|
* Update flask to latest 2.x releaseJonah Brüchert2024-02-241-2/+2
|
* Update dependenciesJonah Brüchert2023-05-221-9/+9
|
* Updated Flask-Login => is_authenticated is not a method anymoreVincent Post2023-05-221-1/+1
|
* Updated WTForms (which now requires email_validator for email validation)Vincent Post2023-05-221-1/+2
|
* Updated dependenciesVincent Post2023-05-221-5/+5
|
* Updated Flask to 0.12.*Vincent Post2023-05-221-1/+1
|
* pushed flask to 0.11Vincent Post2023-05-221-1/+1
|
* pycrypto did not have a commit since 2013Vincent Post2023-05-221-1/+1
|
* requirements: pinned versions so that it runs in 2020Vincent Post2023-05-221-8/+8
|
* backend/user/ldap: New LdapBackendAlexander Sulfrian2016-02-021-1/+1
| | | | | | | | | | | | | | Change the schema used in the LDAP server. The service passwords are now associated by the hierarchy: dn: uid=test,ou=users,... dn: cn=service1,uid=test,ou=users,... dn: cn=service2,uid=test,ou=users,... ... This is the new structure used with the new Slapi plugin. Additional to that, the new backend uses the python-ldap3 module, because python-ldap has no python3 compatibility.
* Use Flask-Login for login handlingAlexander Sulfrian2016-02-021-0/+1
|
* Encrypt the session data by defaultAlexander Sulfrian2016-02-021-0/+1
| | | | | Before we just encrypted the password, now we encrypt the whole session information by default.
* Bump flask versionAlexander Sulfrian2016-02-021-1/+1
| | | | Flask-0.10 has better support for signed sessions based on itsdangerous.
* Add flask-scriptAlexander Sulfrian2016-01-251-0/+1
|
* Bump flask versionAlexander Sulfrian2016-01-221-1/+1
|
* requirements: add pycryptoAlexander Sulfrian2012-09-211-0/+1
|
* Use Flask-WTForms because it adds CSRF protectionMarian Sigler2012-09-211-1/+5
|
* login works now.Marian Sigler2012-09-191-1/+0
|
* intermediate commit before I remove flask-login againMarian Sigler2012-09-191-0/+1
|
* proper syntax for pipNico von Geyso2012-09-171-2/+2
|
* Initial commitMarian Sigler2012-09-131-0/+2