Historial de Commits

Autor SHA1 Mensaje Fecha
  maziggy 50d1984820 fix(printer): stop the File Manager polling the printer over FTPS every 30s (#1480) hace 3 semanas
  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. hace 3 meses
  AneoPsy abe40f1ed0 Consolidate duplicate utility functions into shared modules hace 3 meses
  maziggy ed36eafbec Fix timestamps off by timezone offset in non-UTC containers (#504) hace 3 meses
  AneoPsy d9dd15dbff fix(ui): storage size formatting, overdue queue items, and i18n fixes hace 3 meses
  AneoPsy b477fbf46d Refactors date and file formatting utilities hace 3 meses
  MartinNYHC 685bf84de1 Merge branch '0.1.8b' into feature/updated_plate_view hace 4 meses
  MisterBeardy be7aff1f91 Plate management updates hace 4 meses
  maziggy 08f2dffd75 Added new download functions to client.ts: hace 4 meses
  maziggy 71def0a9dc Added full i8n localization support. Available languages are English and German hace 4 meses
  maziggy e0e53cb680 Add multi-file selection and bulk download to printer file browser hace 4 meses
  maziggy c2048d2bab Added sort dropdown to printer file manager with options for: hace 4 meses
  maziggy cef6cd593b Added Wifi signal strength to printer card hace 6 meses
  Martin Ziegler 09677861ba Added screenshots hace 6 meses