maziggy 166e9f9ef2 fix(vp): correct #1780 root cause — VP intake key mismatch dropped every slicer field 2 months ago
..
__init__.py 09677861ba Added screenshots 9 months ago
_oidc_helpers.py 8a7598f6b5 feat(auth): proxy OIDC provider icons server-side (#1333) (#1342) 3 months ago
_spoolman_helpers.py af5d24e289 feat(inventory): structured storage locations catalog (#1505) 2 months ago
_url_safety.py 8a7598f6b5 feat(auth): proxy OIDC provider icons server-side (#1333) (#1342) 3 months ago
ams_history.py ed36eafbec Fix timestamps off by timezone offset in non-UTC containers (#504) 6 months ago
api_keys.py ec51394196 fix(security): GHSA-r2qv-8222-hqg3 — allowlist API-key permissions (CVSS 9.9) 3 months ago
archive_purge.py e7045597bc fix(archives): bulk and auto purge now honour the soft / hard delete choice from #1343 (#1390 follow-up) 3 months ago
archives.py 2cf6f29503 fix(vp): Send All enqueues one item per plate; archive delete cascades to queue 2 months ago
auth.py 2940fbdcf7 feat(auth): admin-configurable session lifetime ceiling (#1706) 2 months ago
background_dispatch.py 4a625c1ef2 Add background print dispatching + tests 6 months ago
bug_report.py 5709282200 Add authentication to bug report debug logging endpoints 5 months ago
camera.py eae96da56e fix(camera): probe ffmpeg for the right RTSP socket-timeout flag (#1504) 3 months ago
cloud.py 59f7d736e3 Added BACKERS.md 3 months ago
discovery.py f243e4e598 fix(asyncio): track strong refs on orphan create_task sites 3 months ago
external_links.py 3887938e8f Security: add token-based auth for all media endpoints 5 months ago
filaments.py 2fd90e9dce refactor(api): rename /filaments/ to /filament-catalog/ for clarity (#427) 6 months ago
firmware.py d74ab06072 feat(firmware): list all announced versions with usable/unavailable status, support rollback 4 months ago
github_backup.py 48a7024b96 security(github-backup): refuse to save against a non-private repository 3 months ago
groups.py f2a3917e90 Security hardening (maziggy/bambuddy-security #1) 2 months ago
inventory.py af5d24e289 feat(inventory): structured storage locations catalog (#1505) 2 months ago
kprofiles.py 4925b4c830 fix(slice): re-slice correctness — model label, honest errors, filament usage, nozzle guard 3 months ago
labels.py 1677efb2c6 fix(labels): replace incorrect ams_30x15 preset with correct AMS holder sizes (#1426) 3 months ago
library.py 4d16faed76 feat(file-manager): sort folder tree by recent activity (#1770) 2 months ago
library_trash.py e0e597271e ● feat(#1008): library trash bin, admin bulk purge, auto-purge setting 4 months ago
local_backup.py a1cb5d5b4d fix(backup): interpret scheduled-backup HH:MM as local time, not UTC (#1602 follow-up) 3 months ago
local_presets.py edf244c469 Add local profiles — import OrcaSlicer presets without Bambu Cloud (#310) 7 months ago
maintenance.py 673001e3cd fix(maintenance): #1596 persist wiki_url on Custom Type create + correct 3 months ago
makerworld.py 9f8bac63ff fix(makerworld): resolve API-key owner for cloud-token lookups (#1777) 2 months ago
metrics.py b7d7c82501 fix(security): WebSocket auth gate + audit-driven hardening sweep 3 months ago
mfa.py ceb0616c82 chore(deps): backend security floor bumps + 422 constant rename 2 months ago
notification_templates.py 9562d66b6b Feature: Advanced Authentication User Email Notifications (#693) 5 months ago
notifications.py 3f7d0e2d55 Add notification for no spool assigned for active trays, improve usage tracker logic in edge cases (#789) 5 months ago
obico.py 5b3962e3e6 fix(obico): Failure Detection status panel shows thresholds for the selected sensitivity (#1469) 3 months ago
orca_cloud.py 18d534c945 feat(orca-cloud): integrate Orca Cloud profile sync across UI, slicer and SpoolBuddy 3 months ago
pending_uploads.py 43adb6f964 Security hardening (security #2) 2 months ago
print_log.py 43adb6f964 Security hardening (security #2) 2 months ago
print_queue.py 166e9f9ef2 fix(vp): correct #1780 root cause — VP intake key mismatch dropped every slicer field 2 months ago
printer_sensor_history.py 090c180ebf feat(heater-history): track nozzle / bed / chamber readings + per-tile chart-icon overlay opens history modal 2 months ago
printers.py b1cb26f6ee feat(ams-backup): add status badge + toggle, fix prefer-lowest (#1766) 2 months ago
projects.py cc25cbe774 fix(archives): #1608 suppress card time-accuracy badge for multi-run archives 3 months ago
settings.py 68b9d741d9 feat(humidity): per-filament humidity threshold for auto-drying + alarms (#1605) 2 months ago
slice_jobs.py 43adb6f964 Security hardening (security #2) 2 months ago
slicer_presets.py 43adb6f964 Security hardening (security #2) 2 months ago
smart_plugs.py f243e4e598 fix(asyncio): track strong refs on orphan create_task sites 3 months ago
sponsor_prompt.py a5fe5cb3d4 feat(sponsor-prompt): in-app toast at earned milestones 2 months ago
spoolbuddy.py 4387a09162 fix(spoolbuddy): route weight sync by inventory mode exclusively (#1530) 3 months ago
spoolman.py e1a236e408 fix(spoolman): decide spool assignability from the slot-assignment ledger, not extra.tag (#1122) 3 months ago
spoolman_inventory.py af5d24e289 feat(inventory): structured storage locations catalog (#1505) 2 months ago
support.py 68c06a76c4 chore(support): silence bandit B104 on net.info ip redaction 2 months ago
system.py 8c326256db fix(system): emit boot_time and generated_at as tz-aware UTC 3 months ago
updates.py 25a23eadd7 fix(updates): switch Windows installer installs to release-asset update flow 2 months ago
user_notifications.py 9a0be3477e Fix ruff format for user_notifications and spoolman 5 months ago
users.py f2a3917e90 Security hardening (maziggy/bambuddy-security #1) 2 months ago
virtual_printers.py b414af6b1c feat(gcode-injection): per-VP opt-in auto-print injection toggle (#1516) (#1656) 2 months ago
webhook.py c9bc5eb4e9 fix(webhook): #1584 PrinterState dataclass attribute access in status / stop / cancel 3 months ago
websocket.py b7d7c82501 fix(security): WebSocket auth gate + audit-driven hardening sweep 3 months ago