Pagination links on user settings repos list #2987

Closed
opened 2025-11-02 04:56:15 -06:00 by GiteaMirror · 6 comments
Owner

Originally created by @Monter on GitHub (Feb 27, 2019).

  • Gitea version (or commit ref): newest
  • Database (use [x]):
    • SQLite

Description

Panel /user/settings/repos shows only the first 15 items in the database

Originally created by @Monter on GitHub (Feb 27, 2019). - Gitea version (or commit ref): newest - Database (use `[x]`): - [x] SQLite ## Description Panel /user/settings/repos shows only the first 15 items in the database
GiteaMirror added the issue/confirmedtype/enhancement labels 2025-11-02 04:56:15 -06:00
Author
Owner

@jolheiser commented on GitHub (Feb 27, 2019):

This can be changed in your app.ini in the ui.user section.

EDIT: I misunderstood your issue, my apologies. 😅

@jolheiser commented on GitHub (Feb 27, 2019): This can be changed in your `app.ini` in the [ui.user section](https://github.com/go-gitea/gitea/blob/master/custom/conf/app.ini.sample#L110-L112). EDIT: I misunderstood your issue, my apologies. 😅
Author
Owner

@Monter commented on GitHub (Feb 27, 2019):

I have 150+ repos in database, /user/settings/repos page shows only 15 items and does not show pagination links.

@Monter commented on GitHub (Feb 27, 2019): I have 150+ repos in database, /user/settings/repos page shows only 15 items and does **not show** pagination links.
Author
Owner

@Monter commented on GitHub (Mar 7, 2019):

Maybe it would be a good idea to making almost 1:1 copy the gitea/admin/repos page by adding only the list limit by the owner projects?

@Monter commented on GitHub (Mar 7, 2019): Maybe it would be a good idea to making almost 1:1 copy the gitea/admin/repos page by adding only the list limit by the owner projects?
Author
Owner

@stale[bot] commented on GitHub (May 16, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (May 16, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@hilariocoelho commented on GitHub (Dec 21, 2019):

#9452 adds API support for pagination. Frontend should be changed either by using the pagination or retrieving all results

@hilariocoelho commented on GitHub (Dec 21, 2019): #9452 adds API support for pagination. [Frontend](https://github.com/SpaWn2KiLl/gitea/blob/list_pagination/routers/user/setting/profile.go#L199-L202) should be changed either by using the pagination or retrieving all results
Author
Owner

@wxiaoguang commented on GitHub (Apr 15, 2025):

Image

@wxiaoguang commented on GitHub (Apr 15, 2025): ![Image](https://github.com/user-attachments/assets/a89e6e32-ca41-4c53-9f51-a6055c6d5a9d)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#2987