@ -226,7 +226,6 @@ describe('OC.SetupChecks tests', function() {
suggestedOverwriteCliURL : '' ,
isRandomnessSecure : true ,
isFairUseOfFreePushService : true ,
memcacheDocs : 'https://docs.nextcloud.com/server/go.php?to=admin-performance' ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -264,10 +263,6 @@ describe('OC.SetupChecks tests', function() {
async . done ( function ( data , s , x ) {
expect ( data ) . toEqual ( [
{
msg : 'No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target="_blank" rel="noreferrer noopener" class="external" href="https://docs.nextcloud.com/server/go.php?to=admin-performance">documentation ↗</a>.' ,
type : OC . SetupChecks . MESSAGE _TYPE _INFO
} ,
{
msg : 'This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features.' ,
type : OC . SetupChecks . MESSAGE _TYPE _WARNING
@ -289,7 +284,6 @@ describe('OC.SetupChecks tests', function() {
suggestedOverwriteCliURL : '' ,
isRandomnessSecure : true ,
isFairUseOfFreePushService : true ,
memcacheDocs : 'https://docs.nextcloud.com/server/go.php?to=admin-performance' ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -327,10 +321,6 @@ describe('OC.SetupChecks tests', function() {
async . done ( function ( data , s , x ) {
expect ( data ) . toEqual ( [
{
msg : 'No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target="_blank" rel="noreferrer noopener" class="external" href="https://docs.nextcloud.com/server/go.php?to=admin-performance">documentation ↗</a>.' ,
type : OC . SetupChecks . MESSAGE _TYPE _INFO
} ,
{
msg : 'This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features.' ,
type : OC . SetupChecks . MESSAGE _TYPE _WARNING
@ -352,7 +342,6 @@ describe('OC.SetupChecks tests', function() {
suggestedOverwriteCliURL : '' ,
isRandomnessSecure : true ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -412,7 +401,6 @@ describe('OC.SetupChecks tests', function() {
isRandomnessSecure : false ,
securityDocs : 'https://docs.nextcloud.com/myDocs.html' ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -470,7 +458,6 @@ describe('OC.SetupChecks tests', function() {
isRandomnessSecure : true ,
securityDocs : 'https://docs.nextcloud.com/myDocs.html' ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : false ,
hasPassedCodeIntegrityCheck : true ,
@ -528,7 +515,6 @@ describe('OC.SetupChecks tests', function() {
isRandomnessSecure : true ,
securityDocs : 'https://docs.nextcloud.com/myDocs.html' ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -587,7 +573,6 @@ describe('OC.SetupChecks tests', function() {
suggestedOverwriteCliURL : '' ,
isRandomnessSecure : true ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : false ,
reverseProxyDocs : 'https://docs.nextcloud.com/foo/bar.html' ,
isCorrectMemcachedPHPModuleInstalled : true ,
@ -647,7 +632,6 @@ describe('OC.SetupChecks tests', function() {
isFairUseOfFreePushService : true ,
isBruteforceThrottled : true ,
bruteforceRemoteAddress : '::1' ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
reverseProxyDocs : 'https://docs.nextcloud.com/foo/bar.html' ,
isCorrectMemcachedPHPModuleInstalled : true ,
@ -705,7 +689,6 @@ describe('OC.SetupChecks tests', function() {
suggestedOverwriteCliURL : '' ,
isRandomnessSecure : true ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
reverseProxyDocs : 'https://docs.nextcloud.com/foo/bar.html' ,
isCorrectMemcachedPHPModuleInstalled : true ,
@ -763,7 +746,6 @@ describe('OC.SetupChecks tests', function() {
suggestedOverwriteCliURL : '' ,
isRandomnessSecure : true ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
reverseProxyDocs : 'https://docs.nextcloud.com/foo/bar.html' ,
isCorrectMemcachedPHPModuleInstalled : true ,
@ -842,7 +824,6 @@ describe('OC.SetupChecks tests', function() {
isRandomnessSecure : true ,
securityDocs : 'https://docs.nextcloud.com/myDocs.html' ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -907,7 +888,6 @@ describe('OC.SetupChecks tests', function() {
isRandomnessSecure : true ,
securityDocs : 'https://docs.nextcloud.com/myDocs.html' ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -965,7 +945,6 @@ describe('OC.SetupChecks tests', function() {
isRandomnessSecure : true ,
securityDocs : 'https://docs.nextcloud.com/myDocs.html' ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -1023,7 +1002,6 @@ describe('OC.SetupChecks tests', function() {
isRandomnessSecure : true ,
securityDocs : 'https://docs.nextcloud.com/myDocs.html' ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -1085,7 +1063,6 @@ describe('OC.SetupChecks tests', function() {
isRandomnessSecure : true ,
securityDocs : 'https://docs.nextcloud.com/myDocs.html' ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -1144,7 +1121,6 @@ describe('OC.SetupChecks tests', function() {
isRandomnessSecure : true ,
securityDocs : 'https://docs.nextcloud.com/myDocs.html' ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -1200,7 +1176,6 @@ describe('OC.SetupChecks tests', function() {
isRandomnessSecure : true ,
securityDocs : 'https://docs.nextcloud.com/myDocs.html' ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -1259,7 +1234,6 @@ describe('OC.SetupChecks tests', function() {
isRandomnessSecure : true ,
securityDocs : 'https://docs.nextcloud.com/myDocs.html' ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -1318,7 +1292,6 @@ describe('OC.SetupChecks tests', function() {
isRandomnessSecure : true ,
securityDocs : 'https://docs.nextcloud.com/myDocs.html' ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -1376,7 +1349,6 @@ describe('OC.SetupChecks tests', function() {
isRandomnessSecure : true ,
securityDocs : 'https://docs.nextcloud.com/myDocs.html' ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -1434,7 +1406,6 @@ describe('OC.SetupChecks tests', function() {
isRandomnessSecure : true ,
securityDocs : 'https://docs.nextcloud.com/myDocs.html' ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,
@ -1499,7 +1470,6 @@ describe('OC.SetupChecks tests', function() {
isRandomnessSecure : true ,
securityDocs : 'https://docs.nextcloud.com/myDocs.html' ,
isFairUseOfFreePushService : true ,
isMemcacheConfigured : true ,
forwardedForHeadersWorking : true ,
isCorrectMemcachedPHPModuleInstalled : true ,
hasPassedCodeIntegrityCheck : true ,