MartinNYHC
|
67f91d94de
v0.2.2.2 (#830)
|
před 2 měsíci |
maziggy
|
311a14e7ec
Improve SpoolBuddy update UX: auto-check and remove beta toggle
|
před 2 měsíci |
maziggy
|
cf2203914d
[Feature] SpoolBuddy OTA updates via Bambuddy UI
|
před 2 měsíci |
maziggy
|
d6e883652d
Misc Spoolbuddy frontend fixes
|
před 2 měsíci |
maziggy
|
1b3faca4c7
Add checkboxes to select plates to queue (#777)
|
před 2 měsíci |
maziggy
|
7b88b50d27
Fix AMS slot search still showing wrong preset for PLA Silk (#681)
|
před 2 měsíci |
maziggy
|
0db6541664
[Feature] Improve HMS error visibility on Printers page (#772)
|
před 2 měsíci |
Thomas Rambach
|
2cac7d0172
Feature: Admin Set Default Nav-Menu Order (#761)
|
před 2 měsíci |
maziggy
|
dc4d77b93a
[Feature] Redesign bug report debug log capture flow
|
před 2 měsíci |
maziggy
|
e82362ac65
[Feature] Add spool rotation option for AMS drying
|
před 2 měsíci |
maziggy
|
35ce075486
[Fix] Suppress spurious "waiting for filament" notification when printers are busy (#753)
|
před 2 měsíci |
maziggy
|
664fc86e3f
[Fix] File rename preserves extension in File Manager (#751)
|
před 2 měsíci |
maziggy
|
0b2b81a34d
[Fix] Virtual Printer proxy mode fails on isolated networks (#757)
|
před 2 měsíci |
maziggy
|
c5a0651172
Fix AMS slot search showing unrelated filament profiles (#681)
|
před 2 měsíci |
maziggy
|
0e712c72a1
[Feature] Add quick print speed control to printer card (#256)
|
před 2 měsíci |
maziggy
|
96966cd3d2
[Feature] Add spool name column and filter to filament inventory (#740)
|
před 2 měsíci |
maziggy
|
dcdebef9a8
[Fix] Spool assignment UI shows wrong filament preset name (#681)
|
před 2 měsíci |
maziggy
|
6be5fa6632
[Fix] Camera window overlapping modals (#738)
|
před 2 měsíci |
maziggy
|
fe3c1983af
Add camera image rotation option (#672)
|
před 2 měsíci |
maziggy
|
aeae5cfa23
Reformat AMS drying presets table (#732)
|
před 2 měsíci |
maziggy
|
a4006408a2
Fix white filament color swatches invisible in light theme (#726)
|
před 2 měsíci |
maziggy
|
11610a5b48
Compact assign spool modal grid layout (#725)
|
před 2 měsíci |
maziggy
|
7ab9b3e39f
Fix mobile sidebar scroll, lint errors, and add tests for (#724)
|
před 2 měsíci |
maziggy
|
a6d307d739
Post work PR #693
|
před 2 měsíci |
maziggy
|
5a8dd8cd69
sync
|
před 2 měsíci |
maziggy
|
b889de91ba
Allow spool assignment to empty AMS slots and fix profile label (#717)
|
před 2 měsíci |
maziggy
|
fa6edfbcde
Fix stored XSS vulnerabilities and unauthenticated auth toggle
|
před 2 měsíci |
maziggy
|
0feed83ce4
Fix P2S camera TLS compatibility via OpenSSL proxy (#661)
|
před 2 měsíci |
maziggy
|
c5791e0b54
Fix spool assignment applying wrong filament profile (#681)
|
před 2 měsíci |
maziggy
|
bbc5ccb982
Library Upload Doesn't Show New File Until Page Reload ([#704](https://github.com/maziggy/bambuddy/issues/704)) — After uploading a file in the Library file manager, the file list didn't update until the user reloaded the browser. The upload endpoint used `db.flush()` instead of `db.commit()`, so the new row was only written to the database *after* the response was sent to the client. The frontend immediately refetched the file list upon receiving the response, but a new database session couldn't see the uncommitted row — resulting in stale data. Fixed by committing before the response is returned. Also fixed the same race condition in folder create, folder update, and file update endpoints. Reported by @shadowjig.
|
před 2 měsíci |