Initial auth support(ws currently broken, bad login dialog)

This commit is contained in:
Syer10
2025-10-15 16:23:11 -04:00
parent 0245ef25fe
commit f0a9f7aff1
21 changed files with 790 additions and 139 deletions

View File

@@ -319,9 +319,10 @@
<string name="host_webui_sub">Whether the server\'s default WebUI is enabled, makes you able to use Suwayomi in your browser</string>
<string name="host_open_in_browser">Open Server WebUI on startup</string>
<string name="host_open_in_browser_sub">Open the WebUI inside your browser on server startup. Requires the WebUI be enabled</string>
<string name="host_basic_auth_sub">Use basic auth to protect your library, requires username and password</string>
<string name="host_basic_auth_username">Basic auth username</string>
<string name="host_basic_auth_password">Basic auth password</string>
<string name="host_auth">Auth mode</string>
<string name="host_auth_sub">Use authentication to protect your library, requires username and password</string>
<string name="host_auth_username">Auth username</string>
<string name="host_auth_password">Auth password</string>
<string name="server_url">Server URL</string>
<string name="server_port">Server PORT</string>
<string name="server_path_prefix">Server Path Prefix</string>
@@ -338,6 +339,10 @@
<string name="no_auth">No auth</string>
<string name="basic_auth">Basic auth</string>
<string name="digest_auth">Digest auth</string>
<string name="simple_auth">Simple auth</string>
<string name="ui_login">UI login</string>
<string name="login">Login</string>
<string name="logout">Logout</string>
<string name="auth_username">Auth username</string>
<string name="auth_password">Auth password</string>
<string name="server_settings_sub">The below settings configure the connected Suwayomi-Server</string>