getConfig()->getAppValue('passman', 'check_version', '1') === '1'; $AppInstance = new App(); $localVersion = $AppInstance->getAppInfo("passman")["version"]; $githubVersion = $l->t('Unable to get version info'); if ($checkVersion) { // get latest master version $version = false; $url = 'https://raw.githubusercontent.com/nextcloud/passman/master/appinfo/info.xml'; try { $client = OC::$server->getHTTPClientService()->newClient(); $response = $client->get($url); $xml = $response->getBody(); } catch (\Exception $e) { $xml = false; } if ($xml) { $loadEntities = libxml_disable_entity_loader(true); $data = @simplexml_load_string($xml); libxml_disable_entity_loader($loadEntities); if ($data !== false) { $version = (string)$data->version; } else { libxml_clear_errors(); } } if ($version !== false) { $githubVersion = $version; } } $ciphers = openssl_get_cipher_methods(); ?>
t('Move credentials from one account to another')); ?>
t('Source account')); ?> | |
t('Destination account')); ?> |
t('Request ID')); ?> | t('Requested by')); ?> | t('Reason')); ?> | t('Created')); ?> |
---|