ziirish
|
7f2832d1fa
|
lint
|
2023-03-19 15:13:01 +01:00 |
|
ziirish
|
a793edeb08
|
update flask version and import flask_bower code since it doesn't seem maintained anymore
|
2021-09-17 22:26:43 +02:00 |
|
ziirish
|
43253d8265
|
use black to format the code
|
2021-05-12 17:47:01 +02:00 |
|
ziirish
|
7464f9d78c
|
remove calls to gevent (see #316)
|
2019-08-20 17:22:31 +02:00 |
|
ziirish
|
6fcc657f7a
|
pep8
|
2018-06-13 08:00:30 +02:00 |
|
ziirish
|
3cc24725a3
|
some more python3 only code
|
2018-06-12 18:30:47 +02:00 |
|
ziirish
|
8cf2f017cc
|
drop python 2 support (closes #267)
|
2018-05-24 15:09:55 +02:00 |
|
ziirish
|
916a8a0e17
|
also propose authentication usernames for group members completion
|
2018-05-01 15:58:19 +02:00 |
|
ziirish
|
d23e9a1946
|
better handle mal-formatted inputs
|
2018-02-24 14:28:17 +01:00 |
|
ziirish
|
892a5f92ab
|
refactor ACL engine to allow to plug and factorise several backends
|
2018-02-23 23:28:58 +01:00 |
|
ziirish
|
d46f68c3bb
|
new features for BASIC ACL backend
|
2017-06-15 23:02:45 +02:00 |
|
ziirish
|
bac3048ee9
|
improve overall security
|
2017-06-01 18:57:48 +02:00 |
|
ziirish
|
74c187aa4b
|
record login failure
|
2017-05-26 15:56:55 +02:00 |
|
ziirish
|
81b53a2aae
|
fix: unicode encoding issue
|
2017-05-24 11:45:14 +02:00 |
|
ziirish
|
e5210b5ecf
|
minor translation updates
|
2017-02-23 21:38:34 +01:00 |
|
ziirish
|
99c41d4295
|
add: allow to select API language + automatically remove invalidated API session
|
2017-02-15 21:37:10 +01:00 |
|
ziirish
|
d5cd054f2f
|
new decorator to set expiration date (allows browser to cache results)
|
2017-01-16 22:45:52 +01:00 |
|
ziirish
|
0bc3763061
|
improve sessions management
|
2017-01-06 12:13:08 +01:00 |
|
ziirish
|
5140349cd7
|
improve encoding handling
|
2016-12-29 16:30:36 +01:00 |
|
ziirish
|
9de305e0c6
|
unescape back-slashes for regex (fixes #165)
|
2016-12-13 15:27:28 +01:00 |
|
ziirish
|
f0dc7a8716
|
fix: missing dependency while running manage
|
2016-10-14 16:50:49 +02:00 |
|
ziirish
|
de594c1aaa
|
fix: translations where not compiled in the packages
|
2016-10-07 17:12:32 +02:00 |
|
ziirish
|
9b0eaace98
|
add: UI to allow sessions tracking/revokation
|
2016-09-06 23:53:50 +02:00 |
|
ziirish
|
4d4b2fb392
|
add: track sessions to allow sessions invalidation
|
2016-08-30 21:46:45 +02:00 |
|
ziirish
|
90977fe1b4
|
fix: some dates were on the wrong timezone
|
2016-08-05 18:35:49 +02:00 |
|
ziirish
|
ddc0e91a4d
|
security: sanitize user input
|
2016-07-28 20:55:51 +02:00 |
|
ziirish
|
341613ab7b
|
refactor configuration to ease the sharing
|
2016-07-20 22:55:46 +02:00 |
|
ziirish
|
498be51a74
|
fix: wrong timestamp convertions due to local/utc mixup (fixes #137)
|
2016-07-19 11:27:17 +02:00 |
|
ziirish
|
1a29bfafff
|
fix: ugly path
|
2016-07-15 14:00:41 +02:00 |
|
ziirish
|
4447ea8170
|
fix: lint
|
2016-07-15 13:53:16 +02:00 |
|
ziirish
|
277c5f0bc4
|
improve conf detection
|
2016-07-15 13:50:25 +02:00 |
|
ziirish
|
14ca1e2a0b
|
improved configuration lookup
|
2016-07-15 13:39:01 +02:00 |
|
ziirish
|
416acaeb61
|
disable basic auth from UI
|
2016-07-11 16:20:45 +02:00 |
|
ziirish
|
293e91d8c2
|
fix default configuration options with right type
|
2016-07-01 17:02:57 +02:00 |
|
ziirish
|
1c8e2210b2
|
fix: default for all types
|
2016-07-01 13:33:31 +02:00 |
|
ziirish
|
c1b7c17279
|
fix: wrong default when boolean
|
2016-07-01 10:59:42 +02:00 |
|
ziirish
|
a564a37a5c
|
fix: missing default values
|
2016-06-29 15:35:28 +02:00 |
|
ziirish
|
732031c745
|
conf was never reloaded
|
2016-06-27 18:44:10 +02:00 |
|
ziirish
|
c88d25ada3
|
make the BASIC auth backend detect changes (see #142)
|
2016-06-27 15:13:51 +02:00 |
|
ziirish
|
32d46ba5ed
|
reload conf when change detected (closes #142)
|
2016-06-24 18:40:53 +02:00 |
|
ziirish
|
425fec257a
|
more explicit notification codes
|
2016-06-16 20:10:08 +02:00 |
|
ziirish
|
1d6b402b3d
|
new configuration file everywhere
|
2016-06-16 12:29:03 +02:00 |
|
ziirish
|
e1daa47ea7
|
fix: configuration convertion issue with commented lines
|
2016-06-15 16:05:59 +02:00 |
|
ziirish
|
25bb371032
|
add the ability to write our own config for #132
|
2016-06-15 10:10:35 +02:00 |
|
ziirish
|
03da0a6961
|
pep8
|
2016-05-27 16:58:37 +02:00 |
|
ziirish
|
727f6c3b04
|
add: apache example
|
2016-05-11 13:40:40 +02:00 |
|
ziirish
|
a6586449dd
|
warn when the announced prefix does not start with a '/' and ignore it
|
2016-05-11 12:51:21 +02:00 |
|
ziirish
|
d269f00202
|
add: allow to host burp-ui behind a sub-root path (see #128)
|
2016-05-11 11:32:31 +02:00 |
|
ziirish
|
979cf224e6
|
improve Basic auth
|
2016-05-10 15:44:54 +02:00 |
|
ziirish
|
360fece227
|
improve dynamic methods generation
|
2016-04-20 20:22:39 +02:00 |
|