maziggy dc4d77b93a [Feature] Redesign bug report debug log capture flow há 2 meses atrás
..
__init__.py 09677861ba Added screenshots há 6 meses atrás
ams_history.py ed36eafbec Fix timestamps off by timezone offset in non-UTC containers (#504) há 3 meses atrás
api_keys.py 3fa9ed2b91 Add authentication to 200+ API endpoints (CVE-2026-25505) há 4 meses atrás
archives.py 92c3ce3993 [Feature] Rework Archive duplicates tagging (#718) há 2 meses atrás
auth.py fa6edfbcde Fix stored XSS vulnerabilities and unauthenticated auth toggle há 2 meses atrás
background_dispatch.py 4a625c1ef2 Add background print dispatching + tests há 3 meses atrás
bug_report.py dc4d77b93a [Feature] Redesign bug report debug log capture flow há 2 meses atrás
camera.py 0feed83ce4 Fix P2S camera TLS compatibility via OpenSSL proxy (#661) há 2 meses atrás
cloud.py f1eb375964 Fix cloud profiles shared across all users (#665) há 2 meses atrás
discovery.py d73da5e0ef Auto-detect subnet for printer discovery há 3 meses atrás
external_links.py 53bd4fadb3 Fix safe security findings: hashlib, log injection, broad excepts há 3 meses atrás
filaments.py 2fd90e9dce refactor(api): rename /filaments/ to /filament-catalog/ for clarity (#427) há 3 meses atrás
firmware.py 3fa9ed2b91 Add authentication to 200+ API endpoints (CVE-2026-25505) há 4 meses atrás
github_backup.py 53bd4fadb3 Fix safe security findings: hashlib, log injection, broad excepts há 3 meses atrás
groups.py f66bd26f6e Add inventory:view_assignments permission so admins can grant users há 2 meses atrás
inventory.py dcdebef9a8 [Fix] Spool assignment UI shows wrong filament preset name (#681) há 2 meses atrás
kprofiles.py a37dfaf7fb feat: dual external spool support, AMS slot model filtering & pre-population há 3 meses atrás
library.py 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. há 2 meses atrás
local_presets.py edf244c469 Add local profiles — import OrcaSlicer presets without Bambu Cloud (#310) há 3 meses atrás
maintenance.py dfb995bfe9 [Fix] Remove incorrect "Lubricate Carbon Rods" maintenance task (#755) há 2 meses atrás
metrics.py ae80eaade0 feat(metrics): add bambuddy_build_info metric há 2 meses atrás
notification_templates.py 9562d66b6b Feature: Advanced Authentication User Email Notifications (#693) há 2 meses atrás
notifications.py 0b6facc91c Add first layer complete notification with camera snapshot (#679) há 2 meses atrás
pending_uploads.py 5b0a985da2 Add explanatory comments to 265 empty except blocks há 3 meses atrás
print_log.py 27cecbed87 feat: add print log timeline view in archives page há 3 meses atrás
print_queue.py 9562d66b6b Feature: Advanced Authentication User Email Notifications (#693) há 2 meses atrás
printers.py e82362ac65 [Feature] Add spool rotation option for AMS drying há 2 meses atrás
projects.py b12c51189d [Feature] Add Total cost to Projects (#733) há 2 meses atrás
settings.py 9562d66b6b Feature: Advanced Authentication User Email Notifications (#693) há 2 meses atrás
smart_plugs.py fe5bb1fd90 Fix naive-vs-aware datetime crash from 0.2.1 timezone migration há 3 meses atrás
spoolbuddy.py f943420ea2 Add SpoolBuddy NFC tag writing with OpenTag3D format há 3 meses atrás
spoolman.py be2ddbee5d [Fix]: Update location when linking/unlinking to/from Spoolman (#669) há 2 meses atrás
support.py 79f4a62308 Redact printer access codes from support bundle logs há 2 meses atrás
system.py 115f2617cf Fix TS error, add missing translation keys, fix fr locale, cleanup duplicated functions há 3 meses atrás
updates.py 98cb88a06b Fix beta updates shown when disabled (#731) há 2 meses atrás
user_notifications.py 9562d66b6b Feature: Advanced Authentication User Email Notifications (#693) há 2 meses atrás
users.py 9562d66b6b Feature: Advanced Authentication User Email Notifications (#693) há 2 meses atrás
virtual_printers.py 4f617c21e1 [Fix] X1C Virtual Printer not accepting sends (#735) há 2 meses atrás
webhook.py 53bd4fadb3 Fix safe security findings: hashlib, log injection, broad excepts há 3 meses atrás
websocket.py 4a625c1ef2 Add background print dispatching + tests há 3 meses atrás