mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #225] [MERGED] v0.1.6.2 #967
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#967
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/225
Author: @maziggy
Created: 2/2/2026
Status: ✅ Merged
Merged: 2/2/2026
Merged by: @maziggy
Base:
main← Head:0.1.6.2📝 Commits (10+)
dce9c8bFix filename matching for files with spaces (Issue #218)4dad18aFixed CodeQL Alert #68: Stack trace exposure in archives.py234693aFix external spool ams_mapping2 slot_id (Issue #213)57db793Fix external spool ams_mapping2 slot_id (Issue #213)f330f1cHousekeepingc31f296Fix critical security vulnerabilities (GHSA-gc24-px2r-5qmf)018a744Location filter for queue and auth fixes (Issue #220)e4e37fbIssue #224: File Manager Permissions0fa180aBumped version49b2252Updated CHANGELOG📊 Changes
30 files changed (+1201 additions, -162 deletions)
View changed files
📝
.gitignore(+3 -0)📝
CHANGELOG.md(+37 -0)📝
README.md(+1 -1)📝
backend/app/api/routes/library.py(+88 -17)📝
backend/app/api/routes/print_queue.py(+2 -0)📝
backend/app/api/routes/printers.py(+18 -0)📝
backend/app/core/auth.py(+67 -1)📝
backend/app/core/config.py(+1 -1)📝
backend/app/core/database.py(+6 -0)📝
backend/app/main.py(+153 -1)📝
backend/app/models/print_queue.py(+3 -0)📝
backend/app/schemas/print_queue.py(+3 -0)📝
backend/app/services/print_scheduler.py(+13 -4)📝
backend/tests/conftest.py(+2 -1)📝
backend/tests/integration/test_auth_api.py(+85 -0)📝
backend/tests/integration/test_library_api.py(+207 -0)📝
backend/tests/integration/test_ownership_permissions.py(+8 -2)📝
backend/tests/integration/test_print_queue_api.py(+213 -0)📝
frontend/src/__tests__/mocks/handlers.ts(+1 -1)📝
frontend/src/__tests__/setup.ts(+4 -9)...and 10 more files
📄 Description
v0.1.6.2
Bambuddy v0.1.6.2 (Security Release)
Security Release: This release addresses critical security vulnerabilities. Users running authentication-enabled instances should upgrade immediately.
**Security Fixes
Bug Fixes
Enhancements
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.