Make the repository list on the Dashboard site show all repositories #2461

Closed
opened 2025-11-02 04:37:08 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @rs-development on GitHub (Oct 28, 2018).

Description

The repository overview and the right side of the Dashboard is showing only 15 entries. I'd like to make it show all available repositories. I checked the template file it seems to me there is no option to make it show all repositories.

Any Idea how i could make it show all repos?

Screenshots

gitea/templates/user/dashboard/dashboard.tmpl

image

Originally created by @rs-development on GitHub (Oct 28, 2018). ## Description The repository overview and the right side of the Dashboard is showing only 15 entries. I'd like to make it show all available repositories. I checked the template file it seems to me there is no option to make it show all repositories. Any Idea how i could make it show all repos? ## Screenshots gitea/templates/user/dashboard/dashboard.tmpl ![image](https://user-images.githubusercontent.com/35149229/47616880-a0bc3680-dac2-11e8-9008-4b68360c555c.png)
GiteaMirror added the type/question label 2025-11-02 04:37:08 -06:00
Author
Owner

@HoffmannP commented on GitHub (Oct 28, 2018):

a2ee2a3c67/modules/setting/setting.go (L345) is the line defining the number of repositories loaded. It's currently not easy configurable. Is this something you think shoud be changed? There are hundred of settings in this file so it's realy hard to tell which should be configurable and how.

@HoffmannP commented on GitHub (Oct 28, 2018): https://github.com/go-gitea/gitea/blob/a2ee2a3c67304920a968c1c852e43b3dc2d7c3e7/modules/setting/setting.go#L345 is the line defining the number of repositories loaded. It's currently not easy configurable. Is this something you think shoud be changed? There are hundred of settings in this file so it's realy hard to tell which should be configurable and how.
Author
Owner

@techknowlogick commented on GitHub (Oct 29, 2018):

Easily changed (easy, as in no need to recompile), see: a2ee2a3c67/custom/conf/app.ini.sample (L103)

@techknowlogick commented on GitHub (Oct 29, 2018): Easily changed (easy, as in no need to recompile), see: https://github.com/go-gitea/gitea/blob/a2ee2a3c67304920a968c1c852e43b3dc2d7c3e7/custom/conf/app.ini.sample#L103
Author
Owner

@rs-development commented on GitHub (Oct 29, 2018):

Thank you very much 👍

@rs-development commented on GitHub (Oct 29, 2018): Thank you very much :+1:
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#2461