mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 16:41:59 +00:00
1b54c4f8e7
* Modify controller DTOs * Can check duplicates on server side * Remove deviceassetid and deviceid * Remove device ids from file uploader * Add db migration for removed device ids * Don't sanitize checksum * Convert asset checksum to string * Make checksum not optional for asset * Use enums when rejecting duplicates * Cleanup * Return of the device id, but optional * Don't use deviceId for upload folder * Use checksum in thumb path * Only use asset id in thumb path * Openapi generation * Put deviceAssetId back in asset response dto * Add missing checksum in test fixture * Add another missing checksum in test fixture * Cleanup asset repository * Add back previous /exists endpoint * Require checksum to not be null * Correctly set deviceId in db * Remove index * Fix compilation errors * Make device id nullabel in asset response dto * Reduce PR scope * Revert asset service * Reorder imports * Reorder imports * Reduce PR scope * Reduce PR scope * Reduce PR scope * Reduce PR scope * Reduce PR scope * Update openapi * Reduce PR scope * refactor: asset bulk upload check * chore: regenreate open-api * chore: fix tests * chore: tests * update migrations and regenerate api * Feat: use checksum in web file uploader * Change to wasm-crypto * Use crypto api for checksumming in web uploader * Minor cleanup of file upload * feat(web): pause and resume jobs * Make device asset id not nullable again * Cleanup * Device id not nullable in response dto * Update API specs * Bump api specs * Remove old TODO comment * Remove NOT NULL constraint on checksum index * Fix requested pubspec changes * Remove unneeded import * Update server/apps/immich/src/api-v1/asset/asset.service.ts Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com> * Update server/apps/immich/src/api-v1/asset/asset-repository.ts Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com> * Remove unneeded check * Update server/apps/immich/src/api-v1/asset/asset-repository.ts Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com> * Remove hashing in the web uploader * Cleanup file uploader * Remove varchar from asset entity fields * Return 200 from bulk upload check * Put device asset id back into asset repository * Merge migrations * Revert pubspec lock * Update openapi specs * Merge upstream changes * Fix failing asset service tests * Fix formatting issue * Cleanup migrations * Remove newline from pubspec * Revert newline * Checkout main version * Revert again * Only return AssetCheck --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com> |
||
---|---|---|
.. | ||
add_assets_dto_test.dart | ||
add_assets_response_dto_test.dart | ||
add_users_dto_test.dart | ||
admin_signup_response_dto_test.dart | ||
album_api_test.dart | ||
album_count_response_dto_test.dart | ||
album_response_dto_test.dart | ||
all_job_status_response_dto_test.dart | ||
api_key_api_test.dart | ||
api_key_create_dto_test.dart | ||
api_key_create_response_dto_test.dart | ||
api_key_response_dto_test.dart | ||
api_key_update_dto_test.dart | ||
asset_api_test.dart | ||
asset_bulk_upload_check_dto_test.dart | ||
asset_bulk_upload_check_item_test.dart | ||
asset_bulk_upload_check_response_dto_test.dart | ||
asset_bulk_upload_check_result_test.dart | ||
asset_count_by_time_bucket_response_dto_test.dart | ||
asset_count_by_time_bucket_test.dart | ||
asset_count_by_user_id_response_dto_test.dart | ||
asset_file_upload_response_dto_test.dart | ||
asset_response_dto_test.dart | ||
asset_type_enum_test.dart | ||
auth_device_response_dto_test.dart | ||
authentication_api_test.dart | ||
change_password_dto_test.dart | ||
check_duplicate_asset_dto_test.dart | ||
check_duplicate_asset_response_dto_test.dart | ||
check_existing_assets_dto_test.dart | ||
check_existing_assets_response_dto_test.dart | ||
create_album_dto_test.dart | ||
create_album_share_link_dto_test.dart | ||
create_assets_share_link_dto_test.dart | ||
create_profile_image_response_dto_test.dart | ||
create_tag_dto_test.dart | ||
create_user_dto_test.dart | ||
curated_locations_response_dto_test.dart | ||
curated_objects_response_dto_test.dart | ||
delete_asset_dto_test.dart | ||
delete_asset_response_dto_test.dart | ||
delete_asset_status_test.dart | ||
download_files_dto_test.dart | ||
edit_shared_link_dto_test.dart | ||
exif_response_dto_test.dart | ||
get_asset_by_time_bucket_dto_test.dart | ||
get_asset_count_by_time_bucket_dto_test.dart | ||
job_api_test.dart | ||
job_command_dto_test.dart | ||
job_command_test.dart | ||
job_counts_dto_test.dart | ||
job_name_test.dart | ||
job_status_dto_test.dart | ||
login_credential_dto_test.dart | ||
login_response_dto_test.dart | ||
logout_response_dto_test.dart | ||
map_marker_response_dto_test.dart | ||
o_auth_api_test.dart | ||
o_auth_callback_dto_test.dart | ||
o_auth_config_dto_test.dart | ||
o_auth_config_response_dto_test.dart | ||
partner_api_test.dart | ||
person_api_test.dart | ||
person_response_dto_test.dart | ||
person_update_dto_test.dart | ||
queue_status_dto_test.dart | ||
remove_assets_dto_test.dart | ||
search_album_response_dto_test.dart | ||
search_api_test.dart | ||
search_asset_dto_test.dart | ||
search_asset_response_dto_test.dart | ||
search_config_response_dto_test.dart | ||
search_explore_item_test.dart | ||
search_explore_response_dto_test.dart | ||
search_facet_count_response_dto_test.dart | ||
search_facet_response_dto_test.dart | ||
search_response_dto_test.dart | ||
server_info_api_test.dart | ||
server_info_response_dto_test.dart | ||
server_ping_response_test.dart | ||
server_stats_response_dto_test.dart | ||
server_version_reponse_dto_test.dart | ||
share_api_test.dart | ||
shared_link_response_dto_test.dart | ||
shared_link_type_test.dart | ||
sign_up_dto_test.dart | ||
smart_info_response_dto_test.dart | ||
system_config_api_test.dart | ||
system_config_dto_test.dart | ||
system_config_f_fmpeg_dto_test.dart | ||
system_config_o_auth_dto_test.dart | ||
system_config_password_login_dto_test.dart | ||
system_config_storage_template_dto_test.dart | ||
system_config_template_storage_option_dto_test.dart | ||
tag_api_test.dart | ||
tag_response_dto_test.dart | ||
tag_type_enum_test.dart | ||
thumbnail_format_test.dart | ||
time_group_enum_test.dart | ||
update_album_dto_test.dart | ||
update_asset_dto_test.dart | ||
update_tag_dto_test.dart | ||
update_user_dto_test.dart | ||
usage_by_user_dto_test.dart | ||
user_api_test.dart | ||
user_count_response_dto_test.dart | ||
user_response_dto_test.dart | ||
validate_access_token_response_dto_test.dart |