mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
* Add class to apply SSL options * Apply client certificate for native Android code * Refactor self-signed check * Allow self-signed certificates * Fix Dart analysis * Add HostnameVerifier Android explicitly does NOT check the Common Name of a certificate, only the Subject Alt Names. Chances are that someone who self-signs a certificate doesn't go through the extra steps to add a SAN, and in that case the connection would be prevented by the HostnameVerifier even thought the TrustManager was fine with the certificate itself. * Rename parameter like in Dart * Fix NPE * Catch all native errors in HttpSSLOptionsPlugin * Workaround for too early onChanged() callback * Fix formatting --------- Co-authored-by: Alex <alex.tran1502@gmail.com> |
||
|---|---|---|
| .. | ||
| cache | ||
| hooks | ||
| async_mutex.dart | ||
| backup_progress.dart | ||
| bootstrap.dart | ||
| bytes_units.dart | ||
| color_filter_generator.dart | ||
| datetime_comparison.dart | ||
| debounce.dart | ||
| diff.dart | ||
| download.dart | ||
| draggable_scroll_controller.dart | ||
| hash.dart | ||
| http_ssl_cert_override.dart | ||
| http_ssl_options.dart | ||
| image_url_builder.dart | ||
| immich_loading_overlay.dart | ||
| isolate.dart | ||
| local_files_manager.dart | ||
| map_utils.dart | ||
| migration.dart | ||
| openapi_patching.dart | ||
| provider_utils.dart | ||
| selection_handlers.dart | ||
| storage_indicator.dart | ||
| string_helper.dart | ||
| throttle.dart | ||
| translation.dart | ||
| upload.dart | ||
| url_helper.dart | ||
| version_compatibility.dart | ||