Commit Graph

1993 Commits

Author SHA1 Message Date
56ed13d96a Merge branch 'main' into self-service-password 2024-02-16 12:20:13 -05:00
fb66f6e628 Merge pull request #559 from openziti/oauth-email-change
OAuth email address matching changes (#413)
2024-02-16 12:19:25 -05:00
6023ca7c5b refactor email patterns field in share request in python sdk (#413) 2024-02-16 11:57:41 -05:00
0c38ab0f43 improvements to public proxy glob implementation (#413) 2024-02-16 11:54:06 -05:00
fdc6b72c23 changelog (#413) 2024-02-16 11:27:32 -05:00
e2ac7a8bce Merge branch 'main' into oauth-email-change 2024-02-16 11:23:18 -05:00
3cfdcd899a user interface tweaks (#148) 2024-02-16 11:21:13 -05:00
Cam
2daed61849 update actions tab to include new way to surface password change 2024-02-15 14:47:38 -06:00
Cam
338b5a0936 Merge branch 'main' of github.com:openziti/zrok into self-service-password 2024-02-15 14:46:43 -06:00
61101bddf7 Merge pull request #542 from openziti/password-reset-fix
Fix for multiple password reset requests per account (#452)
2024-02-15 14:41:35 -05:00
a5e6f51f2f Merge branch 'main' into password-reset-fix 2024-02-15 14:23:08 -05:00
48d3424a77 Merge pull request #566 from openziti/token-revocation
Regenerate Account Token (#191)
2024-02-15 14:15:00 -05:00
28d3002207 fix for reserved unique name collision checking 2024-02-15 14:08:28 -05:00
73340f0f6f refactor and cleanup token regeneration ui (#191) 2024-02-15 13:58:36 -05:00
4437d44553 changelog (#191) 2024-02-15 13:10:44 -05:00
8aaec6e882 Merge branch 'main' into token-revocation 2024-02-15 13:07:57 -05:00
Cam
53fd2e349e Merge branch 'main' of github.com:openziti/zrok into oauth-email-change 2024-02-15 01:03:00 -06:00
Cam
8225b1bb28 revert one name change 2024-02-15 01:02:08 -06:00
Cam
1eac1ad941 removed some deletes after token resetting 2024-02-15 01:00:05 -06:00
8cc0ca0215 changelog 2024-02-14 15:05:32 -05:00
6966596dab Merge pull request #548 from openziti/reserve-ui-fixes
Small reserver ui/ux fixes (#443, #531)
2024-02-14 14:58:24 -05:00
Cam
fe9152c451 Merge branch 'main' of github.com:openziti/zrok into token-revocation 2024-02-14 13:53:16 -06:00
Cam
8555439410 update migration number from merge 2024-02-14 13:51:32 -06:00
Cam
e764103a68 fix up js linting 2024-02-14 13:49:31 -06:00
Cam
811981d671 Merge branch 'main' of github.com:openziti/zrok into oauth-email-change 2024-02-14 13:44:17 -06:00
Cam
df51d9baba Merge branch 'main' of github.com:openziti/zrok into reserve-ui-fixes 2024-02-14 13:43:38 -06:00
Cam
adfc6e3a07 Merge branch 'main' of github.com:openziti/zrok into self-service-password 2024-02-14 13:43:08 -06:00
Cam
ec21146b4e Merge branch 'main' of github.com:openziti/zrok into password-reset-fix 2024-02-14 13:42:33 -06:00
Cam
28f6b9f57b updated email domains to email address patterns 2024-02-14 13:38:19 -06:00
Cam
3fafb55035 update changelog 2024-02-14 13:21:50 -06:00
Cam
6099b3cf44 add changelog 2024-02-14 13:20:41 -06:00
Cam
b6d42de92f added security key to password changing 2024-02-14 13:18:22 -06:00
Cam
d57d72387f few small fixes 2024-02-14 13:06:04 -06:00
4dafe4a963 Merge pull request #564 from chenrui333/normal-lf-encoding
chore: normalize encoding for the text files
2024-02-12 16:03:54 -05:00
f928615bcf feat: add .gitattributes to enforce lf line encoding
Signed-off-by: Rui Chen <rui@chenrui.dev>
2024-02-12 21:04:33 +01:00
ed7f19dc9c chore: normalize encoding for the text files
Signed-off-by: Rui Chen <rui@chenrui.dev>
2024-02-12 21:00:52 +01:00
e28b8df947 Merge pull request #560 from MichaelDavidGK/patch-1
Fix windows instruction
2024-02-12 12:59:12 -05:00
b402129cee Merge pull request #563 from openziti/openziti_sdk_v0_22_28
sdk-golang -> v0.22.28
v0.4.24
2024-02-12 11:48:27 -05:00
5f7fd53dab sdk-golang -> v0.22.28 2024-02-12 11:35:29 -05:00
7a5bdb54e2 Merge pull request #562 from openziti/backend_mode_socks
SOCKS Backend Mode (#558)
2024-02-12 11:08:44 -05:00
187e41ba1d Update windows.mdx
$env:HOME is nonexistent in Windows by default unless manually set, we use $env:USERPROFILE instead

Signed-off-by: MichaelGK <39009683+MichaelDavidGK@users.noreply.github.com>
2024-02-09 15:45:45 +00:00
d58779c7e2 no need to update targets when reserved backend mode is 'socks' (#558) 2024-02-08 21:46:50 -05:00
2982e43685 changelog (#558) 2024-02-08 14:11:35 -05:00
1ff2b3ea2f acknowledgements (#558) 2024-02-08 14:08:03 -05:00
7380a907d2 support for request logging in the socks implementation (#558) 2024-02-08 14:05:29 -05:00
3afbb6dc9a no target for socks backend (#558) 2024-02-08 13:56:38 -05:00
6440685b25 cli scaffolding for the socks backend (#558) 2024-02-08 13:39:33 -05:00
7f66489270 fix for sqlite migration (#558) 2024-02-08 13:20:26 -05:00
1db29fdc11 store and api changes for socks backend (#558) 2024-02-08 13:11:19 -05:00
Cam
2411a29d3e remove panic in proxy. Add glob check in command 2024-02-07 15:16:09 -06:00