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