mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #219] [MERGED] Merge fixes #964
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#964
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/219
Author: @maziggy
Created: 2/1/2026
Status: ✅ Merged
Merged: 2/1/2026
Merged by: @maziggy
Base:
main← Head:0.1.7b📝 Commits (10+)
3041571Bumped version001e328Add configurable FPS and status-only mode to streaming overlaye1ff8f1Simplify backup/restore with complete database + files ZIP approach40d285dAdd relative path storage for library files to fix backup portability9bd12dfChanged tests for new backup module63c707bAdd Schedule button to archive cards (Issue #208)81cc841Add user tracking for prints, archives, library files, and queue (Issue #206)d715132Implement ownership-based permissions (Issue #205)ade4792Add separate permission for AMS RFID re-read (Issue #204)88c0256Housekeeping📊 Changes
51 files changed (+3265 additions, -2893 deletions)
View changed files
📝
CHANGELOG.md(+55 -0)📝
README.md(+2 -1)📝
backend/app/api/routes/archives.py(+90 -6)📝
backend/app/api/routes/library.py(+167 -36)📝
backend/app/api/routes/print_queue.py(+76 -6)📝
backend/app/api/routes/printers.py(+26 -2)📝
backend/app/api/routes/settings.py(+97 -2040)📝
backend/app/api/routes/support.py(+4 -0)📝
backend/app/api/routes/users.py(+64 -3)📝
backend/app/core/auth.py(+76 -0)📝
backend/app/core/config.py(+1 -1)📝
backend/app/core/database.py(+139 -3)📝
backend/app/core/permissions.py(+41 -24)📝
backend/app/main.py(+3 -0)📝
backend/app/models/archive.py(+5 -0)📝
backend/app/models/library.py(+5 -0)📝
backend/app/models/print_queue.py(+5 -0)📝
backend/app/models/printer.py(+1 -1)📝
backend/app/models/smart_plug.py(+3 -5)📝
backend/app/schemas/archive.py(+4 -0)...and 31 more files
📄 Description
Merge fixes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.