Feature Request: Make dashboard newsfeed list length a configurable item #5846

Closed
opened 2025-11-02 06:38:07 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @AHinMaine on GitHub (Aug 10, 2020).

  • Gitea version (or commit ref): v1.12.3
  • Git version: 1.8.3.1
  • Operating system: Centos 7
  • 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 news feed on the dashboard page has always had a hard coded length limited to 20 items (see https://github.com/go-gitea/gitea/blob/master/models/action.go#L344). I'd like this to be turned into a configurable length.

As I get more people committing to my gitea instance, the window of time this news feed covers is getting shorter and shorter.

Thanks!

Screenshots

Originally created by @AHinMaine on GitHub (Aug 10, 2020). <!-- 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): v1.12.3 - Git version: 1.8.3.1 - Operating system: Centos 7 - Database (use `[x]`): - [ ] PostgreSQL - [x] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant - Log gist: ## Description The news feed on the dashboard page has always had a hard coded length limited to 20 items (see https://github.com/go-gitea/gitea/blob/master/models/action.go#L344). I'd like this to be turned into a configurable length. As I get more people committing to my gitea instance, the window of time this news feed covers is getting shorter and shorter. Thanks! ## Screenshots <!-- **If this issue involves the Web Interface, please include a screenshot** -->
GiteaMirror added the topic/uitype/proposal labels 2025-11-02 06:38:07 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#5846