[PR #121] [MERGED] Last Login for admin manage your users #15163

Closed
opened 2025-11-02 11:40:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/121
Author: @joubertredrat
Created: 11/8/2016
Status: Merged
Merged: 11/10/2016
Merged by: @lunny

Base: masterHead: feature-last-login


📝 Commits (1)

  • f91cbf0 Support to last login feature

📊 Changes

5 files changed (+64 additions, -40 deletions)

View changed files

📝 conf/locale/locale_en-US.ini (+2 -0)
📝 models/user.go (+9 -0)
📝 modules/bindata/bindata.go (+40 -40)
📝 routers/user/auth.go (+7 -0)
📝 templates/admin/user/list.tmpl (+6 -0)

📄 Description

This PR fixes https://github.com/go-gitea/gitea/issues/57

PS: Thanks @lunny for help on final with i18n.

screenshot-localhost 3000 2016-11-08 12-02-26


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/121 **Author:** [@joubertredrat](https://github.com/joubertredrat) **Created:** 11/8/2016 **Status:** ✅ Merged **Merged:** 11/10/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `feature-last-login` --- ### 📝 Commits (1) - [`f91cbf0`](https://github.com/go-gitea/gitea/commit/f91cbf0fed2009948e26b0fa44f80535be149d26) Support to last login feature ### 📊 Changes **5 files changed** (+64 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `conf/locale/locale_en-US.ini` (+2 -0) 📝 `models/user.go` (+9 -0) 📝 `modules/bindata/bindata.go` (+40 -40) 📝 `routers/user/auth.go` (+7 -0) 📝 `templates/admin/user/list.tmpl` (+6 -0) </details> ### 📄 Description This PR fixes https://github.com/go-gitea/gitea/issues/57 PS: Thanks @lunny for help on final with i18n. ![screenshot-localhost 3000 2016-11-08 12-02-26](https://cloud.githubusercontent.com/assets/1520407/20101936/43c628a8-a5ab-11e6-846a-9e1afe544a65.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:40:18 -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#15163