MartinNYHC 8b46006644 Merge branch 'dev' into feature/oidc-env-config před 1 měsícem
..
__init__.py 09677861ba Added screenshots před 9 měsíci
_oidc_helpers.py 3daae22f3d Security hardening (maziggy/bambuddy-security #8) před 1 měsícem
_spoolman_helpers.py 88dc56d6e1 Security hardening (maziggy/bambuddy-security #7) před 1 měsícem
_url_safety.py 3daae22f3d Security hardening (maziggy/bambuddy-security #8) před 1 měsícem
ams_history.py ed36eafbec Fix timestamps off by timezone offset in non-UTC containers (#504) před 6 měsíci
api_keys.py 168d9d8f8e fix(auth): let API keys manage projects via new can_manage_projects scope (#1893) před 2 měsíci
archive_purge.py e7045597bc fix(archives): bulk and auto purge now honour the soft / hard delete choice from #1343 (#1390 follow-up) před 3 měsíci
archives.py ce3e59884a fix(slicer): bound slices by silence, not by total slicing time (#2730) před 1 měsícem
auth.py 9e783fbad6 fix(oidc): keep the local-login bypass lenient under strict env_bool před 1 měsícem
bug_report.py 5709282200 Add authentication to bug report debug logging endpoints před 5 měsíci
camera.py d9da60dd8d fix(camera): reuse the live view's frame for external-camera captures (#2707) před 1 měsícem
camwall.py d09db436c3 feat(camwall): serve the Cam Wall at /camwall, and on a token-authenticated kiosk před 1 měsícem
cloud.py 80687982c1 fix(db): release scheduler/cloud/cover sessions across slow I/O, add LIFO pool (#2572) před 1 měsícem
discovery.py f243e4e598 fix(asyncio): track strong refs on orphan create_task sites před 3 měsíci
external_links.py 3887938e8f Security: add token-based auth for all media endpoints před 5 měsíci
filaments.py 2fd90e9dce refactor(api): rename /filaments/ to /filament-catalog/ for clarity (#427) před 6 měsíci
firmware.py d74ab06072 feat(firmware): list all announced versions with usable/unavailable status, support rollback před 4 měsíci
github_backup.py 455a9e4ba7 fix(backup): collect cloud profiles from every connected account (#2717) před 1 měsícem
groups.py f2a3917e90 Security hardening (maziggy/bambuddy-security #1) před 2 měsíci
inventory.py 2e74f2ad41 feat(ams): confirm spool assignments landed instead of fire-and-forget (#2582) před 1 měsícem
kprofiles.py 18938a10ee fix(kprofiles): stop reporting rejected K-profile writes as saved před 1 měsícem
labels.py 917bfd7666 feat(labels): scannable QR on 203 dpi thermal printers + monochrome mode (#1870) před 2 měsíci
library.py ce3e59884a fix(slicer): bound slices by silence, not by total slicing time (#2730) před 1 měsícem
library_tags.py e1e2c12d25 fix(library-tags): declare response_model=None on the 204 DELETE route před 2 měsíci
library_trash.py e0e597271e ● feat(#1008): library trash bin, admin bulk purge, auto-purge setting před 4 měsíci
local_backup.py 5bbfeefa65 fix(backup): diagnose an unwritable backup path instead of quoting errno 30 (#2544) před 1 měsícem
local_presets.py edf244c469 Add local profiles — import OrcaSlicer presets without Bambu Cloud (#310) před 7 měsíci
maintenance.py 673001e3cd fix(maintenance): #1596 persist wiki_url on Custom Type create + correct před 3 měsíci
makerworld.py 09b739b95d fix(cloud): stop reporting an expired Bambu Cloud sign-in as connected (issue #2562) před 1 měsícem
metrics.py b7d7c82501 fix(security): WebSocket auth gate + audit-driven hardening sweep před 3 měsíci
mfa.py c9ee259807 feat(oidc): refuse API writes to the env-managed provider před 1 měsícem
notification_templates.py 9562d66b6b Feature: Advanced Authentication User Email Notifications (#693) před 5 měsíci
notifications.py 8fd1f884dc feat(mqtt): publish the plate-clear gate and add a notification for it (#2525) před 1 měsícem
obico.py 11dc612bc4 feat(obico): authenticate to a token-protected ML API (#2733) před 1 měsícem
orca_cloud.py 455a9e4ba7 fix(backup): collect cloud profiles from every connected account (#2717) před 1 měsícem
pending_uploads.py 43adb6f964 Security hardening (security #2) před 2 měsíci
pipeline_runs.py 83ac5b361c Security fix (security-issue #6) před 1 měsícem
print_log.py 43adb6f964 Security hardening (security #2) před 2 měsíci
print_queue.py 4f2c073a34 fix(vp): gate the slicer's AMS pick behind the toggle and scope its badges (#2700) před 1 měsícem
printer_sensor_history.py 090c180ebf feat(heater-history): track nozzle / bed / chamber readings + per-tile chart-icon overlay opens history modal před 2 měsíci
printers.py ac3e3cc60f fix(printers): don't retract a fan kit on a partial airduct frame před 1 měsícem
projects.py 284709f850 fix(projects): drop deleted prints from their project, and refresh the view (#2731) před 1 měsícem
settings.py db6cdb0745 fix(camera): take the finish photo when the print ends, not when its last layer starts (#2547) před 1 měsícem
slice_jobs.py 83ac5b361c Security fix (security-issue #6) před 1 měsícem
slicer_pipelines.py 3ef197e4e0 feat(slicer): Pipelines — multi-copy + class targeting + fanout + runs dashboard + retry-failed + WS updates (#1425 PR C — completes the v3 design) před 2 měsíci
slicer_presets.py fdd6ec416f fix(slicer): classify filament profiles by their real printer scope, not just their name (#2628 follow-up) před 1 měsícem
smart_plugs.py 56accd24de fix(smart-plugs): don't blank printer state when an accessory plug switches off (#2629) před 1 měsícem
sponsor_prompt.py a5fe5cb3d4 feat(sponsor-prompt): in-app toast at earned milestones před 2 měsíci
spoolbuddy.py 4387a09162 fix(spoolbuddy): route weight sync by inventory mode exclusively (#1530) před 3 měsíci
spoolman.py 8a26e7d753 fix(inventory): stop popping the unknown-tag modal for slots with no RFID před 2 měsíci
spoolman_inventory.py fb3821630f feat(inventory): batch / mass edit on the Filament tab (#1795) před 2 měsíci
support.py c457cf54bf feat(support): record process memory, threads and children in bundles (#2734) před 1 měsícem
system.py 5afdaa83d1 fix(db): configurable pool, auth_enabled cache, single-checkout auth (#2572) před 1 měsícem
updates.py 25a23eadd7 fix(updates): switch Windows installer installs to release-asset update flow před 2 měsíci
user_notifications.py d27c85de45 Fix ruff format for user_notifications and spoolman před 5 měsíci
users.py f2a3917e90 Security hardening (maziggy/bambuddy-security #1) před 2 měsíci
virtual_printers.py bab1cfb906 feat(vp): per-VP "Save AMS mapping" toggle + reprint auto-apply před 1 měsícem
webhook.py c9bc5eb4e9 fix(webhook): #1584 PrinterState dataclass attribute access in status / stop / cancel před 3 měsíci
websocket.py 9033b0f81e feat(toast): restore upload-progress toast for scheduler dispatches (#1625 follow-up) před 2 měsíci