Jens Langhammer
96a30af0eb
sources/oauth: allow overriding of all scopes
...
closes #3747
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-10-16 21:21:43 +02:00
Jens Langhammer
d6a14019c6
web/admin: rework scrolling in modals, ensure overlay covers everything
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-10-16 16:02:51 +02:00
Jens Langhammer
b515126061
web: use drawSelection to workaround cursor bug when using CodeMirror with ShadowDOM in firefox
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-10-16 13:55:53 +02:00
github-actions[bot]
759c204d2d
web: bump API Client version ( #3790 )
...
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
2022-10-14 17:11:10 +02:00
Jens L
363872715d
sources/saml: revamp SAML Source ( #3785 )
...
* update saml source to use user connections, add all attributes to flow context
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* check for SAML Status in response, add tests
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* package apple icon
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* add webui for connections
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-10-14 17:04:47 +02:00
github-actions[bot]
05703ebf64
web: bump API Client version ( #3788 )
...
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
2022-10-14 15:50:55 +02:00
Jens L
79e8b72569
flows: always show flow inspector in debug mode, don't require admin in debug ( #3786 )
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-10-14 15:44:59 +02:00
Jens Langhammer
884f5249d1
web/flows: update flow background
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-10-14 15:42:45 +02:00
github-actions[bot]
febe3a5477
web: bump API Client version ( #3783 )
...
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
2022-10-14 12:11:34 +02:00
Jens L
217e145d23
stages/authenticator_sms: make sms stage payload customisable ( #3780 )
...
* make sms stage payload customisable
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* update phrasing for webhook mapping
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-10-14 11:53:01 +02:00
Jens Langhammer
83d303ba9a
web/flows: improve display for action-showing stages
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-10-13 17:02:01 +02:00
dependabot[bot]
7898452b7d
web: bump @patternfly/patternfly from 4.215.1 to 4.217.1 in /web ( #3771 )
2022-10-13 12:56:49 +03:00
dependabot[bot]
4fd1a922af
web: bump pyright from 1.1.274 to 1.1.275 in /web ( #3772 )
2022-10-13 12:56:21 +03:00
dependabot[bot]
b3ede52f5a
web: bump @formatjs/intl-listformat from 7.1.2 to 7.1.3 in /web ( #3773 )
2022-10-13 12:55:27 +03:00
github-actions[bot]
3aa9fb1e20
web: bump API Client version ( #3765 )
...
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
2022-10-11 12:50:57 +02:00
Jens L
8ed2f7fe9e
providers/oauth2: add device flow ( #3334 )
...
* start device flow
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* web: fix inconsistent app filtering
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* add tenant device code flow
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* add throttling to device code view
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* somewhat unrelated changes
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* add initial device code entry flow
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* add finish stage
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* it works
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* add support for verification_uri_complete
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* add some tests
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* add more tests
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* add docs
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-10-11 12:42:10 +02:00
dependabot[bot]
64a7e35950
web: bump @rollup/plugin-typescript from 8.5.0 to 9.0.1 in /web ( #3764 )
...
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript ) from 8.5.0 to 9.0.1.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/typescript-v9.0.1/packages/typescript )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-11 10:33:40 +02:00
dependabot[bot]
e7fc76f72a
web: bump @babel/preset-env from 7.19.3 to 7.19.4 in /web ( #3756 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.19.3 to 7.19.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.19.4/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-11 10:31:41 +02:00
dependabot[bot]
ed9678afcc
web: bump @typescript-eslint/eslint-plugin from 5.39.0 to 5.40.0 in /web ( #3758 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.39.0 to 5.40.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.40.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-11 10:31:32 +02:00
dependabot[bot]
c166bb66b3
web: bump @sentry/browser from 7.14.2 to 7.15.0 in /web ( #3760 )
...
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.14.2 to 7.15.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.14.2...7.15.0 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-11 10:31:16 +02:00
dependabot[bot]
eb063e02e0
web: bump @rollup/plugin-node-resolve from 14.1.0 to 15.0.0 in /web ( #3755 )
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 14.1.0 to 15.0.0.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v15.0.0/packages/node-resolve )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-11 10:28:26 +02:00
dependabot[bot]
ee1dbf3c0e
web: bump @sentry/tracing from 7.14.2 to 7.15.0 in /web ( #3759 )
...
Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.14.2 to 7.15.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.14.2...7.15.0 )
---
updated-dependencies:
- dependency-name: "@sentry/tracing"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-11 10:27:29 +02:00
dependabot[bot]
4a2f46cc8a
web: bump @typescript-eslint/parser from 5.39.0 to 5.40.0 in /web ( #3757 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.39.0 to 5.40.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.40.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-11 10:27:21 +02:00
dependabot[bot]
d50e8aad71
web: bump @rollup/plugin-replace from 4.0.0 to 5.0.0 in /web ( #3761 )
...
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace ) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/url-v5.0.0/packages/replace )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-replace"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-11 10:26:39 +02:00
Jens Langhammer
239092b872
core: fix messages not being shown when no client is connected
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-10-10 13:27:41 +03:00
Jens Langhammer
52e0566695
web: fix blank api drawer
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-10-10 12:52:14 +03:00
github-actions[bot]
0c1d34263f
web: bump API Client version ( #3753 )
2022-10-10 11:26:02 +02:00
lvoegl
3ecc715e91
sources/oauth: add Twitch OAuth source ( #3746 )
...
* sources/oauth: add Twitch OAuth source
Signed-off-by: Lukas Vögl <lukas@voegl.org>
* website/integrations: add Twitch OAuth source documentation
Signed-off-by: Lukas Vögl <lukas@voegl.org>
Signed-off-by: Lukas Vögl <lukas@voegl.org>
2022-10-10 10:59:07 +02:00
dependabot[bot]
a96b7dd9a3
web: bump @rollup/plugin-babel from 5.3.1 to 6.0.0 in /web ( #3749 )
...
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel ) from 5.3.1 to 6.0.0.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/url-v6.0.0/packages/babel )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-babel"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 10:57:11 +02:00
dependabot[bot]
8f78011df8
web: bump @rollup/plugin-commonjs from 22.0.2 to 23.0.0 in /web ( #3750 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 22.0.2 to 23.0.0.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v23.0.0/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 10:51:29 +02:00
dependabot[bot]
6504547c52
web: bump eslint from 8.24.0 to 8.25.0 in /web ( #3751 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.24.0 to 8.25.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.24.0...v8.25.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 10:51:15 +02:00
dependabot[bot]
06a0097653
web: bump @sentry/tracing from 7.14.1 to 7.14.2 in /web ( #3741 )
2022-10-07 13:27:40 +02:00
dependabot[bot]
cf5897c97c
web: bump @sentry/browser from 7.14.1 to 7.14.2 in /web ( #3742 )
2022-10-07 13:25:49 +02:00
dependabot[bot]
f60f4c6fc7
web: bump lit from 2.3.1 to 2.4.0 in /web ( #3735 )
...
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit ) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/lit/lit/releases )
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md )
- [Commits](https://github.com/lit/lit/commits/lit@2.4.0/packages/lit )
---
updated-dependencies:
- dependency-name: lit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-06 10:20:16 +02:00
dependabot[bot]
be56b91fe0
web: bump yaml from 2.1.2 to 2.1.3 in /web ( #3736 )
...
Bumps [yaml](https://github.com/eemeli/yaml ) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/eemeli/yaml/releases )
- [Commits](https://github.com/eemeli/yaml/compare/v2.1.2...v2.1.3 )
---
updated-dependencies:
- dependency-name: yaml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-06 10:20:09 +02:00
dependabot[bot]
e4b6f6071b
web: bump pyright from 1.1.273 to 1.1.274 in /web ( #3729 )
2022-10-05 09:48:01 +02:00
dependabot[bot]
1e1632dad8
web: bump @sentry/browser from 7.14.0 to 7.14.1 in /web ( #3722 )
2022-10-04 11:24:27 +02:00
dependabot[bot]
9b47179213
web: bump @typescript-eslint/parser from 5.38.1 to 5.39.0 in /web ( #3725 )
2022-10-04 11:24:15 +02:00
dependabot[bot]
5168a40a6e
web: bump @sentry/tracing from 7.14.0 to 7.14.1 in /web ( #3724 )
2022-10-04 11:22:09 +02:00
dependabot[bot]
b4f4787388
web: bump @typescript-eslint/eslint-plugin from 5.38.1 to 5.39.0 in /web ( #3723 )
2022-10-04 11:21:56 +02:00
dependabot[bot]
80f5868698
web: bump yaml from 2.1.1 to 2.1.2 in /web ( #3719 )
2022-10-03 10:26:35 +02:00
github-actions[bot]
eccbf08cd8
web: bump API Client version ( #3712 )
2022-10-01 00:11:06 +02:00
Jens L
44e4f2e561
crypto: make certificate parsing optional for crypto api ( #3711 )
2022-10-01 00:06:00 +02:00
Jens Langhammer
c0270cc3b3
web: fix linting
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-29 10:13:27 +02:00
dependabot[bot]
42a7ebf795
web: bump @sentry/browser from 7.13.0 to 7.14.0 in /web ( #3699 )
...
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 7.13.0 to 7.14.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.13.0...7.14.0 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-29 10:13:06 +02:00
dependabot[bot]
434da93b3e
web: bump @sentry/tracing from 7.13.0 to 7.14.0 in /web ( #3700 )
...
Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript ) from 7.13.0 to 7.14.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.13.0...7.14.0 )
---
updated-dependencies:
- dependency-name: "@sentry/tracing"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-29 10:09:56 +02:00
Jens Langhammer
0c48b40848
web/admin: allow web-based sources to have empty enrollment/authentication flow
...
closes #3683
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-28 18:45:50 +02:00
dependabot[bot]
1169efaf97
web: bump @babel/plugin-proposal-decorators from 7.19.1 to 7.19.3 in /web ( #3684 )
2022-09-28 09:57:15 +02:00
dependabot[bot]
762f4a0def
web: bump typescript from 4.8.3 to 4.8.4 in /web ( #3685 )
2022-09-28 09:56:20 +02:00
dependabot[bot]
3135fc6c32
web: bump pyright from 1.1.272 to 1.1.273 in /web ( #3686 )
2022-09-28 09:56:12 +02:00
dependabot[bot]
440e41d8c2
web: bump @babel/core from 7.19.1 to 7.19.3 in /web ( #3687 )
2022-09-28 09:56:01 +02:00
dependabot[bot]
f5f4dffa82
web: bump @babel/preset-env from 7.19.1 to 7.19.3 in /web ( #3689 )
2022-09-28 09:55:36 +02:00
dependabot[bot]
426583371e
web: bump @codemirror/lang-html from 6.1.1 to 6.1.2 in /web ( #3690 )
2022-09-28 09:55:27 +02:00
dependabot[bot]
8fad2b69f4
web: bump @typescript-eslint/eslint-plugin from 5.38.0 to 5.38.1 in /web ( #3675 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.38.0 to 5.38.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.38.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-27 09:48:53 +02:00
dependabot[bot]
b395dd9b1f
web: bump @typescript-eslint/parser from 5.38.0 to 5.38.1 in /web ( #3676 )
2022-09-27 09:08:13 +02:00
transifex-integration[bot]
d6e38d330d
Translate '/web/src/locales/en.po' in 'de' [manual sync] ( #3663 )
...
Translate /web/src/locales/en.po in de
at least 80% translated for the source file '/web/src/locales/en.po'
on the 'de' language.
Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-09-26 20:09:57 +02:00
transifex-integration[bot]
8b8eae4b49
Translate '/web/src/locales/en.po' in 'es' [manual sync] ( #3664 )
...
Translate /web/src/locales/en.po in es
at least 80% translated for the source file '/web/src/locales/en.po'
on the 'es' language.
Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-09-26 20:09:45 +02:00
transifex-integration[bot]
d7372858ed
Translate '/web/src/locales/en.po' in 'fr_FR' [manual sync] ( #3670 )
...
Translate /web/src/locales/en.po in fr_FR
at least 80% translated for the source file '/web/src/locales/en.po'
on the 'fr_FR' language.
Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-09-26 20:09:37 +02:00
transifex-integration[bot]
d1493e1d51
Translate '/web/src/locales/en.po' in 'fr' [manual sync] ( #3665 )
...
Translate /web/src/locales/en.po in fr
at least 80% translated for the source file '/web/src/locales/en.po'
on the 'fr' language.
Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-09-26 20:09:10 +02:00
transifex-integration[bot]
6acaa2db82
Translate '/web/src/locales/en.po' in 'pl' [manual sync] ( #3666 )
...
Translate /web/src/locales/en.po in pl
at least 80% translated for the source file '/web/src/locales/en.po'
on the 'pl' language.
Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-09-26 20:09:01 +02:00
transifex-integration[bot]
53d2030c1d
Translate '/web/src/locales/en.po' in 'tr' [manual sync] ( #3667 )
...
Translate /web/src/locales/en.po in tr
at least 80% translated for the source file '/web/src/locales/en.po'
on the 'tr' language.
Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-09-26 20:08:52 +02:00
transifex-integration[bot]
9fad9da9de
Translate '/web/src/locales/en.po' in 'zh_CN' [manual sync] ( #3668 )
...
Translate /web/src/locales/en.po in zh_CN
at least 80% translated for the source file '/web/src/locales/en.po'
on the 'zh_CN' language.
Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-09-26 20:08:42 +02:00
transifex-integration[bot]
a94c2a85cc
Translate '/web/src/locales/en.po' in 'pl_PL' [manual sync] ( #3672 )
...
Translate /web/src/locales/en.po in pl_PL
at least 80% translated for the source file '/web/src/locales/en.po'
on the 'pl_PL' language.
Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-09-26 20:08:35 +02:00
transifex-integration[bot]
167900d9f8
Translate '/web/src/locales/en.po' in 'zh_TW' [manual sync] ( #3669 )
...
Translate /web/src/locales/en.po in zh_TW
at least 80% translated for the source file '/web/src/locales/en.po'
on the 'zh_TW' language.
Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-09-26 20:08:09 +02:00
transifex-integration[bot]
c7924f2c1d
Translate '/web/src/locales/en.po' in 'ru_RU' [manual sync] ( #3671 )
...
Translate /web/src/locales/en.po in ru_RU
at least 80% translated for the source file '/web/src/locales/en.po'
on the 'ru_RU' language.
Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-09-26 20:08:00 +02:00
transifex-integration[bot]
499993a1b2
Translate '/web/src/locales/en.po' in 'zh-Hant' [manual sync] ( #3674 )
...
Translate /web/src/locales/en.po in zh-Hant
at least 80% translated for the source file '/web/src/locales/en.po'
on the 'zh-Hant' language.
Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-09-26 20:07:50 +02:00
transifex-integration[bot]
f9e51e9726
Translate '/web/src/locales/en.po' in 'zh-Hans' [manual sync] ( #3673 )
...
Translate /web/src/locales/en.po in zh-Hans
at least 80% translated for the source file '/web/src/locales/en.po'
on the 'zh-Hans' language.
Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-09-26 20:04:06 +02:00
dependabot[bot]
2aeaf9da02
web: bump eslint from 8.23.1 to 8.24.0 in /web ( #3644 )
2022-09-26 09:18:56 +02:00
Jens Langhammer
d0241e8063
web/admin: set card headers and icons in card class
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-25 16:37:52 +02:00
Jens Langhammer
c8f8bad9dc
web: update icons
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-24 12:47:11 +02:00
Jens Langhammer
50819ae0f0
*: improve error handling in ldap outpost, ignore additional errors
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-23 22:11:47 +02:00
github-actions[bot]
0cc6a24c90
web: bump API Client version ( #3635 )
...
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
2022-09-23 18:02:50 +02:00
Jens Langhammer
2cfba36cb7
release: 2022.9.0
2022-09-23 12:33:01 +02:00
dependabot[bot]
73bfe19f0e
web: bump @codemirror/lang-python from 6.0.1 to 6.0.2 in /web ( #3631 )
2022-09-23 09:21:52 +02:00
dependabot[bot]
64e211c3a9
web: bump rollup from 2.79.0 to 2.79.1 in /web ( #3632 )
2022-09-23 09:21:35 +02:00
Jens L
4c606fb0ba
web/admin: more diagrams ( #3630 )
...
* separate diagram element
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* add more
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-22 21:27:29 +02:00
Jens Langhammer
aa48f6dd9d
web/flows: fix ak-locale prompt being rendered without name attribute
...
closes #3100
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-22 10:35:20 +02:00
Jens Langhammer
7932b390dc
web: cleanup old FlowDiagram colours
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-21 20:23:20 +02:00
relative
241e36b2a6
web: fix scrolling in modals in low-height views ( #3596 )
2022-09-21 19:37:57 +02:00
Jens L
1583d53e54
web: use mermaidjs ( #3623 )
...
* flows: move flow diagram logic to separate file
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* idk
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* make web component work
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* remove subgraph for now
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* cleanup
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* add denied connection
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* fix
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* wrong list
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* fix tests
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* use custom styles
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* i18n
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* fix typing issues, make diagram centered
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* fix tests
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* fix lint
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-21 09:58:23 +02:00
dependabot[bot]
909a7772dc
web: bump pyright from 1.1.271 to 1.1.272 in /web ( #3624 )
2022-09-21 08:57:41 +02:00
dependabot[bot]
cd42b013ca
web: bump @codemirror/lang-javascript from 6.0.2 to 6.1.0 in /web ( #3625 )
2022-09-21 08:57:31 +02:00
Jens Langhammer
22a2e65d30
web: manually update translations
...
closes #3296 closes #3455
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-20 09:59:25 +02:00
dependabot[bot]
f3fe2c1b4a
web: bump @typescript-eslint/eslint-plugin from 5.37.0 to 5.38.0 in /web ( #3617 )
2022-09-20 09:17:59 +02:00
dependabot[bot]
133accd033
web: bump @typescript-eslint/parser from 5.37.0 to 5.38.0 in /web ( #3618 )
2022-09-20 09:16:33 +02:00
Jens Langhammer
05ccff4651
web: fix checkbox styling on applications form
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-19 17:38:04 +02:00
dependabot[bot]
522abfd2fd
web: bump @patternfly/patternfly from 4.210.2 to 4.215.1 in /web ( #3613 )
...
Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly ) from 4.210.2 to 4.215.1.
- [Release notes](https://github.com/patternfly/patternfly/releases )
- [Changelog](https://github.com/patternfly/patternfly/blob/main/RELEASE-NOTES.md )
- [Commits](https://github.com/patternfly/patternfly/compare/prerelease-v4.210.2...prerelease-v4.215.1 )
---
updated-dependencies:
- dependency-name: "@patternfly/patternfly"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 10:44:49 +02:00
github-actions[bot]
09795fa6fb
web: bump API Client version ( #3607 )
...
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: BeryJu <BeryJu@users.noreply.github.com>
2022-09-17 12:13:33 +02:00
Jens L
be64296494
stages/authenticator_duo: improved import ( #3601 )
...
* prepare for duo admin integration
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* make duo import params required
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* add UI to import devices
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* rework form, automatic import
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* limit amount of concurrent tasks on worker
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* load tasks
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* fix API codes
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* fix tests and such
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* add tests
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* sigh
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* make stage better
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* basic stage test
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-17 12:10:47 +02:00
Kevin Rutkay
02e2c117ac
web: Fixed typo in stages/user_write form ( #3604 )
2022-09-17 11:51:15 +02:00
Jens Langhammer
778e316690
web: update locales after web move
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-16 17:57:50 +02:00
dependabot[bot]
d2390eef89
web: bump @sentry/browser from 7.12.1 to 7.13.0 in /web ( #3598 )
2022-09-16 09:30:17 +02:00
dependabot[bot]
5c542d5dc2
web: bump @sentry/tracing from 7.12.1 to 7.13.0 in /web ( #3599 )
2022-09-16 09:28:47 +02:00
Jens Langhammer
93ae3c19b0
web: fix duplicate class name
...
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-15 17:12:33 +02:00
dependabot[bot]
4a0e051c0b
web: bump @babel/preset-env from 7.19.0 to 7.19.1 in /web ( #3593 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.19.0 to 7.19.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.19.1/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 10:00:53 +02:00
dependabot[bot]
223000804e
web: bump @babel/plugin-transform-runtime from 7.18.10 to 7.19.1 in /web ( #3591 )
2022-09-15 09:33:27 +02:00
dependabot[bot]
7b0cb38c4b
web: bump @babel/core from 7.19.0 to 7.19.1 in /web ( #3592 )
2022-09-15 09:33:21 +02:00
dependabot[bot]
94d8465e92
web: bump @babel/plugin-proposal-decorators from 7.19.0 to 7.19.1 in /web ( #3594 )
2022-09-15 09:31:45 +02:00
Jens L
4a91a7d2e2
web: re-organise frontend and cleanup common code ( #3572 )
...
* fix repo in api client
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* web: re-organise files to match their interface
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* core: include version in script tags
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* cleanup maybe broken
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* revert rename
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* web: get rid of Client.ts
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* move more to common
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* more moving
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* format
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* unfuck files that vscode fucked, thanks
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* move more
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* finish moving (maybe)
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* ok more moving
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* fix more stuff that vs code destroyed
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* get rid "web" prefix for virtual package
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* fix locales
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* use custom base element
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* fix css file
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* don't run autoDetectLanguage when importing locale
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* fix circular dependencies
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
* web: fix build
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-15 00:05:21 +02:00
relative
369440652c
web: set default value for cert select inputs ( #3577 )
...
* web: set default value for cert select inputs
* web: remove quotes from cert option values
* check for undefined too
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
Co-authored-by: Jens Langhammer <jens.langhammer@beryju.org>
2022-09-14 23:40:49 +02:00