Commit graph

1461 commits

Author SHA1 Message Date
ziirish
2b8c6e09a4
Release 1.1.1 2023-07-07 20:21:34 +02:00
ziirish
b1c9e0dc09 fix: make sure we don't initialize the DB connector twice 2023-07-07 15:07:35 +02:00
ziirish
04434abc47 Release 1.1.0 2023-05-01 21:03:39 +02:00
ziirish
e91daf5627 fix: adapt send_file usage 2023-04-10 21:36:01 +02:00
ziirish
1d00a931ae fix: platform.dist is no longer part of the std lib 2023-04-10 18:50:26 +02:00
ziirish
2de20db7fb fix: update dependencies and fix unit tests 2023-04-10 18:22:58 +02:00
ziirish
7f2832d1fa lint 2023-03-19 15:13:01 +01:00
ziirish
b23a107a62
Release 1.0.0 2022-11-06 21:38:22 +01:00
ziirish
555ba070ad
fix: minor compatibility issue with latest python versions 2022-11-06 21:35:17 +01:00
ziirish
1e8e480967
update requirements + fix werkzeug compatibility issue 2022-11-06 14:48:47 +01:00
ziirish
10169e4894
fix: don't throw exceptions when the burp directory is not found 2021-10-06 17:23:48 +02:00
ziirish
edde0b710f
fix: don't show warning if redis or database is not configured 2021-10-06 17:22:17 +02:00
ziirish
2273af93a4
lint 2021-09-17 22:57:45 +02: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
Benjamin "Ziirish" SANS
b2551b2b59
Merge pull request #7 from PaliPalo/master
Update local.py
2021-09-17 16:18:30 +02:00
ziirish
705c86ec0d
fix: don't parse non-valid dates 2021-09-17 13:05:14 +02:00
ziirish
2e77865bd9
fix for date parsing 2021-09-17 12:50:52 +02:00
ziirish
852c421807
fix socket.io is now minified 2021-09-17 12:36:09 +02:00
ziirish
69261f9648
fix several dependencies issues thanks to @monofox (fix #339, #343) 2021-09-17 10:44:48 +02:00
ziirish
46fad14e32
fix: the acl engine was filtering too much data when the auth was disabled 2021-09-17 10:19:57 +02:00
PaliPalo
affbed705f
Update local.py
Use default Python PAM module instead of pasta-code
2021-07-13 17:03:54 +02:00
ziirish
4fbffa839a
fix nested trio issue with agent and parallel backend 2021-05-14 22:53:55 +02:00
ziirish
faeb15ec5f
fix CI pipelines 2021-05-14 10:38:47 +02:00
ziirish
4f0bf4ca9c
setup pre-commit hook 2021-05-12 18:08:44 +02:00
ziirish
43253d8265
use black to format the code 2021-05-12 17:47:01 +02:00
ziirish
720855961f
fix: don't screw up configuration files (fix #333) 2020-08-03 22:20:04 +02:00
ziirish
4d73ae8a74
fix: allow to provide a burp-server version in case we cannot determine it automatically #333 2020-06-15 23:52:37 +02:00
ziirish
48aed7aa2a
lint 2020-05-23 23:16:31 +02:00
ziirish
b0412fec66
add: last backup attempt on the clients view (fix #309) 2020-05-23 23:13:32 +02:00
ziirish
a04f58e9e9
add: allow to choose a custom timezone for the UI (fix #329) 2020-03-31 00:17:56 +02:00
ziirish
70d9a25efe
make sure tmpdir exists prior running a restoration (fix #315) 2020-03-29 23:13:37 +02:00
ziirish
3bfc6c653d
fix: issue with python 3.8 2020-03-29 22:27:19 +02:00
ziirish
e0a61cd6bc
switch to flask-restx instead of flask-restplus which is no longer maintained 2020-02-12 12:32:48 +01:00
ziirish
08e60b7ca5
update requirements 2020-01-20 23:05:53 +01:00
ziirish
f19162a758
properly handle acl order and exclude (fix #327) 2020-01-20 23:05:29 +01:00
ziirish
c6a74ecbb9
fix: make sure we use the right redis settings while testing connexion 2020-01-06 22:09:38 +01:00
ziirish
058196ce29
fix: update monitor config 2020-01-06 13:06:05 +01:00
ziirish
9fd1e2a9f5
use the right config file for monitor as well 2020-01-06 00:45:32 +01:00
ziirish
6bbd9a8e8f
remove unused piece of code for sentry sdk 2020-01-05 16:53:23 +01:00
ziirish
df0982dd80
use ne sentry sdk instead of raven 2020-01-05 16:44:25 +01:00
ziirish
3a0ef1485c
fix: use local imports instead of global import to reduce dependencies on 'slim' packages 2019-11-04 16:04:32 +01:00
ziirish
5f1cb8e750
fix: update default proxy_fix rules to handle proto as well 2019-10-21 15:12:05 +02:00
ziirish
23185f333b
lint 2019-10-21 10:11:23 +02:00
ziirish
5049f6319d
document audit API (see #260) 2019-10-03 15:15:01 +02:00
ziirish
2292ef826f
add: new static templates (fix #280) 2019-10-03 11:51:25 +02:00
ziirish
1a8fcd5da9
use upstream Wildcard fields now that it is merged 2019-10-03 11:50:45 +02:00
ziirish
30a255037f
Allow to exclude patterns as well (fix #305) 2019-09-27 15:29:34 +02:00
ziirish
ed2a646a69
allow to exclude some clients from matching ACL rules (see #305) 2019-09-26 22:03:41 +02:00
ziirish
b558c1170f
introduce a new 'order' keyword in the ACL rules (see #305) 2019-09-25 22:15:55 +02:00
ziirish
942c6716f5
create client from template within the UI (fix #266) 2019-09-20 21:44:28 +02:00