Commit Graph

1440 Commits (4a0cb8b0ec2b4c944603c4350028836c4b0bffe0)

Author SHA1 Message Date
Raphaël Vinot 4a0cb8b0ec chg: Bump deps 2022-08-14 16:50:44 +02:00
Raphaël Vinot 7dc27d48b4 fix: properly handle listing configuration, clear None from queries before pasing to redis 2022-08-14 16:48:32 +02:00
Raphaël Vinot efe0bf9a4a Update docker-publish.yml
Use versions.
2022-08-14 16:48:32 +02:00
Raphaël Vinot 9bec88d6c1 chg: Bump version 2022-08-14 16:48:32 +02:00
Raphaël Vinot 618bbb920f chg: Bump deps 2022-08-14 16:45:18 +02:00
Raphaël Vinot 13eaa72a57 chg: Display size of rendered page
Fix #482
2022-08-14 16:43:37 +02:00
Raphaël Vinot c9a5adc066 fix: Avoid invalid URL chars in filename 2022-08-14 16:41:37 +02:00
Raphaël Vinot 87be90af83 fix: Avoid exceptions on invalid requests 2022-08-14 16:41:37 +02:00
Raphaël Vinot 6c206b01a2 fix: Support for document on public instances. 2022-08-14 16:41:37 +02:00
Raphaël Vinot 4d088f459f chg: Avoid exception on broken captures 2022-08-14 16:41:37 +02:00
Raphaël Vinot 1ddd38fdcd chg: Improve wording on capture page 2022-08-14 16:41:37 +02:00
Raphaël Vinot 72c4e43474 new: Upload a file instead of submitting a URL. 2022-08-14 16:41:34 +02:00
Raphaël Vinot 2ce8b5a96c new: dropdown to pass DoNotTrack HTTP header
Improvments on the capture page.
2022-08-14 16:31:51 +02:00
Raphaël Vinot fdfa2e25cb new: Initial listing of all resources loaded on the capture 2022-08-14 16:31:49 +02:00
Raphaël Vinot 0c81f6b218 fix: Do not try to load archived captures in sorted_capture_cache 2022-08-14 16:15:53 +02:00
Arhamyss c589933a40 fix: changed the way things are displayed and fixed errors to make the download working 2022-08-10 11:40:11 +02:00
Arhamyss 5a77044530 new: first try to add an url in the hostnode to dl the file if there is one to be downloaded 2022-08-09 18:23:11 +02:00
Raphaël Vinot 137c05648b fix: Always make sure to build the tree when we set the cache 2022-07-29 19:31:56 +02:00
Raphaël Vinot a80a5425fa fix: wrong delete call 2022-07-29 19:08:56 +02:00
Raphaël Vinot ac4b81e880 chg: That wil teach me not to use mypy 2022-07-29 19:05:18 +02:00
Raphaël Vinot 8b5ce7986b chg: properly clear cache when needed 2022-07-29 19:02:06 +02:00
Raphaël Vinot 80541f4d35 chg: Some more cleanup in the caching system 2022-07-29 13:40:15 +02:00
Raphaël Vinot 08897d4d77 fix: Python 3.8 compatibility 2022-07-29 13:15:45 +02:00
Raphaël Vinot 5cc51b3e3e chg: Few more improvements in cache. 2022-07-29 13:08:42 +02:00
Raphaël Vinot b1d30cadcf fix: Attempt to fix the stats page 2022-07-29 11:02:51 +02:00
Raphaël Vinot 9b4d56a0b6 fix: Do not display all the recent captures with the same hash in popup 2022-07-28 16:14:47 +02:00
Raphaël Vinot 484a5d5d89 chg: Cleanup website status in monitoring 2022-07-28 15:33:04 +02:00
Raphaël Vinot 37212a5d3e chg: Bump deps 2022-07-27 14:43:44 +02:00
Raphaël Vinot b8cd1319a5 fix: Speedup display of hostnode popup 2022-07-27 14:36:56 +02:00
Raphaël Vinot bcfaaec941 chg: Improve logging in archiver 2022-07-27 14:33:28 +02:00
Raphaël Vinot 2b14d6e9e6 chg: Bump deps, pass UA to hashlookup calls 2022-07-26 10:50:55 +02:00
Raphaël Vinot 5404f5dce2 fix: flask-login is incompatible with werkzeug 2.2 2022-07-24 21:04:17 +02:00
Raphaël Vinot f953629539 fix: webserver crash when RiskIQ is not reachable. Bump deps. 2022-07-24 20:57:16 +02:00
Raphaël Vinot 05b9e551e4 chg: Bump playwright, avoid exception on request timeout 2022-07-22 14:29:19 +02:00
Raphaël Vinot c9381873c7 chg: cleanup the file download feature 2022-07-19 17:54:45 +02:00
Arhamyss 47ecc7a4fa new: Download file 2022-07-19 10:07:36 -04:00
Raphaël Vinot efa224f54b fix: Typo in modules config file 2022-07-19 11:24:14 +02:00
Raphaël Vinot e94b1e05b8 new: Support for in-HAR IPs, TLS/SSL info 2022-07-19 11:22:33 +02:00
Raphaël Vinot ce8eeda9eb chg: Improve RiskIQ module 2022-07-18 13:24:20 +02:00
Raphaël Vinot 8b43fbf154 fix: Remove print calls 2022-07-15 19:06:13 +02:00
Raphaël Vinot c0bde711d2 new: Very basic RiskIQ support for PDNS. 2022-07-15 18:53:49 +02:00
Raphaël Vinot 5f329e4d7b new: compress HAR files in archived captures. 2022-07-12 18:44:33 +02:00
Raphaël Vinot 2caa19aec0 chg: Bump deps 2022-07-12 18:43:25 +02:00
Raphaël Vinot 81f10c7cb8 new: config key to display a link to the github page 2022-07-12 10:24:10 +02:00
Raphaël Vinot 92d8b9e36c chg: Bump deps 2022-07-11 17:07:36 +02:00
Raphaël Vinot 96d8f1084d fix: exception on subsequent captures when the cookie jar is empty 2022-07-11 17:05:53 +02:00
Raphaël Vinot f71b02badc chg: Bump deps 2022-07-11 10:24:40 +02:00
Raphaël Vinot 0b93a0b356 chg: Update SRIs for new version of d3js 2022-07-11 09:30:44 +02:00
Raphaël Vinot 8a4d8ded35 chg: Bump deps 2022-06-29 12:10:11 +01:00
Raphaël Vinot cd7eb1b33b chg: Bump deps 2022-06-28 17:04:14 +01:00