1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
Commit Graph

3074 Commits

Author SHA1 Message Date
James Elliott
038ec1d2cf
ci: force renovate to use go 1.17 () 2022-04-23 15:42:47 +10:00
renovate[bot]
054b0e04ef
build(deps): update dependency esbuild to v0.14.38 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-22 21:35:41 +10:00
renovate[bot]
ab11f2ff8a
build(deps): update dependency @types/react-dom to v18.0.2 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-22 20:33:56 +10:00
Amir Zarrinkafsh
43550b2d92
ci(buildkite): adjust debhelper step for new makedeb spec ()
makedeb v14.0.0 has [changes](https://github.com/makedeb/makedeb/releases/tag/v14.0.0-stable) which have resulted in the PKGBUILD specification changing.

This PR adjusts the PKGBUILD per the required makedeb specification.
2022-04-22 18:10:49 +10:00
renovate[bot]
5b9492d1ae
build(deps): update dependency @types/react to v18.0.6 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-22 11:51:55 +10:00
renovate[bot]
b18eea039c
build(deps): update node.js to v18 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-21 18:28:35 +10:00
renovate[bot]
3a5f0eeaba
build(deps): update dependency vite-plugin-eslint to v1.5.2 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-21 15:54:46 +10:00
renovate[bot]
4fd35cf214
build(deps): update dependency esbuild to v0.14.37 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-21 13:52:41 +10:00
renovate[bot]
c5213e05ce
build(deps): update module github.com/mitchellh/mapstructure to v1.5.0 ()
* build(deps): update module github.com/mitchellh/mapstructure to v1.5.0

* fix: go mod tidy

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-04-21 13:13:25 +10:00
renovate[bot]
ab3ea1aebe
build(deps): update dependency vite-plugin-eslint to v1.5.1 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-21 09:50:14 +10:00
renovate[bot]
568da3b62a
build(deps): update dependency react-i18next to v11.16.7 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-19 19:25:13 +10:00
dependabot[bot]
52727f9d2c
build(deps): bump nokogiri from 1.13.3 to 1.13.4 in /docs ()
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.3 to 1.13.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.4/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.3...v1.13.4)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-04-19 16:33:11 +10:00
Amir Zarrinkafsh
daaa16c182
refactor(suites): validate totp inputs ()
This change validates the inputs for the TOTP code entry.
This was previously discarded and left unvalidated during the move to rod from within the integration tests.
2022-04-19 14:11:15 +10:00
Amir Zarrinkafsh
92e219b34b
fix(suites): add missing traefik routes ()
This change includes missing routes for both the Traefik and Traefik2 suites, issues would have manifested running dev mode tests for these suites when attempting to load translations.
2022-04-19 13:36:49 +10:00
Amir Zarrinkafsh
2e679169dc
ci(buildkite): remove go module index update hook () 2022-04-19 12:00:57 +10:00
renovate[bot]
94d858ade8
build(deps): update github.com/duosecurity/duo_api_golang digest to d1ee648 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-19 09:44:24 +10:00
renovate[bot]
ddbba07fdc
build(deps): update typescript-eslint monorepo to v5.20.0 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-19 09:23:07 +10:00
James Elliott
532233dd2a
release: v4.35.0 () 2022-04-18 10:36:08 +10:00
James Elliott
e99fb7a08f
feat(configuration): configurable default second factor method ()
This allows configuring the default second factor method.
2022-04-18 09:58:24 +10:00
renovate[bot]
9bd10e6409
build(deps): update module github.com/jmoiron/sqlx to v1.3.5 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-18 09:39:22 +10:00
renovate[bot]
8df3c1e65c
build(deps): update module github.com/ory/fosite to v0.42.2 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-18 09:21:15 +10:00
James Elliott
e56690c2df
refactor(configuration): ensure all keys are validated ()
This ensures keys that exist in slices are validated.
2022-04-16 20:48:07 +10:00
James Elliott
dc7ca6f03c
refactor: introduce config key gen ()
This adjusts the validated keys to utilize a generated code section.
2022-04-16 19:00:39 +10:00
James Elliott
5aa25ec275
fix(configuration): missing valid keys ()
This fixes an issue with three missing config keys.
2022-04-16 17:49:13 +10:00
Helvio Pedreschi
de6d1698be
docs: update portainer ce and ee ()
This adds some additional docs to Portainer docs specifically around Portainer EE.

