Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb1c6b4d authored by David Luhmer's avatar David Luhmer
Browse files

Merge master

parents dfb2f678 a5a5132d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# Nextcloud Single Sign On
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8aa66fac0af94ef2836d386fad69f199)](https://www.codacy.com/app/Nextcloud/Android-SingleSignOn?utm_source=github.com&utm_medium=referral&utm_content=nextcloud/Android-SingleSignOn&utm_campaign=Badge_Grade)

This library allows you to use accounts as well as the network stack provided by the [nextcloud files app](https://play.google.com/store/apps/details?id=com.nextcloud.client). Therefore you as a developer don't need to worry about asking the user for credentials as well as you don't need to worry about self-signed ssl certificates, two factor authentication, save credential storage etc.

+0 −2
Original line number Diff line number Diff line
@@ -9,8 +9,6 @@

    <string name="token_mismatch_title">Error</string>
    <string name="nextcloud_files_app_not_installed_title">Error</string>
    <string name="nextcloud_files_app_not_installed_message">Nextcloud Files App is not installed. Please install it: https://play.google.com/store/apps/details?id=com.nextcloud.client</string>

    <string name="nextcloud_files_app_account_not_found_title">Error</string>
    <string name="nextcloud_files_app_account_not_found_message">Account not found in nextcloud files app</string>

+1 −5
Original line number Diff line number Diff line
@@ -11,8 +11,6 @@
    <string name="token_mismatch_message">Der Authentifizierungs-Token stimmt nicht überein oder dem Paketnamen fehlt die Berechtigung für diese Aktion</string>

    <string name="nextcloud_files_app_not_installed_title">Fehler</string>
    <string name="nextcloud_files_app_not_installed_message">Die Nextcloud-Files-App ist nicht installiert. Bitte installieren Sie: https://play.google.com/store/apps/details?id=com.nextcloud.client</string>

    <string name="nextcloud_files_app_account_not_found_title">Fehler</string>
    <string name="nextcloud_files_app_account_not_found_message">Konto in der Nextcloud App nicht gefunden</string>

@@ -20,6 +18,4 @@
    <string name="nextcloud_http_request_failed_message" formatted="true">HTTP-Anfrage ist fehlgeschlagen mit HTTP-Statuscode: %1$d</string>

    <string name="nextcloud_files_app_not_supported_title">Fehler</string>
    <string name="nextcloud_files_app_not_supported_message">Ihr Nextcloud-Client unterstützt die Einmal-Anmeldungs-Funktion nicht. Bitte aktualisieren: Please update it: https://play.google.com/store/apps/details?id=com.nextcloud.client</string>

    </resources>
+1 −5
Original line number Diff line number Diff line
@@ -11,8 +11,6 @@
    <string name="token_mismatch_message">El token de autenticación proporcionado no coincide o no se permite para realizar esta acción el nombre del paquete</string>

    <string name="nextcloud_files_app_not_installed_title">Error</string>
    <string name="nextcloud_files_app_not_installed_message">La app Archivos de Nextcloud no está instalada. Por favor, instálala: https://play.google.com/store/apps/details?id=com.nextcloud.client</string>

    <string name="nextcloud_files_app_account_not_found_title">Error</string>
    <string name="nextcloud_files_app_account_not_found_message">No se ha encontrado la cuenta en la app de Archivos de Nextcloud</string>

@@ -20,6 +18,4 @@
    <string name="nextcloud_http_request_failed_message" formatted="true">La petición HTTP ha fallado con un código de estado %1$d</string>

    <string name="nextcloud_files_app_not_supported_title">Error</string>
    <string name="nextcloud_files_app_not_supported_message">Tu app de Archivos de Nextcloud no soporta actualmente la característica de single sign on. Por favor, actualízala: https://play.google.com/store/apps/details?id=com.nextcloud.client</string>

    </resources>
+0 −2
Original line number Diff line number Diff line
@@ -9,8 +9,6 @@

    <string name="token_mismatch_title">Virhe</string>
    <string name="nextcloud_files_app_not_installed_title">Virhe</string>
    <string name="nextcloud_files_app_not_installed_message">Nextcloud-tiedostosovellusta ei ole asennettu. Asenna se: https://play.google.com/store/apps/details?id=com.nextcloud.client</string>

    <string name="nextcloud_files_app_account_not_found_title">Virhe</string>
    <string name="nextcloud_files_app_account_not_found_message">Tiliä ei löytynyt Nextcloudin tiedostosovelluksesta</string>

Loading