Support atomic organization role sets and owner-managed invitations
verify / verify (push) Successful in 4m17s

Signed-off-by: Cole Speelman <crspeelman@gmail.com>
This commit is contained in:
2026-09-05 00:10:08 -04:00
parent ed0cc8ceff
commit c0986168bc
19 changed files with 1052 additions and 69 deletions
+10
View File
@@ -5,6 +5,7 @@
.gitea/workflows/verify.yml
.gitignore
CHANGELOG.md
AI_DISCLOSURE.md
CONTRIBUTING.md
LICENSE
LICENSES.md
@@ -20,6 +21,8 @@ abuse/abuse_test.go
account/account.go
access/access.go
access/access_test.go
access/role_sets.go
access/role_sets_test.go
analytics/analytics.go
analytics/analytics_test.go
analytics/fuzz_test.go
@@ -45,6 +48,9 @@ authsqlite/assisted_recovery.go
authsqlite/bootstrap.go
authsqlite/bootstrap_test.go
authsqlite/organizations.go
authsqlite/owned_organization.go
authsqlite/owned_organization_test.go
authsqlite/role_sets_test.go
authsqlite/passkey.go
authsqlite/passkey_test.go
authsqlite/recovery.go
@@ -83,6 +89,10 @@ requestmeta/requestmeta.go
requestmeta/requestmeta_test.go
organizations/organizations.go
organizations/organizations_test.go
organizations/owned.go
organizations/owned_test.go
organizations/role_invitations.go
organizations/role_invitations_test.go
scripts/check-licenses.sh
scripts/check-dependencies.sh
scripts/check-vendored-webauthn.sh