873 Commits
Author SHA1 Message Date
Michael Quigley 789c3e96da Merge branch 'main' into v2.0.1_unshare_ownership 2026-03-30 16:33:42 -04:00
Michael Quigley d4d36b9578 always return success on reset password request, even when an account is not found; retaining all existing behavior otherwise 2026-03-30 15:49:57 -04:00
Michael Quigley 3a27185252 new 'zrok2 delete access' cli; security hardening for /unaccess handler 2026-03-30 15:34:01 -04:00
Michael Quigley ed5e7de80c fix for share/name cleanup semantics (#1219) 2026-03-30 15:01:58 -04:00
Michael Quigley 5930351fc2 review pass (#1210) 2026-03-24 17:26:34 -04:00
Michael Quigley 1da1b2e86e admin/create|delete|listSkipInterstitialGrant (#1210) 2026-03-24 16:57:59 -04:00
Michael Quigley 6a85b8b04a admin/removeAppliedLimitClasses (#1210) 2026-03-24 16:32:25 -04:00
Michael Quigley d2ecdc3b05 admin/applyLimitClasses (#1210) 2026-03-24 16:20:53 -04:00
Michael Quigley b73aa57572 admin/listAppliedLimitClasses (#1210) 2026-03-24 16:00:46 -04:00
Michael Quigley 6c038e18f0 admin/listLimitClasses (#1210) 2026-03-24 15:34:41 -04:00
Michael Quigley f94e479424 ipv6 address parsing improvements 2026-03-18 10:46:56 -04:00
Michael Quigley 1d56058493 admin update password (#1129) 2026-03-18 10:42:49 -04:00
Michael Quigley 65ab6e382f disable profanity screening (#1152) 2026-03-03 12:50:25 -05:00
Michael Quigley 60f8aea58b zrok->zrok2 (#1134) 2026-01-29 16:41:35 -05:00
Michael Quigley f1508e6fb9 build and release machinery changes for -> github.com/openziti/zrok/v2 (#1124) 2025-12-19 13:29:52 -05:00
Michael Quigley e7f093447a github.com/openziti/zrok -> github.com/openziti/zrokv/v2 (#1124) 2025-12-19 12:05:45 -05:00
Michael Quigley cc1fd35707 fix unique constraint on account email (#1109) 2025-11-04 11:38:42 -05:00
Michael Quigley 21fa3dfec3 list 'permission mode' when listing frontends for admin 2025-10-31 22:23:14 -04:00
Michael Quigley a5edb28db2 don't return err.Error() from ISE (#1107) 2025-10-29 12:51:24 -04:00
Michael Quigley 0b048b6b2d support '--idle' flag for 'zrok list environments' and 'zrok list shares' (#1107) 2025-10-28 16:45:04 -04:00
Michael Quigley 7c216d59d6 'zrok list shares', 'zrok list accesses' with all the accoutrements (#1107) 2025-10-28 16:31:28 -04:00
Michael Quigley 687c86b5b1 new '/environments' endpoint to allow for dynamic querying of enviroments; new 'zrok list environments' command to access it (#1107) 2025-10-28 15:14:42 -04:00
Michael Quigley 8c6cd1c600 split apart name validation for share tokens and for namespace names; support uuids (#532) 2025-10-22 11:27:56 -04:00
Michael Quigley 4e141fa0da lint 2025-10-20 14:10:58 -04:00
Michael Quigley b72fdc8086 urls are generated by prefixing a namespace name with the name 2025-10-20 14:09:53 -04:00
Michael Quigley e7769bac7b add 'dynamic' property to frontend admin endpoints (#1096) 2025-10-15 13:28:06 -04:00
Michael Quigley 23dcb4298c fix constraint for frontend public name uniqueness when deleted (#1097) 2025-10-15 13:12:03 -04:00
Michael Quigley a1c49991c1 bootstrap fix 2025-10-14 17:18:13 -04:00
Michael Quigley 1da7309dee logging 2025-10-14 17:10:45 -04:00
Michael Quigley 1fdd2c9821 separate index/constraint building 2025-10-14 14:52:57 -04:00
Michael Quigley 7e0f8cb60d Merge branch 'main' into v2.0 2025-10-06 13:16:37 -04:00
Michael Quigley e809dab534 logging; changelog (#1090) 2025-10-06 11:51:23 -04:00
Michael Quigley 7904415287 additional logging 2025-10-03 14:41:31 -04:00
Michael Quigley 76b02ea777 logging 2025-10-03 10:38:28 -04:00
Michael Quigley ab797def77 retry/refresh failed agent grpc dials (#1090) 2025-10-02 21:55:44 -04:00
Michael Quigley d00e4a5290 everything -> dl (#1078) 2025-09-25 13:25:46 -04:00
Michael Quigley 55f0bcc0bd logging lint 2025-09-25 12:48:57 -04:00
Michael Quigley 6d8deb8351 support for full agent failure status using agent remoting (#1000) 2025-09-24 16:31:02 -04:00
Michael Quigley 8ec3b44402 "namespace selection" -> "name selection" (#726) 2025-09-24 11:14:25 -04:00
Michael Quigley aff12d15e5 shares sql fix (#1063) 2025-09-23 12:48:49 -04:00
Michael Quigley 91406d6354 check name limits when creating reserved names (#1063); use 'Unsafe()' in 'store.Store' functions to ignore 'Reserved' and 'UniqueName' fields 2025-09-23 12:15:06 -04:00
Michael Quigley 509dac621d remove 'Reserved' and 'UniqueName' from 'store.Share' and update dependents; added 'limits.CanReserveName' to check limits for creating names (#1063) 2025-09-23 11:51:17 -04:00
Michael Quigley 55a595fe99 an initial set of unit tests for controller/limits (#1063) 2025-09-23 11:31:10 -04:00
Michael Quigley 658d28f709 'zrok modify name' allows for changing the reserved state of names (#1066) 2025-09-22 14:46:28 -04:00
Michael Quigley 987b6df6fe name creation now subject to profanity/dns checks (#1060); better namespace ergonomics in 'create name' and 'delete name' 2025-09-22 14:17:58 -04:00
Michael Quigley 478d6e460f augment the /overview endpoint to include names and namespaces (#1064) 2025-09-22 13:43:17 -04:00
Michael Quigley 4f05f1f98c remove the 'version' concept from 'frontend_mapping' and all related infrastructure (#1041) 2025-09-22 13:09:46 -04:00
Michael Quigley debb52be91 removed 'version' from 'frontend_mappings' and re-introduced a primary key (#1041) 2025-09-22 12:47:48 -04:00
Michael Quigley ead9e0baae remove reserved share concept from agent (#1057) 2025-09-19 14:28:47 -04:00
Michael Quigley 4090e80b6a naming lint 2025-09-19 10:48:23 -04:00