gitea/routers/web/repo
Lunny Xiao 7a03473159
Use a standalone struct name for Organization (#17632)
* Use a standalone struct name for Organization

* recover unnecessary change

* make the code readable

* Fix template failure

* Fix template failure

* Move HasMemberWithUserID to org

* Fix test

* Remove unnecessary user type check

* Fix test

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2021-11-19 19:41:40 +08:00
..
activity.go
attachment.go
blame.go
branch.go
commit.go
compare.go
download.go
editor.go
editor_test.go
http.go
http_test.go
issue.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
issue_content_history.go
issue_dependency.go
issue_label.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go
migrate.go
milestone.go
projects.go
projects_test.go
pull.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
pull_review.go
release.go
release_test.go
repo.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
search.go
setting.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
setting_protected_branch.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
settings_test.go
tag.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
topic.go
view.go
webhook.go
wiki.go
wiki_test.go