forgejo/routers/repo
2021-07-07 16:22:32 +02:00
..
activity.go
attachment.go Add ETag header (#15370) (#15552) 2021-04-20 12:01:58 -04:00
blame.go
branch.go Merge all deleteBranch as one function and also fix bug when delete branch don't close related PRs (#16067) (#16097) 2021-06-07 18:27:41 +02:00
commit.go response 404 for diff/patch of a commit that not exist (#15221) (#15237) 2021-04-01 19:57:05 -04:00
compare.go should run RetrieveRepoMetas() for empty pr (#15187) (#15190) 2021-03-29 17:02:01 +01:00
download.go Add ETag header (#15370) (#15552) 2021-04-20 12:01:58 -04:00
editor.go Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
editor_test.go
http.go Fix http path bug (#16117) (#16120) 2021-06-09 15:58:00 +02:00
http_test.go Fix http path bug (#16117) (#16120) 2021-06-09 15:58:00 +02:00
issue.go Ensure that ctx.Written is checked after issues(...) calls (#15797) (#15798) 2021-05-09 09:48:52 +01:00
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go Fix bug when combine label comments (#14894) 2021-03-05 16:17:32 +01:00
issue_timetrack.go
issue_watch.go
lfs.go Fix lfs management find (#15537) (#15578) 2021-04-22 20:32:48 +02:00
main_test.go
middlewares.go
migrate.go Fixed wrong migrate url error description. (#15010) 2021-03-17 03:34:09 +01:00
milestone.go
projects.go
projects_test.go
pull.go Merge all deleteBranch as one function and also fix bug when delete branch don't close related PRs (#16067) (#16097) 2021-06-07 18:27:41 +02:00
pull_review.go
release.go fix some ui bug about draft release (#15137) (#15745) 2021-05-06 21:23:26 +02:00
release_test.go
repo.go Fix CanCreateRepo check (#15311) (#15321) 2021-04-07 22:14:11 +02:00
search.go fix wrong file link in code search page (#15466) (#15486) 2021-04-15 12:04:25 +03:00
setting.go Hide mirror passwords on repo settings page (#16022) (#16355) 2021-07-07 16:22:32 +02:00
setting_protected_branch.go
settings_test.go
topic.go
view.go Repository transfer has to be confirmed, if user can not create repo for new owner (#14792) 2021-03-01 01:47:30 +01:00
webhook.go Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
wiki.go
wiki_test.go