maziggy
|
c518fd15ac
[Fix] X1C Virtual Printer not accepting sends (#735)
|
2 months ago |
maziggy
|
4f617c21e1
[Fix] X1C Virtual Printer not accepting sends (#735)
|
2 months ago |
maziggy
|
fe3c1983af
Add camera image rotation option (#672)
|
2 months ago |
maziggy
|
aeae5cfa23
Reformat AMS drying presets table (#732)
|
2 months ago |
maziggy
|
98cb88a06b
Fix beta updates shown when disabled (#731)
|
2 months ago |
maziggy
|
a4006408a2
Fix white filament color swatches invisible in light theme (#726)
|
2 months ago |
maziggy
|
11610a5b48
Compact assign spool modal grid layout (#725)
|
2 months ago |
maziggy
|
7ab9b3e39f
Fix mobile sidebar scroll, lint errors, and add tests for (#724)
|
2 months ago |
maziggy
|
a6d307d739
Post work PR #693
|
2 months ago |
Thomas Rambach
|
9562d66b6b
Feature: Advanced Authentication User Email Notifications (#693)
|
2 months ago |
maziggy
|
5a8dd8cd69
sync
|
2 months ago |
Dakota G
|
ac7cfe2930
[Fix]: Send Bambu RFID Tags to Spoolman, Allow Unlink in Manual Mode, Stop Location Clearing for Generic Spools (#719)
|
2 months ago |
Keybored
|
92c3ce3993
[Feature] Rework Archive duplicates tagging (#718)
|
2 months ago |
Keybored
|
3ca91eb6d1
[Feature] Add material mismatch and insufficient filament checks (#720)
|
2 months ago |
maziggy
|
446da087a0
Fix webhook notifications missing camera snapshot (#679)
|
2 months ago |
maziggy
|
105ed7b50a
Updated .trivyignore
|
2 months ago |
maziggy
|
aa5df7a4ac
Updated CHANGELOG.md
|
2 months ago |
MartinNYHC
|
d6bf494c0b
Merge pull request #721 from maziggy/0.2.2
|
2 months ago |
MartinNYHC
|
1f1ead8ed0
Merge branch 'main' into 0.2.2
|
2 months ago |
maziggy
|
63a905daf2
Bumped version
|
2 months ago |
maziggy
|
21ae02be8e
Bumped version
|
2 months ago |
maziggy
|
b889de91ba
Allow spool assignment to empty AMS slots and fix profile label (#717)
|
2 months ago |
maziggy
|
a388ab791f
Deleted broken install/start_bambuddy.bat
|
2 months ago |
maziggy
|
98988d345e
Updated CONTRIBUTING.md
|
2 months ago |
maziggy
|
d9049e65b1
Updated CONTRIBUTING.md
|
2 months ago |
maziggy
|
fa6edfbcde
Fix stored XSS vulnerabilities and unauthenticated auth toggle
|
2 months ago |
maziggy
|
0feed83ce4
Fix P2S camera TLS compatibility via OpenSSL proxy (#661)
|
2 months ago |
maziggy
|
c5791e0b54
Fix spool assignment applying wrong filament profile (#681)
|
2 months ago |
Dakota G
|
c52505cd3a
[Fix]: Ensures AMS-HT devices are properly identified in Spoolman (#711)
|
2 months ago |
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.
|
2 months ago |