maziggy fa6edfbcde Fix stored XSS vulnerabilities and unauthenticated auth toggle před 5 měsíci
..
__init__.py 09677861ba Added screenshots před 9 měsíci
ams_history.py ed36eafbec Fix timestamps off by timezone offset in non-UTC containers (#504) před 6 měsíci
api_keys.py 3fa9ed2b91 Add authentication to 200+ API endpoints (CVE-2026-25505) před 7 měsíci
archives.py d8770b2bce Fix energy costs not updating per timeframe in statistics (#695) před 5 měsíci
auth.py fa6edfbcde Fix stored XSS vulnerabilities and unauthenticated auth toggle před 5 měsíci
background_dispatch.py 4a625c1ef2 Add background print dispatching + tests před 6 měsíci
bug_report.py 058f74a7da Add in-app bug reporting with relay, debug log collection, and privacy controls před 6 měsíci
camera.py 0feed83ce4 Fix P2S camera TLS compatibility via OpenSSL proxy (#661) před 5 měsíci
cloud.py f1eb375964 Fix cloud profiles shared across all users (#665) před 5 měsíci
discovery.py d73da5e0ef Auto-detect subnet for printer discovery před 7 měsíci
external_links.py 53bd4fadb3 Fix safe security findings: hashlib, log injection, broad excepts před 7 měsíci
filaments.py 2fd90e9dce refactor(api): rename /filaments/ to /filament-catalog/ for clarity (#427) před 6 měsíci
firmware.py 3fa9ed2b91 Add authentication to 200+ API endpoints (CVE-2026-25505) před 7 měsíci
github_backup.py 53bd4fadb3 Fix safe security findings: hashlib, log injection, broad excepts před 7 měsíci
groups.py f66bd26f6e Add inventory:view_assignments permission so admins can grant users před 6 měsíci
inventory.py c5791e0b54 Fix spool assignment applying wrong filament profile (#681) před 5 měsíci
kprofiles.py a37dfaf7fb feat: dual external spool support, AMS slot model filtering & pre-population před 6 měsíci
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. před 5 měsíci
local_presets.py edf244c469 Add local profiles — import OrcaSlicer presets without Bambu Cloud (#310) před 7 měsíci
maintenance.py d55585a73f Fix P2S showing carbon rod maintenance tasks (#640) před 6 měsíci
metrics.py ae80eaade0 feat(metrics): add bambuddy_build_info metric před 6 měsíci
notification_templates.py df75cc8e63 Add email templates and fix Edit User modal před 6 měsíci
notifications.py 0b6facc91c Add first layer complete notification with camera snapshot (#679) před 5 měsíci
pending_uploads.py 5b0a985da2 Add explanatory comments to 265 empty except blocks před 7 měsíci
print_log.py 27cecbed87 feat: add print log timeline view in archives page před 6 měsíci
print_queue.py fa87e24968 Add print metadata to queue API response (#524) před 6 měsíci
printers.py f21e502b8f Add remote AMS drying controls (#292) před 5 měsíci
projects.py 46097a9ed4 Fix archived files counted as printed in project statistics (#630) před 6 měsíci
settings.py 14855ba8f4 Add ambient drying mode and fix block mode humidity auto-stop (#292) před 5 měsíci
smart_plugs.py fe5bb1fd90 Fix naive-vs-aware datetime crash from 0.2.1 timezone migration před 6 měsíci
spoolbuddy.py f943420ea2 Add SpoolBuddy NFC tag writing with OpenTag3D format před 6 měsíci
spoolman.py be2ddbee5d [Fix]: Update location when linking/unlinking to/from Spoolman (#669) před 6 měsíci
support.py 79f4a62308 Redact printer access codes from support bundle logs před 5 měsíci
system.py 115f2617cf Fix TS error, add missing translation keys, fix fr locale, cleanup duplicated functions před 6 měsíci
updates.py 95625aa860 Fix daily build tags falsely triggering update notification před 5 měsíci
users.py 43d7788651 Removed Trailing Whitespaces před 6 měsíci
virtual_printers.py 685d04df67 Fix virtual printer proxy mode always defaulting to X1C model před 5 měsíci
webhook.py 53bd4fadb3 Fix safe security findings: hashlib, log injection, broad excepts před 7 měsíci
websocket.py 4a625c1ef2 Add background print dispatching + tests před 6 měsíci