]> source.dussan.org Git - gitea.git/commit
Support pagination of organizations on user settings pages (#16083)
authorLunny Xiao <xiaolunwen@gmail.com>
Mon, 22 Nov 2021 13:51:45 +0000 (21:51 +0800)
committerGitHub <noreply@github.com>
Mon, 22 Nov 2021 13:51:45 +0000 (21:51 +0800)
commitc2ab19888f92fbdec4276a16d224e8de80d1d1dd
tree1fdbf05d1b6d2a99e88e8219133a252fce6562d5
parented23a6c39704c329ec4940bfec16739a0d3d3e91
Support pagination of organizations on user settings pages (#16083)

* Add pagination for user setting orgs
* Use FindOrgs instead of GetOrgsByUserID
* Remove unnecessary functions and fix test
* remove unnecessary code
integrations/org_count_test.go
models/org.go
models/org_test.go
routers/api/v1/org/org.go
routers/web/user/profile.go
routers/web/user/setting/profile.go
templates/user/settings/organization.tmpl