0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-18 07:11:39 +01:00
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 Remove unused user paramater (#17723) 2021-11-19 08:37:13 +00:00
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 Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go Move user functions into user.go (#17659) 2021-11-18 13:58:42 +08:00
migrate.go Move task from modules to services (#17680) 2021-11-18 14:47:57 +08:00
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 Add pagination to fork list (#17639) 2021-11-18 22:45:56 +08:00
webhook.go
wiki.go
wiki_test.go