История коммитов

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