mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
* feat: ProcessRepository#createSpawnDuplexStream
* test: write tests for ProcessRepository#createSpawnDuplexStream
* feat: StorageRepository#createGzip,createGunzip,createPlainReadStream
* feat: backups util (args, create, restore, progress)
* feat: wait on maintenance operation lock on boot
* chore: use backup util from backup.service.ts
test: update backup.service.ts tests with new util
* feat: list/delete backups (maintenance services)
* chore: open api
fix: missing action in cli.service.ts
* chore: add missing repositories to MaintenanceModule
* refactor: move logSecret into module init
* feat: initialise StorageCore in maintenance mode
* feat: authenticate websocket requests in maintenance mode
* test: add mock for new storage fns
* feat: add MaintenanceEphemeralStateRepository
refactor: cache the secret in memory
* test: update service worker tests
* feat: add external maintenance mode status
* feat: synchronised status, restore db action
* test: backup restore service tests
* refactor: DRY end maintenance
* feat: list and delete backup routes
* feat: start action on boot
* fix: should set status on restore end
* refactor: add maintenanceStore to hold writables
* feat: sync status to web app
* feat: web impl.
* test: various utils for testings
* test: web e2e tests
* test: e2e maintenance spec
* test: update cli spec
* chore: e2e lint
* chore: lint fixes
* chore: lint fixes
* feat: start restore flow route
* test: update e2e tests
* chore: remove neon lights on maintenance action pages
* fix: use 'startRestoreFlow' on onboarding page
* chore: ignore any library folder in `docker/`
* fix: load status on boot
* feat: upload backups
* refactor: permit any .sql(.gz) to be listed/restored
* feat: download backups from list
* fix: permit uploading just .sql files
* feat: restore just .sql files
* fix: don't show backups list if logged out
* feat: system integrity check in restore flow
* test: not providing failed backups in API anymore
* test: util should also not try to use failedBackups
* fix: actually assign inputStream
* test: correct test backup prep.
* fix: ensure task is defined to show error
* test: fix docker cp command
* test: update e2e web spec to select next button
* test: update e2e api tests
* test: refactor timeouts
* chore: remove `showDelete` from maint. settings
* chore: lint
* chore: lint
* fix: make sure backups are correctly sorted for clean up
* test: update service spec
* test: adjust e2e timeout
* test: increase web timeouts for ci
* chore: move gitignore changes
* chore: additional filename validation
* refactor: better typings for integrity API
* feat: higher accuracy progress tracking
* chore: delay lock retry
* refactor: remove old maintenance settings
* refactor: clean up tailwind classes
* refactor: use while loop rather than recursive calls
* test: update service specs
* chore: check canParse too
* chore: lint
* fix: logic error causing infinite loop
* refactor: use <ProgressBar /> from ui library
* fix: create or overwrite file
* chore: i18n pass, update progress bar
* fix: wrong translation string
* chore: update colour variables
* test: update web test for new maint. page
* chore: format, fix key
* test: update tests to be more linter complaint & use new routines
* chore: update onClick -> onAction, title -> breadcrumbs
* fix: use wrench icon in admin settings sidebar
* chore: add translation strings to accordion
* chore: lint
* refactor: move maintenance worker init into service
* refactor: `maintenanceStatus` -> `getMaintenanceStatus`
refactor: `integrityCheck` -> `detectPriorInstall`
chore: add `v2.4.0` version
refactor: `/backups/list` -> `/backups`
refactor: use sendFile in download route
refactor: use separate backups permissions
chore: correct descriptions
refactor: permit handler that doesn't return promise for sendfile
* refactor: move status impl into service
refactor: add active flag to maintenance status
* refactor: split into database backup controller
* test: split api e2e tests and passing
* fix: move end button into authed default maint page
* fix: also show in restore flow
* fix: import getMaintenanceStatus
* test: split web e2e tests
* refactor: ensure detect install is consistently named
* chore: ensure admin for detect install while out of maint.
* refactor: remove state repository
* test: update maint. worker service spec
* test: split backup service spec
* refactor: rename db backup routes
* refactor: instead of param, allow bulk backup deletion
* test: update sdk use in e2e test
* test: correct deleteBackup call
* fix: correct type for serverinstall response dto
* chore: validate filename for deletion
* test: wip
* test: backups no longer take path param
* refactor: scope util to database-backups instead of backups
* fix: update worker controller with new route
* chore: use new admin page actions
* chore: remove stray comment
* test: rename outdated test
* refactor: getter pattern for maintenance secret
* refactor: `createSpawnDuplexStream` -> `spawnDuplexStream`
* refactor: prefer `Object.assign`
* refactor: remove useless try {} block
* refactor: prefer `type Props`
refactor: prefer arrow function
* refactor: use luxon API for minutesAgo
* chore: remove change to gitignore
* refactor: prefer `type Props`
* refactor: remove async from onMount
* refactor: use luxon toRelative for relative time
* refactor: duplicate logic check
* chore: open api
* refactor: begin moving code into web//services
* refactor: don't use template string with $t
* test: use dialog role to match prompt
* refactor: split actions into flow/restore
* test: fix action value
* refactor: move more service calls into web//services
* chore: should void fn return
* chore: bump 2.4.0 to 2.5.0 in controller
* chore: bump 2.4.0 to 2.5.0 in controller
* refactor: use events for web//services
* chore: open api
* chore: open api
* refactor: don't await returned promise
* refactor: remove redundant check
* refactor: add `type: command` to actions
* refactor: split backup entries into own component
* refactor: split restore flow into separate components
* refactor(web): split BackupDelete event
* chore: stylings
* chore: stylings
* fix: don't log query failure on first boot
* feat: support pg_dumpall backups
* feat: display information about each backup
* chore: i18n
* feat: rollback to restore point on migrations failure
* feat: health check after restore
* chore: format
* refactor: split health check into separate function
* refactor: split health into repository
test: write tests covering rollbacks
* fix: omit 'health' requirement from createDbBackup
* test(e2e): rollback test
* fix: wrap text in backup entry
* fix: don't shrink context menu button
* fix: correct CREATE DB syntax for postgres
* test: rename backups generated by test
* feat: add filesize to backup response dto
* feat: restore list
* feat: ui work
* fix: e2e test
* fix: e2e test
* pr feedback
* pr feedback
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
Co-authored-by: Jason Rasmussen <jason@rasm.me>
|
||
|---|---|---|
| .. | ||
| activity_create_dto.dart | ||
| activity_response_dto.dart | ||
| activity_statistics_response_dto.dart | ||
| add_users_dto.dart | ||
| admin_onboarding_update_dto.dart | ||
| album_response_dto.dart | ||
| album_statistics_response_dto.dart | ||
| album_user_add_dto.dart | ||
| album_user_create_dto.dart | ||
| album_user_response_dto.dart | ||
| album_user_role.dart | ||
| albums_add_assets_dto.dart | ||
| albums_add_assets_response_dto.dart | ||
| albums_response.dart | ||
| albums_update.dart | ||
| api_key_create_dto.dart | ||
| api_key_create_response_dto.dart | ||
| api_key_response_dto.dart | ||
| api_key_update_dto.dart | ||
| asset_bulk_delete_dto.dart | ||
| asset_bulk_update_dto.dart | ||
| asset_bulk_upload_check_dto.dart | ||
| asset_bulk_upload_check_item.dart | ||
| asset_bulk_upload_check_response_dto.dart | ||
| asset_bulk_upload_check_result.dart | ||
| asset_copy_dto.dart | ||
| asset_delta_sync_dto.dart | ||
| asset_delta_sync_response_dto.dart | ||
| asset_edit_action.dart | ||
| asset_edit_action_crop.dart | ||
| asset_edit_action_list_dto.dart | ||
| asset_edit_action_list_dto_edits_inner.dart | ||
| asset_edit_action_mirror.dart | ||
| asset_edit_action_rotate.dart | ||
| asset_edits_dto.dart | ||
| asset_face_create_dto.dart | ||
| asset_face_delete_dto.dart | ||
| asset_face_response_dto.dart | ||
| asset_face_update_dto.dart | ||
| asset_face_update_item.dart | ||
| asset_face_without_person_response_dto.dart | ||
| asset_full_sync_dto.dart | ||
| asset_ids_dto.dart | ||
| asset_ids_response_dto.dart | ||
| asset_job_name.dart | ||
| asset_jobs_dto.dart | ||
| asset_media_response_dto.dart | ||
| asset_media_size.dart | ||
| asset_media_status.dart | ||
| asset_metadata_bulk_delete_dto.dart | ||
| asset_metadata_bulk_delete_item_dto.dart | ||
| asset_metadata_bulk_response_dto.dart | ||
| asset_metadata_bulk_upsert_dto.dart | ||
| asset_metadata_bulk_upsert_item_dto.dart | ||
| asset_metadata_response_dto.dart | ||
| asset_metadata_upsert_dto.dart | ||
| asset_metadata_upsert_item_dto.dart | ||
| asset_ocr_response_dto.dart | ||
| asset_order.dart | ||
| asset_response_dto.dart | ||
| asset_stack_response_dto.dart | ||
| asset_stats_response_dto.dart | ||
| asset_type_enum.dart | ||
| asset_visibility.dart | ||
| audio_codec.dart | ||
| auth_status_response_dto.dart | ||
| avatar_update.dart | ||
| bulk_id_error_reason.dart | ||
| bulk_id_response_dto.dart | ||
| bulk_ids_dto.dart | ||
| cast_response.dart | ||
| cast_update.dart | ||
| change_password_dto.dart | ||
| check_existing_assets_dto.dart | ||
| check_existing_assets_response_dto.dart | ||
| clip_config.dart | ||
| colorspace.dart | ||
| contributor_count_response_dto.dart | ||
| cq_mode.dart | ||
| create_album_dto.dart | ||
| create_library_dto.dart | ||
| create_profile_image_response_dto.dart | ||
| crop_parameters.dart | ||
| database_backup_config.dart | ||
| database_backup_delete_dto.dart | ||
| database_backup_dto.dart | ||
| database_backup_list_response_dto.dart | ||
| download_archive_info.dart | ||
| download_info_dto.dart | ||
| download_response.dart | ||
| download_response_dto.dart | ||
| download_update.dart | ||
| duplicate_detection_config.dart | ||
| duplicate_response_dto.dart | ||
| email_notifications_response.dart | ||
| email_notifications_update.dart | ||
| exif_response_dto.dart | ||
| face_dto.dart | ||
| facial_recognition_config.dart | ||
| folders_response.dart | ||
| folders_update.dart | ||
| image_format.dart | ||
| job_create_dto.dart | ||
| job_name.dart | ||
| job_settings_dto.dart | ||
| library_response_dto.dart | ||
| library_stats_response_dto.dart | ||
| license_key_dto.dart | ||
| license_response_dto.dart | ||
| log_level.dart | ||
| login_credential_dto.dart | ||
| login_response_dto.dart | ||
| logout_response_dto.dart | ||
| machine_learning_availability_checks_dto.dart | ||
| maintenance_action.dart | ||
| maintenance_auth_dto.dart | ||
| maintenance_detect_install_response_dto.dart | ||
| maintenance_detect_install_storage_folder_dto.dart | ||
| maintenance_login_dto.dart | ||
| maintenance_status_response_dto.dart | ||
| manual_job_name.dart | ||
| map_marker_response_dto.dart | ||
| map_reverse_geocode_response_dto.dart | ||
| memories_response.dart | ||
| memories_update.dart | ||
| memory_create_dto.dart | ||
| memory_response_dto.dart | ||
| memory_search_order.dart | ||
| memory_statistics_response_dto.dart | ||
| memory_type.dart | ||
| memory_update_dto.dart | ||
| merge_person_dto.dart | ||
| metadata_search_dto.dart | ||
| mirror_axis.dart | ||
| mirror_parameters.dart | ||
| notification_create_dto.dart | ||
| notification_delete_all_dto.dart | ||
| notification_dto.dart | ||
| notification_level.dart | ||
| notification_type.dart | ||
| notification_update_all_dto.dart | ||
| notification_update_dto.dart | ||
| o_auth_authorize_response_dto.dart | ||
| o_auth_callback_dto.dart | ||
| o_auth_config_dto.dart | ||
| o_auth_token_endpoint_auth_method.dart | ||
| ocr_config.dart | ||
| on_this_day_dto.dart | ||
| onboarding_dto.dart | ||
| onboarding_response_dto.dart | ||
| partner_create_dto.dart | ||
| partner_direction.dart | ||
| partner_response_dto.dart | ||
| partner_update_dto.dart | ||
| people_response.dart | ||
| people_response_dto.dart | ||
| people_update.dart | ||
| people_update_dto.dart | ||
| people_update_item.dart | ||
| permission.dart | ||
| person_create_dto.dart | ||
| person_response_dto.dart | ||
| person_statistics_response_dto.dart | ||
| person_update_dto.dart | ||
| person_with_faces_response_dto.dart | ||
| pin_code_change_dto.dart | ||
| pin_code_reset_dto.dart | ||
| pin_code_setup_dto.dart | ||
| places_response_dto.dart | ||
| plugin_action_response_dto.dart | ||
| plugin_context_type.dart | ||
| plugin_filter_response_dto.dart | ||
| plugin_response_dto.dart | ||
| plugin_trigger_response_dto.dart | ||
| plugin_trigger_type.dart | ||
| purchase_response.dart | ||
| purchase_update.dart | ||
| queue_command.dart | ||
| queue_command_dto.dart | ||
| queue_delete_dto.dart | ||
| queue_job_response_dto.dart | ||
| queue_job_status.dart | ||
| queue_name.dart | ||
| queue_response_dto.dart | ||
| queue_response_legacy_dto.dart | ||
| queue_statistics_dto.dart | ||
| queue_status_legacy_dto.dart | ||
| queue_update_dto.dart | ||
| queues_response_legacy_dto.dart | ||
| random_search_dto.dart | ||
| ratings_response.dart | ||
| ratings_update.dart | ||
| reaction_level.dart | ||
| reaction_type.dart | ||
| reverse_geocoding_state_response_dto.dart | ||
| rotate_parameters.dart | ||
| search_album_response_dto.dart | ||
| search_asset_response_dto.dart | ||
| search_explore_item.dart | ||
| search_explore_response_dto.dart | ||
| search_facet_count_response_dto.dart | ||
| search_facet_response_dto.dart | ||
| search_response_dto.dart | ||
| search_statistics_response_dto.dart | ||
| search_suggestion_type.dart | ||
| server_about_response_dto.dart | ||
| server_apk_links_dto.dart | ||
| server_config_dto.dart | ||
| server_features_dto.dart | ||
| server_media_types_response_dto.dart | ||
| server_ping_response.dart | ||
| server_stats_response_dto.dart | ||
| server_storage_response_dto.dart | ||
| server_theme_dto.dart | ||
| server_version_history_response_dto.dart | ||
| server_version_response_dto.dart | ||
| session_create_dto.dart | ||
| session_create_response_dto.dart | ||
| session_response_dto.dart | ||
| session_unlock_dto.dart | ||
| session_update_dto.dart | ||
| set_maintenance_mode_dto.dart | ||
| shared_link_create_dto.dart | ||
| shared_link_edit_dto.dart | ||
| shared_link_response_dto.dart | ||
| shared_link_type.dart | ||
| shared_links_response.dart | ||
| shared_links_update.dart | ||
| sign_up_dto.dart | ||
| smart_search_dto.dart | ||
| source_type.dart | ||
| stack_create_dto.dart | ||
| stack_response_dto.dart | ||
| stack_update_dto.dart | ||
| statistics_search_dto.dart | ||
| storage_folder.dart | ||
| sync_ack_delete_dto.dart | ||
| sync_ack_dto.dart | ||
| sync_ack_set_dto.dart | ||
| sync_album_delete_v1.dart | ||
| sync_album_to_asset_delete_v1.dart | ||
| sync_album_to_asset_v1.dart | ||
| sync_album_user_delete_v1.dart | ||
| sync_album_user_v1.dart | ||
| sync_album_v1.dart | ||
| sync_asset_delete_v1.dart | ||
| sync_asset_exif_v1.dart | ||
| sync_asset_face_delete_v1.dart | ||
| sync_asset_face_v1.dart | ||
| sync_asset_metadata_delete_v1.dart | ||
| sync_asset_metadata_v1.dart | ||
| sync_asset_v1.dart | ||
| sync_auth_user_v1.dart | ||
| sync_entity_type.dart | ||
| sync_memory_asset_delete_v1.dart | ||
| sync_memory_asset_v1.dart | ||
| sync_memory_delete_v1.dart | ||
| sync_memory_v1.dart | ||
| sync_partner_delete_v1.dart | ||
| sync_partner_v1.dart | ||
| sync_person_delete_v1.dart | ||
| sync_person_v1.dart | ||
| sync_request_type.dart | ||
| sync_stack_delete_v1.dart | ||
| sync_stack_v1.dart | ||
| sync_stream_dto.dart | ||
| sync_user_delete_v1.dart | ||
| sync_user_metadata_delete_v1.dart | ||
| sync_user_metadata_v1.dart | ||
| sync_user_v1.dart | ||
| system_config_backups_dto.dart | ||
| system_config_dto.dart | ||
| system_config_f_fmpeg_dto.dart | ||
| system_config_faces_dto.dart | ||
| system_config_generated_fullsize_image_dto.dart | ||
| system_config_generated_image_dto.dart | ||
| system_config_image_dto.dart | ||
| system_config_job_dto.dart | ||
| system_config_library_dto.dart | ||
| system_config_library_scan_dto.dart | ||
| system_config_library_watch_dto.dart | ||
| system_config_logging_dto.dart | ||
| system_config_machine_learning_dto.dart | ||
| system_config_map_dto.dart | ||
| system_config_metadata_dto.dart | ||
| system_config_new_version_check_dto.dart | ||
| system_config_nightly_tasks_dto.dart | ||
| system_config_notifications_dto.dart | ||
| system_config_o_auth_dto.dart | ||
| system_config_password_login_dto.dart | ||
| system_config_reverse_geocoding_dto.dart | ||
| system_config_server_dto.dart | ||
| system_config_smtp_dto.dart | ||
| system_config_smtp_transport_dto.dart | ||
| system_config_storage_template_dto.dart | ||
| system_config_template_emails_dto.dart | ||
| system_config_template_storage_option_dto.dart | ||
| system_config_templates_dto.dart | ||
| system_config_theme_dto.dart | ||
| system_config_trash_dto.dart | ||
| system_config_user_dto.dart | ||
| tag_bulk_assets_dto.dart | ||
| tag_bulk_assets_response_dto.dart | ||
| tag_create_dto.dart | ||
| tag_response_dto.dart | ||
| tag_update_dto.dart | ||
| tag_upsert_dto.dart | ||
| tags_response.dart | ||
| tags_update.dart | ||
| template_dto.dart | ||
| template_response_dto.dart | ||
| test_email_response_dto.dart | ||
| time_bucket_asset_response_dto.dart | ||
| time_buckets_response_dto.dart | ||
| tone_mapping.dart | ||
| transcode_hw_accel.dart | ||
| transcode_policy.dart | ||
| trash_response_dto.dart | ||
| update_album_dto.dart | ||
| update_album_user_dto.dart | ||
| update_asset_dto.dart | ||
| update_library_dto.dart | ||
| usage_by_user_dto.dart | ||
| user_admin_create_dto.dart | ||
| user_admin_delete_dto.dart | ||
| user_admin_response_dto.dart | ||
| user_admin_update_dto.dart | ||
| user_avatar_color.dart | ||
| user_license.dart | ||
| user_metadata_key.dart | ||
| user_preferences_response_dto.dart | ||
| user_preferences_update_dto.dart | ||
| user_response_dto.dart | ||
| user_status.dart | ||
| user_update_me_dto.dart | ||
| validate_access_token_response_dto.dart | ||
| validate_library_dto.dart | ||
| validate_library_import_path_response_dto.dart | ||
| validate_library_response_dto.dart | ||
| version_check_state_response_dto.dart | ||
| video_codec.dart | ||
| video_container.dart | ||
| workflow_action_item_dto.dart | ||
| workflow_action_response_dto.dart | ||
| workflow_create_dto.dart | ||
| workflow_filter_item_dto.dart | ||
| workflow_filter_response_dto.dart | ||
| workflow_response_dto.dart | ||
| workflow_update_dto.dart | ||