Commit History

Author SHA1 Message Date
  maziggy 0e712c72a1 [Feature] Add quick print speed control to printer card (#256) 2 months ago
  maziggy 96966cd3d2 [Feature] Add spool name column and filter to filament inventory (#740) 2 months ago
  maziggy e149fa23d4 [Fix] Ntfy notifications fail with non-ASCII printer names (#742) 2 months ago
  maziggy 82d329d85c [Fix] Virtual Printer FTP routed to wrong VP with different access codes (#735) 2 months ago
  maziggy dcdebef9a8 [Fix] Spool assignment UI shows wrong filament preset name (#681) 2 months ago
  maziggy b2335a2592 Added VP name prefix (e.g. [Virtual - X1C]) to all FTP and MQTT 2 months ago
  maziggy 3d09fe0cd9 [Security] Remove plaintext password logging from VP FTP server 2 months ago
  maziggy dbe86968b0 [Fix] Print complete notification not firing (#736) 2 months ago
  maziggy 6be5fa6632 [Fix] Camera window overlapping modals (#738) 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
  maziggy 446da087a0 Fix webhook notifications missing camera snapshot (#679) 2 months ago
  maziggy aa5df7a4ac Updated CHANGELOG.md 2 months ago
  maziggy 63a905daf2 Bumped version 2 months ago
  maziggy b889de91ba Allow spool assignment to empty AMS slots and fix profile label (#717) 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
  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
  maziggy 79f4a62308 Redact printer access codes from support bundle logs 2 months ago
  maziggy 5a8aa61f44 Bump PyJWT >=2.12.0 (CVE-2026-32597) and flatted >=3.4.0 2 months ago
  maziggy 14855ba8f4 Add ambient drying mode and fix block mode humidity auto-stop (#292) 2 months ago
  maziggy cffba4a911 Add queue auto-drying, configurable drying presets, and AMS PSU detection (#292) 2 months ago
  maziggy 9f93c04f6f Revert " Camera P2S + snapshot fix (#661):" 2 months ago