diff --git a/core/src/OC/eventsource.js b/core/src/OC/eventsource.js
index c66853c720332..dc719fdf033ef 100644
--- a/core/src/OC/eventsource.js
+++ b/core/src/OC/eventsource.js
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
-import $ from 'jquery'
import { getRequestToken } from './requesttoken.ts'
/**
@@ -42,16 +41,18 @@ function OCEventSource(src, data) {
} else {
const iframeId = 'oc_eventsource_iframe_' + OCEventSource.iframeCount
OCEventSource.fallBackSources[OCEventSource.iframeCount] = this
- this.iframe = $('')
- this.iframe.attr('id', iframeId)
- this.iframe.hide()
+ const iframe = document.createElement('iframe')
+ iframe.id = iframeId
+ iframe.style.display = 'none'
joinChar = '&'
if (src.indexOf('?') === -1) {
joinChar = '?'
}
- this.iframe.attr('src', src + joinChar + 'fallback=true&fallback_id=' + OCEventSource.iframeCount + '&' + dataStr)
- $('body').append(this.iframe)
+ iframe.src = src + joinChar + 'fallback=true&fallback_id=' + OCEventSource.iframeCount + '&' + dataStr
+
+ this.iframe = iframe
+ document.body.appendChild(this.iframe)
this.useFallBack = true
OCEventSource.iframeCount++
}
diff --git a/dist/9396-9396.js b/dist/9396-9396.js
index f5e5a38f99666..f2598484df1a3 100644
--- a/dist/9396-9396.js
+++ b/dist/9396-9396.js
@@ -1,2 +1,2 @@
-"use strict";(globalThis.webpackChunknextcloud_ui_legacy=globalThis.webpackChunknextcloud_ui_legacy||[]).push([[7471,9396],{23040(t,e,n){n.d(e,{A:()=>i});var s=n(71354),a=n.n(s),r=n(76314),o=n.n(r)()(a());o.push([t.id,"\n._updater__appsList_Yz6nW {\n\tlist-style-type: disc;\n\tmargin-inline-start: var(--default-clickable-area);\n}\n._updater__updateButton_Mwnuk {\n\tmargin-inline: auto;\n\tmargin-block: 1rem;\n}\n._updater__messageList_qo5F5 {\n\tmax-height: 50vh;\n\toverflow: visible scroll;\n\tpadding-inline-start: var(--default-grid-baseline);\n}\n._updater__message_ySGY4 {\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: start;\n\tgap: var(--default-grid-baseline);\n}\n._updater__messageText_woqJ3 {\n\ttext-align: start;\n}\n._updater__messageIcon_success_DY21y {\n\tcolor: var(--color-element-success);\n}\n._updater__messageIcon_info_Rx8RF {\n\tcolor: var(--color-element-info);\n}\n._updater__messageIcon_error_Pu5Pl {\n\tcolor: var(--color-element-error);\n}\n._updater__messageIcon_warning_t7k_k {\n\tcolor: var(--color-element-warning);\n}\n._updater__transition_active_VFUFS {\n\ttransition: all var(--animation-slow);\n}\n._updater__transition_collapsed_N3hdT {\n\topacity: 0;\n\tmax-height: 0px;\n}\n","",{version:3,sources:["webpack://./core/src/views/UpdaterAdmin.vue"],names:[],mappings:";AAyQA;CACA,qBAAA;CACA,kDAAA;AACA;AAEA;CACA,mBAAA;CACA,kBAAA;AACA;AAEA;CACA,gBAAA;CACA,wBAAA;CACA,kDAAA;AACA;AAEA;CACA,aAAA;CACA,mBAAA;CACA,sBAAA;CACA,iCAAA;AACA;AAEA;CACA,iBAAA;AACA;AAEA;CACA,mCAAA;AACA;AAEA;CACA,gCAAA;AACA;AAEA;CACA,iCAAA;AACA;AAEA;CACA,mCAAA;AACA;AAEA;CACA,qCAAA;AACA;AAEA;CACA,UAAA;CACA,eAAA;AACA",sourcesContent:["\x3c!--\n - SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors\n - SPDX-License-Identifier: AGPL-3.0-or-later\n--\x3e\n\n\\n\\n\\n\\t \\n\\t\\t\\t{{ t('core', 'Please make sure that the database, the config folder and the data folder have been backed up before proceeding.') }}\\n\\t\\t\\t\\n\\t\\t\\t{{ updateInfo.isAppsOnlyUpgrade\\n\\t\\t\\t\\t? t('core', 'App update required')\\n\\t\\t\\t\\t: t('core', '{productName} will be updated to version {version}', { productName: updateInfo.productName, version: updateInfo.version }) }}\\n\\t\\t
\\n\\n\\t\\t\\n\\t\\t\\t\\t
\\n\\t\\t\\n\\t\\t\\t\\t
\\n\\t\\t
\\n\\t\\t\\t{{ t('core', 'To avoid timeouts with larger installations, you can instead run the following command from your installation directory:') }}\\n\\t\\t\\t./occ upgrade
\\n\\t\\t
\\n\\t\\t\\t{{ t('core', 'Please make sure that the database, the config folder and the data folder have been backed up before proceeding.') }}\\n\\t\\t\\t
\\n\\t\\t\\t{{ t('core', 'To avoid timeouts with larger installations, you can instead run the following command from your installation directory:') }}\\n\\t\\t\\t
./occ upgrade\\n\\t\\t\\n\\n\\t\\t
=0;)n+=t[i],t[i]=l(n/e),n=n%e*1e7},v=function(t){for(var e=6,i="";--e>=0;)if(""!==i||0===e||0!==t[e]){var n=c(t[e]);i=""===i?n:i+d("0",7-n.length)+n}return i};n({target:"Number",proto:!0,forced:u(function(){return"0.000"!==p(8e-5,3)||"1"!==p(.9,0)||"1.25"!==p(1.255,2)||"1000000000000000128"!==p(0xde0b6b3a7640080,0)})||!u(function(){p({})})},{toFixed:function(t){var e,i,n,r,a=s(this),u=o(t),l=[0,0,0,0,0,0],p="",b="0";if(u<0||u>20)throw new h("Incorrect fraction digits");if(a!=a)return"NaN";if(a<=-1e21||a>=1e21)return c(a);if(a<0&&(p="-",a=-a),a>1e-21)if(i=(e=function(t){for(var e=0,i=t;i>=4096;)e+=12,i/=4096;for(;i>=2;)e+=1,i/=2;return e}(a*g(2,69,1))-69)<0?a*g(2,-e,1):a/g(2,e,1),i*=4503599627370496,(e=52-e)>0){for(A(l,0,i),n=u;n>=7;)A(l,1e7,0),n-=7;for(A(l,g(10,n,1),0),n=e-1;n>=23;)m(l,1<<23),n-=23;m(l,1< =0;n--){for(var h=e.words[n],c=u-1;c>=0;c--){var l=h>>c&1;r!==i[0]&&(r=this.sqr(r)),0!==l||0!==s?(s<<=1,s|=l,(4===++a||0===n&&0===c)&&(r=this.mul(r,i[s]),a=0,s=0)):a=0}u=26}return r},x.prototype.convertTo=function(t){var e=t.umod(this.m);return e===t?e.clone():e},x.prototype.convertFrom=function(t){var e=t.clone();return e.red=null,e},o.mont=function(t){return new k(t)},r(k,x),k.prototype.convertTo=function(t){return this.imod(t.ushln(this.shift))},k.prototype.convertFrom=function(t){var e=this.imod(t.mul(this.rinv));return e.red=null,e},k.prototype.imul=function(t,e){if(t.isZero()||e.isZero())return t.words[0]=0,t.length=1,t;var i=t.imul(e),n=i.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),r=i.isub(n).iushrn(this.shift),o=r;return r.cmp(this.m)>=0?o=r.isub(this.m):r.cmpn(0)<0&&(o=r.iadd(this.m)),o._forceRed(this)},k.prototype.mul=function(t,e){if(t.isZero()||e.isZero())return new o(0)._forceRed(this);var i=t.mul(e),n=i.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),r=i.isub(n).iushrn(this.shift),s=r;return r.cmp(this.m)>=0?s=r.isub(this.m):r.cmpn(0)<0&&(s=r.iadd(this.m)),s._forceRed(this)},k.prototype.invm=function(t){return this.imod(t._invmp(this.m).mul(this.r2))._forceRed(this)}}(t=i.nmd(t),this)},28527(t,e,i){"use strict";var n=i(97080),r=i(94402).has,o=i(25170),s=i(83789),a=i(40507),u=i(9539);t.exports=function(t){var e=n(this),i=s(t);if(o(e) =0;n--){for(var h=e.words[n],c=u-1;c>=0;c--){var l=h>>c&1;r!==i[0]&&(r=this.sqr(r)),0!==l||0!==s?(s<<=1,s|=l,(4===++a||0===n&&0===c)&&(r=this.mul(r,i[s]),a=0,s=0)):a=0}u=26}return r},_.prototype.convertTo=function(t){var e=t.umod(this.m);return e===t?e.clone():e},_.prototype.convertFrom=function(t){var e=t.clone();return e.red=null,e},o.mont=function(t){return new B(t)},r(B,_),B.prototype.convertTo=function(t){return this.imod(t.ushln(this.shift))},B.prototype.convertFrom=function(t){var e=this.imod(t.mul(this.rinv));return e.red=null,e},B.prototype.imul=function(t,e){if(t.isZero()||e.isZero())return t.words[0]=0,t.length=1,t;var i=t.imul(e),n=i.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),r=i.isub(n).iushrn(this.shift),o=r;return r.cmp(this.m)>=0?o=r.isub(this.m):r.cmpn(0)<0&&(o=r.iadd(this.m)),o._forceRed(this)},B.prototype.mul=function(t,e){if(t.isZero()||e.isZero())return new o(0)._forceRed(this);var i=t.mul(e),n=i.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),r=i.isub(n).iushrn(this.shift),s=r;return r.cmp(this.m)>=0?s=r.isub(this.m):r.cmpn(0)<0&&(s=r.iadd(this.m)),s._forceRed(this)},B.prototype.invm=function(t){return this.imod(t._invmp(this.m).mul(this.r2))._forceRed(this)}}(t=i.nmd(t),this)},39433(t,e,i){"use strict";var n=i(44576),r=Object.defineProperty;t.exports=function(t,e){try{r(n,t,{value:e,configurable:!0,writable:!0})}catch(i){n[t]=e}return e}},39469(t,e,i){"use strict";var n=i(46518),r=Math.hypot,o=Math.abs,s=Math.sqrt;n({target:"Math",stat:!0,arity:2,forced:!!r&&r(1/0,NaN)!==1/0},{hypot:function(t,e){for(var i,n,r=0,a=0,u=arguments.length,h=0;a0?(n=i/h)*n:i;return h===1/0?1/0:h*s(r)}})},39519(t,e,i){"use strict";var n,r,o=i(44576),s=i(82839),a=o.process,u=o.Deno,h=a&&a.versions||u&&u.version,c=h&&h.v8;c&&(r=(n=c.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!r&&s&&(!(n=s.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=s.match(/Chrome\/(\d+)/))&&(r=+n[1]),t.exports=r},39629(t,e,i){var n=i(56698),r=i(87568),o=r.base,s=r.bignum,a=r.constants.der;function u(t){this.enc="der",this.name=t.name,this.entity=t,this.tree=new h,this.tree._init(t.body)}function h(t){o.Node.call(this,"der",t)}function c(t,e){var i=t.readUInt8(e);if(t.isError(i))return i;var n=a.tagClass[i>>6],r=!(32&i);if(31&~i)i&=31;else{var o=i;for(i=0;!(128&~o);){if(o=t.readUInt8(e),t.isError(o))return o;i<<=7,i|=127&o}}return{cls:n,primitive:r,tag:i,tagStr:a.tag[i]}}function l(t,e,i){var n=t.readUInt8(i);if(t.isError(n))return n;if(!e&&128===n)return null;if(!(128&n))return n;var r=127&n;if(r>4)return t.error("length octect is too long");n=0;for(var o=0;o
"):"";break;case 2:u="warning",h=s.feedback?s.feedback.suggestions.join("
"):"",a="password-medium";break;case 3:a="password-good",u="info",h="Getting better.";break;case 4:a="password-good",u="success",h="Looks good."}d&&(d.removeAttr("class"),d.addClass("bg-"+u),""===t&&(h=""),d.html(h)),l&&(l.attr("class",a+" strengthify-container").css("width",25*(0===s.score?1:s.score)+"%"),""===t&&l.css("width",0)),i.drawTitles&&(i.tilesOptions.tooltip&&(c.attr("title",i.titles[s.score]).tooltip({placement:"bottom",trigger:"manual"}).tooltip("fixTitle").tooltip("show"),0===o&&c.tooltip("hide")),i.tilesOptions.element&&c.find(".strengthify-tiles").text(i.titles[s.score]))}i.drawTitles||i.drawMessage||i.drawBars||console.warn("expect at least one of 'drawTitles', 'drawMessage', or 'drawBars' to be true"),function(){var t=n(this),e=t.attr("id"),s=o.bind(this),a=i.$addAfter;a||(a=t),a.after(''),i.drawBars&&r(e).append('').append('').append('').append('').append(''),i.drawMessage&&r(e).append(""),i.drawTitles&&i.tilesOptions&&r(e).append('');var u=document.createElement("script");u.src=i.zxcvbn,null!==i.nonce&&u.setAttribute("nonce",i.nonce),u.onload=function(){t.parent().on("scroll",s),t.bind("keyup input change",s)},document.head.appendChild(u)}.call(this)})}},53487(t,e,i){"use strict";var n=i(43802).start,r=i(60706);t.exports=r("trimStart")?function(){return n(this)}:"".trimStart},53602(t){"use strict";var e=4503599627370496;t.exports=function(t){return t+e-e}},53640(t,e,i){"use strict";var n=i(28551),r=i(84270),o=TypeError;t.exports=function(t){if(n(this),"string"===t||"default"===t)t="string";else if("number"!==t)throw new o("Incorrect hint");return r(this,t)}},53838(t,e,i){"use strict";var n=i(97080),r=i(25170),o=i(38469),s=i(83789);t.exports=function(t){var e=n(this),i=s(t);return!(r(e)>i.size)&&!1!==o(e,function(t){if(!i.includes(t))return!1},!0)}},53921(t,e,i){"use strict";var n=i(46518),r=i(72652),o=i(97040);n({target:"Object",stat:!0},{fromEntries:function(t){var e={};return r(t,function(t,i){o(e,t,i)},{AS_ENTRIES:!0}),e}})},53982(t,e,i){"use strict";var n,r,o=i(44576),s=i(77629),a=i(94901),u=i(2360),h=i(42787),c=i(36840),l=i(608),d=i(96395),f="USE_FUNCTION_CONSTRUCTOR",p=l("asyncIterator"),g=o.AsyncIterator,A=s.AsyncIteratorPrototype;if(A)n=A;else if(a(g))n=g.prototype;else if(s[f]||o[f])try{r=h(h(h(Function("return async function*(){}()")()))),h(r)===Object.prototype&&(n=r)}catch(t){}n?d&&(n=u(n)):n={},a(n[p])||c(n,p,function(){return this}),t.exports=n},54554(t,e,i){"use strict";var n=i(46518),r=i(48981),o=i(35610),s=i(91291),a=i(26198),u=i(34527),h=i(96837),c=i(1469),l=i(97040),d=i(84606),f=i(70597)("splice"),p=Math.max,g=Math.min;n({target:"Array",proto:!0,forced:!f},{splice:function(t,e){var i,n,f,A,m,v,b=r(this),y=a(b),w=o(t,y),C=arguments.length;for(0===C?i=n=0:1===C?(i=0,n=y-w):(i=C-2,n=g(p(s(e),0),y-w)),h(y+i-n),f=c(b,n),A=0;A