Mondo Diaz
d61c7a71fb
Add project-level authorization checks
Authorization:
- Add AuthorizationService for checking project access
- Implement get_user_access_level() with admin, owner, and permission checks
- Add check_project_access() helper for route handlers
- Add grant_access() and revoke_access() methods
- Add ProjectAccessChecker dependency class
Routes:
- Add authorization checks to project CRUD (read, update, delete)
- Add authorization checks to package create
- Add authorization checks to upload endpoint (requires write)
- Add authorization checks to download endpoint (requires read)
- Add authorization checks to tag create
Tests:
- Fix pagination flakiness in test_list_projects
- Fix pagination flakiness in test_projects_search
- Add API key authentication to concurrent upload test
2026-01-08 16:20:42 -06:00
..
2025-12-12 12:45:33 -06:00
2026-01-07 12:31:44 -06:00
2025-12-05 17:16:43 -06:00
2026-01-08 16:20:42 -06:00
2026-01-07 13:36:46 -06:00
2026-01-07 13:36:46 -06:00
2025-12-12 12:45:33 -06:00
2026-01-07 13:36:46 -06:00
2026-01-08 15:37:53 -06:00
2025-12-11 18:05:08 -06:00
2026-01-08 15:01:37 -06:00
2026-01-08 16:20:42 -06:00
2026-01-08 15:01:37 -06:00
2025-12-11 14:36:22 -06:00
2026-01-07 13:36:46 -06:00