@@ -224,7 +224,6 @@ describe('OC.SetupChecks tests', function() {
224224 } ,
225225 JSON . stringify ( {
226226 isFairUseOfFreePushService : true ,
227- areWebauthnExtensionsEnabled : true ,
228227 isMysqlUsedWithoutUTF8MB4 : false ,
229228 isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed : true ,
230229 reverseProxyGeneratedURL : 'https://server' ,
@@ -262,7 +261,6 @@ describe('OC.SetupChecks tests', function() {
262261 } ,
263262 JSON . stringify ( {
264263 isFairUseOfFreePushService : true ,
265- areWebauthnExtensionsEnabled : true ,
266264 isMysqlUsedWithoutUTF8MB4 : false ,
267265 isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed : true ,
268266 reverseProxyGeneratedURL : 'https://server' ,
@@ -300,7 +298,6 @@ describe('OC.SetupChecks tests', function() {
300298 } ,
301299 JSON . stringify ( {
302300 isFairUseOfFreePushService : true ,
303- areWebauthnExtensionsEnabled : true ,
304301 isMysqlUsedWithoutUTF8MB4 : false ,
305302 isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed : true ,
306303 reverseProxyGeneratedURL : 'https://server' ,
@@ -339,7 +336,6 @@ describe('OC.SetupChecks tests', function() {
339336 JSON . stringify ( {
340337 isFairUseOfFreePushService : true ,
341338 reverseProxyDocs : 'https://docs.nextcloud.com/foo/bar.html' ,
342- areWebauthnExtensionsEnabled : true ,
343339 isMysqlUsedWithoutUTF8MB4 : false ,
344340 isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed : true ,
345341 reverseProxyGeneratedURL : 'https://server' ,
@@ -407,7 +403,6 @@ describe('OC.SetupChecks tests', function() {
407403 } ,
408404 JSON . stringify ( {
409405 isFairUseOfFreePushService : true ,
410- areWebauthnExtensionsEnabled : true ,
411406 isMysqlUsedWithoutUTF8MB4 : false ,
412407 isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed : true ,
413408 reverseProxyGeneratedURL : 'https://server' ,
@@ -450,7 +445,6 @@ describe('OC.SetupChecks tests', function() {
450445 } ,
451446 JSON . stringify ( {
452447 isFairUseOfFreePushService : true ,
453- areWebauthnExtensionsEnabled : true ,
454448 isMysqlUsedWithoutUTF8MB4 : true ,
455449 isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed : true ,
456450 reverseProxyGeneratedURL : 'https://server' ,
@@ -490,7 +484,6 @@ describe('OC.SetupChecks tests', function() {
490484 },
491485 JSON.stringify({
492486 isFairUseOfFreePushService: true,
493- areWebauthnExtensionsEnabled: true,
494487 isMysqlUsedWithoutUTF8MB4: false,
495488 isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
496489 reverseProxyDocs: 'https://docs.nextcloud.com/foo/bar.html',
@@ -527,7 +520,6 @@ describe('OC.SetupChecks tests', function() {
527520 } ,
528521 JSON . stringify ( {
529522 isFairUseOfFreePushService : true ,
530- areWebauthnExtensionsEnabled : true ,
531523 isMysqlUsedWithoutUTF8MB4 : false ,
532524 isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed : true ,
533525 reverseProxyDocs : 'https://docs.nextcloud.com/foo/bar.html' ,
@@ -561,7 +553,6 @@ describe('OC.SetupChecks tests', function() {
561553 } ,
562554 JSON . stringify ( {
563555 isFairUseOfFreePushService : true ,
564- areWebauthnExtensionsEnabled : true ,
565556 isMysqlUsedWithoutUTF8MB4 : false ,
566557 isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed : false ,
567558 reverseProxyGeneratedURL : 'https://server' ,
@@ -587,42 +578,6 @@ describe('OC.SetupChecks tests', function() {
587578 } ) ;
588579 } ) ;
589580
590- it ( 'should return an error if gmp or bcmath are not enabled' , function ( done ) {
591- var async = OC . SetupChecks . checkSetup ( ) ;
592-
593- suite . server . requests [ 0 ] . respond (
594- 200 ,
595- {
596- 'Content-Type' : 'application/json' ,
597- } ,
598- JSON . stringify ( {
599- isFairUseOfFreePushService : true ,
600- areWebauthnExtensionsEnabled : false ,
601- isMysqlUsedWithoutUTF8MB4 : false ,
602- isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed : true ,
603- reverseProxyGeneratedURL : 'https://server' ,
604- temporaryDirectoryWritable : true ,
605- generic : {
606- network : {
607- "Internet connectivity" : {
608- severity : "success" ,
609- description : null ,
610- linkToDoc : null
611- }
612- } ,
613- } ,
614- } )
615- ) ;
616-
617- async . done ( function ( data , s , x ) {
618- expect ( data ) . toEqual ( [ {
619- msg : 'The PHP modules "gmp" and/or "bcmath" are not enabled. If you use WebAuthn passwordless authentication, these modules are required.' ,
620- type : OC . SetupChecks . MESSAGE_TYPE_INFO
621- } ] ) ;
622- done ( ) ;
623- } ) ;
624- } ) ;
625-
626581 it ( 'should return an info if there is no default phone region' , function ( done ) {
627582 var async = OC . SetupChecks . checkSetup ( ) ;
628583
@@ -633,7 +588,6 @@ describe('OC.SetupChecks tests', function() {
633588 } ,
634589 JSON . stringify ( {
635590 isFairUseOfFreePushService : true ,
636- areWebauthnExtensionsEnabled : true ,
637591 isMysqlUsedWithoutUTF8MB4 : false ,
638592 isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed : true ,
639593 reverseProxyGeneratedURL : 'https://server' ,
@@ -676,7 +630,6 @@ describe('OC.SetupChecks tests', function() {
676630 } ,
677631 JSON . stringify ( {
678632 isFairUseOfFreePushService : true ,
679- areWebauthnExtensionsEnabled : true ,
680633 isMysqlUsedWithoutUTF8MB4 : false ,
681634 isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed : true ,
682635 reverseProxyGeneratedURL : 'https://server' ,
0 commit comments