You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models
Jason Song d92909fa8b
Treat PRs with agit flow as fork PRs when triggering actions. (#23884)
There is no fork concept in agit flow, anyone with read permission can
push `refs/for/<target-branch>/<topic-branch>` to the repo. So we should
treat it as a fork pull request because it may be from an untrusted
user.
2 years ago
..
actions Treat PRs with agit flow as fork PRs when triggering actions. (#23884) 2 years ago
activities Add activity feeds API (#23494) 2 years ago
admin
asymkey
auth Fix 500 error if there is a name conflict when edit authentication source (#23832) 2 years ago
avatars Avoid warning for system setting when start up (#23054) 2 years ago
db Test renderReadmeFile (#23185) 2 years ago
dbfs
fixtures Improve permission check of packages (#23879) 2 years ago
git Introduce path Clean/Join helper functions (#23495) 2 years ago
issues Add API to manage issue dependencies (#17935) 2 years ago
migrations Fix owner team access mode value in team_unit table (#23675) 2 years ago
organization Improve permission check of packages (#23879) 2 years ago
packages Use ghost user if package creator does not exist (#23822) 2 years ago
perm
project Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538) 2 years ago
pull
repo Disable editing tags (#23883) 2 years ago
secret
system Avoid warning for system setting when start up (#23054) 2 years ago
unit Improve LoadUnitConfig to handle invalid or duplicate units (#23736) 2 years ago
unittest Refactor `setting.Database.UseXXX` to methods (#23354) 2 years ago
user Add login name and source id for admin user searching API (#23376) 2 years ago
webhook Add user webhooks (#21563) 2 years ago
error.go
fixture_generation.go
fixture_test.go
main_test.go
migrate.go
migrate_test.go
org.go
org_team.go
org_team_test.go
org_test.go
repo.go Avoid warning for system setting when start up (#23054) 2 years ago
repo_collaboration.go
repo_collaboration_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go