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('This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}.'),
Copy file name to clipboardExpand all lines: core/js/setupchecks.js
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -180,15 +180,6 @@
180
180
varafterCall=function(data,statusText,xhr){
181
181
varmessages=[];
182
182
if(xhr.status===200&&data){
183
-
if(!data.isFairUseOfFreePushService){
184
-
messages.push({
185
-
msg: t('core','This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {linkstart}https://nextcloud.com/enterprise{linkend}.')
msg: t('core','You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}.')
0 commit comments