Eugene
692139e4d5
UI tweaks
2025-05-25 22:26:32 +02:00
Eugene
aa882d78b8
Update README.md
2025-05-25 22:20:54 +02:00
Eugene
5c7e2aa71b
modals UI update
2025-05-25 21:14:48 +02:00
Eugene
7d4305cb90
set max width for the UI
2025-05-25 19:44:07 +02:00
dependabot[bot]
4d57052437
Bump @stylistic/eslint-plugin from 2.13.0 to 4.2.0 in /warpgate-web ( #1348 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-25 17:11:06 +02:00
dependabot[bot]
745185b249
Bump the version-bumps group in /warpgate-web with 4 updates ( #1347 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-25 17:09:46 +02:00
Eugene
8fce95a449
Update Cargo.lock
2025-05-23 22:04:03 +02:00
Eugene
9bc1c9d40a
fixed #1346 - changing own password does not remove existing passwors
2025-05-23 22:04:00 +02:00
Eugene
39182a685e
Bump version: 0.13.2 → 0.14.0-beta.1
2025-05-23 21:32:07 +02:00
Eugene
cadccb932b
add an empty state for target list
2025-05-23 21:32:01 +02:00
Eugene
45334014b6
fixed #1196 - correctly forward HTTP basic auth from the target URL ( #1343 )
2025-05-23 19:35:50 +02:00
Eugene
74ca553ee0
Add a "getting started" hint ( #1344 )
2025-05-23 19:35:43 +02:00
Eugene
6cb156df1f
exclude WebUserApproval from "any credential" policy
2025-05-23 17:20:23 +02:00
Eugene
e13e04ac49
test fixes
2025-05-23 17:02:20 +02:00
Eugene
e91a4cf5d5
remove duplicate "v" from version number
2025-05-23 13:10:36 +02:00
Eugene
76c6c5440d
reduce unneeded requests to web-auth-requests/stream
2025-05-23 13:10:36 +02:00
dependabot[bot]
c315c72bc2
Bump the version-bumps group across 1 directory with 11 updates ( #1325 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-23 13:10:23 +02:00
Eugene
dd2281f784
fixed tests
2025-05-21 22:27:12 +02:00
Eugene
1ab66a6c30
added Postgres OOB auth test
2025-05-21 22:25:18 +02:00
Eugene
bf03fbc6df
lint
2025-05-21 20:23:15 +02:00
Eugene
2381f55696
fixed #972 - SSH server not offering keyboard-interactive when only OOB or SSO auth is enabled for a user
2025-05-21 20:20:10 +02:00
Eugene
5ee29b9ad0
fixed #1337 - automatically strip the public key comment when setting via the API
2025-05-21 19:32:43 +02:00
Eugene
863af5ec0e
fixed #1323 - PostgreSQL 2FA initial implementation ( #1338 )
2025-05-19 23:53:26 +02:00
Eugene
87b409b4d5
log Postgres queries
2025-05-19 20:45:21 +02:00
Eugene
b4076ef2f2
fixed #1320 - JDBC based Postgres clients not connecting
2025-05-19 20:39:20 +02:00
Eugene
d465586683
fixed enter key handling in the "create target" form
2025-05-19 18:08:16 +02:00
Eugene
53971dc8ed
fixed #1334 - show web auth requests on the homepage ( #1335 )
2025-05-18 13:20:18 +02:00
Eugene
e98d702170
fixed migrations tool
2025-05-12 17:27:00 +02:00
Eugene
26a9c99dfa
fixed #1326 - UI allowing duplicate target names ( #1328 )
2025-05-12 17:26:48 +02:00
Eugene
41822e7542
Update README.md
2025-04-17 08:18:36 +02:00
Eugene
822d176d0a
mark dev builds in the version number ( #1315 )
2025-04-11 08:18:03 +02:00
Eugene
7e38901d94
Update build.yml
2025-04-10 22:51:51 -07:00
Eugene
3969b21fde
Update build.yml
2025-04-10 22:45:27 -07:00
Eugene
b64ff968cc
Update SECURITY.md
2025-04-10 22:17:40 -07:00
Eugene
c7e51cfc47
Update README.md
2025-04-10 22:17:20 -07:00
Eugene
4f9255cc60
bumps
2025-04-10 22:16:57 -07:00
Eugene
ba4d1bfe79
Update README.md
2025-04-10 22:14:38 -07:00
Eugene
ec98c3dbd1
Offer checking and accepting SSH host keys in the admin UI ( #1307 )
2025-04-05 04:05:21 +02:00
Eugene
0a3e4448ce
fixed #1285 - unable to add public keys via credentials self-service
2025-04-01 09:27:56 -04:00
Eugene
4b743033c8
fixed #1271 - invisible modals with prefers-reduced-motion is on
2025-04-01 09:25:30 -04:00
Mice7R
5d3a8ac7f5
Set the config file format ( #1299 )
...
This sets the file format to be yaml instead of let the config to figure
it out by extension. The problem is that it guesses file format by
extension and some tools - eg ansible - create tempfiles without
extension to validate the config changes before applying them, that
makes the validation always fail.
This PR changes how the config file is loaded so that it doesn't guess
file type.
---------
Co-authored-by: Eugene <inbox@null.page>
2025-03-27 23:18:48 +01:00
Chinmay Pai
6a5c80e79f
fix: Remove SSH known hosts entry when deleting SSH targets ( #1300 )
...
When a target is deleted from the admin UI, any associated SSH known
hosts entries are now also removed. This prevents orphaned host key
entries from remaining in the database after a target is deleted, which
could cause confusion if a new target with the same hostname is created
later.
closes : #1251
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2025-03-27 10:04:15 +01:00
Eugene
51c8937eb5
fixed frontend crash in list pagination
2025-03-24 10:58:05 +01:00
Eugene
9841421211
fixed #1281 - list role contents ( #1295 )
...
Dep on #1294
2025-03-22 15:31:01 +01:00
Eugene
cea7acc918
#1281 - added description fields ( #1294 )
2025-03-22 12:00:20 +01:00
Eugene
64ec2a8b4b
reproducible build test
2025-03-21 23:47:06 +01:00
Eugene
6b223994ae
SBOMs ( #1289 )
2025-03-20 16:11:14 +01:00
Eugene
ed0d5255c0
Update README.md
2025-03-20 15:59:39 +01:00
Eugene
816e4209a5
Update SECURITY.md
2025-03-20 15:58:02 +01:00
Eugene
da2965db15
Create SECURITY.md
2025-03-06 21:03:51 +01:00