You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->l10n->t('Your remote address was identified as "%s" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly.', $address),
Copy file name to clipboardExpand all lines: core/js/setupchecks.js
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -180,14 +180,6 @@
180
180
varafterCall=function(data,statusText,xhr){
181
181
varmessages=[];
182
182
if(xhr.status===200&&data){
183
-
if(data.isBruteforceThrottled){
184
-
messages.push({
185
-
msg: t('core','Your remote address was identified as "{remoteAddress}" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}.',{remoteAddress: data.bruteforceRemoteAddress})
msg: t('core','Please make sure to set the "overwrite.cli.url" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: "{suggestedOverwriteCliURL}". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)',{suggestedOverwriteCliURL: data.suggestedOverwriteCliURL}),
msg: 'Your remote address was identified as "::1" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the <a target="_blank" rel="noreferrer noopener" class="external" href="https://docs.nextcloud.com/foo/bar.html">documentation ↗</a>.',
587
-
type: OC.SetupChecks.MESSAGE_TYPE_ERROR
588
-
}]);
589
-
done();
590
-
});
591
-
});
592
-
593
538
it('should return an error if set_time_limit is unavailable',function(done){
0 commit comments