[PR #4349] [CLOSED] Feat/customization #4599

Closed
opened 2026-02-22 18:36:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4349
Author: @Jonathanxoxox
Created: 9/1/2025
Status: Closed

Base: masterHead: feat/customization


📝 Commits (4)

  • aa1ec4d feat: restrict settings access to admin users only
  • 82847ca feat: expand user role access for LLM selector and model management
  • 08caed6 railway file for deployment
  • 813f6b5 added changes Document

📊 Changes

8 files changed (+187 additions, -7 deletions)

View changed files

.railwayignore (+18 -0)
CHANGES_BY_JONATHANXOXOX.md (+150 -0)
📝 frontend/src/components/SettingsButton/index.jsx (+2 -1)
📝 frontend/src/components/Sidebar/index.jsx (+1 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/LLMSelector/action.jsx (+2 -3)
railway.json (+12 -0)
📝 server/endpoints/system.js (+1 -1)
📝 server/endpoints/workspaces.js (+1 -1)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #xxx

What is in this change?

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/4349 **Author:** [@Jonathanxoxox](https://github.com/Jonathanxoxox) **Created:** 9/1/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/customization` --- ### 📝 Commits (4) - [`aa1ec4d`](https://github.com/Mintplex-Labs/anything-llm/commit/aa1ec4ddd6549d835a12673b20eaa672da0f7950) feat: restrict settings access to admin users only - [`82847ca`](https://github.com/Mintplex-Labs/anything-llm/commit/82847ca662a93ca0b0c7bfa161f7224dc103292a) feat: expand user role access for LLM selector and model management - [`08caed6`](https://github.com/Mintplex-Labs/anything-llm/commit/08caed6594f12797b8b8da89efec44fb3beb3970) railway file for deployment - [`813f6b5`](https://github.com/Mintplex-Labs/anything-llm/commit/813f6b56ec173685771b59a1f33f9cc242e3592b) added changes Document ### 📊 Changes **8 files changed** (+187 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `.railwayignore` (+18 -0) ➕ `CHANGES_BY_JONATHANXOXOX.md` (+150 -0) 📝 `frontend/src/components/SettingsButton/index.jsx` (+2 -1) 📝 `frontend/src/components/Sidebar/index.jsx` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/LLMSelector/action.jsx` (+2 -3) ➕ `railway.json` (+12 -0) 📝 `server/endpoints/system.js` (+1 -1) 📝 `server/endpoints/workspaces.js` (+1 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:09 -05:00
yindo closed this issue 2026-02-22 18:36:09 -05:00
yindo changed title from [PR #4349] Feat/customization to [PR #4349] [CLOSED] Feat/customization 2026-06-05 15:19:23 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4599