1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00
AdventureLog/backend/server/integrations
Sean Morley ba162175fe feat: Enhance collection sharing and location management features
- Implemented unsharing functionality in CollectionViewSet, including removal of user-owned locations from collections.
- Refactored ContentImageViewSet to support multiple content types and improved permission checks for image uploads.
- Added user ownership checks in LocationViewSet for delete operations.
- Enhanced collection management in the frontend to display both owned and shared collections separately.
- Updated Immich integration to handle access control based on location visibility and user permissions.
- Improved UI components to show creator information and manage collection links more effectively.
- Added loading states and error handling in collection fetching logic.
2025-07-12 09:20:23 -04:00
..
migrations feat: enhance Immich integration with local copy option and validation for image handling 2025-06-01 19:55:12 -04:00
__init__.py feat: add Immich integration module with API endpoints and admin interface 2024-12-31 10:38:15 -05:00
admin.py feat: add Immich integration module with API endpoints and admin interface 2024-12-31 10:38:15 -05:00
apps.py feat: add Immich integration module with API endpoints and admin interface 2024-12-31 10:38:15 -05:00
models.py feat: enhance Immich integration with local copy option and validation for image handling 2025-06-01 19:55:12 -04:00
serializers.py feat: implement Immich integration with CRUD API, add serializer, and enhance frontend components 2025-01-02 13:34:51 -05:00
tests.py feat: add Immich integration module with API endpoints and admin interface 2024-12-31 10:38:15 -05:00
urls.py feat: implement Immich integration with CRUD API, add serializer, and enhance frontend components 2025-01-02 13:34:51 -05:00
views.py feat: Enhance collection sharing and location management features 2025-07-12 09:20:23 -04:00