gitea/models
Lunny Xiao 882e502327
Fix comment permissions (#28213)
This PR will fix some missed checks for private repositories' data on
web routes and API routes.
2023-11-25 17:21:21 +00:00
..
actions Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
activities Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
admin
asymkey Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
auth Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
avatars
db Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
dbfs
fixtures Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
git
issues Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
migrations
organization Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
packages Revert "packages: Calculate package size quota using package creator ID instead of owner ID (#28007)" (#28049) 2023-11-14 16:03:56 +01:00
perm
project Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
pull
repo Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
secret Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
shared/types
system Fix system config cache expiration timing (#28072) 2023-11-16 12:53:42 +00:00
unit
unittest
user Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
webhook Fix comment permissions (#28213) 2023-11-25 17:21:21 +00:00
error.go
fixture_generation.go
fixture_test.go
main_test.go
org_team_test.go
org_team.go Refactor the function RemoveOrgUser (#27582) 2023-11-03 14:01:45 +00:00
org_test.go
org.go Refactor the function RemoveOrgUser (#27582) 2023-11-03 14:01:45 +00:00
repo_test.go
repo_transfer_test.go
repo_transfer.go
repo.go