[Feature request]: Show users "last active" time on admin page #3338

Open
opened 2025-11-02 05:09:05 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @oscarlofwenhamn on GitHub (May 15, 2019).

Description

As an administrator, I would like to be able to easily see, and possibly sort users by a measurement of "last active" besides the current "last sign-in" entry (also not sortable by). As far as i can tell, it is currently not possible to see if a user who has not explicitly signed in for, say, a year actually is inactive or simply is working without the web interface, without visiting the users profile or checking the database.

This could be solved by a custom database query matching user id to actions similar to what the heatmap does, only selecting the most recent action, but I have yet to formulate a good one. Is this something that more would find useful and thus should be added?

Originally created by @oscarlofwenhamn on GitHub (May 15, 2019). ## Description As an administrator, I would like to be able to easily see, and possibly sort users by a measurement of "last active" besides the current "last sign-in" entry (also not sortable by). As far as i can tell, it is currently not possible to see if a user who has not explicitly *signed in* for, say, a year actually is inactive or simply is working without the web interface, without visiting the users profile or checking the database. This could be solved by a custom database query matching user id to actions similar to what the heatmap does, only selecting the most recent action, but I have yet to formulate a good one. Is this something that more would find useful and thus should be added?
GiteaMirror added the type/proposal label 2025-11-02 05:09:05 -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#3338