Commit graph

635 commits

Author SHA1 Message Date
Eugene Pankov
1e533e9090
bumped vite 2022-11-11 20:31:08 +01:00
dependabot[bot]
a4f13adf53 Bump tslib from 2.4.0 to 2.4.1 in /warpgate-web
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.4.0...2.4.1)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 20:23:49 +01:00
dependabot[bot]
1830a3c26e Bump vite-tsconfig-paths from 3.5.0 to 3.5.2 in /warpgate-web
Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 3.5.0 to 3.5.2.
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v3.5.0...v3.5.2)

---
updated-dependencies:
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 20:22:19 +01:00
dependabot[bot]
41e77cab04 Bump eslint-plugin-promise from 6.0.1 to 6.1.1 in /warpgate-web
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.0.1 to 6.1.1.
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.0.1...v6.1.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 20:22:05 +01:00
dependabot[bot]
24784a4089 Bump futures-util from 0.3.23 to 0.3.25
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.23 to 0.3.25.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.23...0.3.25)

---
updated-dependencies:
- dependency-name: futures-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 20:18:55 +01:00
Eugene Pankov
95313a2923
bumped sea-orm 2022-11-11 17:36:30 +01:00
Eugene Pankov
6ab27e0854
bumped sea-orm 2022-11-11 17:22:34 +01:00
Eugene Pankov
e0ca01486c
mysql test stab 2022-11-11 17:20:00 +01:00
dependabot[bot]
3881f21f00 Bump eslint from 8.24.0 to 8.27.0 in /warpgate-web
Bumps [eslint](https://github.com/eslint/eslint) from 8.24.0 to 8.27.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.27.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 17:08:16 +01:00
dependabot[bot]
aecea8c8bc Bump @typescript-eslint/parser from 5.38.0 to 5.42.1 in /warpgate-web
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.38.0 to 5.42.1.
- [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.42.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 17:07:22 +01:00
dependabot[bot]
b20de50921 Bump russh-keys from 0.22.0-beta.6 to 0.22.0
Bumps [russh-keys](https://github.com/warp-tech/russh) from 0.22.0-beta.6 to 0.22.0.
- [Release notes](https://github.com/warp-tech/russh/releases)
- [Commits](https://github.com/warp-tech/russh/commits)

---
updated-dependencies:
- dependency-name: russh-keys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 17:01:11 +01:00
Eugene Pankov
b7a08996d8
updated tests 2022-11-11 17:00:23 +01:00
Eugene Pankov
8087179ea0
Revert "fixed openapi operation IDs"
This reverts commit 9b58dbc0c8.
2022-11-08 22:32:35 +01:00
Eugene Pankov
9b58dbc0c8
fixed openapi operation IDs 2022-11-08 11:48:38 +01:00
Eugene Pankov
6beb423efb
more logging 2022-11-08 11:48:29 +01:00
Eugene Pankov
022900be5a
fixed #456 - postgres field type mismatch 2022-11-08 11:48:24 +01:00
Eugene Pankov
4d8dea08a7
ssh: remove auth delay after initial "none" auth - #459 2022-11-07 23:48:43 +01:00
Eugene Pankov
bfa2d262f3
fixed #456 - postgresql migrations 2022-11-04 20:20:27 +01:00
Eugene Pankov
891760f092
temporarily disable test_direct_tcpip 2022-11-03 23:47:33 +01:00
Eugene Pankov
2b7baac016
lint, removed lazy_static 2022-11-03 23:44:51 +01:00
Eugene Pankov
42f9c68788
bumped rust 2022-11-03 23:10:51 +01:00
dependabot[bot]
96d0d95e80 Bump russh from 0.34.0-beta.16 to 0.34.0-beta.17
Bumps [russh](https://github.com/warp-tech/russh) from 0.34.0-beta.16 to 0.34.0-beta.17.
- [Release notes](https://github.com/warp-tech/russh/releases)
- [Commits](https://github.com/warp-tech/russh/commits)

---
updated-dependencies:
- dependency-name: russh
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-03 08:55:49 +01:00
Eugene Pankov
c236da5e5c
fixed #452 - native MySQL and Postgres support 2022-11-02 20:03:44 +01:00
Eugene Pankov
1ed386cd57
Add @notnooblord as a contributor 2022-11-02 19:36:50 +01:00
Eugene Pankov
e083dbc38f
Merge branch 'pr/445' 2022-11-02 19:36:33 +01:00
Eugene Pankov
f16f8278fe
wording 2022-11-02 19:36:13 +01:00
Eugene Pankov
90b544081d
lint 2022-10-31 23:35:26 +01:00
Eugene Pankov
6f39338c36
fixed #406 - construct correct SSO URLs behind a reverse proxy 2022-10-31 23:35:07 +01:00
Alex Donec
9b3ce401a0 Add username forward for #440 2022-10-31 03:40:47 +03:00
Alex Donec
895bc9d422 Add placeholder text for username #440 2022-10-31 03:34:51 +03:00
Alex Donec
e1c7111fc6 Fix: placeholder text not showing 2022-10-31 03:34:04 +03:00
Eugene Pankov
828dc60e2c
docker: bumped base image 2022-10-30 11:06:05 +01:00
Eugene Pankov
055a12ba32
log precise SSO discovery errors 2022-10-30 10:52:33 +01:00
Eugene Pankov
0c3567b300
Update sso.rs 2022-10-29 20:51:45 +02:00
Eugene Pankov
14ca1bc0c6
log precise OIDC server error messages 2022-10-29 20:51:38 +02:00
Eugene Pankov
512396ffb4
#406 - apple id redirection fixes 2022-10-29 20:51:29 +02:00
Eugene Pankov
ef6810c9b5
Merge branch 'main' of https://github.com/warp-tech/warpgate 2022-10-18 11:01:12 +02:00
Eugene Pankov
ea92d915fe
removed cargo-bloat 2022-10-18 11:01:09 +02:00
dependabot[bot]
394a34898e Bump time from 0.3.11 to 0.3.15
Bumps [time](https://github.com/time-rs/time) from 0.3.11 to 0.3.15.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.11...v0.3.15)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-18 10:32:40 +02:00
dependabot[bot]
04a3bdc413 Bump dhat from 0.3.0 to 0.3.1
Bumps [dhat](https://github.com/nnethercote/dhat-rs) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/nnethercote/dhat-rs/releases)
- [Commits](https://github.com/nnethercote/dhat-rs/compare/0.3.0...0.3.1)

---
updated-dependencies:
- dependency-name: dhat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-18 10:25:55 +02:00
dependabot[bot]
39cc0ade49 Bump cookie from 0.16.0 to 0.16.1
Bumps [cookie](https://github.com/SergioBenitez/cookie-rs) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/SergioBenitez/cookie-rs/releases)
- [Changelog](https://github.com/SergioBenitez/cookie-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SergioBenitez/cookie-rs/compare/0.16.0...0.16.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-18 10:25:40 +02:00
Eugene Pankov
042a115a1b
pin poetry version 2022-10-18 10:25:06 +02:00
Eugene Pankov
f96760982c
unattended setup - fixes #409 2022-10-17 21:54:39 +02:00
Eugene Pankov
8831d2006f
added cargo-bloat 2022-10-17 20:48:25 +02:00
Eugene Pankov
38eff07628
stabilize test_direct_tcpip 2022-10-17 20:27:52 +02:00
Eugene Pankov
7066dd5023
added password recovery command - fixes #410 2022-10-17 18:39:43 +02:00
Eugene Pankov
a8e21b38d4
fixed session recordings not getting cleaned up - fixes #310 2022-10-02 20:02:06 +02:00
Eugene Pankov
fd993c42f2
autofocus the OTP field - fixes #386 2022-10-02 20:02:06 +02:00
Eugene Pankov
5bdddd3958
allow cancelling authentication 2022-10-02 20:02:05 +02:00
Eugene Pankov
67866fe5c4
added visual feedback to save buttons 2022-10-02 20:02:05 +02:00