summaryrefslogtreecommitdiffstats
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Updated Flask to 0.12.*Vincent Post2020-08-071-1/+1
|
* pushed flask to 0.11Vincent Post2020-08-071-1/+1
|
* pycrypto did not have a commit since 2013Vincent Post2020-08-071-1/+1
|
* requirements: pinned versions so that it runs in 2020Vincent Post2020-08-071-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