Commit graph

3096 commits

Author SHA1 Message Date
Théophile Diot
13be6a43c9
Add more logs when an url file is in cache and gets deleted 2023-10-16 12:26:51 +02:00
Théophile Diot
2737fe7ce2
Update python deps 2023-10-16 12:26:15 +02:00
FuXiang Shu
2823fa2abb
Update plugin.json 2023-10-16 17:29:34 +08:00
Théophile Diot
001246b38f
Merge pull request #697 from bunkerity/ui
Fix disabled message behavior as well as when the type is "password"
2023-10-16 11:01:05 +02:00
Théophile Diot
1a43380d2e
Merge pull request #696 from bunkerity/dependabot/github_actions/dev/github/codeql-action-2.22.3
deps/gha: bump github/codeql-action from 2.22.1 to 2.22.3
2023-10-16 10:19:42 +02:00
Théophile Diot
0b319d1aa1
Merge pull request #695 from bunkerity/dependabot/github_actions/dev/rickstaa/action-create-tag-1.6.4
deps/gha: bump rickstaa/action-create-tag from 1.6.3 to 1.6.4
2023-10-16 10:19:19 +02:00
dependabot[bot]
7a15f8a654
deps/gha: bump github/codeql-action from 2.22.1 to 2.22.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.1 to 2.22.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](fdcae64e14...0116bc2df5)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 04:55:48 +00:00
dependabot[bot]
a4a413eece
deps/gha: bump rickstaa/action-create-tag from 1.6.3 to 1.6.4
Bumps [rickstaa/action-create-tag](https://github.com/rickstaa/action-create-tag) from 1.6.3 to 1.6.4.
- [Release notes](https://github.com/rickstaa/action-create-tag/releases)
- [Commits](88dbf7ff6f...55450aa830)

---
updated-dependencies:
- dependency-name: rickstaa/action-create-tag
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 04:55:42 +00:00
Théophile Diot
7e3dabc5fd
Update patch commands in deps.json to skip Reversed warning 2023-10-13 09:43:33 +02:00
Théophile Diot
29737209b1 Squashed 'src/deps/src/luajit/' changes from e598aeb74..492cfdd0d
492cfdd0d tests: update test cases to reflect latest change from upstream.
82bff39ff Merge branch 'v2.1' into v2.1-agentzh
becf5cc65 FFI: Fix ffi.abi("pauth").
97c75843c Merge branch 'master' into v2.1
f72c19e48 Maintain chain invariant in DCE.
d1a2fef8a LJ_FR2: Fix stack checks in vararg calls.
234dbc481 Merge branch 'master' into v2.1
aa6b15c1a Follow-up fix for stack overflow handling cleanup.
a5d2f70c7 Handle OOM error on stack resize in coroutine.resume and lua_checkstack.
e86990f7f Restore cur_L for specific Lua/C API use case.
b8919781d Consistently use 64 bit constants for 64 bit IR instructions.
915928992 ARM64: Fix IR_HREF code generation for constant FP keys.
fca1f51bf ARM64: Fuse negative 32 bit constants into arithmetic ops again.
4b605a7da Merge branch 'master' into v2.1
b138ccfa9 Handle all stack layouts in (delayed) TRACE vmevent.
92b89d005 Add missing coercion when recording select(string, ...)
d2f6c55b0 Cleanup stack overflow handling.
e897c5743 Windows/ARM64: Add MSVC cross-build support for x64 to ARM64.
7a2b83a0c IR_MIN/IR_MAX is non-commutative due to underlying FPU ops.
42ca6e120 ARM64: Set fixed interpreter registers before rethrow.
7a77a3cd8 Windows/ARM64: Update install docs.
bd2d10715 Windows: Call C++ destructors without compiling with /EHa.
7a1c13956 Windows: Pass scratch CONTEXT record to RtlUnwindEx.
18b8fd8de ARM64: External unwinder already restores non-volatile registers.
b36f9fad6 Windows/ARM64: Fix exception unwinding (again).
8af63f992 Windows/ARM64: Fix typo in exception unwinding.
9e0437240 FFI: Fix 64 bit shift fold rules.
1c33f4631 Windows/ARM64: Support Windows calling conventions.
f63bc569f Windows/ARM64: Fix exception unwinding.
836ab4227 ARM64: Remove unneeded IRCALL_* defs for math intrinsics.
b174d5e66 Fix Cygwin build.
5a18d4582 Merge branch 'master' into v2.1
976098463 Allow path overrides in genversion.lua with minilua, too.
cb413bf8f Windows/ARM64: Add initial support.
566532b80 Merge branch 'master' into v2.1
4fe200229 Improve architecture detection error messages.
4611e25c0 ARM64: Fuse rotates into logical operands.
90742d91c ARM64: Don't fuse sign extensions into logical operands.
ba2b34f5e ARM64: Disassemble rotates on logical operands.
f442432ec Merge branch 'master' into v2.1
44da356e9 ARM: Fix stack check code generation.
b8c6ccd50 ARM64: Fix LDP/STP fusion (again).
0705ef6ce ARM64: Ensure branch is in range before emitting TBZ/TBNZ.
59be97edb Merge branch 'master' into v2.1
43eff4aad Fix mcode limit check for non-x86 archs.
de2e09f54 ARM64: Improve BC_JLOOP.
6c599960d ARM64: Improve integer IR_MUL code generation.
4ed83bd99 ARM64: Simplify code generation for IR_STRTO.
a5ee35867 ARM64: Use RID_TMP instead of scratch register in more places.
c1877e648 ARM64: Improve IR_OBAR code generation.
c2bdce399 ARM64: Improve IR_UREF code generation.
435d8c630 ARM64: Improve IR_HREF code generation.
315dc3e77 ARM64: Reload BASE via GL instead of spilling it.
5149b0a3a ARM64: Consolidate 32/64-bit constant handling in assembler.
dfc122e45 ARM64: Tune emit_lsptr. Avoid wrong load for asm_prof.
4651ff2fb ARM64: Inline only use of emit_loada.
9daf9f900 ARM64: Improve K13 constant rematerialization.
9bd240413 Merge branch 'master' into v2.1
7f9907b4e Add NaN check to IR_NEWREF.
cc8d88aaf Merge branch 'master' into v2.1
4d05806ae Allow override of paths for genversion.lua.
19707009b Fix native MinGW build.

git-subtree-dir: src/deps/src/luajit
git-subtree-split: 492cfdd0d829e21abbf8ef8761aa48a3daf5a73f
2023-10-13 09:39:16 +02:00
Théophile Diot
8093c61613
Merge commit '29737209b138a1485d55c53acf1a6783b6e60167' into dev 2023-10-13 09:39:16 +02:00
Théophile Diot
85913d6b26
Update luajit to v2.1-20231006 2023-10-13 09:38:54 +02:00
Jordan Blasenhauer
15d3180b64 move disabled inp msg
* move disabled message more on the left to avoid to hide password toggle
2023-10-12 17:32:19 +02:00
Théophile Diot
522527f0a8
Merge pull request #690 from bunkerity/dependabot/github_actions/dev/ruby/setup-ruby-1.156.0
deps/gha: bump ruby/setup-ruby from 1.155.0 to 1.156.0
2023-10-12 17:11:55 +02:00
Théophile Diot
85ef4e4dea
Merge pull request #691 from bunkerity/dev
Merge branch "dev" into branch "ui"
2023-10-12 17:11:31 +02:00
Théophile Diot
46d8acf7b4
Update dummy-plugin to new standards 2023-10-12 17:08:42 +02:00
Théophile Diot
77bfe2697f
Add StyLua and luacheck to precommit config file and apply it 2023-10-12 17:08:13 +02:00
dependabot[bot]
da2a1eaa5a
deps/gha: bump ruby/setup-ruby from 1.155.0 to 1.156.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.155.0 to 1.156.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](d37167af45...5cfe23c062)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-12 04:42:10 +00:00
Théophile Diot
cd1f87b9a2
Update pre-commit config hooks version 2023-10-11 14:39:48 +02:00
Jordan Blasenhauer
e25fab28b8 fix disabled msg behavior
* fix message behavior that pop in / out
* fix message that popup on input that aren't settings
*postCSS audit
2023-10-11 12:23:34 +02:00
Théophile Diot
c125a9bdd2
Merge pull request #689 from bunkerity/dev
Merge branch "dev" into branch "staging"
2023-10-11 11:39:19 +02:00
Théophile Diot
10fd431fbb
Tweak update python deps script to make it more elegant 2023-10-11 11:14:22 +02:00
Théophile Diot
309689185e
Update pythons deps 2023-10-11 11:14:02 +02:00
Théophile Diot
7997561766
Merge pull request #684 from bunkerity/dependabot/github_actions/dev/github/codeql-action-2.22.1
deps/gha: bump github/codeql-action from 2.21.9 to 2.22.1
2023-10-11 10:43:57 +02:00
Théophile Diot
a12e5ca893
Merge pull request #683 from bunkerity/dependabot/github_actions/dev/stefanzweifel/git-auto-commit-action-5.0.0
deps/gha: bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0
2023-10-11 10:43:15 +02:00
Théophile Diot
15ad3a6250
Merge pull request #681 from bunkerity/dependabot/github_actions/dev/ossf/scorecard-action-2.3.0
deps/gha: bump ossf/scorecard-action from 2.2.0 to 2.3.0
2023-10-11 10:42:26 +02:00
Théophile Diot
c57d725f44
Merge pull request #680 from bunkerity/dependabot/github_actions/dev/ruby/setup-ruby-1.155.0
deps/gha: bump ruby/setup-ruby from 1.154.0 to 1.155.0
2023-10-11 10:41:52 +02:00
Théophile Diot
95389260a6
Merge pull request #688 from bunkerity/dev
Merge branch "dev" into branch "ui"
2023-10-11 10:39:22 +02:00
Théophile Diot
6e5dd55573
Fix CVE CVE-2023-44487 2023-10-11 09:46:04 +02:00
Théophile Diot
565f4e3f7c
Merge pull request #687 from bunkerity/dev
Merge branch "dev" into branch "staging"
2023-10-11 08:19:00 +02:00
Théophile Diot
f39adcab5b
Update CHANGELOG.md 2023-10-10 18:05:53 +02:00
Théophile Diot
a3ec85b576
Fix often occurring error with ace script in web ui 2023-10-10 18:05:32 +02:00
Théophile Diot
b063ac8a32
[#652] Fix error when deleting a service that have custom configs on web UI 2023-10-10 18:05:05 +02:00
Théophile Diot
ff85f1c2bb
Update CHANGELOG.md 2023-10-10 16:50:17 +02:00
Théophile Diot
4a9fdba42d
[#645] Fix errors when using a server name with multiple values in web UI 2023-10-10 16:49:51 +02:00
Théophile Diot
47a7e16800
Fix secure_scheme_headers shenanigans with web ui 2023-10-10 16:49:00 +02:00
Théophile Diot
453108da94
Update mmdb files 2023-10-10 16:48:02 +02:00
Théophile Diot
2cbb10b3a3
Revert "Test Aqua security vulnerabilities with BW"
This reverts commit d4d9f87451.
2023-10-10 15:15:23 +02:00
Théophile Diot
d4d9f87451
Test Aqua security vulnerabilities with BW 2023-10-10 15:13:38 +02:00
dependabot[bot]
899484c381
deps/gha: bump github/codeql-action from 2.21.9 to 2.22.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.9 to 2.22.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](ddccb87388...fdcae64e14)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 04:12:04 +00:00
dependabot[bot]
d461f3745b
deps/gha: bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.16.0 to 5.0.0.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](3ea6ae190b...8756aa072e)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 04:29:56 +00:00
dependabot[bot]
cd0ceb48bb
deps/gha: bump ossf/scorecard-action from 2.2.0 to 2.3.0
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](08b4669551...483ef80eb9)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 04:29:44 +00:00
dependabot[bot]
dc92ae825d
deps/gha: bump ruby/setup-ruby from 1.154.0 to 1.155.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.154.0 to 1.155.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](52b8784594...d37167af45)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 04:29:39 +00:00
Théophile Diot
f5fe685d42
Fix children classes of Test 2023-10-04 17:50:21 +02:00
Théophile Diot
f4ce2c68f2
Fix bw api not returning the reason of bans 2023-10-04 17:49:53 +02:00
Théophile Diot
d1a0f66c98
Merge pull request #677 from bunkerity/dev
Merge branch "dev" into branch "staging"
2023-10-04 17:06:59 +02:00
Théophile Diot
6935d1cb84
Merge pull request #676 from bunkerity/dev
Merge branch "dev" into branch "ui"
2023-10-04 17:06:16 +02:00
Théophile Diot
7ac66a6c65
Update python deps 2023-10-04 16:46:50 +02:00
Théophile Diot
2aa9f46ef4
Fix default values in whitelist job 2023-10-04 16:46:08 +02:00
Théophile Diot
8f456722e0
Augment delay in WebDriverWait in ui tests 2023-10-04 14:37:41 +02:00