forgejo/routers/web/repo
Gusted e1d1e46afe
[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.

(cherry picked from commit bf679b24dd)
(cherry picked from commit 1963085dd9)
(cherry picked from commit fb94095d19)
2023-10-09 19:11:03 +02:00
..
actions Even more db.DefaultContext refactor (#27352) 2023-10-03 10:30:41 +00:00
setting [GITEA] Make confirmation clearer for dangerous actions 2023-10-09 19:11:03 +02:00
activity.go
attachment.go Even more db.DefaultContext refactor (#27352) 2023-10-03 10:30:41 +00:00
blame.go Improve tree not found page (#26570) 2023-09-29 07:42:39 +00:00
branch.go Search branches (#27055) 2023-09-17 08:24:40 +00:00
cherry_pick.go
commit.go Even more db.DefaultContext refactor (#27352) 2023-10-03 10:30:41 +00:00
compare.go When comparing with an non-exist repository, return 404 but 500 (#27437) 2023-10-04 13:59:03 +00:00
download.go
editor.go Improve tree not found page (#26570) 2023-09-29 07:42:39 +00:00
editor_test.go
find.go
helper.go Improve tree not found page (#26570) 2023-09-29 07:42:39 +00:00
helper_test.go
http.go
http_test.go
issue.go Remove redundant len check around loop (#27464) 2023-10-06 14:49:37 +08:00
issue_content_history.go Improve issue history dialog and make poster can delete their own history (#27323) 2023-09-28 08:43:20 +00:00
issue_dependency.go
issue_label.go Even more db.DefaultContext refactor (#27352) 2023-10-03 10:30:41 +00:00
issue_label_test.go
issue_lock.go
issue_pin.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go Even more db.DefaultContext refactor (#27352) 2023-10-03 10:30:41 +00:00
issue_watch.go
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects.go More db.DefaultContext refactor (#27265) 2023-09-29 12:12:54 +00:00
projects_test.go
pull.go Even more db.DefaultContext refactor (#27352) 2023-10-03 10:30:41 +00:00
pull_review.go More db.DefaultContext refactor (#27265) 2023-09-29 12:12:54 +00:00
release.go Improvements of releases list and tags list (#25859) 2023-09-28 13:21:47 +00:00
release_test.go Improvements of releases list and tags list (#25859) 2023-09-28 13:21:47 +00:00
render.go
repo.go Even more db.DefaultContext refactor (#27352) 2023-10-03 10:30:41 +00:00
search.go
topic.go
treelist.go
view.go Document the line-number counting behavior (#27386) 2023-10-02 07:23:18 +00:00
view_test.go
wiki.go
wiki_test.go