+1
-1
appview/db/follow.go
+1
-1
appview/db/follow.go
···
+1
-1
appview/db/pubkeys.go
+1
-1
appview/db/pubkeys.go
···
+7
-1
appview/pages/pages.go
+7
-1
appview/pages/pages.go
···
+16
-12
appview/pages/templates/repo/settings.html
+16
-12
appview/pages/templates/repo/settings.html
···
+41
-2
appview/state/repo.go
+41
-2
appview/state/repo.go
······-repoCollaborators, err := s.enforcer.E.GetImplicitUsersForResourceByDomain(f.OwnerSlashRepo(), f.Knot)···+func (f *FullyResolvedRepo) Collaborators(ctx context.Context, s *State) ([]pages.Collaborator, error) {+repoCollaborators, err := s.enforcer.E.GetImplicitUsersForResourceByDomain(f.OwnerSlashRepo(), f.Knot)