1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-14 12:00:55 +02:00
immich/mobile/openapi/lib/model
BugFest 77e6a6d78b
feat(server): Import face regions from metadata (#6455)
* feat: faces-from-metadata - Import face regions from metadata

Implements immich-app#1692.
- OpenAPI spec changes to accomodate metadata face import configs. New settings to enable the feature.
- Updates admin UI compoments
- ML faces detection/recognition & Exif/Metadata faces compatibility

Signed-off-by: BugFest <bugfest.dev@pm.me>

* chore(web): remove unused file confirm-enable-import-faces

* chore(web): format metadata-settings

* fix(server): faces-from-metadata tests and format

* fix(server): code refinements, nullable face asset sourceType

* fix(server): Add RegionInfo to ImmichTags interface

* fix(server): deleteAllFaces sourceType param can be undefined

* fix(server): exiftool-vendored 27.0.0 moves readArgs into ExifToolOptions

* fix(server): rename isImportFacesFromMetadataEnabled to isFaceImportEnabled

* fix(server): simplify sourceType conditional

* fix(server): small fixes

* fix(server): handling sourceType

* fix(server): sourceType enum

* fix(server): refactor metadata applyTaggedFaces

* fix(server): create/update signature changes

* fix(server): reduce computational cost of Person.getManyByName

* fix(server): use faceList instead of faceSet

* fix(server): Skip regions without Name defined

* fix(mobile): Update open-api (face assets feature changes)

* fix(server): Face-Person reconciliation with map/index

* fix(server): tags.RegionInfo.AppliedToDimensions must be defined to process face-region

* fix(server): fix shared-link.service.ts format

* fix(mobile): Update open-api after branch update

* simplify

* fix(server): minor fixes

* fix(server): person create/update methods type enforcement

* fix(server): style fixes

* fix(server): remove unused metadata code

* fix(server): metadata faces unit tests

* fix(server): top level config metadata category

* fix(server): rename upsertFaces to replaceFaces

* fix(server): remove sourceType when unnecessary

* fix(server): sourceType as ENUM

* fix(server): format fixes

* fix(server): fix tests after sourceType ENUM change

* fix(server): remove unnecessary JobItem cast

* fix(server): fix asset enum imports

* fix(open-api): add metadata config

* fix(mobile): update open-api after metadata open-api spec changes

* fix(web): update web/api metadata config

* fix(server): remove duplicated sourceType def

* fix(server): update generated sql queries

* fix(e2e): tests for metadata face import feature

* fix(web): Fix check:typescript

* fix(e2e): update subproject ref

* fix(server): revert format changes to pass format checks after ci

* fix(mobile): update open-api

* fix(server,movile,open-api,mobile): sourceType as DB data type

* fix(e2e): upload face asset after enabling metadata face import

* fix(web): simplify metadata admin settings and i18n keys

* Update person.repository.ts

Co-authored-by: Jason Rasmussen <jason@rasm.me>

* fix(server): asset_faces.sourceType column not nullable

* fix(server): simplified syntax

* fix(e2e): use SDK for everything except the endpoint being tested

* fix(e2e): fix test format

* chore: clean up

* chore: clean up

* chore: update e2e/test-assets

---------

Signed-off-by: BugFest <bugfest.dev@pm.me>
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
Co-authored-by: Jason Rasmussen <jason@rasm.me>
2024-09-04 18:23:58 -04:00
..
activity_create_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
activity_response_dto.dart refactor: deduplicate MemoryType and ReactionType enums (#11479) 2024-07-31 12:08:31 -05:00
activity_statistics_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
add_users_dto.dart chore: remove all deprecated endpoints/properties from server and mobile app (#9724) 2024-05-24 15:37:01 +01:00
admin_onboarding_update_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
album_response_dto.dart chore: remove all deprecated endpoints/properties from server and mobile app (#9724) 2024-05-24 15:37:01 +01:00
album_statistics_response_dto.dart fix(server): album statistics endpoint (#11924) 2024-08-20 07:50:36 -04:00
album_user_add_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
album_user_create_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
album_user_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
album_user_role.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
all_job_status_response_dto.dart feat(server): near-duplicate detection (#8228) 2024-05-16 18:08:37 +01:00
api_key_create_dto.dart feat(server): granular permissions for api keys (#11824) 2024-08-16 09:48:43 -04:00
api_key_create_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
api_key_response_dto.dart feat(server): granular permissions for api keys (#11824) 2024-08-16 09:48:43 -04:00
api_key_update_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_bulk_delete_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_bulk_update_dto.dart refactor(server): stacks (#11453) 2024-08-19 12:37:15 -05:00
asset_bulk_upload_check_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_bulk_upload_check_item.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_bulk_upload_check_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_bulk_upload_check_result.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_delta_sync_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_delta_sync_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_face_response_dto.dart feat(server): Import face regions from metadata (#6455) 2024-09-04 18:23:58 -04:00
asset_face_update_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_face_update_item.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_face_without_person_response_dto.dart feat(server): Import face regions from metadata (#6455) 2024-09-04 18:23:58 -04:00
asset_full_sync_dto.dart fix(server): proper asset sync (#10019) 2024-06-09 14:19:28 -05:00
asset_ids_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_ids_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_job_name.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_jobs_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_media_response_dto.dart feat: API operation replaceAsset, POST /api/asset/:id/file (#9684) 2024-05-23 20:26:22 -04:00
asset_media_size.dart refactor: asset media endpoints (#9831) 2024-05-31 13:44:04 -04:00
asset_media_status.dart refactor: asset media endpoints (#9831) 2024-05-31 13:44:04 -04:00
asset_order.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_response_dto.dart chore(server): deprecate resized property (#12143) 2024-08-30 11:01:50 -05:00
asset_stack_response_dto.dart refactor(server): stacks (#11453) 2024-08-19 12:37:15 -05:00
asset_stats_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
asset_type_enum.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
audio_codec.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
audit_deletes_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
avatar_response.dart feat(server): user preferences (#9736) 2024-05-28 09:16:53 +07:00
avatar_update.dart feat(server): user preferences (#9736) 2024-05-28 09:16:53 +07:00
bulk_id_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
bulk_ids_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
change_password_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
check_existing_assets_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
check_existing_assets_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
clip_config.dart feat(ml): composable ml (#9973) 2024-06-07 03:09:47 +00:00
colorspace.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
cq_mode.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
create_album_dto.dart chore: remove all deprecated endpoints/properties from server and mobile app (#9724) 2024-05-24 15:37:01 +01:00
create_library_dto.dart refactor: library type (#9525) 2024-05-20 18:09:10 -04:00
create_profile_image_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
download_archive_info.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
download_info_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
download_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
download_response.dart feat(server): do not automatically download android motion videos (#11774) 2024-08-15 20:06:16 +00:00
download_update.dart feat(server): do not automatically download android motion videos (#11774) 2024-08-15 20:06:16 +00:00
duplicate_detection_config.dart fix: no floats (replace with doubles) (#10218) 2024-06-12 17:36:24 +01:00
duplicate_response_dto.dart chore(server): openapi generation (#9585) 2024-05-18 13:50:28 -05:00
email_notifications_response.dart feat(web): email notification preference settings (#9934) 2024-06-03 16:00:20 -05:00
email_notifications_update.dart feat(web): email notification preference settings (#9934) 2024-06-03 16:00:20 -05:00
entity_type.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
exif_response_dto.dart feat(web): add Exif-Rating (#11580) 2024-08-09 17:45:52 +00:00
face_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
facial_recognition_config.dart fix: no floats (replace with doubles) (#10218) 2024-06-12 17:36:24 +01:00
file_checksum_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
file_checksum_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
file_report_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
file_report_fix_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
file_report_item_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
folders_response.dart feat: user's features preferences (#12099) 2024-08-29 14:29:04 -05:00
folders_update.dart feat: user's features preferences (#12099) 2024-08-29 14:29:04 -05:00
image_format.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
job_command_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
job_command.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
job_counts_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
job_name.dart feat(server): near-duplicate detection (#8228) 2024-05-16 18:08:37 +01:00
job_settings_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
job_status_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
library_response_dto.dart refactor: library type (#9525) 2024-05-20 18:09:10 -04:00
library_stats_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
license_key_dto.dart feat(server): user and server license endpoints (#10682) 2024-07-01 17:43:16 +00:00
license_response_dto.dart feat(server): user and server license endpoints (#10682) 2024-07-01 17:43:16 +00:00
log_level.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
login_credential_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
login_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
logout_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
map_marker_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
map_reverse_geocode_response_dto.dart feat(server): reverse geocoding endpoint (#11430) 2024-07-29 18:17:26 -04:00
map_theme.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
memories_response.dart feat: user's features preferences (#12099) 2024-08-29 14:29:04 -05:00
memories_update.dart feat: user's features preferences (#12099) 2024-08-29 14:29:04 -05:00
memory_create_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
memory_lane_response_dto.dart chore: remove all deprecated endpoints/properties from server and mobile app (#9724) 2024-05-24 15:37:01 +01:00
memory_response_dto.dart refactor: deduplicate MemoryType and ReactionType enums (#11479) 2024-07-31 12:08:31 -05:00
memory_type.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
memory_update_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
merge_person_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
metadata_search_dto.dart feat(server): search unknown place (#10866) 2024-08-02 03:27:40 +00:00
o_auth_authorize_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
o_auth_callback_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
o_auth_config_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
on_this_day_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
partner_direction.dart refactor(server): partner search dto (#10902) 2024-07-08 16:41:39 -04:00
partner_response_dto.dart refactor(server): user endpoints (#9730) 2024-05-27 05:15:52 +07:00
path_entity_type.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
path_type.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
people_response_dto.dart feat: people infinite scroll (#11326) 2024-07-25 15:59:28 -04:00
people_response.dart feat: user's features preferences (#12099) 2024-08-29 14:29:04 -05:00
people_update_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
people_update_item.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
people_update.dart feat: user's features preferences (#12099) 2024-08-29 14:29:04 -05:00
permission.dart feat: tags (#11980) 2024-08-29 12:14:03 -04:00
person_create_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
person_response_dto.dart fix(web): new feature photo (#9443) 2024-06-27 20:16:26 -04:00
person_statistics_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
person_update_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
person_with_faces_response_dto.dart fix(web): new feature photo (#9443) 2024-06-27 20:16:26 -04:00
places_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
purchase_response.dart chore(web): change license wording and other things (#11309) 2024-07-26 10:34:35 -05:00
purchase_update.dart chore(web): change license wording and other things (#11309) 2024-07-26 10:34:35 -05:00
queue_status_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
ratings_response.dart feat: user's features preferences (#12099) 2024-08-29 14:29:04 -05:00
ratings_update.dart feat: user's features preferences (#12099) 2024-08-29 14:29:04 -05:00
reaction_level.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
reaction_type.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
reverse_geocoding_state_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
scan_library_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
search_album_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
search_asset_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
search_explore_item.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
search_explore_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
search_facet_count_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
search_facet_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
search_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
search_suggestion_type.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
server_about_response_dto.dart feat(server): user and server license endpoints (#10682) 2024-07-01 17:43:16 +00:00
server_config_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
server_features_dto.dart feat(server): Import face regions from metadata (#6455) 2024-09-04 18:23:58 -04:00
server_media_types_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
server_ping_response.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
server_stats_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
server_storage_response_dto.dart fix: no floats (replace with doubles) (#10218) 2024-06-12 17:36:24 +01:00
server_theme_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
server_version_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
session_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
shared_link_create_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
shared_link_edit_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
shared_link_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
shared_link_type.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
sign_up_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
smart_info_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
smart_search_dto.dart feat(server): search unknown place (#10866) 2024-08-02 03:27:40 +00:00
source_type.dart feat(server): Import face regions from metadata (#6455) 2024-09-04 18:23:58 -04:00
stack_create_dto.dart refactor(server): stacks (#11453) 2024-08-19 12:37:15 -05:00
stack_response_dto.dart refactor(server): stacks (#11453) 2024-08-19 12:37:15 -05:00
stack_update_dto.dart refactor(server): stacks (#11453) 2024-08-19 12:37:15 -05:00
system_config_dto.dart feat(server): Import face regions from metadata (#6455) 2024-09-04 18:23:58 -04:00
system_config_f_fmpeg_dto.dart feat(server): accepted video containers (#11274) 2024-07-21 21:14:23 +00:00
system_config_faces_dto.dart feat(server): Import face regions from metadata (#6455) 2024-09-04 18:23:58 -04:00
system_config_image_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_job_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_library_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_library_scan_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_library_watch_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_logging_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_machine_learning_dto.dart feat(ml): composable ml (#9973) 2024-06-07 03:09:47 +00:00
system_config_map_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_metadata_dto.dart feat(server): Import face regions from metadata (#6455) 2024-09-04 18:23:58 -04:00
system_config_new_version_check_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_notifications_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_o_auth_dto.dart feat(server): userinfo signing (#10756) 2024-07-11 07:55:00 -04:00
system_config_password_login_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_reverse_geocoding_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_server_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_smtp_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_smtp_transport_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_storage_template_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_template_storage_option_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_theme_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_trash_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
system_config_user_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
tag_bulk_assets_dto.dart feat: tags (#11980) 2024-08-29 12:14:03 -04:00
tag_bulk_assets_response_dto.dart feat: tags (#11980) 2024-08-29 12:14:03 -04:00
tag_create_dto.dart feat: tags (#11980) 2024-08-29 12:14:03 -04:00
tag_response_dto.dart fix(server): tag upsert (#12141) 2024-08-30 12:44:24 -04:00
tag_update_dto.dart feat: tags (#11980) 2024-08-29 12:14:03 -04:00
tag_upsert_dto.dart feat: tags (#11980) 2024-08-29 12:14:03 -04:00
tags_response.dart feat: user's features preferences (#12099) 2024-08-29 14:29:04 -05:00
tags_update.dart feat: user's features preferences (#12099) 2024-08-29 14:29:04 -05:00
time_bucket_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
time_bucket_size.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
tone_mapping.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
transcode_hw_accel.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
transcode_policy.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
update_album_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
update_album_user_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
update_asset_dto.dart feat(web): add Exif-Rating (#11580) 2024-08-09 17:45:52 +00:00
update_library_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
update_partner_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
usage_by_user_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
user_admin_create_dto.dart feat(server): user preferences (#9736) 2024-05-28 09:16:53 +07:00
user_admin_delete_dto.dart refactor(server): user endpoints (#9730) 2024-05-27 05:15:52 +07:00
user_admin_response_dto.dart feat(server): user and server license endpoints (#10682) 2024-07-01 17:43:16 +00:00
user_admin_update_dto.dart feat(server): user preferences (#9736) 2024-05-28 09:16:53 +07:00
user_avatar_color.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
user_license.dart feat(server): user and server license endpoints (#10682) 2024-07-01 17:43:16 +00:00
user_preferences_response_dto.dart feat: user's features preferences (#12099) 2024-08-29 14:29:04 -05:00
user_preferences_update_dto.dart feat: user's features preferences (#12099) 2024-08-29 14:29:04 -05:00
user_response_dto.dart refactor(server): user endpoints (#9730) 2024-05-27 05:15:52 +07:00
user_status.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
user_update_me_dto.dart feat(server): user preferences (#9736) 2024-05-28 09:16:53 +07:00
validate_access_token_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
validate_library_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
validate_library_import_path_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
validate_library_response_dto.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
video_codec.dart chore: bump open-api (#9522) 2024-05-15 16:52:52 -05:00
video_container.dart feat(server): accepted video containers (#11274) 2024-07-21 21:14:23 +00:00