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
Zettat123 c42083a339
Allow non-admin users to delete review requests (#29057)
Fix #14459

The following users can add/remove review requests of a PR
- the poster of the PR
- the owner or collaborators of the repository
- members with read permission on the pull requests unit
12 months ago
..
actions Artifact deletion in actions ui (#27172) 12 months ago
setting Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository (#29294) 12 months ago
activity.go Implement contributors graph (#27882) 12 months ago
attachment.go
blame.go Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository (#29294) 12 months ago
branch.go
cherry_pick.go Refactor locale&string&template related code (#29165) 12 months ago
code_frequency.go Implement code frequency graph (#29191) 12 months ago
commit.go
compare.go Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository (#29294) 12 months ago
contributors.go Deduplicate translations for contributors graph (#29256) 12 months ago
download.go
editor.go Do not double close reader (#29354) 12 months ago
editor_test.go
find.go
githttp.go
githttp_test.go
helper.go
helper_test.go
issue.go Allow non-admin users to delete review requests (#29057) 12 months ago
issue_content_history.go Refactor locale&string&template related code (#29165) 12 months ago
issue_dependency.go
issue_label.go
issue_label_test.go Refactor locale&string&template related code (#29165) 12 months ago
issue_lock.go
issue_pin.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go Improve user experience for outdated comments (#29050) 1 year ago
migrate.go
milestone.go Refactor issue template parsing and fix API endpoint (#29069) 12 months ago
packages.go
patch.go Refactor locale&string&template related code (#29165) 12 months ago
projects.go Refactor locale&string&template related code (#29165) 12 months ago
projects_test.go
pull.go Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) 12 months ago
pull_review.go Load outdated comments when (un)resolving conversation on PR timeline (#29203) 12 months ago
pull_review_test.go Load outdated comments when (un)resolving conversation on PR timeline (#29203) 12 months ago
recent_commits.go Implement recent commits graph (#29210) 12 months ago
release.go Show commit status for releases (#29149) 12 months ago
release_test.go
render.go
repo.go Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) 12 months ago
search.go
topic.go
treelist.go
view.go Refactor locale&string&template related code (#29165) 12 months ago
view_test.go
wiki.go Refactor locale&string&template related code (#29165) 12 months ago
wiki_test.go