This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/models/organization
KN4CK3R 88d5275614
Do not allow Ghost access to limited visible user/org (#21849)
The Ghost user should not be allowed to have access to a limited visible
user/org.

Co-authored-by: Lauris BH <lauris@nix.lv>
2022-11-17 14:29:33 -05:00
..
main_test.go
mini_org.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
org.go Do not allow Ghost access to limited visible user/org (#21849) 2022-11-17 14:29:33 -05:00
org_repo.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
org_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2022-08-16 10:22:25 +08:00
org_user.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
org_user_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2022-08-16 10:22:25 +08:00
team.go Add team member invite by email (#20307) 2022-10-19 14:40:28 +02:00
team_invite.go Add team member invite by email (#20307) 2022-10-19 14:40:28 +02:00
team_invite_test.go Add team member invite by email (#20307) 2022-10-19 14:40:28 +02:00
team_repo.go
team_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2022-08-16 10:22:25 +08:00
team_unit.go Allow detect whether it's in a database transaction for a context.Context (#21756) 2022-11-12 21:18:50 +01:00
team_user.go