gitea/models/organization
Lunny Xiao 65cd3f5309
Use db.WithTx/WithTx2 instead of TxContext when possible (#35130)
2025-07-22 10:02:01 -07:00
..
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
org.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 2025-07-22 10:02:01 -07:00
org_list.go Refactor FindOrgOptions to use enum instead of bool, fix membership visibility (#34629) 2025-06-09 03:30:34 +00:00
org_list_test.go Refactor FindOrgOptions to use enum instead of bool, fix membership visibility (#34629) 2025-06-09 03:30:34 +00:00
org_test.go Fix remove org user failure on mssql (#34449) 2025-05-14 02:33:56 +08:00
org_user.go Fix team permission (#34128) 2025-04-08 04:15:15 +00:00
org_user_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
org_worktime.go Worktime tracking for the organization level (#19808) 2025-02-03 01:51:12 +08:00
team.go Fix team permission (#34128) 2025-04-08 04:15:15 +00:00
team_invite.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
team_invite_test.go Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 2023-09-14 02:59:53 +00:00
team_list.go Small refactor to reduce unnecessary database queries and remove duplicated functions (#33779) 2025-03-04 18:25:20 +00:00
team_list_test.go Use batch database operations instead of one by one to optimze api pulls (#32680) 2024-12-11 05:15:06 +08:00
team_repo.go Fix team permissions (#34827) 2025-06-24 21:24:09 +08:00
team_repo_test.go Fix team permissions (#34827) 2025-06-24 21:24:09 +08:00
team_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
team_unit.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 2025-07-22 10:02:01 -07:00
team_user.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00