diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-03-04 15:54:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 15:54:47 +0100 |
commit | 5794e1c9d6a8421c5a7f845e1d8bf385bf6651d8 (patch) | |
tree | c8c5eb2cfcbf776679713c46b62f57cac4d2c3a4 /core/js/tests/specs/setupchecksSpec.js | |
parent | 1ae15967fc70b52105ae01e61e3b1d3206dcf844 (diff) | |
parent | ca246dc35c76390e26108d3c14e640f3f2d682bf (diff) | |
download | nextcloud-server-5794e1c9d6a8421c5a7f845e1d8bf385bf6651d8.tar.gz nextcloud-server-5794e1c9d6a8421c5a7f845e1d8bf385bf6651d8.zip |
Merge pull request #43906 from nextcloud/enh/migrate-ssl-url-setupcheck
feat(settings): Migrate SSL access and URL generation check to SetupCheck API
Diffstat (limited to 'core/js/tests/specs/setupchecksSpec.js')
-rw-r--r-- | core/js/tests/specs/setupchecksSpec.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/js/tests/specs/setupchecksSpec.js b/core/js/tests/specs/setupchecksSpec.js index 03a2af7ed25..a0d6f69e1d9 100644 --- a/core/js/tests/specs/setupchecksSpec.js +++ b/core/js/tests/specs/setupchecksSpec.js @@ -117,7 +117,6 @@ describe('OC.SetupChecks tests', function() { 'Content-Type': 'application/json' }, JSON.stringify({ - reverseProxyGeneratedURL: 'https://server', generic: { network: { "Internet connectivity": { @@ -150,7 +149,6 @@ describe('OC.SetupChecks tests', function() { 'Content-Type': 'application/json' }, JSON.stringify({ - reverseProxyGeneratedURL: 'https://server', generic: { network: { "Internet connectivity": { @@ -183,7 +181,6 @@ describe('OC.SetupChecks tests', function() { 'Content-Type': 'application/json', }, JSON.stringify({ - reverseProxyGeneratedURL: 'https://server', generic: { network: { "Internet connectivity": { @@ -216,8 +213,6 @@ describe('OC.SetupChecks tests', function() { 'Content-Type': 'application/json', }, JSON.stringify({ - reverseProxyDocs: 'https://docs.nextcloud.com/foo/bar.html', - reverseProxyGeneratedURL: 'https://server', generic: { network: { "Internet connectivity": { @@ -280,7 +275,6 @@ describe('OC.SetupChecks tests', function() { 'Content-Type': 'application/json', }, JSON.stringify({ - reverseProxyGeneratedURL: 'https://server', generic: { network: { "Internet connectivity": { @@ -322,8 +316,6 @@ describe('OC.SetupChecks tests', function() { 'Content-Type': 'application/json', }, JSON.stringify({ - reverseProxyDocs: 'https://docs.nextcloud.com/foo/bar.html', - reverseProxyGeneratedURL: 'http://server', generic: { network: { "Internet connectivity": { @@ -354,8 +346,6 @@ describe('OC.SetupChecks tests', function() { 'Content-Type': 'application/json', }, JSON.stringify({ - reverseProxyDocs: 'https://docs.nextcloud.com/foo/bar.html', - reverseProxyGeneratedURL: 'http://server', generic: { network: { "Internet connectivity": { @@ -383,7 +373,6 @@ describe('OC.SetupChecks tests', function() { 'Content-Type': 'application/json', }, JSON.stringify({ - reverseProxyGeneratedURL: 'https://server', generic: { network: { "Internet connectivity": { |