mirror of
https://github.com/immich-app/immich.git
synced 2025-06-24 17:03:11 +02: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> |
||
---|---|---|
.. | ||
asset_list_settings | ||
asset_viewer_settings | ||
backup_settings | ||
custom_proxy_headers_settings | ||
networking_settings | ||
preference_settings | ||
advanced_settings.dart | ||
language_settings.dart | ||
local_storage_settings.dart | ||
notification_setting.dart | ||
settings_button_list_tile.dart | ||
settings_radio_list_tile.dart | ||
settings_slider_list_tile.dart | ||
settings_sub_page_scaffold.dart | ||
settings_sub_title.dart | ||
settings_switch_list_tile.dart | ||
ssl_client_cert_settings.dart |