Raphaël Vinot
|
c7ca251e7a
|
chg: make to_capture key a ranked set again
|
2022-09-23 14:25:01 +02:00 |
Raphaël Vinot
|
b6428977b7
|
fix: Exception if there are no lookyloo-specific settings
|
2022-09-23 13:50:51 +02:00 |
Raphaël Vinot
|
86f3c5638e
|
chg: Bump deps, fix typo
|
2022-09-23 13:45:14 +02:00 |
Raphaël Vinot
|
52cb5b14f4
|
Merge pull request #525 from Lookyloo/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
|
2022-09-23 13:16:06 +02:00 |
Raphaël Vinot
|
cffbd22745
|
Merge pull request #524 from Lookyloo/dependabot/github_actions/actions/setup-python-4
build(deps): bump actions/setup-python from 2 to 4
|
2022-09-23 13:15:55 +02:00 |
Raphaël Vinot
|
519cb404e9
|
Merge pull request #523 from Lookyloo/dependabot/github_actions/github/codeql-action-2
build(deps): bump github/codeql-action from 1 to 2
|
2022-09-23 13:15:44 +02:00 |
dependabot[bot]
|
fc854c9c68
|
build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-23 11:15:07 +00:00 |
dependabot[bot]
|
08720e4c90
|
build(deps): bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-23 11:15:03 +00:00 |
Raphaël Vinot
|
80119b77b2
|
chg: Bump vt dep
|
2022-09-23 13:15:01 +02:00 |
dependabot[bot]
|
74302a257b
|
build(deps): bump github/codeql-action from 1 to 2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-23 11:15:00 +00:00 |
Raphaël Vinot
|
19799c19af
|
chg: Re-enable start script
|
2022-09-23 13:13:09 +02:00 |
Raphaël Vinot
|
1c2861ebec
|
chg: Bump jquery
|
2022-09-23 13:13:09 +02:00 |
Raphaël Vinot
|
ea5debdeaf
|
fix: Typo
|
2022-09-23 13:13:09 +02:00 |
Raphaël Vinot
|
da502ee3d6
|
chg: Implement support for LacusCore *or* PyLacus
|
2022-09-23 13:13:09 +02:00 |
Raphaël Vinot
|
e5cfbdbffa
|
chg: Improve dependabot
|
2022-09-23 13:13:09 +02:00 |
Raphaël Vinot
|
d38b612c37
|
chg: Bump lacuscore
|
2022-09-23 13:13:09 +02:00 |
Raphaël Vinot
|
9189888a0d
|
chg: Properly handle missing HAR
|
2022-09-23 13:13:09 +02:00 |
Raphaël Vinot
|
623813167e
|
chg: Add missing bits
|
2022-09-23 13:13:09 +02:00 |
Raphaël Vinot
|
dcbae777a1
|
fix: working integration of lacus.
|
2022-09-23 13:13:09 +02:00 |
Raphaël Vinot
|
318f554db3
|
chg: move to lacus, WiP
|
2022-09-23 13:13:09 +02:00 |
Raphaël Vinot
|
2e079e70df
|
fix: Allow upload of bigger files
2mb (the default) isn't enough for file submission, especially via the API when the content is base64 encoded.
|
2022-09-21 15:26:40 +02:00 |
Raphaël Vinot
|
ca07a8fcba
|
chg: Bump deps, fix endless loop
|
2022-09-06 14:50:24 +02:00 |
Raphaël Vinot
|
903c67127b
|
chg: Bump har2tree
|
2022-09-06 02:09:40 +02:00 |
Raphaël Vinot
|
812c63b0f2
|
fix: error in UAs, typing
|
2022-09-05 18:58:45 +02:00 |
Raphaël Vinot
|
07515bcb40
|
chg: Bump deps
|
2022-09-05 18:47:16 +02:00 |
Raphaël Vinot
|
742a0b1799
|
fix: Exception when we try to update the UAs from within a PW context
|
2022-09-01 18:20:29 +02:00 |
Raphaël Vinot
|
b9f8ff8e62
|
fix: remove setup.py from dockerfile
|
2022-08-31 17:42:01 +02:00 |
Raphaël Vinot
|
d8e82bd6bf
|
chg: Bump pyhashlookup
|
2022-08-31 17:38:20 +02:00 |
Raphaël Vinot
|
c6464936fc
|
chg: Bump to poetry v1.2, remove dep on setuptools
|
2022-08-31 16:33:13 +02:00 |
Raphaël Vinot
|
799139be2e
|
chg: Bump PlawrightCapture
|
2022-08-30 01:51:16 +02:00 |
Raphaël Vinot
|
a77746fb1d
|
chg: Bump deps
|
2022-08-30 01:11:32 +02:00 |
Raphaël Vinot
|
c201592c22
|
chg: Open hashlookup to everyone
|
2022-08-26 13:41:49 +02:00 |
Raphaël Vinot
|
31514b79f9
|
fix: Exception in VT module
|
2022-08-25 16:09:30 +02:00 |
Raphaël Vinot
|
dac45e401f
|
chg: Bump har2tree, bugfix.
|
2022-08-25 15:56:32 +02:00 |
Raphaël Vinot
|
0ae4610270
|
chg: Notify pandora link copied in clipboard
|
2022-08-25 15:16:28 +02:00 |
Raphaël Vinot
|
2be8a4e4ff
|
chg: Copy pandora link into clipboard
|
2022-08-25 15:08:08 +02:00 |
Raphaël Vinot
|
c42de0565c
|
chg: Bump version
|
2022-08-25 14:33:06 +02:00 |
Raphaël Vinot
|
0ab43d454e
|
fix: use redis 7.0 in GH action
|
2022-08-25 13:48:18 +02:00 |
Raphaël Vinot
|
3d2029956d
|
chg: Replace dl icon
|
2022-08-25 13:44:30 +02:00 |
Raphaël Vinot
|
ec07429e65
|
chg: Much better handling of downloaded files
|
2022-08-25 13:28:02 +02:00 |
Raphaël Vinot
|
e95c8a85fb
|
chg: Use more recent config file for redis
|
2022-08-25 10:40:57 +02:00 |
Raphaël Vinot
|
cbe73fa13f
|
fix: better handling of downloaded content from URL
|
2022-08-24 14:06:48 +02:00 |
Raphaël Vinot
|
53b4297dc8
|
chg: Bump deps
|
2022-08-24 13:28:37 +02:00 |
Raphaël Vinot
|
4bde0b1f5d
|
fix: Missing file...
|
2022-08-23 17:55:19 +02:00 |
Raphaël Vinot
|
f4dfa0343e
|
new: Submit to Pandora button for file URLs
|
2022-08-23 17:48:36 +02:00 |
Raphaël Vinot
|
f232eba662
|
chg: Improve UA rendering
|
2022-08-23 17:44:48 +02:00 |
Raphaël Vinot
|
ebbe6e3ce9
|
new: Pick mobile devices on capture page
|
2022-08-22 17:34:00 +02:00 |
Raphaël Vinot
|
35789f549b
|
fix: Exception on invalid capture
|
2022-08-20 23:33:32 +02:00 |
Raphaël Vinot
|
d63ea473f5
|
new: Autoselect browser engine based on the UA
|
2022-08-19 14:26:22 +02:00 |
Raphaël Vinot
|
c1009cbc11
|
chg: Bump version, improve logging
|
2022-08-19 09:33:26 +02:00 |