| .. |
|
api
|
fa6edfbcde
Fix stored XSS vulnerabilities and unauthenticated auth toggle
|
před 2 měsíci |
|
core
|
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 2 měsíci |
|
data
|
2867401116
Add Cloud Profiles template visibility and preset diff view
|
před 5 měsíci |
|
i18n
|
83cbac04b7
- Add interactive API Browser to Settings > API Keys
|
před 4 měsíci |
|
models
|
0b6facc91c
Add first layer complete notification with camera snapshot (#679)
|
před 2 měsíci |
|
schemas
|
30b34bc255
[Fix]: Changes SMTP testing to use saved settings in the database (#710)
|
před 2 měsíci |
|
services
|
0feed83ce4
Fix P2S camera TLS compatibility via OpenSSL proxy (#661)
|
před 2 měsíci |
|
utils
|
26a3b2172d
Fix ethernet badge shown on WiFi-only printers (#585)
|
před 2 měsíci |
|
__init__.py
|
09677861ba
Added screenshots
|
před 6 měsíci |
|
main.py
|
e314305623
Fix HMS notifications firing for unknown/phantom error codes
|
před 2 měsíci |