This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers/web/user
zeripath 57b0887ab2
Correctly return the number of Repositories for Organizations (#16807)
Calculate and return the number of Repositories on the dashboard
Organization list.

This PR restores some of the logic that was removed in #14032 to
calculate the number of repos on the dashboard orgs list.

Fix #16648
Replaces #16799

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-09-01 01:31:42 -04:00
..
setting Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
auth.go Related refactors to ctx.FormX functions (#16567) 2021-08-11 18:08:52 +03:00
auth_openid.go Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
avatar.go
home.go Correctly return the number of Repositories for Organizations (#16807) 2021-09-01 01:31:42 -04:00
home_test.go
main_test.go
notification.go Related refactors to ctx.FormX functions (#16567) 2021-08-11 18:08:52 +03:00
oauth.go Decoupled code from DefaultSigningKey (#16743) 2021-08-27 20:28:00 +01:00
oauth_test.go Decoupled code from DefaultSigningKey (#16743) 2021-08-27 20:28:00 +01:00
profile.go In Render tolerate not being passed a context (#16842) 2021-08-28 21:15:56 +01:00
task.go