1
0
mirror of https://github.com/moepman/bk-dss synced 2024-05-29 04:05:08 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
c4ce7c41ea Be compatible with Flask-WTF 0.12.x 2019-02-12 09:39:56 +01:00
41b8689033 fix byte string and error handling 2019-02-11 16:16:40 +01:00
f88da30fe6 fix account listing for python3 2019-02-11 15:53:17 +01:00
c1cd8bded1 Refactor function names according to PEP8. 2019-02-09 13:30:05 +01:00
8d7b72bf07 Indention and imports according to PEP8. 2019-02-09 13:23:36 +01:00
2a616874d8 Use FlaskForm instead of deprecated Form. 2018-10-08 13:57:50 +02:00
187bfe4f42 dss.py: remove superfluous assignment
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
2018-09-17 22:26:49 +02:00
8a6ddb479c dss.py: simplify credential handling
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
2018-09-17 22:25:18 +02:00
1f88227664 dss.py: automatically decode REDIS responses
... as UTF-8

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
2018-09-17 22:23:13 +02:00
cb18911ce4 dss.py: minor stylistic fixup
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
2018-09-17 22:23:04 +02:00
110fad8605 dss.py: remove superfluous newline
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
2018-09-17 22:23:00 +02:00
44dbd1d36c dss.py: fix python3 ldap exception handling
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
2018-09-17 22:22:56 +02:00
be150eb06f dss.py: Use DataRequired() instead of Required()
Required() is deprecated.

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
2018-09-17 22:22:51 +02:00
d2f1b94964 dss.py: reorder imports statements
Increases readability.

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
2018-09-17 22:22:46 +02:00
a2da0092c6 dss.py: enforce python3
Some systems come with python2 as default interpreter.

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
2018-09-17 22:22:42 +02:00
6c69d9f622 Prepare for uWSGI usage. 2017-03-20 16:56:56 +01:00