0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-04 18:51:27 -05:00
forgejo/models/organization
DrMaxNix a9a2f5200b
Respect DEFAULT_ORG_MEMBER_VISIBLE setting when adding creator to org ()
This PR adds `setting.Service.DefaultOrgMemberVisible` value to dataset
of user when the initial org creator is being added to the created org.

Fixes .

(cherry picked from commit e3e08dcc5184cdbdac5023fabaafba123a995c3e)
2024-03-26 19:04:28 +01:00
..
main_test.go
mini_org.go
org.go Respect DEFAULT_ORG_MEMBER_VISIBLE setting when adding creator to org () 2024-03-26 19:04:28 +01:00
org_repo.go
org_test.go
org_user.go
org_user_test.go
team.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods () 2023-12-07 15:27:36 +08:00
team_invite.go
team_invite_test.go
team_list.go
team_repo.go
team_test.go
team_unit.go
team_user.go