Repositories in home page are limited to 10 #4352

Closed
opened 2025-11-02 05:47:34 -06:00 by GiteaMirror · 12 comments
Owner

Originally created by @zuhairamahdi on GitHub (Nov 19, 2019).

  • Gitea version (or commit ref):
  • Git version:
  • Operating system:
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

the repositories list in the home page right panel is limited to only 10 repos. is there a way to increase this number?

Screenshots

hdashdy2312kdasdlk

Originally created by @zuhairamahdi on GitHub (Nov 19, 2019). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): - Git version: - Operating system: - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [x] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [ ] Not relevant - Log gist: ## Description the repositories list in the home page right panel is limited to only 10 repos. is there a way to increase this number? ## Screenshots ![hdashdy2312kdasdlk](https://user-images.githubusercontent.com/6876269/69126444-491baf00-0ab9-11ea-8f57-885c8376ad95.PNG) <!-- **If this issue involves the Web Interface, please include a screenshot** -->
GiteaMirror added the type/questionissue/staleissue/needs-feedback labels 2025-11-02 05:47:34 -06:00
Author
Owner

@maicWorkGithub commented on GitHub (Nov 19, 2019):

check this:

https://docs.gitea.io/en-us/config-cheat-sheet/

Repository => MAX_CREATION_LIMIT

@maicWorkGithub commented on GitHub (Nov 19, 2019): check this: https://docs.gitea.io/en-us/config-cheat-sheet/ Repository => MAX_CREATION_LIMIT
Author
Owner

@zuhairamahdi commented on GitHub (Nov 19, 2019):

@maicWorkGithub

it is not that we can't create new repos. its only the listing in the home page only limited to the first 10. meaning lets say I'm working on 15 repos but the home page will still shows the first 10.

@zuhairamahdi commented on GitHub (Nov 19, 2019): @maicWorkGithub it is not that we can't create new repos. its only the listing in the home page only limited to the first 10. meaning lets say I'm working on 15 repos but the home page will still shows the first 10.
Author
Owner

@maicWorkGithub commented on GitHub (Nov 19, 2019):

o sorry, I cannot help with that

@maicWorkGithub commented on GitHub (Nov 19, 2019): o sorry, I cannot help with that
Author
Owner

@maicWorkGithub commented on GitHub (Nov 19, 2019):

image

@maicWorkGithub commented on GitHub (Nov 19, 2019): ![image](https://user-images.githubusercontent.com/15863224/69130402-6c5f5200-0aeb-11ea-829c-1b2c31d41091.png)
Author
Owner

@zuhairamahdi commented on GitHub (Nov 19, 2019):

@maicWorkGithub
this behavior is not available for me. though the repos are owned by different organizations and not by the same user.

@zuhairamahdi commented on GitHub (Nov 19, 2019): @maicWorkGithub this behavior is not available for me. though the repos are owned by different organizations and not by the same user.
Author
Owner

@jolheiser commented on GitHub (Nov 19, 2019):

The default page size should be 15 for the user profile page. The 10 in your screenshot is how many repositories fit in your all category.

sample.ini
home.go

@jolheiser commented on GitHub (Nov 19, 2019): The default page size should be `15` for the user profile page. The `10` in your screenshot is how many repositories fit in your `all` category. [sample.ini](https://github.com/go-gitea/gitea/blob/master/custom/conf/app.ini.sample#L169) [home.go](https://github.com/go-gitea/gitea/blob/170743c8a0cdf216ee21076aadc5d905dfef0cd6/routers/user/home.go#L130)
Author
Owner

@zuhairamahdi commented on GitHub (Nov 21, 2019):

@jolheiser I still don't get it. is there a way to increase the number of displayed repos in all category?

@zuhairamahdi commented on GitHub (Nov 21, 2019): @jolheiser I still don't get it. is there a way to increase the number of displayed repos in `all` category?
Author
Owner

@zuhairamahdi commented on GitHub (Dec 5, 2019):

I think I got why I was getting 10 only.
even if I'm a member of an organization (push and pull from all repos) It still will not show in the list unless I was added manually as a Collaborator to each repo.

@zuhairamahdi commented on GitHub (Dec 5, 2019): I think I got why I was getting 10 only. even if I'm a member of an organization (push and pull from all repos) It still will not show in the list unless I was added manually as a Collaborator to each repo.
Author
Owner

@lunny commented on GitHub (Dec 5, 2019):

You can see the repositories only listed in team settings.

@lunny commented on GitHub (Dec 5, 2019): You can see the repositories only listed in team settings.
Author
Owner

@zuhairamahdi commented on GitHub (Dec 10, 2019):

@lunny as I said, I'm a member of an organization with "Write" permission. but to be able to see the repo listed in the home page I need to be added as (Collaborator) from the repo setting.

using github for example if I'm watching a repo it will be listed in the home page list.

@zuhairamahdi commented on GitHub (Dec 10, 2019): @lunny as I said, I'm a member of an organization with "Write" permission. but to be able to see the repo listed in the home page I need to be added as (Collaborator) from the repo setting. using github for example if I'm watching a repo it will be listed in the home page list.
Author
Owner

@stale[bot] commented on GitHub (Feb 8, 2020):

This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.

@stale[bot] commented on GitHub (Feb 8, 2020): This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.
Author
Owner

@stale[bot] commented on GitHub (Feb 22, 2020):

This issue has been automatically closed because of inactivity. You can re-open it if needed.

@stale[bot] commented on GitHub (Feb 22, 2020): This issue has been automatically closed because of inactivity. You can re-open it if needed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#4352