[PR #3643] [CLOSED] sync-fork-250412 #4345

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3643
Author: @ariyanki
Created: 4/14/2025
Status: Closed

Base: masterHead: sync-fork-250412


📝 Commits (1)

📊 Changes

18 files changed (+659 additions, -29 deletions)

View changed files

📝 docker/.env.example (+6 -1)
📝 embed (+1 -1)
📝 frontend/src/AuthContext.jsx (+12 -1)
📝 frontend/src/components/Modals/Password/MultiUserAuth.jsx (+7 -0)
frontend/src/components/Modals/Password/SocialProviders.jsx (+63 -0)
📝 frontend/src/models/system.js (+14 -0)
frontend/src/pages/Admin/System/index.jsx (+230 -0)
package-lock.json (+87 -0)
📝 package.json (+4 -2)
📝 server/.env.example (+6 -1)
📝 server/endpoints/admin.js (+6 -0)
📝 server/endpoints/system.js (+113 -22)
📝 server/models/systemSettings.js (+11 -1)
📝 server/models/user.js (+16 -0)
server/prisma/migrations/20240509170128_init/migrations.sql (+20 -0)
📝 server/prisma/schema.prisma (+1 -0)
server/utils/SocialProviders/index.js (+56 -0)
📝 server/utils/helpers/updateENV.js (+6 -0)

📄 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/3643 **Author:** [@ariyanki](https://github.com/ariyanki) **Created:** 4/14/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `sync-fork-250412` --- ### 📝 Commits (1) - [`4892bbc`](https://github.com/Mintplex-Labs/anything-llm/commit/4892bbc204b6caaea9dd196e5dbaf8fb5e24db10) sync-fork-250412 ### 📊 Changes **18 files changed** (+659 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+6 -1) 📝 `embed` (+1 -1) 📝 `frontend/src/AuthContext.jsx` (+12 -1) 📝 `frontend/src/components/Modals/Password/MultiUserAuth.jsx` (+7 -0) ➕ `frontend/src/components/Modals/Password/SocialProviders.jsx` (+63 -0) 📝 `frontend/src/models/system.js` (+14 -0) ➕ `frontend/src/pages/Admin/System/index.jsx` (+230 -0) ➕ `package-lock.json` (+87 -0) 📝 `package.json` (+4 -2) 📝 `server/.env.example` (+6 -1) 📝 `server/endpoints/admin.js` (+6 -0) 📝 `server/endpoints/system.js` (+113 -22) 📝 `server/models/systemSettings.js` (+11 -1) 📝 `server/models/user.js` (+16 -0) ➕ `server/prisma/migrations/20240509170128_init/migrations.sql` (+20 -0) 📝 `server/prisma/schema.prisma` (+1 -0) ➕ `server/utils/SocialProviders/index.js` (+56 -0) 📝 `server/utils/helpers/updateENV.js` (+6 -0) </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:38 -05:00
yindo closed this issue 2026-02-22 18:35:38 -05:00
yindo changed title from [PR #3643] sync-fork-250412 to [PR #3643] [CLOSED] sync-fork-250412 2026-06-05 15:18:06 -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#4345