mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #236] [MERGED] Feature/slicer proxy #966
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
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#966
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/236
Author: @maziggy
Created: 2/3/2026
Status: ✅ Merged
Merged: 2/3/2026
Merged by: @maziggy
Base:
0.1.7b← Head:feature/slicer-proxy📝 Commits (10+)
38d9914Virtual Printer: TLS proxy with real printer serial6916bc8Added Japanese language pack (Thanks to @nmori)da45700Fix authentication for download endpoints (fixes #231)bb61a1dAdd TOTP authenticator support for Bambu Cloud login (fixes #182)6431a86Fix monthly comparison calculation ignoring quantity multiplier (Issue #229)49daba0Fix date picker format issues572dbf3Fix 500 error on GET /archives/{id} endpointa82f927Add authentication to 200+ API endpoints (CVE-2026-25505)99fa902Allow multiple Home Assistant entities per printer (fixes #214)5b98962Sync📊 Changes
13 files changed (+9765 additions, -156 deletions)
View changed files
📝
.gitignore(+2 -2)📝
backend/app/api/routes/settings.py(+61 -15)📝
backend/app/main.py(+23 -2)📝
backend/app/services/virtual_printer/manager.py(+125 -15)➕
backend/app/services/virtual_printer/tcp_proxy.py(+418 -0)📝
frontend/src/api/client.ts(+19 -3)📝
frontend/src/components/VirtualPrinterSettings.tsx(+267 -116)📝
frontend/src/i18n/locales/de.ts(+91 -0)📝
frontend/src/i18n/locales/en.ts(+91 -0)➖
static/assets/index-CPqcJWwC.css(+0 -1)➕
static/assets/index-DME4t7XG.css(+1 -0)➕
static/assets/index-DOAYfAw5.js(+8665 -0)📝
static/index.html(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.