1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-04 13:14:29 +02:00
immich/mobile/openapi/lib/api
Alex b660240059
fix(web/server) uploaded asset in shared link not loaded (#1766)
* fix(web/server): Uploaded asset to shared link does not get added to the shared link/album

* remove unused code

* Add endpoints for each remove and add assets to shared link

* Update api

* Added deletion logic

* Convert callback to async/await

* Fix linter

* Fix test

* Fix server test

* added test

* Test coverage

* modify DTO

* Add notification

* fix test
2023-02-15 15:21:22 -06:00
..
album_api.dart
api_key_api.dart
asset_api.dart fix(web/server) uploaded asset in shared link not loaded (#1766) 2023-02-15 15:21:22 -06:00
authentication_api.dart
device_info_api.dart chore(server): remove deprecated device endpoints (#1436) 2023-01-26 20:51:22 -06:00
job_api.dart
o_auth_api.dart
server_info_api.dart
share_api.dart refactor(server): shared links (#1385) 2023-01-25 10:35:28 -06:00
system_config_api.dart
tag_api.dart
user_api.dart