mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #141] [CLOSED] v0.1.6b11 #945
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#945
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/141
Author: @maziggy
Created: 1/23/2026
Status: ❌ Closed
Base:
main← Head:0.1.6b11📝 Commits (10+)
0d1056dAdded timeouts to Github CI runner7bca0d7Fixed Github CIaf49d76Added optional authentication and user management2e7caf3Added from future import annotations which defers annotation evaluation so APIKey doesn't need to be imported at runtime.dc30856Fixed background tests to support new authentication and user modulef334c74Post tasks for PR #117 (Authentication Feature)fa9a154Added back navigation to user management paged6935c9Add Home Assistant energy sensor entity support (Issue #119)01ab2cbFix filament cost not using default setting0caa68bAuto-create Spoolman 'tag' extra field on connect (Issue #123)📊 Changes
58 files changed (+13348 additions, -8945 deletions)
View changed files
📝
.github/workflows/ci.yml(+16 -3)📝
.gitignore(+3 -0)📝
CHANGELOG.md(+49 -0)📝
README.md(+9 -1)📝
backend/app/api/routes/archives.py(+28 -5)➕
backend/app/api/routes/auth.py(+253 -0)📝
backend/app/api/routes/library.py(+223 -0)📝
backend/app/api/routes/settings.py(+70 -0)📝
backend/app/api/routes/smart_plugs.py(+28 -2)📝
backend/app/api/routes/spoolman.py(+3 -0)➕
backend/app/api/routes/users.py(+205 -0)📝
backend/app/core/auth.py(+301 -58)📝
backend/app/core/config.py(+1 -1)📝
backend/app/core/database.py(+33 -0)📝
backend/app/main.py(+62 -11)📝
backend/app/models/smart_plug.py(+4 -0)➕
backend/app/models/user.py(+20 -0)➕
backend/app/schemas/auth.py(+47 -0)📝
backend/app/schemas/library.py(+27 -0)📝
backend/app/schemas/notification_template.py(+14 -3)...and 38 more files
📄 Description
v0.1.6b11
New Features
Optional Authentication & User Management (PR #117)
Home Assistant Energy Sensor Support (#119)
ZIP File Support in File Manager (#121)
Finish Photo URL in Notifications (#126)
Camera Viewer Improvements (#132)
Bug Fixes
Improvements
** Internal**
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.