maziggy 21ae02be8e Bumped version vor 5 Monaten
..
__init__.py 09677861ba Added screenshots vor 9 Monaten
auth.py fe5bb1fd90 Fix naive-vs-aware datetime crash from 0.2.1 timezone migration vor 6 Monaten
bambu_colors.py 1f0931e00c Sync vor 6 Monaten
catalog_defaults.py 6e56aa7ab3 Inventory UX improvements, color catalog expansion, settings polish vor 6 Monaten
compat.py 0faf03ecb3 Fix Python 3.10 compatibility (StrEnum requires 3.11) vor 6 Monaten
config.py 21ae02be8e Bumped version vor 5 Monaten
database.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. vor 5 Monaten
permissions.py f66bd26f6e Add inventory:view_assignments permission so admins can grant users vor 6 Monaten
websocket.py 83cbac04b7 - Add interactive API Browser to Settings > API Keys vor 8 Monaten