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
Jason Rasmussen bd838a71d1
feat(web,server): disable password login (#1223)
* feat(web,server): disable password login

* chore: unit tests

* chore: fix import

* chore: linting

* feat(cli): server command for enable/disable password login

* chore: update docs

* feat(web): confirm dialogue

* chore: linting

* chore: linting

* chore: linting

* chore: linting

* chore: linting

* chore: fix web test

* chore: server unit tests
2023-01-09 16:32:58 -05:00
..
add_assets_dto.dart
add_assets_response_dto.dart feat(server) Extend PUT /album/:id/assets endpoint (#857) 2022-10-28 14:54:09 -05:00
add_users_dto.dart
admin_signup_response_dto.dart
album_count_response_dto.dart
album_response_dto.dart feat(server) Tagging system (#1046) 2022-12-05 11:56:44 -06:00
all_job_status_response_dto.dart chore(server) Add job for storage migration (#1117) 2022-12-19 12:13:10 -06:00
api_key_create_dto.dart feat(web,server): api keys (#1244) 2023-01-02 14:22:33 -06:00
api_key_create_response_dto.dart feat(web,server): api keys (#1244) 2023-01-02 14:22:33 -06:00
api_key_response_dto.dart feat(web,server): api keys (#1244) 2023-01-02 14:22:33 -06:00
api_key_update_dto.dart feat(web,server): api keys (#1244) 2023-01-02 14:22:33 -06:00
asset_count_by_time_bucket_response_dto.dart
asset_count_by_time_bucket.dart
asset_count_by_user_id_response_dto.dart feat(server): multi archive downloads (#956) 2022-11-15 09:51:56 -06:00
asset_file_upload_response_dto.dart
asset_response_dto.dart feat(server) Tagging system (#1046) 2022-12-05 11:56:44 -06:00
asset_type_enum.dart
change_password_dto.dart feat(web): user profile (#1148) 2022-12-21 08:43:35 -06:00
check_duplicate_asset_dto.dart
check_duplicate_asset_response_dto.dart
check_existing_assets_dto.dart feat(mobile) duplicated asset upload handling mechanism (#853) 2022-10-25 09:51:03 -05:00
check_existing_assets_response_dto.dart feat(mobile) duplicated asset upload handling mechanism (#853) 2022-10-25 09:51:03 -05:00
create_album_dto.dart
create_album_share_link_dto.dart feat(web/server) public album sharing (#1266) 2023-01-09 14:16:08 -06:00
create_profile_image_response_dto.dart
create_tag_dto.dart feat(server) Tagging system (#1046) 2022-12-05 11:56:44 -06:00
create_user_dto.dart
curated_locations_response_dto.dart
curated_objects_response_dto.dart
delete_asset_dto.dart
delete_asset_response_dto.dart
delete_asset_status.dart
device_info_response_dto.dart
device_type_enum.dart
download_files_dto.dart feat(web/server) public album sharing (#1266) 2023-01-09 14:16:08 -06:00
edit_shared_link_dto.dart feat(web/server) public album sharing (#1266) 2023-01-09 14:16:08 -06:00
exif_response_dto.dart
get_asset_by_time_bucket_dto.dart
get_asset_count_by_time_bucket_dto.dart
job_command_dto.dart
job_command.dart
job_counts.dart Added explicit type for job count 2022-10-06 12:43:02 -05: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
login_credential_dto.dart
login_response_dto.dart
logout_response_dto.dart feat(server,web): OIDC Implementation (#884) 2022-11-14 20:24:25 -06:00
o_auth_callback_dto.dart feat(server,web): OIDC Implementation (#884) 2022-11-14 20:24:25 -06:00
o_auth_config_dto.dart feat(server,web): OIDC Implementation (#884) 2022-11-14 20:24:25 -06:00
o_auth_config_response_dto.dart feat(web,server): disable password login (#1223) 2023-01-09 16:32:58 -05:00
remove_assets_dto.dart
search_asset_dto.dart
server_info_response_dto.dart
server_ping_response.dart
server_stats_response_dto.dart feat(web) add asset count stats on admin page (#843) 2022-10-23 16:54:54 -05:00
server_version_reponse_dto.dart
shared_link_response_dto.dart feat(web,server): disable password login (#1223) 2023-01-09 16:32:58 -05:00
shared_link_type.dart feat(web/server) public album sharing (#1266) 2023-01-09 14:16:08 -06:00
sign_up_dto.dart
smart_info_response_dto.dart
system_config_dto.dart feat(web,server): disable password login (#1223) 2023-01-09 16:32:58 -05:00
system_config_f_fmpeg_dto.dart feat(server,web): migrate oauth settings from env to system config (#1061) 2022-12-09 14:51:42 -06:00
system_config_o_auth_dto.dart feat(web,server): disable password login (#1223) 2023-01-09 16:32:58 -05:00
system_config_password_login_dto.dart feat(web,server): disable password login (#1223) 2023-01-09 16:32:58 -05:00
system_config_storage_template_dto.dart feat(server) user-defined storage structure (#1098) 2022-12-16 14:26:12 -06:00
system_config_template_storage_option_dto.dart feat(server) user-defined storage structure (#1098) 2022-12-16 14:26:12 -06:00
tag_response_dto.dart fix(server) added TagResponseDto for TagController (#1065) 2022-12-06 15:46:13 -06:00
tag_type_enum.dart feat(server) Tagging system (#1046) 2022-12-05 11:56:44 -06:00
thumbnail_format.dart
time_group_enum.dart
update_album_dto.dart
update_asset_dto.dart feat(server) Tagging system (#1046) 2022-12-05 11:56:44 -06:00
update_tag_dto.dart feat(server) Tagging system (#1046) 2022-12-05 11:56:44 -06:00
update_user_dto.dart feat(server,web): update email address (#1186) 2022-12-27 10:36:31 -06:00
upsert_device_info_dto.dart refactor(server): device info service (#1071) 2022-12-08 09:57:07 -06:00
usage_by_user_dto.dart fix(server): Server freezes when getting statistic (#994) 2022-11-20 13:09:31 -06:00
user_count_response_dto.dart
user_response_dto.dart feat(web,server): link/unlink oauth account (#1154) 2022-12-26 09:35:52 -06:00
validate_access_token_response_dto.dart