[PR #118] [MERGED] Revert "Added optional authentication and user management" #934

Closed
opened 2026-05-06 12:34:02 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/maziggy/bambuddy/pull/118
Author: @maziggy
Created: 1/21/2026
Status: Merged
Merged: 1/21/2026
Merged by: @maziggy

Base: mainHead: revert-117-main


📝 Commits (1)

  • a9f340f Revert "Added optional authentication and user management"

📊 Changes

30 files changed (+8775 additions, -10808 deletions)

View changed files

backend/app/api/routes/auth.py (+0 -213)
📝 backend/app/api/routes/printers.py (+0 -4)
backend/app/api/routes/users.py (+0 -205)
📝 backend/app/core/auth.py (+61 -306)
📝 backend/app/core/database.py (+0 -20)
📝 backend/app/main.py (+0 -4)
📝 backend/app/models/__init__.py (+0 -2)
backend/app/models/user.py (+0 -20)
backend/app/schemas/auth.py (+0 -47)
📝 backend/tests/conftest.py (+0 -1)
📝 frontend/package-lock.json (+14 -39)
📝 frontend/package.json (+0 -1)
📝 frontend/src/App.tsx (+23 -89)
📝 frontend/src/__tests__/components/Layout.test.tsx (+0 -3)
📝 frontend/src/__tests__/pages/SettingsPage.test.tsx (+0 -3)
📝 frontend/src/__tests__/utils.tsx (+1 -4)
📝 frontend/src/api/client.ts (+4 -121)
📝 frontend/src/components/Layout.tsx (+1 -33)
frontend/src/contexts/AuthContext.tsx (+0 -116)
frontend/src/pages/LoginPage.tsx (+0 -103)

...and 10 more files

📄 Description

Reverts maziggy/bambuddy#117


🔄 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/maziggy/bambuddy/pull/118 **Author:** [@maziggy](https://github.com/maziggy) **Created:** 1/21/2026 **Status:** ✅ Merged **Merged:** 1/21/2026 **Merged by:** [@maziggy](https://github.com/maziggy) **Base:** `main` ← **Head:** `revert-117-main` --- ### 📝 Commits (1) - [`a9f340f`](https://github.com/maziggy/bambuddy/commit/a9f340f2c99fca358470837c98d24ad01ee13cbf) Revert "Added optional authentication and user management" ### 📊 Changes **30 files changed** (+8775 additions, -10808 deletions) <details> <summary>View changed files</summary> ➖ `backend/app/api/routes/auth.py` (+0 -213) 📝 `backend/app/api/routes/printers.py` (+0 -4) ➖ `backend/app/api/routes/users.py` (+0 -205) 📝 `backend/app/core/auth.py` (+61 -306) 📝 `backend/app/core/database.py` (+0 -20) 📝 `backend/app/main.py` (+0 -4) 📝 `backend/app/models/__init__.py` (+0 -2) ➖ `backend/app/models/user.py` (+0 -20) ➖ `backend/app/schemas/auth.py` (+0 -47) 📝 `backend/tests/conftest.py` (+0 -1) 📝 `frontend/package-lock.json` (+14 -39) 📝 `frontend/package.json` (+0 -1) 📝 `frontend/src/App.tsx` (+23 -89) 📝 `frontend/src/__tests__/components/Layout.test.tsx` (+0 -3) 📝 `frontend/src/__tests__/pages/SettingsPage.test.tsx` (+0 -3) 📝 `frontend/src/__tests__/utils.tsx` (+1 -4) 📝 `frontend/src/api/client.ts` (+4 -121) 📝 `frontend/src/components/Layout.tsx` (+1 -33) ➖ `frontend/src/contexts/AuthContext.tsx` (+0 -116) ➖ `frontend/src/pages/LoginPage.tsx` (+0 -103) _...and 10 more files_ </details> ### 📄 Description Reverts maziggy/bambuddy#117 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:34:02 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy#934
No description provided.