[PR #3876] [CLOSED] Sync fork 202505 v2 #4441

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3876
Author: @ariyanki
Created: 5/24/2025
Status: Closed

Base: masterHead: sync-fork-202505-v2


📝 Commits (5)

📊 Changes

50 files changed (+2718 additions, -90 deletions)

View changed files

📝 docker/.env.example (+9 -0)
docker/Dockerfile-backend (+160 -0)
docker/Dockerfile-frontend (+26 -0)
docker/nginx/nginx.conf (+21 -0)
📝 embed (+1 -1)
📝 frontend/index.html (+9 -9)
📝 frontend/package.json (+2 -0)
📝 frontend/public/favicon.ico (+0 -0)
📝 frontend/public/favicon.png (+0 -0)
frontend/public/original-favicon.ico (+0 -0)
frontend/public/original-favicon.png (+0 -0)
📝 frontend/src/App.jsx (+2 -2)
📝 frontend/src/AuthContext.jsx (+47 -1)
frontend/src/components/Modals/Password/AzureAuthProviders.jsx (+86 -0)
📝 frontend/src/components/Modals/Password/MultiUserAuth.jsx (+29 -3)
📝 frontend/src/components/SettingsSidebar/index.jsx (+2 -2)
📝 frontend/src/locales/en/common.js (+28 -28)
📝 frontend/src/media/logo/anything-llm-dark.png (+0 -0)
📝 frontend/src/media/logo/anything-llm-icon.png (+0 -0)
📝 frontend/src/media/logo/anything-llm.png (+0 -0)

...and 30 more files

📄 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/3876 **Author:** [@ariyanki](https://github.com/ariyanki) **Created:** 5/24/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `sync-fork-202505-v2` --- ### 📝 Commits (5) - [`bcb82e1`](https://github.com/Mintplex-Labs/anything-llm/commit/bcb82e1fd3b6cb5efa5f8a09e7a8a19d1f2e8903) reset-upstream - [`dbe7694`](https://github.com/Mintplex-Labs/anything-llm/commit/dbe7694bc9cfdb380d470ea48045771874f770a3) reset-upstream - [`b92e0ba`](https://github.com/Mintplex-Labs/anything-llm/commit/b92e0bab9fe7c66e2050b2ab9e216d001d923505) reset-upstream - [`0a37e08`](https://github.com/Mintplex-Labs/anything-llm/commit/0a37e0808962d94a9b3f05b55c24cc71ad6655ef) reset-upstream - [`4bcac39`](https://github.com/Mintplex-Labs/anything-llm/commit/4bcac39169ef80312f05a01acea49bb7ec267865) sync-fork-250525 ### 📊 Changes **50 files changed** (+2718 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+9 -0) ➕ `docker/Dockerfile-backend` (+160 -0) ➕ `docker/Dockerfile-frontend` (+26 -0) ➕ `docker/nginx/nginx.conf` (+21 -0) 📝 `embed` (+1 -1) 📝 `frontend/index.html` (+9 -9) 📝 `frontend/package.json` (+2 -0) 📝 `frontend/public/favicon.ico` (+0 -0) 📝 `frontend/public/favicon.png` (+0 -0) ➕ `frontend/public/original-favicon.ico` (+0 -0) ➕ `frontend/public/original-favicon.png` (+0 -0) 📝 `frontend/src/App.jsx` (+2 -2) 📝 `frontend/src/AuthContext.jsx` (+47 -1) ➕ `frontend/src/components/Modals/Password/AzureAuthProviders.jsx` (+86 -0) 📝 `frontend/src/components/Modals/Password/MultiUserAuth.jsx` (+29 -3) 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+2 -2) 📝 `frontend/src/locales/en/common.js` (+28 -28) 📝 `frontend/src/media/logo/anything-llm-dark.png` (+0 -0) 📝 `frontend/src/media/logo/anything-llm-icon.png` (+0 -0) 📝 `frontend/src/media/logo/anything-llm.png` (+0 -0) _...and 30 more files_ </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:35:50 -05:00
yindo closed this issue 2026-02-22 18:35:50 -05:00
yindo changed title from [PR #3876] Sync fork 202505 v2 to [PR #3876] [CLOSED] Sync fork 202505 v2 2026-06-05 15:18:35 -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#4441