This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
gitea
Watch
0
Star
0
Fork
0
You've already forked gitea
mirror of
https://github.com/go-gitea/gitea.git
synced
2026-02-13 12:59:00 +01:00
Code
Issues
Activity
gitea
/
models
/
organization
History
TheFox0x7
4c4c56c7cd
Decouple context from repository related structs (
#33823
)
...
Calls that required context implicitly are made to pass it as argument
2025-03-08 13:12:46 -08:00
..
main_test.go
…
org_list_test.go
…
org_list.go
Fix some user name usages (
#33689
)
2025-02-23 12:33:43 +00:00
org_test.go
Decouple context from repository related structs (
#33823
)
2025-03-08 13:12:46 -08:00
org_user_test.go
…
org_user.go
…
org_worktime.go
Worktime tracking for the organization level (
#19808
)
2025-02-03 01:51:12 +08:00
org.go
…
team_invite_test.go
…
team_invite.go
…
team_list_test.go
…
team_list.go
Small refactor to reduce unnecessary database queries and remove duplicated functions (
#33779
)
2025-03-04 18:25:20 +00:00
team_repo_test.go
…
team_repo.go
…
team_test.go
…
team_unit.go
…
team_user.go
…
team.go
…