Closes 

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-16 13:35:01 +10:00
James Elliott
4710de33a4
refactor(configuration): remove ptr for duoapi and notifier ()
This adds to the ongoing effort to remove all pointers to structs in the configuration without breaking backwards compatibility.
2022-04-16 09:34:26 +10:00
renovate[bot]
c9568caf4d
build(deps): update dependency @testing-library/react to v13.1.1 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-16 08:53:17 +10:00
renovate[bot]
74cd152b99
build(deps): update dependency @testing-library/react to v13.1.0 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-16 08:34:56 +10:00
James Elliott
92aba8eb0b
feat(server): zxcvbn password policy server side ()
This is so the zxcvbn ppolicy is checked on the server.
2022-04-15 19:30:51 +10:00
renovate[bot]
c5cb36c526
build(deps): update dependency golang to v1.17.9 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-15 15:53:15 +10:00
James Elliott
11719315ed
build(deps): update dependency vite-plugin-istanbul to v2.7.1 () 2022-04-15 14:06:44 +10:00
James Elliott
a3715f47c5
build(deps): update dependency vite-plugin-eslint to v1.4.0 () 2022-04-15 13:42:29 +10:00
James Elliott
a607fd9a0c
build(deps): add dependency eslint and esbuild () 2022-04-15 13:10:25 +10:00
James Elliott
0b50a44183
build(deps): remove dependency eslint-plugin-flowtype ()
* build(deps): remove dependency react-ga

* build(deps): remove dependency eslint-plugin-flowtype
2022-04-15 12:22:02 +10:00
James Elliott
b17c0385ef
build(deps): remove dependency react-ga () 2022-04-15 11:48:54 +10:00
Helvio Pedreschi
71511a5c4f
docs: fix typo ()
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-15 10:43:04 +10:00
renovate[bot]
591df10d4a
build(deps): update dependency @types/react-dom to v18.0.1 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-15 09:01:33 +10:00
renovate[bot]
620eb7c5b9
build(deps): update dependency vite to v2.9.5 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-15 08:06:07 +10:00
renovate[bot]
faed630276
build(deps): update dependency @types/node to v16.11.27 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-15 00:18:47 +10:00
renovate[bot]
ba66bac9db
build(deps): update dependency @types/react to v18.0.5 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 23:41:31 +10:00
renovate[bot]
248d2b066b
build(deps): update dependency @types/react to v18.0.4 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 12:19:15 +10:00
renovate[bot]
8486009f76
build(deps): update dependency vite to v2.9.4 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 11:08:57 +10:00
renovate[bot]
80ff10fcc7
build(deps): update dependency @vitejs/plugin-react to v1.3.1 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 10:27:52 +10:00
renovate[bot]
f69444fcc1
build(deps): update dependency vite to v2.9.3 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-14 08:12:46 +10:00
renovate[bot]
62992f877d
build(deps): update module github.com/go-webauthn/webauthn to v0.3.1 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-13 15:30:52 +10:00
James Elliott
6e0853a81b
build(deps): update dependency golang () 2022-04-13 14:28:31 +10:00
renovate[bot]
a73508ee0c
build(deps): update dependency eslint-config-react-app to v7.0.1 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-13 07:53:33 +10:00
renovate[bot]
898f27dff4
build(deps): update dependency @types/react to v18.0.3 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-13 07:06:31 +10:00
renovate[bot]
f2290e0de6
build(deps): update dependency react-i18next to v11.16.6 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-12 22:47:49 +10:00
renovate[bot]
c0cba7963f
build(deps): update dependency @types/react to v18.0.2 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-12 22:26:34 +10:00