0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-19 01:10:55 +01:00
forgejo/models
Zettat123 b33cf4fabc
Fix access check for org-level project ()
Fix 

Add `ignoreGlobal` parameter to `reqUnitAccess` and only check global
disabled units when `ignoreGlobal` is true. So the org-level projects
and user-level projects won't be affected by global disabled
`repo.projects` unit.
2023-07-29 14:13:24 +00:00
..
actions Fix wrong workflow status when rerun a job in an already finished workflow () 2023-07-25 09:13:36 +00:00
activities Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
admin
asymkey Update tool dependencies, lock govulncheck and actionlint () 2023-07-09 11:58:06 +00:00
auth Remove "misc" scope check from public API endpoints () 2023-07-26 02:53:31 +00:00
avatars
db
dbfs Fix content holes in Actions task logs file () 2023-06-28 19:07:29 +02:00
fixtures Fix access check for org-level project () 2023-07-29 14:13:24 +00:00
git Fix bugs in LFS meta garbage collection () 2023-07-26 07:02:53 +00:00
issues Add commits dropdown in PR files view and allow commit by commit review () 2023-07-28 21:18:12 +02:00
migrations Prevent primary key update on migration () 2023-07-28 09:54:31 +02:00
organization Remove unused code () 2023-07-06 21:52:41 +00:00
packages Test if container blob is accessible before mounting () 2023-07-09 11:24:43 +00:00
perm
project Update xorm version () 2023-07-25 20:27:44 +00:00
pull
repo Add commits dropdown in PR files view and allow commit by commit review () 2023-07-28 21:18:12 +02:00
secret
shared/types
system
unit Rewrite logger system () 2023-05-21 22:35:11 +00:00
unittest Replace interface{} with any () 2023-07-04 18:36:08 +00:00
user Fix inconsistent user profile layout across tabs () 2023-07-06 18:59:24 +00:00
webhook Replace interface{} with any () 2023-07-04 18:36:08 +00:00
error.go Sync branches into databases () 2023-06-29 10:03:20 +00:00
fixture_generation.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
fixture_test.go
main_test.go Merge setting.InitXXX into one function with options () 2023-05-04 11:55:35 +08:00
migrate.go Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
migrate_test.go Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
org.go
org_team.go
org_team_test.go
org_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
repo.go Update tool dependencies, lock govulncheck and actionlint () 2023-07-09 11:58:06 +00:00
repo_collaboration.go
repo_collaboration_test.go Rename repo.GetOwner to repo.LoadOwner () 2023-02-18 20:11:03 +08:00
repo_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
repo_transfer.go
repo_transfer_test.go