[PR #4322] [CLOSED] Backup/pre rewind 20250822 072544 z #4588

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4322
Author: @akigogikar
Created: 8/22/2025
Status: Closed

Base: masterHead: backup/pre-rewind-20250822-072544Z


📝 Commits (10+)

  • 58278a7 Update build-and-push-image.yaml
  • d43687f Create private workspace for new users
  • 0abca08 Merge pull request #25 from akigogikar/codex/configure-default-user-private-workspaces
  • 4c4c685 feat: embed uploaded files automatically
  • 2502c43 Merge pull request #26 from akigogikar/codex/streamline-file-upload-process
  • 6ca9f66 feat: allow default users to upload
  • c57d3d2 Merge pull request #27 from akigogikar/codex/allow-default-user-to-upload-files
  • b070794 Allow default users to manage files in their private workspaces
  • a6c6683 Merge pull request #28 from akigogikar/codex/update-file-upload-permissions-for-default-users
  • c587e4a Restrict manager chat history access

📊 Changes

246 files changed (+73064 additions, -18149 deletions)

View changed files

📝 .devcontainer/README.md (+2 -2)
📝 .github/ISSUE_TEMPLATE/01_bug.yml (+5 -5)
📝 .github/ISSUE_TEMPLATE/02_feature.yml (+1 -1)
📝 .github/workflows/build-and-push-image-semver.yaml (+6 -3)
📝 .github/workflows/build-and-push-image.yaml (+86 -59)
📝 .github/workflows/dev-build.yaml (+6 -3)
📝 .github/workflows/run-tests.yaml (+8 -1)
📝 .gitignore (+5 -0)
📝 .nvmrc (+1 -1)
.stylelintrc.json (+7 -0)
.yarnrc.yml (+1 -0)
AGENTS.md (+36 -0)
📝 BARE_METAL.md (+7 -7)
📝 CONTRIBUTING.md (+8 -8)
📝 README.md (+44 -27)
STYLEGUIDE.md (+85 -0)
📝 cloud-deployments/aws/cloudformation/DEPLOY.md (+2 -2)
📝 cloud-deployments/aws/cloudformation/aws_https_instructions.md (+4 -4)
📝 cloud-deployments/aws/cloudformation/cloudformation_create_anythingllm.json (+12 -12)
📝 cloud-deployments/digitalocean/terraform/DEPLOY.md (+2 -2)

...and 80 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/4322 **Author:** [@akigogikar](https://github.com/akigogikar) **Created:** 8/22/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `backup/pre-rewind-20250822-072544Z` --- ### 📝 Commits (10+) - [`58278a7`](https://github.com/Mintplex-Labs/anything-llm/commit/58278a783a095c1d7e3ce6ee75ed0d8c545480e1) Update build-and-push-image.yaml - [`d43687f`](https://github.com/Mintplex-Labs/anything-llm/commit/d43687f0ea8e4a1e01011b66a5261f19d008ac8f) Create private workspace for new users - [`0abca08`](https://github.com/Mintplex-Labs/anything-llm/commit/0abca08bf52c04b1b66b60935c7b0555d691461e) Merge pull request #25 from akigogikar/codex/configure-default-user-private-workspaces - [`4c4c685`](https://github.com/Mintplex-Labs/anything-llm/commit/4c4c685f753febafc59ea490ab57a959750f9a10) feat: embed uploaded files automatically - [`2502c43`](https://github.com/Mintplex-Labs/anything-llm/commit/2502c435e060735ab0444826f1d29e583681f45a) Merge pull request #26 from akigogikar/codex/streamline-file-upload-process - [`6ca9f66`](https://github.com/Mintplex-Labs/anything-llm/commit/6ca9f66bd18aa9b4a39f0a980e92b93431d8147c) feat: allow default users to upload - [`c57d3d2`](https://github.com/Mintplex-Labs/anything-llm/commit/c57d3d2ebb83e49e055468693bf2932479c9f3b5) Merge pull request #27 from akigogikar/codex/allow-default-user-to-upload-files - [`b070794`](https://github.com/Mintplex-Labs/anything-llm/commit/b0707940439cbe4e8f299d92b580b69adcb93f23) Allow default users to manage files in their private workspaces - [`a6c6683`](https://github.com/Mintplex-Labs/anything-llm/commit/a6c66839b56499048df3c213d76be946d97ca36c) Merge pull request #28 from akigogikar/codex/update-file-upload-permissions-for-default-users - [`c587e4a`](https://github.com/Mintplex-Labs/anything-llm/commit/c587e4ae107e27e7b167502e9ced430f3bbb626c) Restrict manager chat history access ### 📊 Changes **246 files changed** (+73064 additions, -18149 deletions) <details> <summary>View changed files</summary> 📝 `.devcontainer/README.md` (+2 -2) 📝 `.github/ISSUE_TEMPLATE/01_bug.yml` (+5 -5) 📝 `.github/ISSUE_TEMPLATE/02_feature.yml` (+1 -1) 📝 `.github/workflows/build-and-push-image-semver.yaml` (+6 -3) 📝 `.github/workflows/build-and-push-image.yaml` (+86 -59) 📝 `.github/workflows/dev-build.yaml` (+6 -3) 📝 `.github/workflows/run-tests.yaml` (+8 -1) 📝 `.gitignore` (+5 -0) 📝 `.nvmrc` (+1 -1) ➕ `.stylelintrc.json` (+7 -0) ➕ `.yarnrc.yml` (+1 -0) ➕ `AGENTS.md` (+36 -0) 📝 `BARE_METAL.md` (+7 -7) 📝 `CONTRIBUTING.md` (+8 -8) 📝 `README.md` (+44 -27) ➕ `STYLEGUIDE.md` (+85 -0) 📝 `cloud-deployments/aws/cloudformation/DEPLOY.md` (+2 -2) 📝 `cloud-deployments/aws/cloudformation/aws_https_instructions.md` (+4 -4) 📝 `cloud-deployments/aws/cloudformation/cloudformation_create_anythingllm.json` (+12 -12) 📝 `cloud-deployments/digitalocean/terraform/DEPLOY.md` (+2 -2) _...and 80 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:36:08 -05:00
yindo closed this issue 2026-02-22 18:36:08 -05:00
yindo changed title from [PR #4322] Backup/pre rewind 20250822 072544 z to [PR #4322] [CLOSED] Backup/pre rewind 20250822 072544 z 2026-06-05 15:19:20 -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#4588