Commit Graph

2832 Commits

Author SHA1 Message Date
James Elliott
65f55e3ed6
release: v4.35.2 (#3302) 2022-05-06 10:57:40 +10:00
renovate[bot]
06db089010
build(deps): update dependency vite-plugin-istanbul to v2.7.3 (#3304)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-06 10:23:18 +10:00
renovate[bot]
5c1ade000a
build(deps): update dependency react-i18next to v11.16.8 (#3301)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-05 16:20:07 +10:00
renovate[bot]
3f179bc4bc
build(deps): update dependency vite to v2.9.8 (#3300)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-05 10:13:16 +10:00
James Elliott
0855ea2f71
fix(server): missing cache and xss headers (#3289)
Addresses documentation and a couple of headers which were missed.
2022-05-04 14:47:23 +10:00
Amir Zarrinkafsh
cac8919f97
test: add redis restart test back to traefik2 suite (#3298)
* test: add redis restart test back to traefik2 suite

* refactor(suites): mustpress -> mustinput for totp

* refactor(suites): rename suites for test ordering
2022-05-04 11:01:36 +10:00
renovate[bot]
f73738830e
build(deps): update dependency @testing-library/react to v13.2.0 (#3297)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-04 09:49:14 +10:00
renovate[bot]
f8bb51da4d
build(deps): update dependency traefik to v2.6.6 (#3296)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-04 09:29:51 +10:00
renovate[bot]
60bb7d6583
build(deps): update module github.com/go-rod/rod to v0.106.5 (#3295)
* build(deps): update module github.com/go-rod/rod to v0.106.5

* fix: go.sum

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-05-04 08:38:05 +10:00
renovate[bot]
f88e7dd242
build(deps): update module github.com/go-rod/rod to v0.106.4 (#3042) 2022-05-03 22:37:56 +10:00
renovate[bot]
e6ad8fe83e
build(deps): update dependency golang to v1.18.1 (#3019)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-03 19:35:44 +10:00
renovate[bot]
e55aa43f22
build(deps): update dependency vite-plugin-svgr to v2.1.0 (#3292)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-03 19:02:26 +10:00
renovate[bot]
71860f05b4
build(deps): update typescript-eslint monorepo to v5.22.0 (#3287)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-03 18:48:19 +10:00
renovate[bot]
a4c68021a8
build(deps): update dependency vite to v2.9.7 (#3285)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-03 18:20:03 +10:00
renovate[bot]
ec9ff45bc6
build(deps): update dependency @vitejs/plugin-react to v1.3.2 (#3284)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-03 17:44:39 +10:00
renovate[bot]
4980579c29
build(deps): update dependency @types/node to v16.11.33 (#3281)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-03 16:59:35 +10:00
renovate[bot]
41dfd0ac8a
build(deps): update dependency vite-plugin-svgr to v2 (#3280)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-03 16:42:59 +10:00
Amir Zarrinkafsh
2001291877
fix(web): resolve missing peer dependencies (#3290) 2022-05-03 16:19:42 +10:00
James Elliott
1db00717ee
fix(oidc): pre-conf consent skipped entirely for anon users (#3250)
This fixes an issue where pre-configured consent is entirely skipped if the process was initiated via an anonymous user.
2022-05-03 15:28:58 +10:00
James Elliott
556a115c83
fix(server): missing modern security headers (#3288)
This fixes an issue with missing modern security headers such as the X-Content-Type-Options, Referer-Policy, etc.
2022-05-03 12:19:30 +10:00
renovate[bot]
7f0e758188
build(deps): update dependency vite-plugin-istanbul to v2.7.2 (#3279)
* build(deps): update dependency vite-plugin-istanbul to v2.7.2

* fix: pnpm lock file

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-05-02 15:44:20 +10:00
Amir Zarrinkafsh
91c0c81818
refactor(suites): stop integration tests on first failure (#3270)
* refactor(suites): stop integration tests on first failure

* refactor(suites): remove additional nginx instance

* refactor(suites): log relevant containers

* refactor(suites): add traefik2 logs to stdout

* refactor(suites): explicitly enable traefik for tests

* refactor(suites): remove redis restart and duplicate pathprefix tests

* ci(buildkite): allow manual retry on integration tests
2022-05-02 14:50:37 +10:00
Amir Zarrinkafsh
11a8e24b71
test(web): fix instrumentation for integration tests (#3282) 2022-05-02 14:03:09 +10:00
James Elliott
c7d992f341
fix(authentication): follow ldap referrals (#3251)
This ensures we are able to follow referrals for LDAP password modify operations when permit_referrals is true.

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-05-02 11:51:38 +10:00
allcontributors[bot]
668ad38f20
docs: add adriang-90 as a contributor for security (#3278)
* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-04-30 17:26:15 +10:00
allcontributors[bot]
b7c598f621
docs: add rjmidau as a contributor for ideas (#3276)
* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-04-30 16:59:48 +10:00
allcontributors[bot]
b4c1e10303
docs: add alphabet5 as a contributor for ideas (#3275)
* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-04-30 16:54:43 +10:00
allcontributors[bot]
8cd2460ce7
docs: add Beanow as a contributor for security (#3274)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-04-30 16:53:33 +10:00
allcontributors[bot]
a565384552
docs: add ITJamie as a contributor for review (#3273)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-04-30 16:51:23 +10:00
James Elliott
5a5459a18b
ci: fix all-contributors json (#3272) 2022-04-30 16:49:13 +10:00
renovate[bot]
62c0311aca
build(deps): update dependency jest to v28.0.3 (#3271) 2022-04-29 23:13:54 +10:00
renovate[bot]
83277e66db
build(deps): update github.com/duosecurity/duo_api_golang digest to fa137a8 (#3263)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-29 16:31:15 +10:00
renovate[bot]
905e88d59f
build(deps): update dependency @types/react-dom to v18.0.3 (#3267)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-29 14:33:16 +10:00
renovate[bot]
905432ebaf
build(deps): update dependency @types/node to v16.11.32 (#3266)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-29 14:17:56 +10:00
renovate[bot]
13d22a475e
build(deps): update dependency typescript to v4.6.4 (#3264)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-29 13:57:44 +10:00
Amir Zarrinkafsh
4d3efb0da3
ci(buildkite): clean /tmp at the conclusion of each job (#3268)
* ci(buildkite): clean /tmp at the conclusion of each job

* fix: cleanup with sudo to remove 000 perm files
2022-04-29 12:23:51 +10:00
renovate[bot]
c103329e14
build(deps): update module github.com/valyala/fasthttp to v1.36.0 (#3259)
* build(deps): update module github.com/valyala/fasthttp to v1.36.0

* fix: go mod tidy

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-04-29 11:06:52 +10:00
renovate[bot]
faca34f768
build(deps): update dependency jest-watch-typeahead to v1.1.0 (#3245)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-29 10:29:51 +10:00
renovate[bot]
0fc4bf4ff1
build(deps): update dependency axios to v0.27.2 (#3258)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-29 08:54:26 +10:00
renovate[bot]
74b371d014
build(deps): update commitlint monorepo to v16.2.4 (#3261)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-29 07:06:43 +10:00
Amir Zarrinkafsh
75db513bfc
ci(buildkite): add qemu registration for specific nodes (#3262) 2022-04-28 21:21:41 +10:00
renovate[bot]
25ce4d0d2b
build(deps): update dependency jest to v28 (#3244)
* build(deps): update dependency jest to v28

* build(deps): explicitly include jest-environment-jsdom

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-04-28 15:29:20 +10:00
renovate[bot]
4eebb030ad
build(deps): update dependency @types/node to v16.11.31 (#3239)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-28 13:09:18 +10:00
renovate[bot]
8ee92231ba
build(deps): update dependency haproxy to v2.5.6 (#3255)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-27 16:12:44 +10:00
Amir Zarrinkafsh
e84299cc1c
ci(buildkite): allow manual retry on passed coverage step (#3254) 2022-04-27 11:49:47 +10:00
renovate[bot]
86bc58ec81
build(deps): update dependency @types/react to v18.0.8 (#3246)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-27 09:53:50 +10:00
renovate[bot]
643e594736
build(deps): update react monorepo (#3253)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-27 08:50:11 +10:00
renovate[bot]
77ea381c68
build(deps): update dependency axios to v0.27.1 (#3247)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-27 07:52:03 +10:00
renovate[bot]
f3cb194a4a
build(deps): update dependency vite to v2.9.6 (#3252)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-27 07:22:19 +10:00
renovate[bot]
970799f5ad
build(deps): update typescript-eslint monorepo to v5.21.0 (#3248)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-26 12:55:09 +10:00