Commit Graph

2393 Commits (69c7b0ac001cd75fb20cbebed38488c208debd4a)

Author SHA1 Message Date
Raphaël Vinot 69c7b0ac00 new: Pass interval (timestamp) for the TLDs lookup 2024-09-24 17:15:09 +02:00
Raphaël Vinot 54deae4783 fix: Properly catch broken settings in bg processing 2024-09-24 16:28:46 +02:00
Raphaël Vinot de4a48310d chg: Bump deps 2024-09-24 15:41:14 +02:00
Raphaël Vinot b3a4f539b0 new: TLDs indexing, new format for capture internals indexes 2024-09-24 15:41:14 +02:00
Raphaël Vinot 193456a7e5
Merge pull request #939 from Lookyloo/dependabot/github_actions/docker/build-push-action-6
build(deps): bump docker/build-push-action from 5 to 6
2024-09-24 14:44:29 +02:00
dependabot[bot] a6e4c5ce56
build(deps): bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-24 10:29:13 +00:00
Raphaël Vinot 5604c85f77
Delete .github/workflows/codeql-analysis.yml 2024-09-24 01:46:08 +02:00
Raphaël Vinot 3f67bb567d
Create codeql.yml 2024-09-24 01:43:06 +02:00
Raphaël Vinot d5b36059ae chg: Bump version 2024-09-17 13:32:00 +02:00
Raphaël Vinot 8595c37f7d chg: Bump deps, version 2024-09-17 13:07:00 +02:00
Raphaël Vinot 09e394bceb chg: Bump deps 2024-09-13 11:02:42 +02:00
Raphaël Vinot a9ce857289 fix: unable to see API doc due to CSP
Fix #934

Related https://github.com/python-restx/flask-restx/issues/252
2024-09-10 17:24:02 +02:00
Raphaël Vinot 62746943cd chg: Bump deps 2024-09-06 16:33:24 +02:00
Raphaël Vinot f3bbe56187 chg: Do not force HTTPs, it causes weird redirecting in a loop 2024-09-05 15:42:13 +02:00
Raphaël Vinot 92daaaaa43 chg: Bump deps 2024-09-05 15:12:53 +02:00
Raphaël Vinot 4a4d38b09d new: Use talisman, refactor JS, enable strict CSP. 2024-09-05 15:10:39 +02:00
Raphaël Vinot 55b437b74d new: set to keep track of the un-indexable captures 2024-08-29 16:18:13 +02:00
Raphaël Vinot 92f927bdb1 chg: Bump deps 2024-08-29 15:21:52 +02:00
Raphaël Vinot 1085932ad2 new: Force indexing of a specific capture from the UI
This should also make the indexing a lot faster.
2024-08-29 13:32:45 +02:00
Raphaël Vinot 28e81a1eae fix: use the right template for capture_hash_details 2024-08-26 11:39:46 +02:00
Raphaël Vinot 0dbf4624bc chg: Bump deps 2024-08-22 15:23:00 +02:00
Raphaël Vinot d97c60f6a7 fix: Keep initial capture settings on subsequent capture 2024-08-16 14:33:57 +02:00
Raphaël Vinot d00e658c82 chg: Bump deps 2024-08-16 14:32:58 +02:00
Raphaël Vinot 7ea1caf19d fix: [compare] try to rebuild a broken tree when it seems possible
Fix https://github.com/Lookyloo/monitoring/issues/27
2024-08-15 15:46:05 +02:00
Raphaël Vinot 58df880a4a chg: Bump gunicorn 2024-08-15 11:52:44 +02:00
Raphaël Vinot 71aefe5e24 ch: Bump deps 2024-08-13 20:05:20 +02:00
Raphaël Vinot 9c9560ad43 fix: Install system deps in dockerfile
Fix #930
2024-08-13 14:17:09 +02:00
Raphaël Vinot 23a152a1f2 chg: Bump datatables 2024-08-08 15:54:22 +02:00
Raphaël Vinot 42eefef512 chg: Improve scripts controller 2024-08-07 16:36:38 +02:00
Raphaël Vinot 223c57635e chg: Bump deps 2024-08-07 13:54:55 +02:00
Raphaël Vinot 3a09e81b9a new: controller to list/stop/restart scripts indiviually 2024-08-07 13:47:55 +02:00
Raphaël Vinot fa311ef77c chg: Bump deps 2024-08-05 17:17:43 +02:00
Raphaël Vinot 8dfa1304ef fix: Use proper variable when the upload is a file 2024-08-04 16:33:18 +02:00
Raphaël Vinot 736b8717cf
Merge pull request #929 from jeroengui/removecapturewithapi
add new endpoint to remove capture
2024-07-26 12:21:50 +02:00
Jeroen Gui 60b475fbae add new endpoint to remove capture 2024-07-26 10:50:39 +02:00
Raphaël Vinot f20a926edd fix: Avoid requeuing captures that are actually just ongoing... 2024-07-24 20:49:46 +02:00
Raphaël Vinot 96837c46ac chg: Bump deps 2024-07-24 15:33:42 +02:00
Raphaël Vinot 11fcc9dd8b chg: normalize output to get categories, properly re-trigger indexes 2024-07-23 18:45:09 +02:00
Adrian Maraj 13651dcfdb fix: any -> Any 2024-07-23 14:24:23 +02:00
Adrian Maraj 65275adb90 fix: changes 2024-07-23 14:22:27 +02:00
Adrian Maraj e4268554b9 new: get uuids by category via API 2024-07-23 14:12:46 +02:00
Raphaël Vinot b20ddb4788 chg: quick and dirty category indexing 2024-07-23 00:21:26 +02:00
Raphaël Vinot abf5e0cccb fix: Avoid exception when the hostnode didn't resolve 2024-07-22 14:26:22 +02:00
Raphaël Vinot d5fb385add chg: Improve errors handling, especially for broken CaptureSettings 2024-07-22 13:14:21 +02:00
Raphaël Vinot dad0917e4c chg: Bump deps 2024-07-22 13:13:25 +02:00
Raphaël Vinot eb689edfd5 chg: Bump deps 2024-07-19 17:11:03 +02:00
Raphaël Vinot 887a8a1cd6 fix: Python 3.8 and 3.9 support. 2024-07-19 16:13:18 +02:00
Raphaël Vinot 9b94bd150b chg: Add new dependencies for pydantic 2024-07-19 16:13:18 +02:00
Raphaël Vinot 804bab6d2f new: Use Pydantic for CaptureSettings 2024-07-19 16:12:24 +02:00
Raphaël Vinot 40ad6d0031
fix: Make sure listing setting is properly handled. 2024-07-19 01:14:32 +02:00