1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-02 12:48:35 +02:00
immich/mobile/openapi/lib/model
Zack Pollard 4e0fe27de3
feat(server): transcoding improvements (#1370)
* feat: support isEdited flag for SettingSwitch

* feat: add transcodeAll ffmpeg settings for extra transcoding control

* refactor: tidy up and rename current video transcoding code + transcode everything

* feat: better video transcoding with ffprobe

analyses video files to see if they are already in the desired format
allows admin to choose to transcode all videos regardless of the current format

* fix: always serve encoded video if it exists

* feat: change video codec option to a select box, limit options

removed previous video codec config option as it's incompatible with new options
removed mapping for encoder to codec as we now store the codec in the config

* feat: add video conversion job for transcoding previously missed videos

* chore: fix spelling of job messages to pluralise assets

* chore: fix prettier/eslint warnings

* feat: force switch targetAudioCodec default to aac to avoid iOS incompatibility

* chore: lint issues after rebase
2023-01-21 20:09:02 -06:00
..
add_assets_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
add_assets_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
add_users_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
admin_signup_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
album_count_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
album_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
all_job_status_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
api_key_create_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
api_key_create_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
api_key_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
api_key_update_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
asset_count_by_time_bucket_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
asset_count_by_time_bucket.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
asset_count_by_user_id_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
asset_file_upload_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
asset_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
asset_type_enum.dart Refactor mobile to use OpenApi generated SDK (#336) 2022-07-13 07:23:48 -05:00
change_password_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
check_duplicate_asset_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
check_duplicate_asset_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
check_existing_assets_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
check_existing_assets_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
create_album_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
create_album_share_link_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
create_assets_share_link_dto.dart feat(web) Individual assets shared mechanism (#1317) 2023-01-14 23:49:47 -06:00
create_profile_image_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
create_tag_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
create_user_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
curated_locations_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
curated_objects_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
delete_asset_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
delete_asset_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
delete_asset_status.dart Refactor mobile to use OpenApi generated SDK (#336) 2022-07-13 07:23:48 -05:00
device_info_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
device_type_enum.dart Refactor mobile to use OpenApi generated SDK (#336) 2022-07-13 07:23:48 -05:00
download_files_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
edit_shared_link_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
exif_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
get_asset_by_time_bucket_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
get_asset_count_by_time_bucket_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
job_command_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
job_command.dart feat(server/web) Add manual job trigger mechanism to the web (#767) 2022-10-06 11:25:54 -05:00
job_counts.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
job_id.dart chore(server) Add job for storage migration (#1117) 2022-12-19 12:13:10 -06:00
job_status_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
login_credential_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
login_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
logout_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
o_auth_callback_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
o_auth_config_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
o_auth_config_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
remove_assets_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
search_asset_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
server_info_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
server_ping_response.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
server_stats_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
server_version_reponse_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
shared_link_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
shared_link_type.dart feat(web/server) public album sharing (#1266) 2023-01-09 14:16:08 -06:00
sign_up_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
smart_info_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
system_config_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
system_config_f_fmpeg_dto.dart feat(server): transcoding improvements (#1370) 2023-01-21 20:09:02 -06:00
system_config_o_auth_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
system_config_password_login_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
system_config_storage_template_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
system_config_template_storage_option_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
tag_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
tag_type_enum.dart feat(server) Tagging system (#1046) 2022-12-05 11:56:44 -06:00
thumbnail_format.dart Add ablum feature to web (#352) 2022-07-15 23:18:17 -05:00
time_group_enum.dart Add asset repository and refactor asset service (#540) 2022-08-26 22:53:37 -07:00
update_album_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
update_asset_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
update_assets_to_shared_link_dto.dart feat(web) Individual assets shared mechanism (#1317) 2023-01-14 23:49:47 -06:00
update_tag_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
update_user_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
upsert_device_info_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
usage_by_user_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
user_count_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
user_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00
validate_access_token_response_dto.dart fix(mobile): omit null values from json requests (#1212) 2023-01-09 22:08:45 -06:00