[PR #1740] [MERGED] Implementation of all repositories of a user from user->settings #16025

Closed
opened 2025-11-02 12:00:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1740
Author: @DblK
Created: 5/17/2017
Status: Merged
Merged: 9/14/2017
Merged by: @lafriks

Base: masterHead: feature_UserRepo


📝 Commits (6)

  • 62146e8 Implementation of all repositories of a user from user->settings
  • 88c18a0 Update message when no repository found
  • cb46e6c Update according to comments
  • 81fd544 Remove french translation
  • 371cb99 Change UI to have a better look
  • c3146b3 improved user repositories UI

📊 Changes

7 files changed (+101 additions, -0 deletions)

View changed files

📝 options/locale/locale_en-US.ini (+2 -0)
📝 public/css/index.css (+3 -0)
📝 public/less/_user.less (+5 -0)
📝 routers/routes/routes.go (+1 -0)
📝 routers/user/setting.go (+35 -0)
📝 templates/user/settings/navbar.tmpl (+2 -0)
templates/user/settings/repos.tmpl (+53 -0)

📄 Description

This PR implement the display of all repository owned by the user in its settings.

Here is the UI:

The menu:
image

With no repository:
image

With all kind of repositories:
image


🔄 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/1740 **Author:** [@DblK](https://github.com/DblK) **Created:** 5/17/2017 **Status:** ✅ Merged **Merged:** 9/14/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `feature_UserRepo` --- ### 📝 Commits (6) - [`62146e8`](https://github.com/go-gitea/gitea/commit/62146e85547e982b0a72115d89ab0d9595db196a) Implementation of all repositories of a user from user->settings - [`88c18a0`](https://github.com/go-gitea/gitea/commit/88c18a02885d672f4a9bd224253dfc3b7d5c753d) Update message when no repository found - [`cb46e6c`](https://github.com/go-gitea/gitea/commit/cb46e6c8739d2c59325c5fafe1a4918491756df7) Update according to comments - [`81fd544`](https://github.com/go-gitea/gitea/commit/81fd544908b485a87b40b7c385d2e4e34c6829d1) Remove french translation - [`371cb99`](https://github.com/go-gitea/gitea/commit/371cb99cc6d5534588fdeaea230f0b7bb2f9b48e) Change UI to have a better look - [`c3146b3`](https://github.com/go-gitea/gitea/commit/c3146b3a1e755d777966adab36e71cb6f5a7d899) improved user repositories UI ### 📊 Changes **7 files changed** (+101 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `options/locale/locale_en-US.ini` (+2 -0) 📝 `public/css/index.css` (+3 -0) 📝 `public/less/_user.less` (+5 -0) 📝 `routers/routes/routes.go` (+1 -0) 📝 `routers/user/setting.go` (+35 -0) 📝 `templates/user/settings/navbar.tmpl` (+2 -0) ➕ `templates/user/settings/repos.tmpl` (+53 -0) </details> ### 📄 Description This PR implement the display of all repository owned by the user in its settings. Here is the UI: The menu: ![image](https://cloud.githubusercontent.com/assets/832617/26159982/462727b8-3b20-11e7-9a36-b97fbf3f7dfd.png) With no repository: ![image](https://cloud.githubusercontent.com/assets/832617/26160028/64a9a0c6-3b20-11e7-8898-03a6915e4ac5.png) With all kind of repositories: ![image](https://cloud.githubusercontent.com/assets/832617/26159965/3d8998f2-3b20-11e7-98b9-71510225f161.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 12:00:33 -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#16025