Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  maziggy ccf985abfc feat(slicing): build-plate override in the SliceModal (#1337) 2 hafta önce
  maziggy db308aa80b fix(library): defer external-scan STL thumbnails + Path coerce (#1299) 2 hafta önce
  maziggy 7e1105dcb6 feat(slicer): bundle dispatch path for library slice route 3 hafta önce
  maziggy 8a31397171 feat(slicer): bundle-aware preview slice for accurate gram estimates 3 hafta önce
  maziggy b42aaca521 fix(spool-assign): defer MQTT for empty AMS slot, replay on physical insert 3 hafta önce
  maziggy aecf8283b5 fix(slicer): strip "-1" inherit sentinels from project_settings.config (#1201) 3 hafta önce
  maziggy d81040607e fix(api-keys): slice + slicer-presets routes resolve cloud token via key owner (#1182 follow-up) 3 hafta önce
  maziggy d5153f1de3 feat(slicer): live progress + filament discovery polish + OrcaSlicer warning 1 ay önce
  maziggy 3fa0b621dd fix(slicer): correct multi-color slice output + UX polish across the slice pipeline 1 ay önce
  maziggy c1f69ee0cc fix(slicer): wrong-printer slicing + sliced-archive filament list + per-instance MakerWorld compat 1 ay önce
  maziggy 4acdcd7203 ● feat(slicer): multi-color slicing + per-plate filament discovery 1 ay önce
  maziggy 988c00554e feat(slicer): multi-color slicing + per-plate filament discovery 1 ay önce
  maziggy 61c15aac03 feat(slicer): unified Cloud/local/standard presets + harden 3MF profile path 1 ay önce
  MartinNYHC 8829bc2cc6 Merge branch 'dev' into feature/slicer-api 1 ay önce
  maziggy d81e4853ec fix(#1112): cross-boundary file move actually relocates bytes 1 ay önce
  maziggy 6deaa513af ● feat(slicer): server-side slicing via OrcaSlicer / Bambu Studio sidecar 1 ay önce
  maziggy 794cb6c6bd fix(#1112): write uploads to external folders through to the mount 1 ay önce
  maziggy e0e597271e ● feat(#1008): library trash bin, admin bulk purge, auto-purge setting 1 ay önce
  MartinNYHC 5da403ba0c Feature/makerworld (#1099) 1 ay önce
  Nathen Fredrick 3adce435ee feat: add embedded GCode viewer (#963) 1 ay önce
  maziggy 1682b6956f fix(dispatch): clean up transient library upload from Direct-Print flow (#730) 1 ay önce
  maziggy f03d0c4cf7 fix: attribute direct library prints to the authenticated user 1 ay önce
  Sn0rrii ba1c97c808 feat: Two-Factor Authentication (TOTP, Email OTP) and OIDC/SSO – full implementation with admin UI (#933) 1 ay önce
  lietschaend f95b2acd7d Feature: print files directly from project view (closes #930) (#932) 1 ay önce
  maziggy 1645b51dad Add external folder subfolder preservation and fix file manager stale UI after delete 1 ay önce
  maziggy f3b2a24fa0 Fix external folder scan 500 on 3MF files (#846) 1 ay önce
  maziggy 3887938e8f Security: add token-based auth for all media endpoints 2 ay önce
  maziggy 95c703282d Fix missing image thumbnails in external folder scan (#124) 2 ay önce
  maziggy 82278e8d93 Add external folder mounting for File Manager (#124) 2 ay önce
  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 ay önce