[PR #4685] [MERGED] Add vendor to user reserved words and format words list according alphabet #17463

Closed
opened 2025-11-02 13:32:51 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4685
Author: @lunny
Created: 8/13/2018
Status: Merged
Merged: 8/13/2018
Merged by: @lafriks

Base: masterHead: lunny/add_vendor_reserved


📝 Commits (1)

  • 8e6de7a add vendor to user reserved words and format words list according alphabet

📊 Changes

1 file changed (+29 additions, -1 deletions)

View changed files

📝 models/user.go (+29 -1)

📄 Description

Since all referenced js library are put /vendor, the name should be reserved when creating user or organization. And for finding reserved words easy, I order the reserved words.


🔄 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/4685 **Author:** [@lunny](https://github.com/lunny) **Created:** 8/13/2018 **Status:** ✅ Merged **Merged:** 8/13/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `lunny/add_vendor_reserved` --- ### 📝 Commits (1) - [`8e6de7a`](https://github.com/go-gitea/gitea/commit/8e6de7a9ddfc1f2e4f6dae05a0b4b8f91c6ce798) add vendor to user reserved words and format words list according alphabet ### 📊 Changes **1 file changed** (+29 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/user.go` (+29 -1) </details> ### 📄 Description Since all referenced js library are put `/vendor`, the name should be reserved when creating user or organization. And for finding reserved words easy, I order the reserved words. --- <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 13:32:52 -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#17463