[PR #5427] [MERGED] Outlook agent via Entra Application #5440

Closed
opened 2026-06-05 15:21:21 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5427
Author: @timothycarambat
Created: 4/13/2026
Status: Merged
Merged: 4/14/2026
Merged by: @timothycarambat

Base: masterHead: outlook-agent


📝 Commits (3)

📊 Changes

48 files changed (+6336 additions, -60 deletions)

View changed files

📝 frontend/src/locales/ar/common.js (+98 -0)
📝 frontend/src/locales/ca/common.js (+105 -0)
📝 frontend/src/locales/cs/common.js (+100 -0)
📝 frontend/src/locales/da/common.js (+97 -0)
📝 frontend/src/locales/de/common.js (+104 -0)
📝 frontend/src/locales/en/common.js (+95 -0)
📝 frontend/src/locales/es/common.js (+105 -0)
📝 frontend/src/locales/et/common.js (+97 -0)
📝 frontend/src/locales/fa/common.js (+97 -0)
📝 frontend/src/locales/fr/common.js (+104 -0)
📝 frontend/src/locales/he/common.js (+92 -0)
📝 frontend/src/locales/it/common.js (+103 -0)
📝 frontend/src/locales/ja/common.js (+96 -0)
📝 frontend/src/locales/ko/common.js (+93 -0)
📝 frontend/src/locales/lt/common.js (+102 -0)
📝 frontend/src/locales/lv/common.js (+103 -0)
📝 frontend/src/locales/nl/common.js (+100 -0)
📝 frontend/src/locales/pl/common.js (+104 -0)
📝 frontend/src/locales/pt_BR/common.js (+102 -0)
📝 frontend/src/locales/ro/common.js (+104 -0)

...and 28 more files

📄 Description

Pull Request Type

  • feat (New feature)
  • 🐛 fix (Bug fix)
  • ♻️ refactor (Code refactoring without changing behavior)
  • 💄 style (UI style changes)
  • 🔨 chore (Build, CI, maintenance)
  • 📝 docs (Documentation updates)

TODO

Description

  • Outlook Mail agent skills using Entra OAuth application (which sucks, but it is what it is)

Visuals (if applicable)

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated (if applicable)
  • 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/5427 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 4/13/2026 **Status:** ✅ Merged **Merged:** 4/14/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `outlook-agent` --- ### 📝 Commits (3) - [`1f23e95`](https://github.com/Mintplex-Labs/anything-llm/commit/1f23e957181581c26d690d3d1aafd53436de5217) Outlook agent via Entra Application - [`c91c11d`](https://github.com/Mintplex-Labs/anything-llm/commit/c91c11d9d5c7769726dcaaeb1bf5600cbc3ada2f) translations (#5437) - [`9b2d255`](https://github.com/Mintplex-Labs/anything-llm/commit/9b2d255b5a55b03d2e8b754b8d9a0cbcc84fc9b6) Merge branch 'master' into outlook-agent ### 📊 Changes **48 files changed** (+6336 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/ar/common.js` (+98 -0) 📝 `frontend/src/locales/ca/common.js` (+105 -0) 📝 `frontend/src/locales/cs/common.js` (+100 -0) 📝 `frontend/src/locales/da/common.js` (+97 -0) 📝 `frontend/src/locales/de/common.js` (+104 -0) 📝 `frontend/src/locales/en/common.js` (+95 -0) 📝 `frontend/src/locales/es/common.js` (+105 -0) 📝 `frontend/src/locales/et/common.js` (+97 -0) 📝 `frontend/src/locales/fa/common.js` (+97 -0) 📝 `frontend/src/locales/fr/common.js` (+104 -0) 📝 `frontend/src/locales/he/common.js` (+92 -0) 📝 `frontend/src/locales/it/common.js` (+103 -0) 📝 `frontend/src/locales/ja/common.js` (+96 -0) 📝 `frontend/src/locales/ko/common.js` (+93 -0) 📝 `frontend/src/locales/lt/common.js` (+102 -0) 📝 `frontend/src/locales/lv/common.js` (+103 -0) 📝 `frontend/src/locales/nl/common.js` (+100 -0) 📝 `frontend/src/locales/pl/common.js` (+104 -0) 📝 `frontend/src/locales/pt_BR/common.js` (+102 -0) 📝 `frontend/src/locales/ro/common.js` (+104 -0) _...and 28 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat (New feature) - [ ] 🐛 fix (Bug fix) - [ ] ♻️ refactor (Code refactoring without changing behavior) - [ ] 💄 style (UI style changes) - [ ] 🔨 chore (Build, CI, maintenance) - [ ] 📝 docs (Documentation updates) **TODO** - [x] [Documentation Page](https://github.com/Mintplex-Labs/anythingllm-docs/pull/236) - [x] [Translations PR](https://github.com/Mintplex-Labs/anything-llm/pull/5429) ### Description - Outlook Mail agent skills using Entra OAuth application (which sucks, but it is what it is) <!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? --> ### Visuals (if applicable) <!-- Add screenshots or screen recordings to demonstrate the changes, especially for UI updates. --> ### 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 (if applicable) - [ ] 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-06-05 15:21:21 -04:00
yindo closed this issue 2026-06-05 15:21:21 -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#5440