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/routers/web/repo/setting
Lunny Xiao 276500c314
Move AddCollabrator and CreateRepositoryByExample to service layer (#32419)
- [x] Move `CreateRepositoryByExample` to service layer
- [x] Move `AddCollabrator` to service layer
- [x] Add a new parameter for `AddCollabrator` so that changing mode
immediately after that will become unnecessary.
4 months ago
..
avatar.go Move context from modules to services (#29440) 1 year ago
collaboration.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 4 months ago
default_branch.go Move context from modules to services (#29440) 1 year ago
deploy_key.go Move context from modules to services (#29440) 1 year ago
git_hooks.go Refactor names (#31405) 8 months ago
lfs.go Show lock owner instead of repo owner on LFS setting page (#31788) 7 months ago
main_test.go make writing main test easier (#27270) 1 year ago
protected_branch.go Make admins adhere to branch protection rules (#32248) 4 months ago
protected_tag.go Refactor names (#31405) 8 months ago
runners.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
secrets.go Allow disabling authentication related user features (#31535) 8 months ago
setting.go Don't return 500 if mirror url contains special chars (#31859) 6 months ago
settings_test.go Move context from modules to services (#29440) 1 year ago
variables.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
webhook.go Move admin routers from /admin to /-/admin (#32189) 5 months ago