1
0
Fork 0
forked from forgejo/forgejo
forgejo-domi/routers/web/repo/setting
Gusted c29b0525de [GITEA] Make confirmation clearer for dangerous actions
- Currently the confirmation for dangerous actions such as transferring
the repository or deleting it only requires the user to ~~copy paste~~
type the repository name.
- This can be problematic when the user has a fork or another repository
with the same name as an organization's repository, and the confirmation
doesn't make clear that it could be deleting the wrong repository. While
it's mentioned in the dialog, it's better to be on the safe side and
also add the owner's name to be an element that has to be typed for
these dangerous actions.
- Added integration tests.
2023-09-13 15:19:19 +00:00
..
avatar.go Improve hint when uploading a too large avatar (#26935) 2023-09-07 13:35:45 +00:00
collaboration.go Move some functions to service layer (#26969) 2023-09-08 21:09:23 +00:00
deploy_key.go Move web JSON functions to web context and simplify code (#26132) 2023-07-26 06:04:01 +00:00
git_hooks.go Move some files under repo/setting (#25585) 2023-07-02 08:59:32 +08:00
lfs.go Move some files under repo/setting (#25585) 2023-07-02 08:59:32 +08:00
main_test.go Move some files under repo/setting (#25585) 2023-07-02 08:59:32 +08:00
protected_branch.go Move web JSON functions to web context and simplify code (#26132) 2023-07-26 06:04:01 +00:00
protected_tag.go Move some files under repo/setting (#25585) 2023-07-02 08:59:32 +08:00
runners.go
secrets.go Support configuration variables on Gitea Actions (#24724) 2023-06-20 22:54:15 +00:00
setting.go [GITEA] Make confirmation clearer for dangerous actions 2023-09-13 15:19:19 +00:00
settings_test.go move repository deletion to service layer (#26948) 2023-09-08 04:51:15 +00:00
variables.go Support configuration variables on Gitea Actions (#24724) 2023-06-20 22:54:15 +00:00
webhook.go Use docs.gitea.com instead of docs.gitea.io (#26739) 2023-08-27 11:59:12 +00:00