2020-02-13 12:20:41 +03:00
! function ( e ) { var t = { } ; function n ( r ) { if ( t [ r ] ) return t [ r ] . exports ; var i = t [ r ] = { i : r , l : ! 1 , exports : { } } ; return e [ r ] . call ( i . exports , i , i . exports , n ) , i . l = ! 0 , i . exports } n . m = e , n . c = t , n . d = function ( e , t , r ) { n . o ( e , t ) || Object . defineProperty ( e , t , { enumerable : ! 0 , get : r } ) } , n . r = function ( e ) { "undefined" != typeof Symbol && Symbol . toStringTag && Object . defineProperty ( e , Symbol . toStringTag , { value : "Module" } ) , Object . defineProperty ( e , "__esModule" , { value : ! 0 } ) } , n . t = function ( e , t ) { if ( 1 & t && ( e = n ( e ) ) , 8 & t ) return e ; if ( 4 & t && "object" == typeof e && e && e . _ _esModule ) return e ; var r = Object . create ( null ) ; if ( n . r ( r ) , Object . defineProperty ( r , "default" , { enumerable : ! 0 , value : e } ) , 2 & t && "string" != typeof e ) for ( var i in e ) n . d ( r , i , function ( t ) { return e [ t ] } . bind ( null , i ) ) ; return r } , n . n = function ( e ) { var t = e && e . _ _esModule ? function ( ) { return e . default } : function ( ) { return e } ; return n . d ( t , "a" , t ) , t } , n . o = function ( e , t ) { return Object . prototype . hasOwnProperty . call ( e , t ) } , n . p = "" , n ( n . s = 1137 ) } ( [ function ( e , t , n ) { var r , i , a ;
2019-05-16 17:40:02 +03:00
/ * !
* jQuery JavaScript Library v2 . 1.4
* http : //jquery.com/
*
* Includes Sizzle . js
* http : //sizzlejs.com/
*
* Copyright 2005 , 2014 jQuery Foundation , Inc . and other contributors
* Released under the MIT license
* http : //jquery.org/license
*
* Date : 2015 - 04 - 28 T16 : 01 Z
2020-02-13 12:20:41 +03:00
* /i="undefined"!=typeof window?window:this,a=function(n,i){var a=[],o=a.slice,s=a.concat,u=a.push,l=a.indexOf,c={},d=c.toString,f=c.hasOwnProperty,h={},m=n.document,_=function(e,t){return new _.fn.init(e,t)},p=/ ^ [ \ s\uFEFF \ xA0 ] + | [ \ s\uFEFF \ xA0 ] + $ / g , y = /^-ms-/ , v = /-([\da-z])/gi , g = function ( e , t ) { return t . toUpperCase ( ) } ; function M ( e ) { var t = "length" in e && e . length , n = _ . type ( e ) ; return "function" !== n && ! _ . isWindow ( e ) && ( ! ( 1 !== e . nodeType || ! t ) || "array" === n || 0 === t || "number" == typeof t && t > 0 && t - 1 in e ) } _ . fn = _ . prototype = { jquery : "2.1.4" , constructor : _ , selector : "" , length : 0 , toArray : function ( ) { return o . call ( this ) } , get : function ( e ) { return null != e ? e < 0 ? this [ e + this . length ] : this [ e ] : o . call ( this ) } , pushStack : function ( e ) { var t = _ . merge ( this . constructor ( ) , e ) ; return t . prevObject = this , t . context = this . context , t } , each : function ( e , t ) { return _ . each ( this , e , t ) } , map : function ( e ) { return this . pushStack ( _ . map ( this , ( function ( t , n ) { return e . call ( t , n , t ) } ) ) ) } , slice : function ( ) { return this . pushStack ( o . apply ( this , arguments ) ) } , first : function ( ) { return this . eq ( 0 ) } , last : function ( ) { return this . eq ( - 1 ) } , eq : function ( e ) { var t = this . length , n = + e + ( e < 0 ? t : 0 ) ; return this . pushStack ( n >= 0 && n < t ? [ this [ n ] ] : [ ] ) } , end : function ( ) { return this . prevObject || this . constructor ( null ) } , push : u , sort : a . sort , splice : a . splice } , _ . extend = _ . fn . extend = function ( ) { var e , t , n , r , i , a , o = arguments [ 0 ] || { } , s = 1 , u = arguments . length , l = ! 1 ; for ( "boolean" == typeof o && ( l = o , o = arguments [ s ] || { } , s ++ ) , "object" == typeof o || _ . isFunction ( o ) || ( o = { } ) , s === u && ( o = this , s -- ) ; s < u ; s ++ ) if ( null != ( e = arguments [ s ] ) ) for ( t in e ) n = o [ t ] , o !== ( r = e [ t ] ) && ( l && r && ( _ . isPlainObject ( r ) || ( i = _ . isArray ( r ) ) ) ? ( i ? ( i = ! 1 , a = n && _ . isArray ( n ) ? n : [ ] ) : a = n && _ . isPlainObject ( n ) ? n : { } , o [ t ] = _ . extend ( l , a , r ) ) : void 0 !== r && ( o [ t ] = r ) ) ; return o } , _ . extend ( { expando : "jQuery" + ( "2.1.4" + Math . random ( ) ) . replace ( /\D/g , "" ) , isReady : ! 0 , error : function ( e ) { throw new Error ( e ) } , noop : function ( ) { } , isFunction : function ( e ) { return "function" === _ . type ( e ) } , isArray : Array . isArray , isWindow : function ( e ) { return null != e && e === e . window } , isNumeric : function ( e ) { return ! _ . isArray ( e ) && e - parseFloat ( e ) + 1 >= 0 } , isPlainObject : function ( e ) { return ! ( "object" !== _ . type ( e ) || e . nodeType || _ . isWindow ( e ) || e . constructor && ! f . call ( e . constructor . prototype , "isPrototypeOf" ) ) } , isEmptyObject : function ( e ) { var t ; for ( t in e ) return ! 1 ; return ! 0 } , type : function ( e ) { return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? c [ d . call ( e ) ] || "object" : typeof e } , globalEval : function ( e ) { var t , n = eval ; ( e = _ . trim ( e ) ) && ( 1 === e . indexOf ( "use strict" ) ? ( ( t = m . createElement ( "script" ) ) . text = e , m . head . appendChild ( t ) . parentNode . removeChild ( t ) ) : n ( e ) ) } , camelCase : function ( e ) { return e . replace ( y , "ms-" ) . replace ( v , g ) } , nodeName : function ( e , t ) { return e . nodeName && e . nodeName . toLowerCase ( ) === t . toLowerCase ( ) } , each : function ( e , t , n ) { var r = 0 , i = e . length , a = M ( e ) ; if ( n ) { if ( a ) for ( ; r < i && ! 1 !== t . apply ( e [ r ] , n ) ; r ++ ) ; else for ( r in e ) if ( ! 1 === t . apply ( e [ r ] , n ) ) break } else if ( a ) for ( ; r < i && ! 1 !== t . call ( e [ r ] , r , e [ r ] ) ; r ++ ) ; else for ( r in e ) if ( ! 1 === t . call ( e [ r ] , r , e [ r ] ) ) break ; return e } , trim : function ( e ) { return null == e ? "" : ( e + "" ) . replace ( p , "" ) } , makeArray : function ( e , t ) { var n = t || [ ] ; return null != e && ( M ( Object ( e ) ) ? _ . merge ( n , "string" == typeof e ? [ e ] : e ) : u . call ( n , e ) ) , n } , inArray : function ( e , t , n ) { return null == t ? - 1 : l . call ( t , e , n ) } , merge : function ( e , t ) { for ( var n = + t . length , r = 0 , i = e . length ; r < n ; r ++ ) e [ i ++ ] = t [ r ] ; return e . length = i , e } , grep : function ( e , t , n ) { for ( var r = [ ] , i = 0 , a = e . length , o = ! n ; i < a ; i ++ ) ! t ( e [ i ] , i ) !== o && r . push ( e [ i ] ) ; return r } , map : function ( e , t , n ) { var r , i = 0 , a = e . length , o = [ ] ; if ( M ( e ) ) for ( ; i < a ; i ++ ) null != ( r = t ( e [ i ] , i , n ) ) && o . push ( r ) ; else for ( i in e ) null != ( r = t ( e [ i ] , i , n ) ) && o . push ( r ) ; return s . apply ( [ ] , o ) } , guid : 1 , proxy : function ( e , t ) { var n , r , i ; if ( "string" == typeof t && ( n = e [ t ] , t = e , e = n ) , _ . isFunction ( e ) ) return r = o . call ( arguments , 2 ) , ( i = function ( ) { return e . apply ( t || this , r . concat ( o . call ( arguments ) ) ) } ) . guid = e . guid = e . guid || _ . guid ++ , i } , now : Date . now , support : h } ) , _ . each ( "Boolean Number String Function Array Date RegExp Object Error" . split ( " " ) , ( function ( e , t ) { c [ "[object " + t + "]" ] = t . toLowerCase ( ) } ) ) ; var L =
2019-05-16 17:40:02 +03:00
/ * !
* Sizzle CSS Selector Engine v2 . 2.0 - pre
* http : //sizzlejs.com/
*
* Copyright 2008 , 2014 jQuery Foundation , Inc . and other contributors
* Released under the MIT license
* http : //jquery.org/license
*
* Date : 2014 - 12 - 16
* /
2020-03-08 12:29:54 +03:00
function ( e ) { var t , n , r , i , a , o , s , u , l , c , d , f , h , m , _ , p , y , v , g , M = "sizzle" + 1 * new Date , L = e . document , w = 0 , Y = 0 , k = ae ( ) , b = ae ( ) , T = ae ( ) , D = function ( e , t ) { return e === t && ( d = ! 0 ) , 0 } , x = { } . hasOwnProperty , S = [ ] , E = S . pop , O = S . push , j = S . push , P = S . slice , H = function ( e , t ) { for ( var n = 0 , r = e . length ; n < r ; n ++ ) if ( e [ n ] === t ) return n ; return - 1 } , A = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped" , C = "[\\x20\\t\\r\\n\\f]" , R = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+" , I = R . replace ( "w" , "w#" ) , N = "\\[" + C + "*(" + R + ")(?:" + C + "*([*^$|!~]?=)" + C + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + I + "))|)" + C + "*\\]" , F = ":(" + R + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + N + ")*)|.*)\\)|)" , W = new RegExp ( C + "+" , "g" ) , z = new RegExp ( "^" + C + "+|((?:^|[^\\\\])(?:\\\\.)*)" + C + "+$" , "g" ) , U = new RegExp ( "^" + C + "*," + C + "*" ) , $ = new RegExp ( "^" + C + "*([>+~]|" + C + ")" + C + "*" ) , B = new RegExp ( "=" + C + "*([^\\]'\"]*?)" + C + "*\\]" , "g" ) , G = new RegExp ( F ) , q = new RegExp ( "^" + I + "$" ) , J = { ID : new RegExp ( "^#(" + R + ")" ) , CLASS : new RegExp ( "^\\.(" + R + ")" ) , TAG : new RegExp ( "^(" + R . replace ( "w" , "w*" ) + ")" ) , ATTR : new RegExp ( "^" + N ) , PSEUDO : new RegExp ( "^" + F ) , CHILD : new RegExp ( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + C + "*(even|odd|(([+-]|)(\\d*)n|)" + C + "*(?:([+-]|)" + C + "*(\\d+)|))" + C + "*\\)|)" , "i" ) , bool : new RegExp ( "^(?:" + A + ")$" , "i" ) , needsContext : new RegExp ( "^" + C + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + C + "*((?:-\\d)?\\d*)" + C + "*\\)|)(?=[^-]|$)" , "i" ) } , V = /^(?:input|select|textarea|button)$/i , X = /^h\d$/i , K = /^[^{]+\{\s*\[native \w/ , Z = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/ , Q = /[+~]/ , ee = /'|\\/g , te = new RegExp ( "\\\\([\\da-f]{1,6}" + C + "?|(" + C + ")|.)" , "ig" ) , ne = function ( e , t , n ) { var r = "0x" + t - 65536 ; return r != r || n ? t : r < 0 ? String . fromCharCode ( r + 65536 ) : String . fromCharCode ( r >> 10 | 55296 , 1023 & r | 56320 ) } , re = function ( ) { f ( ) } ; try { j . apply ( S = P . call ( L . childNodes ) , L . childNodes ) , S [ L . childNodes . length ] . nodeType } catch ( e ) { j = { apply : S . length ? function ( e , t ) { O . apply ( e , P . call ( t ) ) } : function ( e , t ) { for ( var n = e . length , r = 0 ; e [ n ++ ] = t [ r ++ ] ; ) ; e . length = n - 1 } } } function ie ( e , t , r , i ) { var a , s , l , c , d , m , y , v , w , Y ; if ( ( t ? t . ownerDocument || t : L ) !== h && f ( t ) , r = r || [ ] , c = ( t = t || h ) . nodeType , "string" != typeof e || ! e || 1 !== c && 9 !== c && 11 !== c ) return r ; if ( ! i && _ ) { if ( 11 !== c && ( a = Z . exec ( e ) ) ) if ( l = a [ 1 ] ) { if ( 9 === c ) { if ( ! ( s = t . getElementById ( l ) ) || ! s . parentNode ) return r ; if ( s . id === l ) return r . push ( s ) , r } else if ( t . ownerDocument && ( s = t . ownerDocument . getElementById ( l ) ) && g ( t , s ) && s . id === l ) return r . push ( s ) , r } else { if ( a [ 2 ] ) return j . apply ( r , t . getElementsByTagName ( e ) ) , r ; if ( ( l = a [ 3 ] ) && n . getElementsByClassName ) return j . apply ( r , t . getElementsByClassName ( l ) ) , r } if ( n . qsa && ( ! p || ! p . test ( e ) ) ) { if ( v = y = M , w = t , Y = 1 !== c && e , 1 === c && "object" !== t . nodeName . toLowerCase ( ) ) { for ( m = o ( e ) , ( y = t . getAttribute ( "id" ) ) ? v = y . replace ( ee , "\\$&" ) : t . setAttribute ( "id" , v ) , v = "[id='" + v + "'] " , d = m . length ; d -- ; ) m [ d ] = v + _e ( m [ d ] ) ; w = Q . test ( e ) && he ( t . parentNode ) || t , Y = m . join ( "," ) } if ( Y ) try { return j . apply ( r , w . querySelectorAll ( Y ) ) , r } catch ( e ) { } finally { y || t . removeAttribute ( "id" ) } } } return u ( e . replace ( z , "$1" ) , t , r , i ) } function ae ( ) { var e = [ ] ; return function t ( n , i ) { return e . push ( n + " " ) > r . cacheLength && delete t [ e . shift ( ) ] , t [ n + " " ] = i } } function oe ( e ) { return e [ M ] = ! 0 , e } function se ( e ) { var t = h . createElement ( "div" ) ; try { return ! ! e ( t ) } catch ( e ) { return ! 1 } finally { t . parentNode && t . parentNode . removeChild ( t ) , t = null } } function ue ( e , t ) { for ( var n = e . split ( "|" ) , i = e . length ; i -- ; ) r . attrHandle [ n [ i ] ] = t } function le ( e , t ) { var n = t && e , r = n && 1 === e . nodeType && 1 === t . nodeType && ( ~ t . sourceIndex || 1 << 31 ) - ( ~ e . sourceIndex || 1 << 31 ) ; if ( r ) return r ; if ( n ) for ( ; n = n . nextSibling ; ) if ( n === t ) return - 1 ; return e ? 1 : - 1 } function ce ( e ) { return function ( t ) { return "input" === t . nodeName . toLowerCase ( ) && t . type === e } } function de ( e ) { return function ( t ) { var n = t . nodeName . toLowerCase ( ) ; return ( "input" === n || "button" === n ) && t . type === e } } function fe ( e ) { return oe ( ( function ( t ) { return t = + t , oe ( ( function ( n , r ) { for ( var i , a = e ( [ ] , n . length , t ) , o = a . length ; o -- ; ) n [ i = a [ o ] ] && ( n [ i ] = ! ( r [ i ] = n [ i ] ) ) } ) ) } ) ) } function he ( e ) { return e && void 0 !== e . getElementsByTagName && e } for ( t in n = ie . support = { } , a = ie . isXML = function ( e ) { var t = e && ( e . ownerDocument || e ) . documentElement ; return ! ! t && "HTML" !== t . nodeName } , f = ie . setDocument = function ( e ) { var t
2019-11-03 11:22:59 +03:00
/ *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
* @ copyright Copyright ( c ) 2019 Gary Kim < gary @ garykim . dev >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
* @ author Gary Kim < gary @ garykim . dev >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-02-19 14:42:54 +03:00
* /var z={YES_NO_BUTTONS:70,OK_BUTTONS:71,FILEPICKER_TYPE_CHOOSE:1,FILEPICKER_TYPE_MOVE:2,FILEPICKER_TYPE_COPY:3,FILEPICKER_TYPE_COPY_MOVE:4,FILEPICKER_TYPE_CUSTOM:5,dialogsCounter:0,alert:function(e,t,n,r){this.message(e,t,"alert",z.OK_BUTTON,n,r)},info:function(e,t,n,r){this.message(e,t,"info",z.OK_BUTTON,n,r)},confirm:function(e,t,n,r){return this.message(e,t,"notice",z.YES_NO_BUTTONS,n,r)},confirmDestructive:function(e,t,n,r,i){return this.message(e,t,"none",n,r,i)},confirmHtml:function(e,t,n,r){return this.message(e,t,"notice",z.YES_NO_BUTTONS,n,r,!0)},prompt:function(e,n,r,i,a,o){return s.a.when(this._getMessageTemplate()).then((function(u){var l="oc-dialog-"+z.dialogsCounter+"-content",c="#"+l,f=u.octemplate({dialog_name:l,title:n,message:e,type:"notice"}),h=s()("<input/ > ");h.attr(" type ",o?" password ":" text ").attr(" id ",l+" - input ").attr(" placeholder ",a);var m=s()(" < label / > ").attr(" for ",l+" - input ").text(a+" : ");f.append(m),f.append(h),void 0===i&&(i=!1),s()(" body ").append(f),void 0!==r&&(r=d.a.once(r));var _=[{text:t(" core "," No "),click:function(){void 0!==r&&r(!1,h.val()),s()(c).ocdialog(" close ")}},{text:t(" core "," Yes "),click:function(){void 0!==r&&r(!0,h.val()),s()(c).ocdialog(" close ")},defaultButton:!0}];s()(c).ocdialog({closeOnEscape:!0,modal:i,buttons:_,close:function(){void 0!==r&&r(!1,h.val())}}),h.focus(),z.dialogsCounter++}))},filepicker:function(e,n,r,i,a,o,u,l){var c=this;if(this.filepicker.sortField=" name ",this.filepicker.sortOrder=" asc ",!this.filepicker.loading){void 0===o&&(o=this.FILEPICKER_TYPE_CHOOSE);var f=t(" core "," No files in here "),h=t(" files "," New folder ");o!==this.FILEPICKER_TYPE_COPY&&o!==this.FILEPICKER_TYPE_MOVE&&o!==this.FILEPICKER_TYPE_COPY_MOVE||(f=t(" core "," No more subfolders in here ")),this.filepicker.loading=!0,this.filepicker.filesClient=F.a.Sharing&&F.a.Sharing.PublicApp&&F.a.Sharing.PublicApp.fileList?F.a.Sharing.PublicApp.fileList.filesClient:me.Files.getClient(),this.filelist=null,u=u||" ",l=Object.assign({allowDirectoryChooser:!1},l),s.a.when(this._getFilePickerTemplate()).then((function(m){c.filepicker.loading=!1;c.$filePicker&&c.$filePicker.ocdialog(" close "),null==i&&(i=[])," string "==typeof i&&(i=[i]),c.$filePicker=m.octemplate({dialog_name:" oc - dialog - filepicker - content ",title:e,emptytext:f,newtext:h,nameCol:t(" core "," Name "),sizeCol:t(" core "," Size "),modifiedCol:t(" core "," Modified ")}).data(" path ",u).data(" multiselect ",r).data(" mimetype ",i).data(" allowDirectoryChooser ",l.allowDirectoryChooser),void 0===a&&(a=!1),void 0===r&&(r=!1),me.Util.isIE()&&(c.$filePicker.find(" # picker - view - toggle ").remove(),c.$filePicker.find(" # picker - filestable ").removeClass(" view - grid ")),s()(" body ").append(c.$filePicker),c.$showGridView=s()(" input # picker - showgridview "),c.$showGridView.on(" change ",d.a.bind(c._onGridviewChange,c)),me.Util.isIE()||c._getGridSettings();var _=c.$filePicker.find(" . actions . creatable . button - add ");o!==c.FILEPICKER_TYPE_CHOOSE||l.allowDirectoryChooser||_.hide(),_.on(" focus ",(function(){c.$filePicker.ocdialog(" setEnterCallback ",(function(){event.stopImmediatePropagation(),event.preventDefault(),_.click()}))})),_.on(" blur ",(function(){c.$filePicker.ocdialog(" unsetEnterCallback ")})),me.registerMenu(_,c.$filePicker.find(" . menu "),(function(){y.focus(),c.$filePicker.ocdialog(" setEnterCallback ",(function(){event.stopImmediatePropagation(),event.preventDefault(),c.$filePicker.submit()}));var e=y.val(),t=e.lastIndexOf(" . ");-1===t&&(t=e.length),y.selectRange(0,t)}));var p=c.$filePicker.find(" . filenameform "),y=p.find(" input [ type = 'text' ] ");p.find(" input [ type = 'submit' ] ").on(" click ",(function(e){e.stopImmediatePropagation(),e.preventDefault(),p.submit()}));var v=function(){var e=y.val();try{if(function(e){var n=e.trim();if(" . "===n||" . . "===n)throw t(" files ",'" { name } " is an invalid file name.',{name:e});if(0===n.length)throw t(" files "," File name cannot be empty . ");if(-1!==n.indexOf(" / "))throw t(" files ",'" / " is not allowed inside a file name.');if(n.match(me.config.blacklist_files_regex))throw t(" files ",'" { name } " is not an allowed filetype ' , { name : e } ) ; return ! 0 } ( e ) ) { if ( c . filelist . find ( ( function ( e ) { r
2019-09-25 19:19:42 +03:00
/ * *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-02-13 12:20:41 +03:00
* / n e . c u s t o m R e s u l t s = { } , n e . r e s u l t T y p e s = { } ; v a r r e = n e , i e = w i n d o w . _ t h e m e | | { } , a e = i ( 1 ) , o e = i . n ( a e ) ;
2019-05-16 17:40:02 +03:00
/ *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2019-09-25 19:19:42 +03:00
/ * *
2019-05-16 17:40:02 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2020-02-13 12:20:41 +03:00
function se ( e ) { for ( var t , n = [ ] , r = 0 , i = - 1 , a = 0 ; r < e . length ; ) { t = e . charAt ( r ) ; var o = ! a && "." === t || t >= "0" && t <= "9" ; o !== a && ( n [ ++ i ] = "" , a = o ) , n [ i ] += t , r ++ } return n } var ue = { History : { _handlers : [ ] , _pushState : function ( e , t , n ) { var r ; if ( r = "string" == typeof e ? e : me . buildQueryString ( e ) , window . history . pushState ) { if ( t = t || location . pathname + "?" + r , navigator . userAgent . toLowerCase ( ) . indexOf ( "firefox" ) > - 1 && parseInt ( navigator . userAgent . split ( "/" ) . pop ( ) ) < 51 ) for ( var i , a = document . querySelectorAll ( '[fill^="url(#"], [stroke^="url(#"], [filter^="url(#invert"]' ) , o = 0 , s = a . length ; o < s ; o ++ ) ( i = a [ o ] ) . style . fill = i . style . fill , i . style . stroke = i . style . stroke , i . removeAttribute ( "filter" ) , i . setAttribute ( "filter" , "url(#invert)" ) ; n ? window . history . replaceState ( e , "" , t ) : window . history . pushState ( e , "" , t ) } else window . location . hash = "?" + r , this . _cancelPop = ! 0 } , pushState : function ( e , t ) { this . _pushState ( e , t , ! 1 ) } , replaceState : function ( e , t ) { this . _pushState ( e , t , ! 0 ) } , addOnPopStateHandler : function ( e ) { this . _handlers . push ( e ) } , _parseHashQuery : function ( ) { var e = window . location . hash , t = e . indexOf ( "?" ) ; return t >= 0 ? e . substr ( t + 1 ) : e . length ? e . substr ( 1 ) : "" } , _decodeQuery : function ( e ) { return e . replace ( /\+/g , " " ) } , parseUrlQuery : function ( ) { var e , t = this . _parseHashQuery ( ) ; return t && ( e = me . parseQueryString ( this . _decodeQuery ( t ) ) ) , ( e = d . a . extend ( e || { } , me . parseQueryString ( this . _decodeQuery ( location . search ) ) ) ) || { } } , _onPopState : function ( e ) { var t ; if ( this . _cancelPop ) this . _cancelPop = ! 1 ; else if ( this . _handlers . length ) { t = e && e . state , d . a . isString ( t ) ? t = me . parseQueryString ( t ) : t || ( t = this . parseUrlQuery ( ) || { } ) ; for ( var n = 0 ; n < this . _handlers . length ; n ++ ) this . _handlers [ n ] ( t ) } } } , humanFileSize : i ( 202 ) . a , computerFileSize : function ( e ) { if ( "string" != typeof e ) return null ; var t = e . toLowerCase ( ) . trim ( ) , n = null , r = t . match ( /^[\s+]?([0-9]*)(\.([0-9]+))?( +)?([kmgtp]?b?)$/i ) ; return null === r ? null : ( n = parseFloat ( t ) , isFinite ( n ) ? ( r [ 5 ] && ( n *= { b : 1 , k : 1024 , kb : 1024 , mb : 1048576 , m : 1048576 , gb : 1073741824 , g : 1073741824 , tb : 1099511627776 , t : 1099511627776 , pb : 0x4000000000000 , p : 0x4000000000000 } [ r [ 5 ] ] ) , n = Math . round ( n ) ) : null ) } , formatDate : function ( e , t ) { return t = t || "LLL" , oe ( ) ( e ) . format ( t ) } , relativeModifiedDate : function ( e ) { var n = oe ( ) ( ) . diff ( oe ( ) ( e ) ) ; return n >= 0 && n < 45e3 ? t ( "core" , "seconds ago" ) : oe ( ) ( e ) . fromNow ( ) } , isIE : function ( ) { return s ( ) ( "html" ) . hasClass ( "ie" ) } , getScrollBarWidth : function ( ) { if ( this . _scrollBarWidth ) return this . _scrollBarWidth ; var e = document . createElement ( "p" ) ; e . style . width = "100%" , e . style . height = "200px" ; var t = document . createElement ( "div" ) ; t . style . position = "absolute" , t . style . top = "0px" , t . style . left = "0px" , t . style . visibility = "hidden" , t . style . width = "200px" , t . style . height = "150px" , t . style . overflow = "hidden" , t . appendChild ( e ) , document . body . appendChild ( t ) ; var n = e . offsetWidth ; t . style . overflow = "scroll" ; var r = e . offsetWidth ; return n === r && ( r = t . clientWidth ) , document . body . removeChild ( t ) , this . _scrollBarWidth = n - r , this . _scrollBarWidth } , stripTime : function ( e ) { return new Date ( e . getFullYear ( ) , e . getMonth ( ) , e . getDate ( ) ) } , naturalSortCompare : function ( e , t ) { var n , r = se ( e ) , i = se ( t ) ; for ( n = 0 ; r [ n ] && i [ n ] ; n ++ ) if ( r [ n ] !== i [ n ] ) { var a = Number ( r [ n ] ) , o = Number ( i [ n ] ) ; return a == r [ n ] && o == i [ n ] ? a - o : r [ n ] . localeCompare ( i [ n ] , me . getLanguage ( ) ) } return r . length - i . length } , waitFor : function ( e , t ) { ! function n ( ) { ! 0 !== e ( ) && setTimeout ( n , t ) } ( ) } , isCookieSetToValue : function ( e , t ) { for ( var n = document . cookie . split ( ";" ) , r = 0 ; r < n . length ; r ++ ) { var i = n [ r ] . split ( "=" ) ; if ( i [ 0 ] . trim ( ) === e && i [ 1 ] . trim ( ) === t ) return ! 0 } return ! 1 } } , le = window . _oc _debug , ce = window . _oc _webroot ;
2019-05-16 17:40:02 +03:00
/ *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-02-19 13:58:04 +03:00
* / i f ( v o i d 0 = = = c e ) { v a r d e = ( c e = l o c a t i o n . p a t h n a m e ) . i n d e x O f ( " / i n d e x . p h p / " ) ; c e = - 1 ! = = d e ? c e . s u b s t r ( 0 , d e ) : c e . s u b s t r ( 0 , c e . l a s t I n d e x O f ( " / " ) ) } v a r f e , h e = c e , m e = r . a = { c o r e A p p s : A . i , m e n u S p e e d : A . j , P E R M I S S I O N _ A L L : A . a , P E R M I S S I O N _ C R E A T E : A . b , P E R M I S S I O N _ D E L E T E : A . c , P E R M I S S I O N _ N O N E : A . d , P E R M I S S I O N _ R E A D : A . e , P E R M I S S I O N _ S H A R E : A . f , P E R M I S S I O N _ U P D A T E : A . g , T A G _ F A V O R I T E : A . h , f i l e I s B l a c k l i s t e d : f u n c t i o n ( e ) { r e t u r n ! ! e . m a t c h ( H . b l a c k l i s t _ f i l e s _ r e g e x ) } , a d d S c r i p t : f u n c t i o n ( e , t , n ) { v a r r ; c o n s o l e . w a r n ( " O C . a d d S c r i p t i s d e p r e c a t e d , u s e O C P . L o a d e r . l o a d S c r i p t i n s t e a d " ) ; v a r i = O C . f i l e P a t h ( e , " j s " , t + " . j s " ) ; r e t u r n u [ i ] ? n & & n ( ) : ( r = s . a . D e f e r r e d ( ) , s . a . g e t S c r i p t ( i , ( f u n c t i o n ( ) { r e t u r n r . r e s o l v e ( ) } ) ) , u [ i ] = r ) , u [ i ] } , a d d S t y l e : f u n c t i o n ( e , t ) { c o n s o l e . w a r n ( " O C . a d d S t y l e i s d e p r e c a t e d , u s e O C P . L o a d e r . l o a d S t y l e s h e e t i n s t e a d " ) ; v a r n = O C . f i l e P a t h ( e , " c s s " , t + " . c s s " ) ; - 1 = = = l . i n d e x O f ( n ) & & ( l . p u s h ( n ) , d o c u m e n t . c r e a t e S t y l e S h e e t ? d o c u m e n t . c r e a t e S t y l e S h e e t ( n ) : ( t = s ( ) ( ' < l i n k r e l = " s t y l e s h e e t " t y p e = " t e x t / c s s " h r e f = " ' + n + ' " / > ' ) , s ( ) ( " h e a d " ) . a p p e n d ( t ) ) ) } , A p p s : m . a , A p p C o n f i g : y , a p p C o n f i g : p , a p p S e t t i n g s : f u n c t i o n ( e ) { i f ( c o n s o l e . w a r n ( " O C . a p p S e t t i n g s i s d e p r e c a t e d a n d w i l l b e r e m o v e d w i t h N e x t c l o u d 1 8 " ) , v o i d 0 = = = e | | v o i d 0 = = = e . a p p i d ) t h r o w { n a m e : " M i s s i n g P a r a m e t e r " , m e s s a g e : " T h e p a r a m e t e r a p p i d i s m i s s i n g " } ; v a r n = { s c r i p t N a m e : " s e t t i n g s . p h p " , c a c h e : ! 0 } ; s . a . e x t e n d ( n , e ) ; v a r r = s ( ) ( " # a p p s e t t i n g s " ) ; i f ( 0 = = = r . l e n g t h ) t h r o w { n a m e : " M i s s i n g D O M E l e m e n t " , m e s s a g e : ' T h e r e h a s b e b e a n e l e m e n t w i t h i d " a p p s e t t i n g s " f o r t h e p o p u p t o s h o w . ' } ; v a r i = s ( ) ( " # a p p s e t t i n g s _ p o p u p " ) ; i f ( 0 = = = i . l e n g t h & & ( s ( ) ( " b o d y " ) . p r e p e n d ( ' < d i v c l a s s = " p o p u p h i d d e n " i d = " a p p s e t t i n g s _ p o p u p " > < / d i v > ' ) , ( i = s ( ) ( " # a p p s e t t i n g s _ p o p u p " ) ) . a d d C l a s s ( r . h a s C l a s s ( " t o p r i g h t " ) ? " t o p r i g h t " : " b o t t o m l e f t " ) ) , i . i s ( " : v i s i b l e " ) ) i . h i d e ( ) . r e m o v e ( ) ; e l s e { v a r a = r . h a s C l a s s ( " t o p r i g h t " ) ? " u p " : " l e f t " ; s . a . g e t ( O b j e c t ( v . a ) ( n . a p p i d , " " , n . s c r i p t N a m e ) , ( f u n c t i o n ( e ) { i . h t m l ( e ) . r e a d y ( ( f u n c t i o n ( ) { i f ( i . p r e p e n d ( ' < s p a n c l a s s = " a r r o w ' + a + ' " > < / s p a n > < h 2 > ' + t ( " c o r e " , " S e t t i n g s " ) + ' < / h 2 > < a c l a s s = " c l o s e " > < / a > ' ) . s h o w ( ) , i . f i n d ( " . c l o s e " ) . b i n d ( " c l i c k " , ( f u n c t i o n ( ) { i . r e m o v e ( ) } ) ) , v o i d 0 ! = = n . l o a d J S ) { v a r e ; i f ( ! 0 = = = n . l o a d J S ) e = " s e t t i n g s . j s " ; e l s e { i f ( " s t r i n g " ! = t y p e o f n . l o a d J S ) t h r o w { n a m e : " I n v a l i d P a r a m e t e r " , m e s s a g e : ' T h e " l o a d J S " p a r a m e t e r m u s t b e e i t h e r b o o l e a n o r a s t r i n g . ' } ; e = n . l o a d J S } n . c a c h e & & s . a . a j a x S e t u p ( { c a c h e : ! 0 } ) , s . a . g e t S c r i p t ( O b j e c t ( v . a ) ( n . a p p i d , " j s " , e ) ) . f a i l ( ( f u n c t i o n ( e , t , n ) { t h r o w n } ) ) } } ) ) . s h o w ( ) } ) , " h t m l " ) } } , a p p s w e b r o o t s : g , B a c k b o n e : O , C o n t a c t s M e n u : C . a , c o n f i g : H , c u r r e n t U s e r : N , d i a l o g s : U , E v e n t S o u r c e : G , g e t C u r r e n t U s e r : f u n c t i o n ( ) { r e t u r n { u i d : N , d i s p l a y N a m e : I } } , i s U s e r A d m i n : f u n c t i o n ( ) { r e t u r n K } , L 1 0 N : Z . a , _ a j a x C o n n e c t i o n L o s t H a n d l e r : h , _ p r o c e s s A j a x E r r o r : f u n c t i o n ( e ) { ( 0 ! = = e . s t a t u s | | " a b o r t " ! = = e . s t a t u s T e x t & & " t i m e o u t " ! = = e . s t a t u s T e x t & & ! m e . _ r e l o a d C a l l e d ) & & ( d . a . c o n t a i n s ( [ 3 0 2 , 3 0 3 , 3 0 7 , 4 0 1 ] , e . s t a t u s ) & & m e . c u r r e n t U s e r ? s e t T i m e o u t ( ( f u n c t i o n ( ) { i f ( ! m e . _ u s e r I s N a v i g a t i n g A w a y & & ! m e . _ r e l o a d C a l l e d ) { v a r e = 0 , t = s e t I n t e r v a l ( ( f u n c t i o n ( ) { f . s h o w U p d a t e ( n ( " c o r e " , " P r o b l e m l o a d i n g p a g e , r e l o a d i n g i n % n s e c o n d " , " P r o b l e m l o a d i n g p a g e , r e l o a d i n g i n % n s e c o n d s " , 5 - e ) ) , e > = 5 & & ( c l e a r I n t e r v a l ( t ) , m e . r e l o a d ( ) ) , e + + } ) , 1 e 3 ) ; m e . _ r e l o a d C a l l e d = ! 0 } } ) , 1 0 0 ) : 0 = = = e . s t a t u s & & s e t T i m e o u t ( ( f u n c t i o n ( ) { m e . _ u s e r I s N a v i g a t i n g A w a y | | m e . _ r e l o a d C a l l e d | | m e . _ a j a x C o n n e c t i o n L o s t H a n d l e r ( ) } ) , 1 0 0 ) ) } , r e g i s t e r X H R F o r E r r o r P r o c e s s i n g : f u n c t i o n ( e ) { e . a d d E v e n t L i s t e n e r & & ( e . a d d E v e n t L i s t e n e r ( " l o a d " , ( f u n c t i o n ( ) { 4 = = = e . r e a d y S t a t e & & ( e . s t a t u s > = 2 0 0 & & e . s t a t u s < 3 0 0 | | 3 0 4 = = = e . s t a t u s | | s ( ) ( d o c u m e n t ) . t r i g g e r ( n e w s . a . E v e n t ( " a j a x E r r o r " ) , e ) ) } ) ) , e . a d d E v e n t L i s t e n e r ( " e r r o r " , ( f u n c t i o n ( ) { s ( ) ( d o c u m e n t ) . t r i g g e r ( n e w s . a . E v e n t ( " a j a x E r r o r " ) , e ) } ) ) ) } , _ c a p a b i l i t i e s : J ( ) , g e t C a p a b i l i t i e s : J , h i d e M e n u s : X , r e g i s t e r M e n u : f u n c t i o n ( e , t , n , r ) { t . a d d C l a s s ( " m e n u " ) ; v a r i = " A " = = = e . p r o p ( " t a g N a m e " ) | | " B U T T O N " = = = e . p r o p ( " t a g N a m e " ) ; e . o n ( i ? " c l i c k . m e n u " : " c l i c k . m e n u k e y u p . m e n u " , ( f u n c t i o n ( i ) { i . p r e v e n t D e f a u l t ( ) , i . k e y & & " E n t e r " ! = = i . k e y | | ( t . i s ( V ) ? X ( ) : ( V & & X ( ) , ! 0 = = = r & & t . p a r e n t ( ) . a d d C l a s s ( " o p e n e d M e n u " ) , e . a t t r ( " a r i a - e x p a n d e d " , ! 0 ) , t . s l i d e T o g g l e ( A . j , n ) , V = t , e ) ) } ) ) } , s h o w M e n u : f u n c t i o n ( e , t , n ) { t . i s ( V ) | | ( X ( ) , V = t , e , t . t r i g g e r ( n e w s . a . E v e n t ( " b e f o r e S h o w " ) ) , t . s h o w ( ) , t . t r i g g e r ( n e w s . a . E v e n t ( " a f t e r S h o w " ) ) , d . a . i s F u n c t i o n ( n ) & & n ( ) ) } , u n r e g i s t e r M e n u : f u n c t i o n ( e , t ) { t . i s ( V ) & & X ( ) , e . o f f ( " c l i c k . m e n u " ) . r e m o v e C l a s s ( " m e n u t o g g l e " ) , t . r e m o v e C l a s s ( " m
2019-09-25 19:19:42 +03:00
/ * *
2019-05-16 17:40:02 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-02-13 12:20:41 +03:00
* / O b j e c t ( a . s u b s c r i b e ) ( " c s r f - t o k e n - u p d a t e " , ( f u n c t i o n ( e ) { O C . r e q u e s t T o k e n = e . t o k e n , c o n s o l e . i n f o ( " O C . r e q u e s t T o k e n c h a n g e d " , e . t o k e n ) } ) ) } , , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; n . d ( t , " i " , ( f u n c t i o n ( ) { r e t u r n r } ) ) , n . d ( t , " j " , ( f u n c t i o n ( ) { r e t u r n i } ) ) , n . d ( t , " d " , ( f u n c t i o n ( ) { r e t u r n a } ) ) , n . d ( t , " b " , ( f u n c t i o n ( ) { r e t u r n o } ) ) , n . d ( t , " e " , ( f u n c t i o n ( ) { r e t u r n s } ) ) , n . d ( t , " g " , ( f u n c t i o n ( ) { r e t u r n u } ) ) , n . d ( t , " c " , ( f u n c t i o n ( ) { r e t u r n l } ) ) , n . d ( t , " f " , ( f u n c t i o n ( ) { r e t u r n c } ) ) , n . d ( t , " a " , ( f u n c t i o n ( ) { r e t u r n d } ) ) , n . d ( t , " h " , ( f u n c t i o n ( ) { r e t u r n f } ) ) ;
2019-09-25 19:19:42 +03:00
/ * *
2019-05-16 17:40:02 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software = you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation either version 3 of the
* License or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not see < http : //www.gnu.org/licenses/>.
* /
2020-03-08 12:29:54 +03:00
var r = [ "" , "admin" , "log" , "core/search" , "core" , "3rdparty" ] , i = 50 , a = 0 , o = 4 , s = 1 , u = 2 , l = 8 , c = 16 , d = 31 , f = "_$!<Favorite>!$_" } , function ( e , t , n ) { ( function ( t ) { var n = function ( e ) { return e && e . Math == Math && e } ; e . exports = n ( "object" == typeof globalThis && globalThis ) || n ( "object" == typeof window && window ) || n ( "object" == typeof self && self ) || n ( "object" == typeof t && t ) || Function ( "return this" ) ( ) } ) . call ( this , n ( 11 ) ) } , function ( e , t , n ) { var r = n ( 6 ) , i = n ( 232 ) , a = n ( 19 ) , o = n ( 132 ) , s = n ( 237 ) , u = n ( 530 ) , l = i ( "wks" ) , c = r . Symbol , d = u ? c : c && c . withoutSetter || o ; e . exports = function ( e ) { return a ( l , e ) || ( s && a ( c , e ) ? l [ e ] = c [ e ] : l [ e ] = d ( "Symbol." + e ) ) , l [ e ] } } , function ( e , t , n ) { ( function ( t ) { var n = function ( e ) { return e && e . Math == Math && e } ; e . exports = n ( "object" == typeof globalThis && globalThis ) || n ( "object" == typeof window && window ) || n ( "object" == typeof self && self ) || n ( "object" == typeof t && t ) || Function ( "return this" ) ( ) } ) . call ( this , n ( 11 ) ) } , function ( e , t , n ) { var r = n ( 8 ) , i = n ( 407 ) , a = n ( 21 ) , o = n ( 177 ) , s = n ( 422 ) , u = n ( 648 ) , l = i ( "wks" ) , c = r . Symbol , d = u ? c : c && c . withoutSetter || o ; e . exports = function ( e ) { return a ( l , e ) || ( s && a ( c , e ) ? l [ e ] = c [ e ] : l [ e ] = d ( "Symbol." + e ) ) , l [ e ] } } , function ( e , t , n ) { ( function ( t ) { var n = function ( e ) { return e && e . Math == Math && e } ; e . exports = n ( "object" == typeof globalThis && globalThis ) || n ( "object" == typeof window && window ) || n ( "object" == typeof self && self ) || n ( "object" == typeof t && t ) || Function ( "return this" ) ( ) } ) . call ( this , n ( 11 ) ) } , function ( e , t ) { var n ; n = function ( ) { return this } ( ) ; try { n = n || new Function ( "return this" ) ( ) } catch ( e ) { "object" == typeof window && ( n = window ) } e . exports = n } , function ( e , t ) { e . exports = function ( e ) { try { return ! ! e ( ) } catch ( e ) { return ! 0 } } } , function ( e , t ) { e . exports = function ( e ) { try { return ! ! e ( ) } catch ( e ) { return ! 0 } } } , function ( e , t , n ) { "use strict" ; var r = n ( 412 ) , i = Object . prototype . toString ; function a ( e ) { return "[object Array]" === i . call ( e ) } function o ( e ) { return void 0 === e } function s ( e ) { return null !== e && "object" == typeof e } function u ( e ) { return "[object Function]" === i . call ( e ) } function l ( e , t ) { if ( null != e ) if ( "object" != typeof e && ( e = [ e ] ) , a ( e ) ) for ( var n = 0 , r = e . length ; n < r ; n ++ ) t . call ( null , e [ n ] , n , e ) ; else for ( var i in e ) Object . prototype . hasOwnProperty . call ( e , i ) && t . call ( null , e [ i ] , i , e ) } e . exports = { isArray : a , isArrayBuffer : function ( e ) { return "[object ArrayBuffer]" === i . call ( e ) } , isBuffer : function ( e ) { return null !== e && ! o ( e ) && null !== e . constructor && ! o ( e . constructor ) && "function" == typeof e . constructor . isBuffer && e . constructor . isBuffer ( e ) } , isFormData : function ( e ) { return "undefined" != typeof FormData && e instanceof FormData } , isArrayBufferView : function ( e ) { return "undefined" != typeof ArrayBuffer && ArrayBuffer . isView ? ArrayBuffer . isView ( e ) : e && e . buffer && e . buffer instanceof ArrayBuffer } , isString : function ( e ) { return "string" == typeof e } , isNumber : function ( e ) { return "number" == typeof e } , isObject : s , isUndefined : o , isDate : function ( e ) { return "[object Date]" === i . call ( e ) } , isFile : function ( e ) { return "[object File]" === i . call ( e ) } , isBlob : function ( e ) { return "[object Blob]" === i . call ( e ) } , isFunction : u , isStream : function ( e ) { return s ( e ) && u ( e . pipe ) } , isURLSearchParams : function ( e ) { return "undefined" != typeof URLSearchParams && e instanceof URLSearchParams } , isStandardBrowserEnv : function ( ) { return ( "undefined" == typeof navigator || "ReactNative" !== navigator . product && "NativeScript" !== navigator . product && "NS" !== navigator . product ) && ( "undefined" != typeof window && "undefined" != typeof document ) } , forEach : l , merge : function e ( ) { var t = { } ; function n ( n , r ) { "object" == typeof t [ r ] && "object" == typeof n ? t [ r ] = e ( t [ r ] , n ) : t [ r ] = n } for ( var r = 0 , i = arguments . length ; r < i ; r ++ ) l ( arguments [ r ] , n ) ; return t } , deepMerge : function e ( ) { var t = { } ; function n ( n , r ) { "object" == typeof t [ r ] && "object" == typeof n ? t [ r ] = e ( t [ r ] , n ) : t [ r ] = "object" == typeof n ? e ( { } , n ) : n } for ( var r = 0 , i = arguments . length ; r < i ; r ++ ) l ( arguments [ r ] , n ) ; return t } , extend : function ( e , t , n ) { return l ( t , ( function ( t , i ) { e [ i ] = n && "function" == typeof t ? r ( t , n ) : t } ) ) , e } , trim : function ( e ) { return e . replace ( /^\s*/ , "" ) . replace ( /\s*$/ , "" ) } } } , function ( e , t ) { e . exports = function ( e ) { try { return ! ! e ( ) } catch ( e ) { return ! 0 } } } , function ( e , t ) { e . exports = function ( e ) { try { return ! ! e ( ) } catch ( e ) { return ! 0 } } } , function ( e , t , n ) { "use strict" ; n ( 444 ) , n ( 458 ) , n ( 461 ) , n ( 465 ) , n ( 466 ) , Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) , t . getRootUrl = t . generateFilePath = t . imagePath = t . generateU
2019-09-25 19:19:42 +03:00
/ * *
2019-05-31 14:27:29 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2020-03-08 12:29:54 +03:00
window . _oc _l10n _registry _translations = window . _oc _l10n _registry _translations || { } , window . _oc _l10n _registry _plural _functions = window . _oc _l10n _registry _plural _functions || { } ; var m = function ( e , t , n ) { _ ( e ) ? function ( e , t , n ) { window . _oc _l10n _registry _translations [ e ] = Object . assign ( window . _oc _l10n _registry _translations [ e ] , t ) , window . _oc _l10n _registry _plural _functions [ e ] = n } ( e , t , n ) : function ( e , t , n ) { window . _oc _l10n _registry _translations [ e ] = t , window . _oc _l10n _registry _plural _functions [ e ] = n } ( e , t , n ) } , _ = function ( e ) { return void 0 !== window . _oc _l10n _registry _translations [ e ] && void 0 !== window . _oc _l10n _registry _plural _functions [ e ] } , p = function ( e ) { return { translations : window . _oc _l10n _registry _translations [ e ] || { } , pluralFunction : window . _oc _l10n _registry _plural _functions [ e ] } } ; function y ( e ) { return ( y = "function" == typeof Symbol && "symbol" == typeof Symbol . iterator ? function ( e ) { return typeof e } : function ( e ) { return e && "function" == typeof Symbol && e . constructor === Symbol && e !== Symbol . prototype ? "symbol" : typeof e } ) ( e ) } var v = { load : function ( e , t ) { if ( _ ( e ) || "en" === h . a . getLocale ( ) ) { var n = o . a . Deferred ( ) , r = n . promise ( ) ; return r . then ( t ) , n . resolve ( ) , r } var i = this , a = h . a . filePath ( e , "l10n" , h . a . getLocale ( ) + ".json" ) ; return o . a . get ( a ) . then ( ( function ( t ) { t . translations && i . register ( e , t . translations , t . pluralForm ) } ) ) . then ( t ) } , register : function ( e , t ) { m ( e , t , this . _getPlural ) } , _unregister : function ( e ) { delete window . _oc _l10n _registry _translations [ e ] , delete window . _oc _l10n _registry _plural _functions [ e ] } , translate : function ( e , t , n , r , a ) { var o = a || { } ; i . a . defaults ( o , { escape : ! 0 } ) ; var s = t , l = p ( e ) . translations [ t ] ; return void 0 !== l && ( s = l ) , "object" === y ( n ) || void 0 !== r ? u . a . sanitize ( function ( e , t , n ) { return e . replace ( /%n/g , n ) . replace ( /{([^{}]*)}/g , ( function ( e , n ) { var r = t [ n ] ; return "string" == typeof r || "number" == typeof r ? o . escape ? u . a . sanitize ( f ( ) ( r ) ) : u . a . sanitize ( r ) : u . a . sanitize ( e ) } ) ) } ( s , n , r ) ) : u . a . sanitize ( s ) } , translatePlural : function ( e , t , n , r , i , a ) { var s = "_" + t + "_::_" + n + "_" , u = p ( e ) , l = u . translations [ s ] ; if ( void 0 !== l ) { var c = l ; if ( o . a . isArray ( c ) ) { var d = u . pluralFunction ( r ) ; return this . translate ( e , c [ d ] , i , r , a ) } } return 1 === r ? this . translate ( e , t , i , r , a ) : this . translate ( e , n , i , r , a ) } , _getPlural : function ( e ) { var t = h . a . getLanguage ( ) ; if ( "pt_BR" === t && ( t = "xbr" ) , void 0 === t || "" === t ) return 1 === e ? 0 : 1 ; switch ( t . length > 3 && ( t = t . substring ( 0 , t . lastIndexOf ( "_" ) ) ) , t ) { case "az" : case "bo" : case "dz" : case "id" : case "ja" : case "jv" : case "ka" : case "km" : case "kn" : case "ko" : case "ms" : case "th" : case "tr" : case "vi" : case "zh" : return 0 ; case "af" : case "bn" : case "bg" : case "ca" : case "da" : case "de" : case "el" : case "en" : case "eo" : case "es" : case "et" : case "eu" : case "fa" : case "fi" : case "fo" : case "fur" : case "fy" : case "gl" : case "gu" : case "ha" : case "he" : case "hu" : case "is" : case "it" : case "ku" : case "lb" : case "ml" : case "mn" : case "mr" : case "nah" : case "nb" : case "ne" : case "nl" : case "nn" : case "no" : case "oc" : case "om" : case "or" : case "pa" : case "pap" : case "ps" : case "pt" : case "so" : case "sq" : case "sv" : case "sw" : case "ta" : case "te" : case "tk" : case "ur" : case "zu" : return 1 === e ? 0 : 1 ; case "am" : case "bh" : case "fil" : case "fr" : case "gun" : case "hi" : case "hy" : case "ln" : case "mg" : case "nso" : case "xbr" : case "ti" : case "wa" : return 0 === e || 1 === e ? 0 : 1 ; case "be" : case "bs" : case "hr" : case "ru" : case "sh" : case "sr" : case "uk" : return e % 10 == 1 && e % 100 != 11 ? 0 : e % 10 >= 2 && e % 10 <= 4 && ( e % 100 < 10 || e % 100 >= 20 ) ? 1 : 2 ; case "cs" : case "sk" : return 1 === e ? 0 : e >= 2 && e <= 4 ? 1 : 2 ; case "ga" : return 1 === e ? 0 : 2 === e ? 1 : 2 ; case "lt" : return e % 10 == 1 && e % 100 != 11 ? 0 : e % 10 >= 2 && ( e % 100 < 10 || e % 100 >= 20 ) ? 1 : 2 ; case "sl" : return e % 100 == 1 ? 0 : e % 100 == 2 ? 1 : e % 100 == 3 || e % 100 == 4 ? 2 : 3 ; case "mk" : return e % 10 == 1 ? 0 : 1 ; case "mt" : return 1 === e ? 0 : 0 === e || e % 100 > 1 && e % 100 < 11 ? 1 : e % 100 > 10 && e % 100 < 20 ? 2 : 3 ; case "lv" : return 0 === e ? 0 : e % 10 == 1 && e % 100 != 11 ? 1 : 2 ; case "pl" : return 1 === e ? 0 : e % 10 >= 2 && e % 10 <= 4 && ( e % 100 < 12 || e % 100 > 14 ) ? 1 : 2 ; case "cy" : return 1 === e ? 0 : 2 === e ? 1 : 8 === e || 11 === e ? 2 : 3 ; case "ro" : return 1 === e ? 0 : 0 === e || e % 100 > 0 && e % 100 < 20 ? 1 : 2 ; case "ar" : return 0 === e ? 0 : 1 === e ? 1 : 2 === e ? 2 : e % 100 >= 3 && e % 100 <= 10 ? 3 : e % 100 >= 11 && e % 100 <= 99 ? 4 : 5 ; default : return 0 } } } , g = ( t . a = v , function ( ) { var e = M ( ) ; return "string" == typeof e ? e . replace ( /_/g , "-" ) : e } ) , M = function ( ) { return o ( ) ( "html" ) . data ( "locale" ) } , L = function ( ) { return o ( ) ( "html" ) . prop ( "lang" ) } ; c . a . registerHelper ( "t" , ( function ( e , t ) { return v . translate ( e , t ) } ) ) } , , , function ( e , t , n ) { var r = n ( 22 ) ; e . exports = function (
2019-05-16 17:40:02 +03:00
/ * *
* @ copyright Copyright ( c ) 2016 Joas Schilling < coding @ schilljs . com >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
*
* /
2020-03-08 12:29:54 +03:00
function o ( t , n , r ) { "post" !== t && "delete" !== t || ! a . a . PasswordConfirmation . requiresPasswordConfirmation ( ) ? ( r = r || { } , i . a . ajax ( { type : t . toUpperCase ( ) , url : a . a . linkToOCS ( "apps/provisioning_api/api/v1" , 2 ) + "config/apps" + n , data : r . data || { } , success : r . success , error : r . error } ) ) : a . a . PasswordConfirmation . requirePasswordConfirmation ( e . bind ( o , this , t , n , r ) ) } function s ( e ) { o ( "get" , "" , e ) } function u ( e , t ) { o ( "get" , "/" + e , t ) } function l ( e , t , n , r ) { ( r = r || { } ) . data = { defaultValue : n } , o ( "get" , "/" + e + "/" + t , r ) } function c ( e , t , n , r ) { ( r = r || { } ) . data = { value : n } , o ( "post" , "/" + e + "/" + t , r ) } function d ( e , t , n ) { o ( "delete" , "/" + e + "/" + t , n ) } } . call ( this , n ( 2 ) ) } , function ( e , t , n ) { e . exports = function ( ) { "use strict" ; var e = Object . hasOwnProperty , t = Object . setPrototypeOf , n = Object . isFrozen , r = Object . keys , i = Object . freeze , a = Object . seal , o = "undefined" != typeof Reflect && Reflect , s = o . apply , u = o . construct ; s || ( s = function ( e , t , n ) { return e . apply ( t , n ) } ) , i || ( i = function ( e ) { return e } ) , a || ( a = function ( e ) { return e } ) , u || ( u = function ( e , t ) { return new ( Function . prototype . bind . apply ( e , [ null ] . concat ( function ( e ) { if ( Array . isArray ( e ) ) { for ( var t = 0 , n = Array ( e . length ) ; t < e . length ; t ++ ) n [ t ] = e [ t ] ; return n } return Array . from ( e ) } ( t ) ) ) ) } ) ; var l = Y ( Array . prototype . forEach ) , c = Y ( Array . prototype . indexOf ) , d = Y ( Array . prototype . join ) , f = Y ( Array . prototype . pop ) , h = Y ( Array . prototype . push ) , m = Y ( Array . prototype . slice ) , _ = Y ( String . prototype . toLowerCase ) , p = Y ( String . prototype . match ) , y = Y ( String . prototype . replace ) , v = Y ( String . prototype . indexOf ) , g = Y ( String . prototype . trim ) , M = Y ( RegExp . prototype . test ) , L = k ( RegExp ) , w = k ( TypeError ) ; function Y ( e ) { return function ( t ) { for ( var n = arguments . length , r = Array ( n > 1 ? n - 1 : 0 ) , i = 1 ; i < n ; i ++ ) r [ i - 1 ] = arguments [ i ] ; return s ( e , t , r ) } } function k ( e ) { return function ( ) { for ( var t = arguments . length , n = Array ( t ) , r = 0 ; r < t ; r ++ ) n [ r ] = arguments [ r ] ; return u ( e , n ) } } function b ( e , r ) { t && t ( e , null ) ; for ( var i = r . length ; i -- ; ) { var a = r [ i ] ; if ( "string" == typeof a ) { var o = _ ( a ) ; o !== a && ( n ( r ) || ( r [ i ] = o ) , a = o ) } e [ a ] = ! 0 } return e } function T ( t ) { var n = { } , r = void 0 ; for ( r in t ) s ( e , t , [ r ] ) && ( n [ r ] = t [ r ] ) ; return n } var D = i ( [ "a" , "abbr" , "acronym" , "address" , "area" , "article" , "aside" , "audio" , "b" , "bdi" , "bdo" , "big" , "blink" , "blockquote" , "body" , "br" , "button" , "canvas" , "caption" , "center" , "cite" , "code" , "col" , "colgroup" , "content" , "data" , "datalist" , "dd" , "decorator" , "del" , "details" , "dfn" , "dir" , "div" , "dl" , "dt" , "element" , "em" , "fieldset" , "figcaption" , "figure" , "font" , "footer" , "form" , "h1" , "h2" , "h3" , "h4" , "h5" , "h6" , "head" , "header" , "hgroup" , "hr" , "html" , "i" , "img" , "input" , "ins" , "kbd" , "label" , "legend" , "li" , "main" , "map" , "mark" , "marquee" , "menu" , "menuitem" , "meter" , "nav" , "nobr" , "ol" , "optgroup" , "option" , "output" , "p" , "picture" , "pre" , "progress" , "q" , "rp" , "rt" , "ruby" , "s" , "samp" , "section" , "select" , "shadow" , "small" , "source" , "spacer" , "span" , "strike" , "strong" , "style" , "sub" , "summary" , "sup" , "table" , "tbody" , "td" , "template" , "textarea" , "tfoot" , "th" , "thead" , "time" , "tr" , "track" , "tt" , "u" , "ul" , "var" , "video" , "wbr" ] ) , x = i ( [ "svg" , "a" , "altglyph" , "altglyphdef" , "altglyphitem" , "animatecolor" , "animatemotion" , "animatetransform" , "audio" , "canvas" , "circle" , "clippath" , "defs" , "desc" , "ellipse" , "filter" , "font" , "g" , "glyph" , "glyphref" , "hkern" , "image" , "line" , "lineargradient" , "marker" , "mask" , "metadata" , "mpath" , "path" , "pattern" , "polygon" , "polyline" , "radialgradient" , "rect" , "stop" , "style" , "switch" , "symbol" , "text" , "textpath" , "title" , "tref" , "tspan" , "video" , "view" , "vkern" ] ) , S = i ( [ "feBlend" , "feColorMatrix" , "feComponentTransfer" , "feComposite" , "feConvolveMatrix" , "feDiffuseLighting" , "feDisplacementMap" , "feDistantLight" , "feFlood" , "feFuncA" , "feFuncB" , "feFuncG" , "feFuncR" , "feGaussianBlur" , "feMerge" , "feMergeNode" , "feMorphology" , "feOffset" , "fePointLight" , "feSpecularLighting" , "feSpotLight" , "feTile" , "feTurbulence" ] ) , E = i ( [ "math" , "menclose" , "merror" , "mfenced" , "mfrac" , "mglyph" , "mi" , "mlabeledtr" , "mmultiscripts" , "mn" , "mo" , "mover" , "mpadded" , "mphantom" , "mroot" , "mrow" , "ms" , "mspace" , "msqrt" , "mstyle" , "msub" , "msup" , "msubsup" , "mtable" , "mtd" , "mtext" , "mtr" , "munder" , "munderover" ] ) , O = i ( [ "#text" ] ) , j = i ( [ "accept" , "action" , "align" , "alt" , "autocomplete" , "background" , "bgcolor" , "border" , "cellpadding" , "cellspacing" , "checked" , "cite" , "class" , "clear" , "color" , "cols" , "colspan" , "controls" , "coords" , "crossorigin" , " datet
2019-05-16 17:40:02 +03:00
/ *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-02-13 12:20:41 +03:00
* / t . a = { } } , f u n c t i o n ( e , t , n ) { e . e x p o r t s = n ( 1 1 4 ) . d e f a u l t } , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; O b j e c t . d e f i n e P r o p e r t y ( t , " _ _ e s M o d u l e " , { v a l u e : ! 0 } ) , t . s u b s c r i b e = f u n c t i o n ( e , t ) { a . s u b s c r i b e ( e , t ) } , t . u n s u b s c r i b e = f u n c t i o n ( e , t ) { a . u n s u b s c r i b e ( e , t ) } , t . e m i t = f u n c t i o n ( e , t ) { a . e m i t ( e , t ) } ; v a r r = n ( 5 1 6 ) , i = n ( 5 1 8 ) ; v a r a = ( v o i d 0 ! = = w i n d o w . O C & & w i n d o w . O C . _ e v e n t B u s & & v o i d 0 = = = w i n d o w . _ n c _ e v e n t _ b u s & & ( c o n s o l e . w a r n ( " f o u n d o l d e v e n t b u s i n s t a n c e a t O C . _ e v e n t B u s . U p d a t e y o u r v e r s i o n ! " ) , w i n d o w . _ n c _ e v e n t _ b u s = w i n d o w . O C . _ e v e n t B u s ) , v o i d 0 ! = = w i n d o w . _ n c _ e v e n t _ b u s ? n e w r . P r o x y B u s ( w i n d o w . _ n c _ e v e n t _ b u s ) : w i n d o w . _ n c _ e v e n t _ b u s = n e w i . S i m p l e B u s ) } , f u n c t i o n ( e , t , n ) { v a r r = n ( 6 ) , i = n ( 3 5 ) , a = n ( 1 9 ) , o = n ( 1 2 9 ) , s = n ( 2 3 0 ) , u = n ( 8 9 ) , l = u . g e t , c = u . e n f o r c e , d = S t r i n g ( S t r i n g ) . s p l i t ( " S t r i n g " ) ; ( e . e x p o r t s = f u n c t i o n ( e , t , n , s ) { v a r u = ! ! s & & ! ! s . u n s a f e , l = ! ! s & & ! ! s . e n u m e r a b l e , f = ! ! s & & ! ! s . n o T a r g e t G e t ; " f u n c t i o n " = = t y p e o f n & & ( " s t r i n g " ! = t y p e o f t | | a ( n , " n a m e " ) | | i ( n , " n a m e " , t ) , c ( n ) . s o u r c e = d . j o i n ( " s t r i n g " = = t y p e o f t ? t : " " ) ) , e ! = = r ? ( u ? ! f & & e [ t ] & & ( l = ! 0 ) : d e l e t e e [ t ] , l ? e [ t ] = n : i ( e , t , n ) ) : l ? e [ t ] = n : o ( t , n ) } ) ( F u n c t i o n . p r o t o t y p e , " t o S t r i n g " , ( f u n c t i o n ( ) { r e t u r n " f u n c t i o n " = = t y p e o f t h i s & & l ( t h i s ) . s o u r c e | | s ( t h i s ) } ) ) } , f u n c t i o n ( e , t ) { e . e x p o r t s = { } } , f u n c t i o n ( e , t , n ) { v a r r = n ( 2 0 ) , i = n ( 2 5 2 ) . f , a = n ( 7 2 ) , o = n ( 2 5 4 ) , s = n ( 1 4 5 ) , u = n ( 5 6 7 ) , l = n ( 5 7 6 ) ; e . e x p o r t s = f u n c t i o n ( e , t ) { v a r n , c , d , f , h , m = e . t a r g e t , _ = e . g l o b a l , p = e . s t a t ; i f ( n = _ ? r : p ? r [ m ] | | s ( m , { } ) : ( r [ m ] | | { } ) . p r o t o t y p e ) f o r ( c i n t ) { i f ( f = t [ c ] , d = e . n o T a r g e t G e t ? ( h = i ( n , c ) ) & & h . v a l u e : n [ c ] , ! l ( _ ? c : m + ( p ? " . " : " # " ) + c , e . f o r c e d ) & & v o i d 0 ! = = d ) { i f ( t y p e o f f = = t y p e o f d ) c o n t i n u e ; u ( f , d ) } ( e . s h a m | | d & & d . s h a m ) & & a ( f , " s h a m " , ! 0 ) , o ( n , c , f , e ) } } } , f u n c t i o n ( e , t ) { e . e x p o r t s = f u n c t i o n ( e ) { i f ( n u l l = = e ) t h r o w T y p e E r r o r ( " C a n ' t c a l l m e t h o d o n " + e ) ; r e t u r n e } } , f u n c t i o n ( e , t , n ) { v a r r = n ( 9 3 ) , i = n ( 1 4 4 ) , a = n ( 1 4 1 ) ; e . e x p o r t s = r ? f u n c t i o n ( e , t , n ) { r e t u r n i . f ( e , t , a ( 1 , n ) ) } : f u n c t i o n ( e , t , n ) { r e t u r n e [ t ] = n , e } } , f u n c t i o n ( e , t , n ) { v a r r = n ( 9 6 ) , i = M a t h . m i n ; e . e x p o r t s = f u n c t i o n ( e ) { r e t u r n e > 0 ? i ( r ( e ) , 9 0 0 7 1 9 9 2 5 4 7 4 0 9 9 1 ) : 0 } } , f u n c t i o n ( e , t , n ) { v a r r = n ( 8 ) , i = n ( 4 0 1 ) . f , a = n ( 3 6 ) , o = n ( 7 5 ) , s = n ( 1 7 4 ) , u = n ( 6 1 5 ) , l = n ( 4 1 0 ) ; e . e x p o r t s = f u n c t i o n ( e , t ) { v a r n , c , d , f , h , m = e . t a r g e t , _ = e . g l o b a l , p = e . s t a t ; i f ( n = _ ? r : p ? r [ m ] | | s ( m , { } ) : ( r [ m ] | | { } ) . p r o t o t y p e ) f o r ( c i n t ) { i f ( f = t [ c ] , d = e . n o T a r g e t G e t ? ( h = i ( n , c ) ) & & h . v a l u e : n [ c ] , ! l ( _ ? c : m + ( p ? " . " : " # " ) + c , e . f o r c e d ) & & v o i d 0 ! = = d ) { i f ( t y p e o f f = = t y p e o f d ) c o n t i n u e ; u ( f , d ) } ( e . s h a m | | d & & d . s h a m ) & & a ( f , " s h a m " , ! 0 ) , o ( n , c , f , e ) } } } , f u n c t i o n ( e , t , n ) { v a r r = n ( 8 ) , i = n ( 3 6 ) , a = n ( 2 1 ) , o = n ( 1 7 4 ) , s = n ( 4 0 5 ) , u = n ( 1 0 0 ) , l = u . g e t , c = u . e n f o r c e , d = S t r i n g ( S t r i n g ) . s p l i t ( " S t r i n g " ) ; ( e . e x p o r t s = f u n c t i o n ( e , t , n , s ) { v a r u = ! ! s & & ! ! s . u n s a f e , l = ! ! s & & ! ! s . e n u m e r a b l e , f = ! ! s & & ! ! s . n o T a r g e t G e t ; " f u n c t i o n " = = t y p e o f n & & ( " s t r i n g " ! = t y p e o f t | | a ( n , " n a m e " ) | | i ( n , " n a m e " , t ) , c ( n ) . s o u r c e = d . j o i n ( " s t r i n g " = = t y p e o f t ? t : " " ) ) , e ! = = r ? ( u ? ! f & & e [ t ] & & ( l = ! 0 ) : d e l e t e e [ t ] , l ? e [ t ] = n : i ( e , t , n ) ) : l ? e [ t ] = n : o ( t , n ) } ) ( F u n c t i o n . p r o t o t y p e , " t o S t r i n g " , ( f u n c t i o n ( ) { r e t u r n " f u n c t i o n " = = t y p e o f t h i s & & l ( t h i s ) . s o u r c e | | s ( t h i s ) } ) ) } , f u n c t i o n ( e , t ) { e . e x p o r t s = { } } , f u n c t i o n ( e , t ) { v a r n , r , i = e . e x p o r t s = { } ; f u n c t i o n a ( ) { t h r o w n e w E r r o r ( " s e t T i m e o u t h a s n o t b e e n d e f i n e d " ) } f u n c t i o n o ( ) { t h r o w n e w E r r o r ( " c l e a r T i m e o u t h a s n o t b e e n d e f i n e d " ) } f u n c t i o n s ( e ) { i f ( n = = = s e t T i m e o u t ) r e t u r n s e t T i m e o u t ( e , 0 ) ; i f ( ( n = = = a | | ! n ) & & s e t T i m e o u t ) r e t u r n n = s e t T i m e o u t , s e t T i m e o u t ( e , 0 ) ; t r y { r e t u r n n ( e , 0 ) } c a t c h ( t ) { t r y { r e t u r n n . c a l l ( n u l l , e , 0 ) } c a t c h ( t ) { r e t u r n n . c a l l ( t h i s , e , 0 ) } } } ! f u n c t i o n ( ) { t r y { n = " f u n c t i o n " = = t y p e o f s e t T i m e o u t ? s e t T i m e o u t : a } c a t c h ( e ) { n = a } t r y { r = " f u n c t i o n " = = t y p e o f c l e a r T i m e o u t ? c l e a r T i m e o u t : o } c a t c h ( e ) { r = o } } ( ) ; v a r u , l = [ ] , c = ! 1 , d = - 1 ; f u n c t i o n f ( ) { c & & u & & ( c = ! 1 , u . l e n g t h ? l = u . c o n c a t ( l ) : d = - 1 , l . l e n g t h & & h ( ) ) } f u n c t i o n h ( ) { i f ( ! c ) { v a r e = s ( f ) ; c = ! 0 ; f o r ( v a r t = l . l e n g t h ; t ; ) { f o r ( u = l , l = [ ] ; + + d < t ; ) u & & u [ d ] . r u n ( ) ; d = - 1 , t = l . l e n g t h } u = n u l l , c = ! 1 , f u n c t i o n ( e ) { i f ( r = = = c l e a r T i m e o u t ) r e t u r n c l e a r T i m e o u t ( e ) ; i f ( ( r = = = o | | ! r ) & & c l e a r T i m e o u t ) r e t u r n r = c l e a r T i m e o u t , c l e a r T i m e o u t ( e ) ; t r y { r ( e ) } c a t c h ( t ) { t r y { r e t u r n r . c a l l ( n u l l , e ) } c a t c h ( t ) { r e t u r n r . c a l l ( t h i s , e ) } } } ( e ) } } f u n c t i o n m ( e , t ) { t h i s . f u n = e , t h i s . a r r a y = t } f u n c t i o n _ ( ) { } i . n e x t T i c k = f u n c t i o n ( e ) { v a r t = n e w A r r a y ( a r g u m e n t s . l e n g t h - 1 ) ; i f ( a r g u m e n t s . l e n g t h > 1 ) f o r ( v a r n = 1 ; n < a r g u m e n t s . l e n g t h ; n + + ) t [ n - 1 ] = a r g u m e n t s [ n ] ; l . p u s h ( n e w m ( e , t ) ) , 1 ! = = l . l e n g t h | | c | | s ( h ) } , m . p r o t o t y p e . r u n = f u n c t i o n ( ) { t h i s . f u n . a p p l y ( n u l l , t h i s . a r r a y ) } , i . t i t l e = " b r o w s e r " , i . b r o w s e r = ! 0 , i . e n v = { } , i . a r g v = [ ] , i . v e r s i o n = " " , i . v e r s i o n s = { } , i . o n = _
2019-10-04 14:23:32 +03:00
/ * !
* escape - html
* Copyright ( c ) 2012 - 2013 TJ Holowaychuk
* Copyright ( c ) 2015 Andreas Lubbe
* Copyright ( c ) 2015 Tiancheng "Timothy" Gu
* MIT Licensed
2020-02-13 12:20:41 +03:00
* /var r=/ [ "'&<>]/;e.exports=function(e){var t,n=" "+e,i=r.exec(n);if(!i)return n;var a=" ",o=0,s=0;for(o=i.index;o<n.length;o++){switch(n.charCodeAt(o)){case 34:t=" & quot ; ";break;case 38:t=" & amp ; ";break;case 39:t=" & # 39 ; ";break;case 60:t=" & lt ; ";break;case 62:t=" & gt ; ";break;default:continue}s!==o&&(a+=n.substring(s,o)),s=o+1,a+=t}return s!==o?a+n.substring(s,o):a}},,,,,function(e,t,n){" use strict ";function r(e){return e&&e.__esModule?e:{default:e}}function i(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}t.__esModule=!0;var a=i(n(270)),o=r(n(604)),s=r(n(42)),u=i(n(23)),l=i(n(605)),c=r(n(607));function d(){var e=new a.HandlebarsEnvironment;return u.extend(e,a),e.SafeString=o.default,e.Exception=s.default,e.Utils=u,e.escapeExpression=u.escapeExpression,e.VM=l,e.template=function(t){return l.template(t,e)},e}var f=d();f.create=d,c.default(f),f.default=f,t.default=f,e.exports=t.default},,,,,,,,,,,,function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError(" Can 't call method on "+e);return e}},function(e,t,n){var r=n(22);e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can' t convert object to primitive value ")}},function(e,t,n){var r=n(6),i=n(35);e.exports=function(e,t){try{i(r,e,t)}catch(n){r[e]=t}return t}},function(e,t,n){var r=n(232),i=n(132),a=r(" keys ");e.exports=function(e){return a[e]||(a[e]=i(e))}},function(e,t){e.exports=!1},function(e,t){var n=0,r=Math.random();e.exports=function(e){return" Symbol ( "+String(void 0===e?" ":e)+" ) _ "+(++n+r).toString(36)}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t){e.exports=[" constructor "," hasOwnProperty "," isPrototypeOf "," propertyIsEnumerable "," toLocaleString "," toString "," valueOf "]},function(e,t,n){var r=n(127);e.exports=function(e){return Object(r(e))}},function(e,t,n){var r=n(533);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var r,i=n(40),a=n(535),o=n(134),s=n(90),u=n(537),l=n(229),c=n(130),d=c(" IE _PROTO "),f=function(){},h=function(e){return" < script > "+e+" < \ / script > "},m=function(){try{r=document.domain&&new ActiveXObject(" htmlfile ")}catch(e){}var e,t;m=r?function(e){e.write(h(" ")),e.close();var t=e.parentWindow.Object;return e=null,t}(r):((t=l(" iframe ")).style.display=" none ",u.appendChild(t),t.src=String(" javascript : "),(e=t.contentWindow.document).open(),e.write(h(" document . F = Object ")),e.close(),e.F);for(var n=o.length;n--;)delete m.prototype[o[n]];return m()};s[d]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(f.prototype=i(e),n=new f,f.prototype=null,n[d]=e):n=m(),void 0===t?n:a(n,t)}},function(e,t,n){" use strict ";var r=n(86),i=n(538),a=n(244),o=n(245),s=n(139),u=n(35),l=n(68),c=n(7),d=n(131),f=n(69),h=n(243),m=h.IteratorPrototype,_=h.BUGGY_SAFARI_ITERATORS,p=c(" iterator "),y=function(){return this};e.exports=function(e,t,n,c,h,v,g){i(n,t,c);var M,L,w,Y=function(e){if(e===h&&x)return x;if(!_&&e in T)return T[e];switch(e){case" keys ":case" values ":case" entries ":return function(){return new n(this,e)}}return function(){return new n(this)}},k=t+" Iterator ",b=!1,T=e.prototype,D=T[p]||T[" @ @ iterator "]||h&&T[h],x=!_&&D||Y(h),S=" Array "==t&&T.entries||D;if(S&&(M=a(S.call(new e)),m!==Object.prototype&&M.next&&(d||a(M)===m||(o?o(M,m):" function "!=typeof M[p]&&u(M,p,y)),s(M,k,!0,!0),d&&(f[k]=y)))," values "==h&&D&&" values "!==D.name&&(b=!0,x=function(){return D.call(this)}),d&&!g||T[p]===x||u(T,p,x),f[t]=x,h)if(L={values:Y(" values "),keys:v?x:Y(" keys " ) , entries : Y
2019-09-25 19:19:42 +03:00
/ * *
2019-05-16 17:40:02 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2020-02-13 12:20:41 +03:00
var r = function ( e ) { var t , n , r , i = { } ; if ( ! e ) return null ; ( t = e . indexOf ( "?" ) ) >= 0 && ( e = e . substr ( t + 1 ) ) ; for ( var a = e . replace ( /\+/g , "%20" ) . split ( "&" ) , o = 0 ; o < a . length ; o ++ ) { var s = a [ o ] ; ( n = ( t = s . indexOf ( "=" ) ) >= 0 ? [ s . substr ( 0 , t ) , s . substr ( t + 1 ) ] : [ s ] ) . length && ( ( r = decodeURIComponent ( n [ 0 ] ) ) && ( n . length > 1 ? i [ r ] = decodeURIComponent ( n [ 1 ] ) : i [ r ] = null ) ) } return i } , i = function ( t ) { return t ? e . map ( t , ( function ( e , t ) { var n = encodeURIComponent ( t ) ; return null != e && ( n += "=" + encodeURIComponent ( e ) ) , n } ) ) . join ( "&" ) : "" } } ) . call ( this , n ( 0 ) ) } , , , , , , , , , function ( e , t , n ) { "use strict" ; n . d ( t , "b" , ( function ( ) { return s } ) ) ; var r = n ( 0 ) , i = n . n ( r ) , a = ! 1 , o = { enableDynamicSlideToggle : function ( ) { a = ! 0 } , showAppSidebar : function ( e ) { ( e || i ( ) ( "#app-sidebar" ) ) . removeClass ( "disappear" ) . show ( ) , i ( ) ( "#app-content" ) . trigger ( new i . a . Event ( "appresized" ) ) } , hideAppSidebar : function ( e ) { ( e || i ( ) ( "#app-sidebar" ) ) . hide ( ) . addClass ( "disappear" ) , i ( ) ( "#app-content" ) . trigger ( new i . a . Event ( "appresized" ) ) } } , s = function ( ) { var e = i ( ) ( "[data-apps-slide-toggle]" ) ; 0 === e . length && i ( ) ( "#app-navigation" ) . addClass ( "without-app-settings" ) , i ( ) ( document ) . click ( ( function ( t ) { a && ( e = i ( ) ( "[data-apps-slide-toggle]" ) ) , e . each ( ( function ( e , n ) { var r = i ( ) ( n ) . data ( "apps-slide-toggle" ) , a = i ( ) ( r ) ; function o ( ) { a . slideUp ( 4 * OC . menuSpeed , ( function ( ) { a . trigger ( new i . a . Event ( "hide" ) ) } ) ) , a . removeClass ( "opened" ) , i ( ) ( n ) . removeClass ( "opened" ) } if ( ! a . is ( ":animated" ) ) if ( i ( ) ( n ) . is ( i ( ) ( t . target ) . closest ( "[data-apps-slide-toggle]" ) ) ) a . is ( ":visible" ) ? o ( ) : function ( ) { a . slideDown ( 4 * OC . menuSpeed , ( function ( ) { a . trigger ( new i . a . Event ( "show" ) ) } ) ) , a . addClass ( "opened" ) , i ( ) ( n ) . addClass ( "opened" ) ; var e = i ( ) ( r + " [autofocus]" ) ; 1 === e . length && e . focus ( ) } ( ) ; else { var s = i ( ) ( t . target ) . closest ( r ) ; a . is ( ":visible" ) && s [ 0 ] !== a [ 0 ] && o ( ) } } ) ) } ) ) } ; t . a = o } , function ( e , t , n ) { "undefined" == typeof dav && ( dav = { } ) , dav . _XML _CHAR _MAP = { "<" : "<" , ">" : ">" , "&" : "&" , '"' : """ , "'" : "'" } , dav . _escapeXml = function ( e ) { return e . replace ( /[<>&"']/g , ( function ( e ) { return dav . _XML _CHAR _MAP [ e ] } ) ) } , dav . Client = function ( e ) { var t ; for ( t in e ) this [ t ] = e [ t ] } , dav . Client . prototype = { baseUrl : null , userName : null , password : null , xmlNamespaces : { "DAV:" : "d" } , propFind : function ( e , t , n , r ) { void 0 === n && ( n = "0" ) , n = "" + n , ( r = r || { } ) . Depth = n , r [ "Content-Type" ] = "application/xml; charset=utf-8" ; var i , a = '<?xml version="1.0"?>\n<d:propfind ' ; for ( i in this . xmlNamespaces ) a += " xmlns:" + this . xmlNamespaces [ i ] + '="' + i + '"' ; for ( var o in a += ">\n <d:prop>\n" , t ) if ( t . hasOwnProperty ( o ) ) { var s = this . parseClarkNotation ( t [ o ] ) ; this . xmlNamespaces [ s . namespace ] ? a += " <" + this . xmlNamespaces [ s . namespace ] + ":" + s . name + " />\n" : a += " <x:" + s . name + ' xmlns:x="' + s . namespace + '" />\n' } return a += " </d:prop>\n" , a += "</d:propfind>" , this . request ( "PROPFIND" , e , r , a ) . then ( function ( e ) { return "0" === n ? { status : e . status , body : e . body [ 0 ] , xhr : e . xhr } : { status : e . status , body : e . body , xhr : e . xhr } } . bind ( this ) ) } , _renderPropSet : function ( e ) { var t = " <d:set>\n <d:prop>\n" ; for ( var n in e ) if ( e . hasOwnProperty ( n ) ) { var r , i = this . parseClarkNotation ( n ) , a = e [ n ] ; "d:resourcetype" !== ( r = this . xmlNamespaces [ i . namespace ] ? this . xmlNamespaces [ i . namespace ] + ":" + i . name : "x:" + i . name + ' xmlns:x="' + i . namespace + '"' ) && ( a = dav . _escapeXml ( a ) ) , t += " <" + r + ">" + a + "</" + r + ">\n" } return t += " </d:prop>\n" , t += " </d:set>\n" } , propPatch : function ( e , t , n ) { ( n = n || { } ) [ "Content-Type" ] = "application/xml; charset=utf-8" ; var r , i = '<?xml version="1.0"?>\n<d:propertyupdate ' ; for ( r in this . xmlNamespaces ) i += " xmlns:" + this . xmlNamespaces [ r ] + '="' + r + '"' ; return i += ">\n" + this . _renderPropSet ( t ) , i += "</d:propertyupdate>" , this . request ( "PROPPATCH" , e , n , i ) . then ( function ( e ) { return { status : e . status , body : e . body , xhr : e . xhr } } . bind ( this ) ) } , mkcol : function ( e , t , n ) { var r = "" ; if ( ( n = n || { } ) [ "Content-Type" ] = "application/xml; charset=utf-8" , t ) { var i ; for ( i in r = '<?xml version="1.0"?>\n<d:mkcol' , this . xmlNamespaces ) r += " xmlns:" + this . xmlNamespaces [ i ] + '="' + i + '"' ; r += ">\n" + this . _renderPropSet ( t ) , r += "</d:mkcol>" } return this . request ( "MKCOL" , e , n , r ) . then ( function ( e ) { return { status : e . status , body : e . body , xhr : e . xhr } } . bind ( this ) ) } , request : function ( e , t , n , r , i , a ) { var o , s = this , u = this . xhrProvider ( ) ; for ( o in n = n || { } , i = i || "" , this . userName && ( n . Authorization = "Basic " + btoa ( this . userName + ":" + this . password ) ) , u . open ( e , this . resolveUrl ( t
2019-09-25 19:19:42 +03:00
/ * *
2019-05-16 17:40:02 +03:00
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
2020-02-13 12:20:41 +03:00
* / n . a = { c a l l b a c k : n u l l , p a g e L o a d T i m e : n u l l , i n i t : f u n c t i o n ( ) { s ( ) ( " . p a s s w o r d - c o n f i r m - r e q u i r e d " ) . o n ( " c l i c k " , a . a . b i n d ( t h i s . r e q u i r e P a s s w o r d C o n f i r m a t i o n , t h i s ) ) , t h i s . p a g e L o a d T i m e = l . a . n o w ( ) } , r e q u i r e s P a s s w o r d C o n f i r m a t i o n : f u n c t i o n ( ) { v a r e = t h i s . p a g e L o a d T i m e - 1 e 3 * w i n d o w . n c _ p a g e L o a d , t = l . a . n o w ( ) - ( e + 1 e 3 * w i n d o w . n c _ l a s t L o g i n ) ; r e t u r n w i n d o w . b a c k e n d A l l o w s P a s s w o r d C o n f i r m a t i o n & & t > 1 8 e 5 } , r e q u i r e P a s s w o r d C o n f i r m a t i o n : f u n c t i o n ( e , n , r ) { n = v o i d 0 ! = = n ? n : { } ; v a r i = { t i t l e : t ( " c o r e " , " A u t h e n t i c a t i o n r e q u i r e d " ) , t e x t : t ( " c o r e " , " T h i s a c t i o n r e q u i r e s y o u t o c o n f i r m y o u r p a s s w o r d " ) , c o n f i r m : t ( " c o r e " , " C o n f i r m " ) , l a b e l : t ( " c o r e " , " P a s s w o r d " ) , e r r o r : " " } , o = a . a . e x t e n d ( i , n ) , u = t h i s ; t h i s . r e q u i r e s P a s s w o r d C o n f i r m a t i o n ( ) & & c . a . d i a l o g s . p r o m p t ( o . t e x t , o . t i t l e , ( f u n c t i o n ( e , t ) { e & & " " ! = = t ? u . _ c o n f i r m P a s s w o r d ( t , o ) : a . a . i s F u n c t i o n ( r ) & & r ( ) } ) , ! 0 , o . l a b e l , ! 0 ) . t h e n ( ( f u n c t i o n ( ) { v a r e = s ( ) ( " . o c - d i a l o g : v i s i b l e " ) ; i f ( e . f i n d ( " . u i - i c o n " ) . r e m o v e ( ) , e . a d d C l a s s ( " p a s s w o r d - c o n f i r m a t i o n " ) , " " ! = = o . e r r o r ) { v a r t = s ( ) ( " < p > < / p > " ) . a d d C l a s s ( " m s g w a r n i n g " ) . t e x t ( o . e r r o r ) ; e . f i n d ( " . o c - d i a l o g - c o n t e n t " ) . a p p e n d ( t ) } e . f i n d ( " . o c - d i a l o g - b u t t o n r o w " ) . a d d C l a s s ( " a s i d e " ) ; v a r n = e . f i n d ( " b u t t o n " ) ; n . e q ( 0 ) . h i d e ( ) , n . e q ( 1 ) . t e x t ( o . c o n f i r m ) } ) ) , t h i s . c a l l b a c k = e } , _ c o n f i r m P a s s w o r d : f u n c t i o n ( e , n ) { v a r r = t h i s ; s . a . a j a x ( { u r l : c . a . g e n e r a t e U r l ( " / l o g i n / c o n f i r m " ) , d a t a : { p a s s w o r d : e } , t y p e : " P O S T " , s u c c e s s : f u n c t i o n ( e ) { w i n d o w . n c _ l a s t L o g i n = e . l a s t L o g i n , a . a . i s F u n c t i o n ( r . c a l l b a c k ) & & r . c a l l b a c k ( ) } , e r r o r : f u n c t i o n ( ) { n . e r r o r = t ( " c o r e " , " F a i l e d t o a u t h e n t i c a t e , t r y a g a i n " ) , c . a . P a s s w o r d C o n f i r m a t i o n . r e q u i r e P a s s w o r d C o n f i r m a t i o n ( r . c a l l b a c k , n ) } } ) } } } , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ;
2019-05-16 17:40:02 +03:00
/ *
* @ copyright 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ author 2019 Christoph Wurst < christoph @ winzerhof - wurst . at >
*
* @ license GNU AGPL version 3 or any later version
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation , either version 3 of the
* License , or ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU Affero General Public License for more details .
*
* You should have received a copy of the GNU Affero General Public License
* along with this program . If not , see < http : //www.gnu.org/licenses/>.
* /
2020-03-08 12:29:54 +03:00
function r ( e , t ) { var n = [ "B" , "KB" , "MB" , "GB" , "TB" ] , r = e > 0 ? Math . floor ( Math . log ( e ) / Math . log ( 1024 ) ) : 0 , i = n [ r = Math . min ( n . length - 1 , r ) ] , a = ( e / Math . pow ( 1024 , r ) ) . toFixed ( 1 ) ; return ! 0 === t && 0 === r ? "0.0" !== a ? "< 1 KB" : "0 KB" : ( a = r < 2 ? parseFloat ( a ) . toFixed ( 0 ) : ".0" === a . substr ( a . length - 2 , 2 ) ? a . substr ( 0 , a . length - 2 ) : parseFloat ( a ) . toLocaleString ( OC . getCanonicalLocale ( ) ) ) + " " + i } n . d ( t , "a" , ( function ( ) { return r } ) ) } , , , , , , , , , , , , , , , , , , , , , , , , function ( e , t , n ) { var r = n ( 34 ) , i = n ( 520 ) , a = n ( 87 ) , o = n ( 88 ) , s = n ( 128 ) , u = n ( 19 ) , l = n ( 228 ) , c = Object . getOwnPropertyDescriptor ; t . f = r ? c : function ( e , t ) { if ( e = o ( e ) , t = s ( t , ! 0 ) , l ) try { return c ( e , t ) } catch ( e ) { } if ( u ( e , t ) ) return a ( ! i . f . call ( e , t ) , e [ t ] ) } } , function ( e , t , n ) { var r = n ( 16 ) , i = n ( 126 ) , a = "" . split ; e . exports = r ( ( function ( ) { return ! Object ( "z" ) . propertyIsEnumerable ( 0 ) } ) ) ? function ( e ) { return "String" == i ( e ) ? a . call ( e , "" ) : Object ( e ) } : Object } , function ( e , t , n ) { var r = n ( 34 ) , i = n ( 16 ) , a = n ( 229 ) ; e . exports = ! r && ! i ( ( function ( ) { return 7 != Object . defineProperty ( a ( "div" ) , "a" , { get : function ( ) { return 7 } } ) . a } ) ) } , function ( e , t , n ) { var r = n ( 6 ) , i = n ( 22 ) , a = r . document , o = i ( a ) && i ( a . createElement ) ; e . exports = function ( e ) { return o ? a . createElement ( e ) : { } } } , function ( e , t , n ) { var r = n ( 231 ) , i = Function . toString ; "function" != typeof r . inspectSource && ( r . inspectSource = function ( e ) { return i . call ( e ) } ) , e . exports = r . inspectSource } , function ( e , t , n ) { var r = n ( 6 ) , i = n ( 129 ) , a = r [ "__core-js_shared__" ] || i ( "__core-js_shared__" , { } ) ; e . exports = a } , function ( e , t , n ) { var r = n ( 131 ) , i = n ( 231 ) ; ( e . exports = function ( e , t ) { return i [ e ] || ( i [ e ] = void 0 !== t ? t : { } ) } ) ( "versions" , [ ] ) . push ( { version : "3.6.4" , mode : r ? "pure" : "global" , copyright : "© 2020 Denis Pushkarev (zloirock.ru)" } ) } , function ( e , t , n ) { var r = n ( 19 ) , i = n ( 88 ) , a = n ( 526 ) . indexOf , o = n ( 90 ) ; e . exports = function ( e , t ) { var n , s = i ( e ) , u = 0 , l = [ ] ; for ( n in s ) ! r ( o , n ) && r ( s , n ) && l . push ( n ) ; for ( ; t . length > u ; ) r ( s , n = t [ u ++ ] ) && ( ~ a ( l , n ) || l . push ( n ) ) ; return l } } , function ( e , t , n ) { var r = n ( 16 ) , i = /#|\.prototype\./ , a = function ( e , t ) { var n = s [ o ( e ) ] ; return n == l || n != u && ( "function" == typeof t ? r ( t ) : ! ! t ) } , o = a . normalize = function ( e ) { return String ( e ) . replace ( i , "." ) . toLowerCase ( ) } , s = a . data = { } , u = a . NATIVE = "N" , l = a . POLYFILL = "P" ; e . exports = a } , function ( e , t , n ) { var r = n ( 126 ) ; e . exports = Array . isArray || function ( e ) { return "Array" == r ( e ) } } , function ( e , t , n ) { var r = n ( 22 ) , i = n ( 235 ) , a = n ( 7 ) ( "species" ) ; e . exports = function ( e , t ) { var n ; return i ( e ) && ( "function" != typeof ( n = e . constructor ) || n !== Array && ! i ( n . prototype ) ? r ( n ) && null === ( n = n [ a ] ) && ( n = void 0 ) : n = void 0 ) , new ( void 0 === n ? Array : n ) ( 0 === t ? 0 : t ) } } , function ( e , t , n ) { var r = n ( 16 ) ; e . exports = ! ! Object . getOwnPropertySymbols && ! r ( ( function ( ) { return ! String ( Symbol ( ) ) } ) ) } , function ( e , t , n ) { var r = n ( 16 ) , i = n ( 7 ) , a = n ( 239 ) , o = i ( "species" ) ; e . exports = function ( e ) { return a >= 51 || ! r ( ( function ( ) { var t = [ ] ; return ( t . constructor = { } ) [ o ] = function ( ) { return { foo : 1 } } , 1 !== t [ e ] ( Boolean ) . foo } ) ) } } , function ( e , t , n ) { var r , i , a = n ( 6 ) , o = n ( 531 ) , s = a . process , u = s && s . versions , l = u && u . v8 ; l ? i = ( r = l . split ( "." ) ) [ 0 ] + r [ 1 ] : o && ( ! ( r = o . match ( /Edge\/(\d+)/ ) ) || r [ 1 ] >= 74 ) && ( r = o . match ( /Chrome\/(\d+)/ ) ) && ( i = r [ 1 ] ) , e . exports = i && + i } , function ( e , t , n ) { var r = n ( 136 ) , i = n ( 227 ) , a = n ( 135 ) , o = n ( 92 ) , s = n ( 236 ) , u = [ ] . push , l = function ( e ) { var t = 1 == e , n = 2 == e , l = 3 == e , c = 4 == e , d = 6 == e , f = 5 == e || d ; return function ( h , m , _ , p ) { for ( var y , v , g = a ( h ) , M = i ( g ) , L = r ( m , _ , 3 ) , w = o ( M . length ) , Y = 0 , k = p || s , b = t ? k ( h , w ) : n ? k ( h , 0 ) : void 0 ; w > Y ; Y ++ ) if ( ( f || Y in M ) && ( v = L ( y = M [ Y ] , Y , g ) , e ) ) if ( t ) b [ Y ] = v ; else if ( v ) switch ( e ) { case 3 : return ! 0 ; case 5 : return y ; case 6 : return Y ; case 2 : u . call ( b , y ) } else if ( c ) return ! 1 ; return d ? - 1 : l || c ? c : b } } ; e . exports = { forEach : l ( 0 ) , map : l ( 1 ) , filter : l ( 2 ) , some : l ( 3 ) , every : l ( 4 ) , find : l ( 5 ) , findIndex : l ( 6 ) } } , function ( e , t , n ) { var r = n ( 34 ) , i = n ( 16 ) , a = n ( 19 ) , o = Object . defineProperty , s = { } , u = function ( e ) { throw e } ; e . exports = function ( e , t ) { if ( a ( s , e ) ) return s [ e ] ; t || ( t = { } ) ; var n = [ ] [ e ] , l = ! ! a ( t , "ACCESSORS" ) && t . ACCESSORS , c = a ( t , 0 ) ? t [ 0 ] : u , d = a ( t , 1 ) ? t [ 1 ] : void 0 ; return s [ e ] = ! ! n && ! i ( ( function ( ) { if ( l && ! r ) return ! 0 ; var e = { length : - 1 } ; l ? o ( e , 1 , { enumerable : ! 0 , get : u } ) : e [ 1 ] = 1 , n . call ( e , c , d ) } ) ) } } , function ( e , t , n ) { "use strict" ; var r = n ( 88 ) , i = n ( 534 ) , a = n ( 69 ) , o = n ( 89 ) , s = n ( 138 ) , u = o . set , l = o . getterFor ( "Array Iterator" ) ; e . exports = s ( Array , "Array" , ( function ( e , t ) { u ( this , { type : "Array Iterator" , target : r ( e ) , index : 0 , kind : t } ) } ) , ( function ( ) { var e = l ( this ) , t = e . target , n = e . kind , r = e . index ++ ; return ! t || r >= t . length ? ( e . target
2019-05-16 17:40:02 +03:00
//# sourceMappingURL=maintenance.js.map