2019-09-22 04:13:13 +03:00
! function ( e ) { var t = { } ; function n ( a ) { if ( t [ a ] ) return t [ a ] . exports ; var r = t [ a ] = { i : a , l : ! 1 , exports : { } } ; return e [ a ] . call ( r . exports , r , r . exports , n ) , r . l = ! 0 , r . exports } n . m = e , n . c = t , n . d = function ( e , t , a ) { n . o ( e , t ) || Object . defineProperty ( e , t , { enumerable : ! 0 , get : a } ) } , 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 a = Object . create ( null ) ; if ( n . r ( a ) , Object . defineProperty ( a , "default" , { enumerable : ! 0 , value : e } ) , 2 & t && "string" != typeof e ) for ( var r in e ) n . d ( a , r , function ( t ) { return e [ t ] } . bind ( null , r ) ) ; return a } , 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 = 577 ) } ( [ function ( e , t , n ) { var a , r , i ;
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
2019-09-25 19:19:42 +03:00
* /r="undefined"!=typeof window?window:this,i=function(n,r){var i=[],s=i.slice,o=i.concat,d=i.push,u=i.indexOf,l={},c=l.toString,_=l.hasOwnProperty,m={},h=n.document,f=function(e,t){return new f.fn.init(e,t)},p=/ ^ [ \ s\uFEFF \ xA0 ] + | [ \ s\uFEFF \ xA0 ] + $ / g , y = /^-ms-/ , M = /-([\da-z])/gi , g = function ( e , t ) { return t . toUpperCase ( ) } ; function L ( e ) { var t = "length" in e && e . length , n = f . type ( e ) ; return "function" !== n && ! f . isWindow ( e ) && ( ! ( 1 !== e . nodeType || ! t ) || "array" === n || 0 === t || "number" == typeof t && t > 0 && t - 1 in e ) } f . fn = f . prototype = { jquery : "2.1.4" , constructor : f , selector : "" , length : 0 , toArray : function ( ) { return s . call ( this ) } , get : function ( e ) { return null != e ? e < 0 ? this [ e + this . length ] : this [ e ] : s . call ( this ) } , pushStack : function ( e ) { var t = f . merge ( this . constructor ( ) , e ) ; return t . prevObject = this , t . context = this . context , t } , each : function ( e , t ) { return f . each ( this , e , t ) } , map : function ( e ) { return this . pushStack ( f . map ( this , ( function ( t , n ) { return e . call ( t , n , t ) } ) ) ) } , slice : function ( ) { return this . pushStack ( s . 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 : d , sort : i . sort , splice : i . splice } , f . extend = f . fn . extend = function ( ) { var e , t , n , a , r , i , s = arguments [ 0 ] || { } , o = 1 , d = arguments . length , u = ! 1 ; for ( "boolean" == typeof s && ( u = s , s = arguments [ o ] || { } , o ++ ) , "object" == typeof s || f . isFunction ( s ) || ( s = { } ) , o === d && ( s = this , o -- ) ; o < d ; o ++ ) if ( null != ( e = arguments [ o ] ) ) for ( t in e ) n = s [ t ] , s !== ( a = e [ t ] ) && ( u && a && ( f . isPlainObject ( a ) || ( r = f . isArray ( a ) ) ) ? ( r ? ( r = ! 1 , i = n && f . isArray ( n ) ? n : [ ] ) : i = n && f . isPlainObject ( n ) ? n : { } , s [ t ] = f . extend ( u , i , a ) ) : void 0 !== a && ( s [ t ] = a ) ) ; return s } , f . 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" === f . type ( e ) } , isArray : Array . isArray , isWindow : function ( e ) { return null != e && e === e . window } , isNumeric : function ( e ) { return ! f . isArray ( e ) && e - parseFloat ( e ) + 1 >= 0 } , isPlainObject : function ( e ) { return ! ( "object" !== f . type ( e ) || e . nodeType || f . isWindow ( e ) || e . constructor && ! _ . 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 ? l [ c . call ( e ) ] || "object" : typeof e } , globalEval : function ( e ) { var t , n = eval ; ( e = f . trim ( e ) ) && ( 1 === e . indexOf ( "use strict" ) ? ( ( t = h . createElement ( "script" ) ) . text = e , h . head . appendChild ( t ) . parentNode . removeChild ( t ) ) : n ( e ) ) } , camelCase : function ( e ) { return e . replace ( y , "ms-" ) . replace ( M , g ) } , nodeName : function ( e , t ) { return e . nodeName && e . nodeName . toLowerCase ( ) === t . toLowerCase ( ) } , each : function ( e , t , n ) { var a = 0 , r = e . length , i = L ( e ) ; if ( n ) { if ( i ) for ( ; a < r && ! 1 !== t . apply ( e [ a ] , n ) ; a ++ ) ; else for ( a in e ) if ( ! 1 === t . apply ( e [ a ] , n ) ) break } else if ( i ) for ( ; a < r && ! 1 !== t . call ( e [ a ] , a , e [ a ] ) ; a ++ ) ; else for ( a in e ) if ( ! 1 === t . call ( e [ a ] , a , e [ a ] ) ) break ; return e } , trim : function ( e ) { return null == e ? "" : ( e + "" ) . replace ( p , "" ) } , makeArray : function ( e , t ) { var n = t || [ ] ; return null != e && ( L ( Object ( e ) ) ? f . merge ( n , "string" == typeof e ? [ e ] : e ) : d . call ( n , e ) ) , n } , inArray : function ( e , t , n ) { return null == t ? - 1 : u . call ( t , e , n ) } , merge : function ( e , t ) { for ( var n = + t . length , a = 0 , r = e . length ; a < n ; a ++ ) e [ r ++ ] = t [ a ] ; return e . length = r , e } , grep : function ( e , t , n ) { for ( var a = [ ] , r = 0 , i = e . length , s = ! n ; r < i ; r ++ ) ! t ( e [ r ] , r ) !== s && a . push ( e [ r ] ) ; return a } , map : function ( e , t , n ) { var a , r = 0 , i = e . length , s = [ ] ; if ( L ( e ) ) for ( ; r < i ; r ++ ) null != ( a = t ( e [ r ] , r , n ) ) && s . push ( a ) ; else for ( r in e ) null != ( a = t ( e [ r ] , r , n ) ) && s . push ( a ) ; return o . apply ( [ ] , s ) } , guid : 1 , proxy : function ( e , t ) { var n , a , r ; if ( "string" == typeof t && ( n = e [ t ] , t = e , e = n ) , f . isFunction ( e ) ) return a = s . call ( arguments , 2 ) , ( r = function ( ) { return e . apply ( t || this , a . concat ( s . call ( arguments ) ) ) } ) . guid = e . guid = e . guid || f . guid ++ , r } , now : Date . now , support : m } ) , f . each ( "Boolean Number String Function Array Date RegExp Object Error" . split ( " " ) , ( function ( e , t ) { l [ "[object " + t + "]" ] = t . toLowerCase ( ) } ) ) ; var v =
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
* /
2019-09-25 19:19:42 +03:00
function ( e ) { var t , n , a , r , i , s , o , d , u , l , c , _ , m , h , f , p , y , M , g , L = "sizzle" + 1 * new Date , v = e . document , Y = 0 , k = 0 , w = se ( ) , T = se ( ) , D = se ( ) , b = function ( e , t ) { return e === t && ( c = ! 0 ) , 0 } , x = 1 << 31 , S = { } . hasOwnProperty , H = [ ] , j = H . pop , P = H . push , E = H . push , O = H . slice , A = function ( e , t ) { for ( var n = 0 , a = e . length ; n < a ; n ++ ) if ( e [ n ] === t ) return n ; return - 1 } , C = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped" , F = "[\\x20\\t\\r\\n\\f]" , N = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+" , W = N . replace ( "w" , "w#" ) , R = "\\[" + F + "*(" + N + ")(?:" + F + "*([*^$|!~]?=)" + F + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + W + "))|)" + F + "*\\]" , I = ":(" + N + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + R + ")*)|.*)\\)|)" , z = new RegExp ( F + "+" , "g" ) , U = new RegExp ( "^" + F + "+|((?:^|[^\\\\])(?:\\\\.)*)" + F + "+$" , "g" ) , $ = new RegExp ( "^" + F + "*," + F + "*" ) , J = new RegExp ( "^" + F + "*([>+~]|" + F + ")" + F + "*" ) , q = new RegExp ( "=" + F + "*([^\\]'\"]*?)" + F + "*\\]" , "g" ) , B = new RegExp ( I ) , V = new RegExp ( "^" + W + "$" ) , G = { ID : new RegExp ( "^#(" + N + ")" ) , CLASS : new RegExp ( "^\\.(" + N + ")" ) , TAG : new RegExp ( "^(" + N . replace ( "w" , "w*" ) + ")" ) , ATTR : new RegExp ( "^" + R ) , PSEUDO : new RegExp ( "^" + I ) , CHILD : new RegExp ( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + F + "*(even|odd|(([+-]|)(\\d*)n|)" + F + "*(?:([+-]|)" + F + "*(\\d+)|))" + F + "*\\)|)" , "i" ) , bool : new RegExp ( "^(?:" + C + ")$" , "i" ) , needsContext : new RegExp ( "^" + F + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + F + "*((?:-\\d)?\\d*)" + F + "*\\)|)(?=[^-]|$)" , "i" ) } , K = /^(?:input|select|textarea|button)$/i , X = /^h\d$/i , Z = /^[^{]+\{\s*\[native \w/ , Q = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/ , ee = /[+~]/ , te = /'|\\/g , ne = new RegExp ( "\\\\([\\da-f]{1,6}" + F + "?|(" + F + ")|.)" , "ig" ) , ae = function ( e , t , n ) { var a = "0x" + t - 65536 ; return a != a || n ? t : a < 0 ? String . fromCharCode ( a + 65536 ) : String . fromCharCode ( a >> 10 | 55296 , 1023 & a | 56320 ) } , re = function ( ) { _ ( ) } ; try { E . apply ( H = O . call ( v . childNodes ) , v . childNodes ) , H [ v . childNodes . length ] . nodeType } catch ( e ) { E = { apply : H . length ? function ( e , t ) { P . apply ( e , O . call ( t ) ) } : function ( e , t ) { for ( var n = e . length , a = 0 ; e [ n ++ ] = t [ a ++ ] ; ) ; e . length = n - 1 } } } function ie ( e , t , a , r ) { var i , o , u , l , c , h , y , M , Y , k ; if ( ( t ? t . ownerDocument || t : v ) !== m && _ ( t ) , a = a || [ ] , l = ( t = t || m ) . nodeType , "string" != typeof e || ! e || 1 !== l && 9 !== l && 11 !== l ) return a ; if ( ! r && f ) { if ( 11 !== l && ( i = Q . exec ( e ) ) ) if ( u = i [ 1 ] ) { if ( 9 === l ) { if ( ! ( o = t . getElementById ( u ) ) || ! o . parentNode ) return a ; if ( o . id === u ) return a . push ( o ) , a } else if ( t . ownerDocument && ( o = t . ownerDocument . getElementById ( u ) ) && g ( t , o ) && o . id === u ) return a . push ( o ) , a } else { if ( i [ 2 ] ) return E . apply ( a , t . getElementsByTagName ( e ) ) , a ; if ( ( u = i [ 3 ] ) && n . getElementsByClassName ) return E . apply ( a , t . getElementsByClassName ( u ) ) , a } if ( n . qsa && ( ! p || ! p . test ( e ) ) ) { if ( M = y = L , Y = t , k = 1 !== l && e , 1 === l && "object" !== t . nodeName . toLowerCase ( ) ) { for ( h = s ( e ) , ( y = t . getAttribute ( "id" ) ) ? M = y . replace ( te , "\\$&" ) : t . setAttribute ( "id" , M ) , M = "[id='" + M + "'] " , c = h . length ; c -- ; ) h [ c ] = M + pe ( h [ c ] ) ; Y = ee . test ( e ) && he ( t . parentNode ) || t , k = h . join ( "," ) } if ( k ) try { return E . apply ( a , Y . querySelectorAll ( k ) ) , a } catch ( e ) { } finally { y || t . removeAttribute ( "id" ) } } } return d ( e . replace ( U , "$1" ) , t , a , r ) } function se ( ) { var e = [ ] ; return function t ( n , r ) { return e . push ( n + " " ) > a . cacheLength && delete t [ e . shift ( ) ] , t [ n + " " ] = r } } function oe ( e ) { return e [ L ] = ! 0 , e } function de ( e ) { var t = m . 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 ( "|" ) , r = e . length ; r -- ; ) a . attrHandle [ n [ r ] ] = t } function le ( e , t ) { var n = t && e , a = n && 1 === e . nodeType && 1 === t . nodeType && ( ~ t . sourceIndex || x ) - ( ~ e . sourceIndex || x ) ; if ( a ) return a ; 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 _e ( e ) { return function ( t ) { var n = t . nodeName . toLowerCase ( ) ; return ( "input" === n || "button" === n ) && t . type === e } } function me ( e ) { return oe ( ( function ( t ) { return t = + t , oe ( ( function ( n , a ) { for ( var r , i = e ( [ ] , n . length , t ) , s = i . length ; s -- ; ) n [ r = i [ s ] ] && ( n [ r ] = ! ( a [ r ] = n [ r ] ) ) } ) ) } ) ) } function he ( e ) { return e && void 0 !== e . getElementsByTagName && e } for ( t in n = ie . support = { } , i = ie . isXML = function ( e ) { var t = e && ( e . ownerDocument || e ) . documentElement ; return ! ! t && "HTML" !== t . nodeName } , _ = ie . setDocument = function ( e ) { var
/ * *
* @ 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/>.
* / U . f a l l B a c k S o u r c e s = [ ] , U . i f r a m e C o u n t = 0 , U . f a l l B a c k C a l l B a c k = f u n c t i o n ( e , t , n ) { U . f a l l B a c k S o u r c e s [ e ] . f a l l B a c k C a l l B a c k ( t , n ) } , U . p r o t o t y p e = { t y p e l e s s L i s t e n e r s : [ ] , i f r a m e : n u l l , l i s t e n e r s : { } , u s e F a l l B a c k : ! 1 , f a l l B a c k C a l l B a c k : f u n c t i o n ( e , t ) { v a r n ; i f ( ! t h i s . c l o s e d ) i f ( e ) { i f ( v o i d 0 ! = = t h i s . l i s t e n e r s . d o n e ) f o r ( n = 0 ; n < t h i s . l i s t e n e r s [ e ] . l e n g t h ; n + + ) t h i s . l i s t e n e r s [ e ] [ n ] ( t ) } e l s e f o r ( n = 0 ; n < t h i s . t y p e l e s s L i s t e n e r s . l e n g t h ; n + + ) t h i s . t y p e l e s s L i s t e n e r s [ n ] ( t ) } , l a s t L e n g t h : 0 , l i s t e n : f u n c t i o n ( e , t ) { t & & t . c a l l & & ( e ? t h i s . u s e F a l l B a c k ? ( t h i s . l i s t e n e r s [ e ] | | ( t h i s . l i s t e n e r s [ e ] = [ ] ) , t h i s . l i s t e n e r s [ e ] . p u s h ( t ) ) : t h i s . s o u r c e . a d d E v e n t L i s t e n e r ( e , ( f u n c t i o n ( e ) { v o i d 0 ! = = e . d a t a ? t ( J S O N . p a r s e ( e . d a t a ) ) : t ( " " ) } ) , ! 1 ) : t h i s . t y p e l e s s L i s t e n e r s . p u s h ( t ) ) } , c l o s e : f u n c t i o n ( ) { t h i s . c l o s e d = ! 0 , v o i d 0 ! = = t h i s . s o u r c e & & t h i s . s o u r c e . c l o s e ( ) } } ; v a r $ = U , J = w i n d o w . _ o c _ c a p a b i l i t i e s | | { } , q = f u n c t i o n ( ) { r e t u r n J } , B = n u l l , V = f u n c t i o n ( e ) { i f ( B ) { v a r t = B ; B . t r i g g e r ( n e w s . a . E v e n t ( " b e f o r e H i d e " ) ) , B . s l i d e U p ( O . j , ( f u n c t i o n ( ) { t . t r i g g e r ( n e w s . a . E v e n t ( " a f t e r H i d e " ) ) , e & & e . a p p l y ( t h i s , a r g u m e n t s ) } ) ) } s ( ) ( " . m e n u t o g g l e " ) . a t t r ( " a r i a - e x p a n d e d " , ! 1 ) , s ( ) ( " . o p e n e d M e n u " ) . r e m o v e C l a s s ( " o p e n e d M e n u " ) , B = n u l l , n u l l } , G = ! ! w i n d o w . _ o c _ i s a d m i n , K = r ( 1 4 ) , X = { s t a r t S a v i n g : f u n c t i o n ( e ) { t h i s . s t a r t A c t i o n ( e , t ( " c o r e " , " S a v i n g . . . " ) ) } , s t a r t A c t i o n : f u n c t i o n ( e , t ) { s ( ) ( e ) . t e x t ( t ) . r e m o v e C l a s s ( " s u c c e s s " ) . r e m o v e C l a s s ( " e r r o r " ) . s t o p ( ! 0 , ! 0 ) . s h o w ( ) } , f i n i s h e d S a v i n g : f u n c t i o n ( e , t ) { t h i s . f i n i s h e d A c t i o n ( e , t ) } , f i n i s h e d A c t i o n : f u n c t i o n ( e , t ) { " s u c c e s s " = = = t . s t a t u s ? t h i s . f i n i s h e d S u c c e s s ( e , t . d a t a . m e s s a g e ) : t h i s . f i n i s h e d E r r o r ( e , t . d a t a . m e s s a g e ) } , f i n i s h e d S u c c e s s : f u n c t i o n ( e , t ) { s ( ) ( e ) . t e x t ( t ) . a d d C l a s s ( " s u c c e s s " ) . r e m o v e C l a s s ( " e r r o r " ) . s t o p ( ! 0 , ! 0 ) . d e l a y ( 3 e 3 ) . f a d e O u t ( 9 0 0 ) . s h o w ( ) } , f i n i s h e d E r r o r : f u n c t i o n ( e , t ) { s ( ) ( e ) . t e x t ( t ) . a d d C l a s s ( " e r r o r " ) . r e m o v e C l a s s ( " s u c c e s s " ) . s h o w ( ) } } , Z = r ( 4 6 ) , Q = f u n c t i o n ( e ) { c e . S e a r c h . s e a r c h ( e , n u l l , 0 , 3 0 ) } ;
/ * *
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
* / Q . c u s t o m R e s u l t s = { } , Q . r e s u l t T y p e s = { } ; v a r e e = Q , t e = w i n d o w . _ t h e m e | | { } , n e = r ( 1 ) , a e = r . n ( n 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/>.
* /
2019-09-25 19:19:42 +03:00
function re ( e ) { for ( var t , n = [ ] , a = 0 , r = - 1 , i = 0 ; a < e . length ; ) { t = e . charAt ( a ) ; var s = ! i && "." === t || t >= "0" && t <= "9" ; s !== i && ( n [ ++ r ] = "" , i = s ) , n [ r ] += t , a ++ } return n } var ie = { History : { _handlers : [ ] , _pushState : function ( e , t , n ) { var a ; if ( a = "string" == typeof e ? e : ce . buildQueryString ( e ) , window . history . pushState ) { if ( t = t || location . pathname + "?" + a , navigator . userAgent . toLowerCase ( ) . indexOf ( "firefox" ) > - 1 && parseInt ( navigator . userAgent . split ( "/" ) . pop ( ) ) < 51 ) for ( var r , i = document . querySelectorAll ( '[fill^="url(#"], [stroke^="url(#"], [filter^="url(#invert"]' ) , s = 0 , o = i . length ; s < o ; s ++ ) { var d = r . style , u = d . fill , l = d . stroke ; ( r = i [ s ] ) . style . fill = u , r . style . stroke = l , r . removeAttribute ( "filter" ) , r . setAttribute ( "filter" , "url(#invert)" ) } n ? window . history . replaceState ( e , "" , t ) : window . history . pushState ( e , "" , t ) } else window . location . hash = "?" + a , 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 = ce . parseQueryString ( this . _decodeQuery ( t ) ) ) , ( e = l . a . extend ( e || { } , ce . 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 , l . a . isString ( t ) ? t = ce . parseQueryString ( t ) : t || ( t = this . parseUrlQuery ( ) || { } ) ; for ( var n = 0 ; n < this . _handlers . length ; n ++ ) this . _handlers [ n ] ( t ) } } } , humanFileSize : r ( 47 ) . a , computerFileSize : function ( e ) { if ( "string" != typeof e ) return null ; var t = e . toLowerCase ( ) . trim ( ) , n = null , a = t . match ( /^[\s+]?([0-9]*)(\.([0-9]+))?( +)?([kmgtp]?b?)$/i ) ; return null === a ? null : ( n = parseFloat ( t ) , isFinite ( n ) ? ( a [ 5 ] && ( n *= { b : 1 , k : 1024 , kb : 1024 , mb : 1048576 , m : 1048576 , gb : 1073741824 , g : 1073741824 , tb : 1099511627776 , t : 1099511627776 , pb : 0x4000000000000 , p : 0x4000000000000 } [ a [ 5 ] ] ) , n = Math . round ( n ) ) : null ) } , formatDate : function ( e , t ) { return t = t || "LLL" , ae ( ) ( e ) . format ( t ) } , relativeModifiedDate : function ( e ) { var n = ae ( ) ( ) . diff ( ae ( ) ( e ) ) ; return n >= 0 && n < 45e3 ? t ( "core" , "seconds ago" ) : ae ( ) ( 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 a = e . offsetWidth ; return n === a && ( a = t . clientWidth ) , document . body . removeChild ( t ) , this . _scrollBarWidth = n - a , this . _scrollBarWidth } , stripTime : function ( e ) { return new Date ( e . getFullYear ( ) , e . getMonth ( ) , e . getDate ( ) ) } , naturalSortCompare : function ( e , t ) { var n , a = re ( e ) , r = re ( t ) ; for ( n = 0 ; a [ n ] && r [ n ] ; n ++ ) if ( a [ n ] !== r [ n ] ) { var i = Number ( a [ n ] ) , s = Number ( r [ n ] ) ; return i == a [ n ] && s == r [ n ] ? i - s : a [ n ] . localeCompare ( r [ n ] , ce . getLanguage ( ) ) } return a . length - r . length } , waitFor : function ( e , t ) { ! function n ( ) { ! 0 !== e ( ) && setTimeout ( n , t ) } ( ) } , isCookieSetToValue : function ( e , t ) { for ( var n = document . cookie . split ( ";" ) , a = 0 ; a < n . length ; a ++ ) { var r = n [ a ] . split ( "=" ) ; if ( r [ 0 ] . trim ( ) === e && r [ 1 ] . trim ( ) === t ) return ! 0 } return ! 1 } } , se = window . _oc _debug , oe = 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/>.
2019-09-25 19:19:42 +03:00
* / i f ( v o i d 0 = = = o e ) { v a r d e = ( o 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 / " ) ; o e = - 1 ! = = d e ? o e . s u b s t r ( 0 , d e ) : o e . s u b s t r ( 0 , o e . l a s t I n d e x O f ( " / " ) ) } v a r u e , l e = o e , c e = a . a = { c o r e A p p s : O . i , m e n u S p e e d : O . j , P E R M I S S I O N _ A L L : O . a , P E R M I S S I O N _ C R E A T E : O . b , P E R M I S S I O N _ D E L E T E : O . c , P E R M I S S I O N _ N O N E : O . d , P E R M I S S I O N _ R E A D : O . e , P E R M I S S I O N _ S H A R E : O . f , P E R M I S S I O N _ U P D A T E : O . g , T A G _ F A V O R I T E : O . 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 ( E . 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 a ; 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 r = O C . f i l e P a t h ( e , " j s " , t + " . j s " ) ; r e t u r n o [ r ] ? n & & n ( ) : ( a = s . a . D e f e r r e d ( ) , s . a . g e t S c r i p t ( r , ( f u n c t i o n ( ) { r e t u r n a . r e s o l v e ( ) } ) ) , o [ r ] = a ) , o [ r ] } , 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 = = = d . i n d e x O f ( n ) & & ( d . 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 : p , a p p C o n f i g : f , 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 a = s ( ) ( " # a p p s e t t i n g s " ) ; i f ( 0 = = = a . 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 r = s ( ) ( " # a p p s e t t i n g s _ p o p u p " ) ; i f ( 0 = = = r . 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 > ' ) , ( r = 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 ( a . 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 " ) ) , r . i s ( " : v i s i b l e " ) ) r . h i d e ( ) . r e m o v e ( ) ; e l s e { v a r i = a . 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 ( y . 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 ) { r . h t m l ( e ) . r e a d y ( ( f u n c t i o n ( ) { i f ( r . p r e p e n d ( ' < s p a n c l a s s = " a r r o w ' + i + ' " > < / 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 ( ) , r . 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 ( ) { r . 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 ( y . 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 : M , B a c k b o n e : H , C o n t a c t s M e n u : A . a , c o n f i g : E , c u r r e n t U s e r : N , d i a l o g s : I , E v e n t S o u r c e : $ , 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 : F } } , 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 G } , L 1 0 N : K . 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 : _ , _ 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 & & ! c e . _ r e l o a d C a l l e d ) & & ( l . 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 ) & & c 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 ( ! c e . _ u s e r I s N a v i g a t i n g A w a y & & ! c 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 ( ) { c . 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 ) , c e . r e l o a d ( ) ) , e + + } ) , 1 e 3 ) ; c 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 ( ) { c e . _ u s e r I s N a v i g a t i n g A w a y | | c e . _ r e l o a d C a l l e d | | c 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 : q ( ) , g e t C a p a b i l i t i e s : q , h i d e M e n u s : V , r e g i s t e r M e n u : f u n c t i o n ( e , t , n , a ) { t . a d d C l a s s ( " m e n u " ) ; v a r r = " 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 ( r ? " 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 ( r ) { r . p r e v e n t D e f a u l t ( ) , r . k e y & & " E n t e r " ! = = r . k e y | | ( t . i s ( B ) ? V ( ) : ( B & & V ( ) , ! 0 = = = a & & 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 ( O . j , n ) , B = t , e ) ) } ) ) } , s h o w M e n u : f u n c t i o n ( e , t , n ) { t . i s ( B ) | | ( V ( ) , B = 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 " ) ) , l . 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 ( B ) & & V ( ) , 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-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
* / O b j e c t ( z . c ) ( ( f u n c t i o n ( e ) { O C . r e q u e s t T o k e n = e } ) ) } , , 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 a } ) ) , n . d ( t , " j " , ( f u n c t i o n ( ) { r e t u r n r } ) ) , n . d ( t , " d " , ( f u n c t i o n ( ) { r e t u r n i } ) ) , n . d ( t , " b " , ( f u n c t i o n ( ) { r e t u r n s } ) ) , n . d ( t , " e " , ( f u n c t i o n ( ) { r e t u r n o } ) ) , n . d ( t , " g " , ( f u n c t i o n ( ) { r e t u r n d } ) ) , n . d ( t , " c " , ( f u n c t i o n ( ) { r e t u r n u } ) ) , n . d ( t , " f " , ( f u n c t i o n ( ) { r e t u r n l } ) ) , n . d ( t , " a " , ( f u n c t i o n ( ) { r e t u r n c } ) ) , n . d ( t , " h " , ( f u n c t i o n ( ) { r e t u r n _ } ) ) ;
/ * *
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
var a = [ "" , "admin" , "log" , "core/search" , "core" , "3rdparty" ] , r = 50 , i = 0 , s = 4 , o = 1 , d = 2 , u = 8 , l = 16 , c = 31 , _ = "_$!<Favorite>!$_" } , function ( e , t , n ) { "use strict" ; n . d ( t , "e" , ( function ( ) { return o } ) ) , n . d ( t , "h" , ( function ( ) { return d } ) ) , n . d ( t , "g" , ( function ( ) { return u } ) ) , n . d ( t , "f" , ( function ( ) { return l } ) ) , n . d ( t , "b" , ( function ( ) { return c } ) ) , n . d ( t , "d" , ( function ( ) { return _ } ) ) , n . d ( t , "a" , ( function ( ) { return m } ) ) , n . d ( t , "c" , ( function ( ) { return h } ) ) ; var a = n ( 2 ) , r = n . n ( a ) , i = n ( 3 ) , s = n ( 5 ) , o = function ( e , t ) { return m ( e , "" , t ) } , d = function ( e ) { return h ( ) + "/remote.php/" + e } , u = function ( e ) { return window . location . protocol + "//" + window . location . host + d ( e ) } , l = function ( e , t ) { return t = 2 !== t ? 1 : 2 , window . location . protocol + "//" + window . location . host + h ( ) + "/ocs/v" + t + ".php/" + e + "/" } , c = function ( e , t , n ) { var a = n || { } ; r . a . defaults ( a , { escape : ! 0 } ) ; var s = function ( e , t ) { return t = t || [ ] , e . replace ( /{([^{}]*)}/g , ( function ( e , n ) { var r = t [ n ] ; return a . escape ? "string" == typeof r || "number" == typeof r ? encodeURIComponent ( r ) : encodeURIComponent ( e ) : "string" == typeof r || "number" == typeof r ? r : e } ) ) } ; return "/" !== e . charAt ( 0 ) && ( e = "/" + e ) , ! 0 === i . a . config . modRewriteWorking ? h ( ) + s ( e , t ) : h ( ) + "/index.php" + s ( e , t ) } , _ = function ( e , t ) { return - 1 === t . indexOf ( "." ) ? m ( e , "img" , t + ".svg" ) : m ( e , "img" , t ) } , m = function ( e , t , n ) { var a = - 1 !== s . i . indexOf ( e ) , r = h ( ) ; return "php" !== n . substring ( n . length - 3 ) || a ? "php" === n . substring ( n . length - 3 ) || a ? ( r += "core" !== e && "search" !== e || "ajax" !== t ? "/" : "/index.php/" , a || ( r += "apps/" ) , "" !== e && ( r += e += "/" ) , t && ( r += t + "/" ) , r += n ) : ( r = i . a . appswebroots [ e ] , t && ( r += "/" + t + "/" ) , "/" !== r . substring ( r . length - 1 ) && ( r += "/" ) , r += n ) : ( r += "/index.php/apps/" + e , "index.php" !== n && ( r += "/" , t && ( r += encodeURI ( t + "/" ) ) , r += n ) ) , r } , h = function ( ) { return i . a . webroot } } , , , , , function ( e , t , n ) { "use strict" ; t . _ _esModule = ! 0 , t . extend = o , t . indexOf = function ( e , t ) { for ( var n = 0 , a = e . length ; n < a ; n ++ ) if ( e [ n ] === t ) return n ; return - 1 } , t . escapeExpression = function ( e ) { if ( "string" != typeof e ) { if ( e && e . toHTML ) return e . toHTML ( ) ; if ( null == e ) return "" ; if ( ! e ) return e + "" ; e = "" + e } if ( ! i . test ( e ) ) return e ; return e . replace ( r , s ) } , t . isEmpty = function ( e ) { return ! e && 0 !== e || ! ( ! l ( e ) || 0 !== e . length ) } , t . createFrame = function ( e ) { var t = o ( { } , e ) ; return t . _parent = e , t } , t . blockParams = function ( e , t ) { return e . path = t , e } , t . appendContextPath = function ( e , t ) { return ( e ? e + "." : "" ) + t } ; var a = { "&" : "&" , "<" : "<" , ">" : ">" , '"' : """ , "'" : "'" , "`" : "`" , "=" : "=" } , r = /[&<>"'`=]/g , i = /[&<>"'`=]/ ; function s ( e ) { return a [ e ] } function o ( e ) { for ( var t = 1 ; t < arguments . length ; t ++ ) for ( var n in arguments [ t ] ) Object . prototype . hasOwnProperty . call ( arguments [ t ] , n ) && ( e [ n ] = arguments [ t ] [ n ] ) ; return e } var d = Object . prototype . toString ; t . toString = d ; var u = function ( e ) { return "function" == typeof e } ; u ( /x/ ) && ( t . isFunction = u = function ( e ) { return "function" == typeof e && "[object Function]" === d . call ( e ) } ) , t . isFunction = u ; var l = Array . isArray || function ( e ) { return ! ( ! e || "object" != typeof e ) && "[object Array]" === d . call ( e ) } ; t . isArray = l } , function ( e , t , n ) { ( function ( a ) { var r , i , s ; s = "object" == typeof self && self . self === self && self || "object" == typeof a && a . global === a && a , r = [ n ( 2 ) , n ( 0 ) , t ] , void 0 === ( i = function ( e , t , n ) { s . Backbone = function ( e , t , n , a ) { var r = e . Backbone , i = Array . prototype . slice ; t . VERSION = "1.4.0" , t . $ = a , t . noConflict = function ( ) { return e . Backbone = r , this } , t . emulateHTTP = ! 1 , t . emulateJSON = ! 1 ; var s , o = t . Events = { } , d = /\s+/ , u = function ( e , t , a , r , i ) { var s , o = 0 ; if ( a && "object" == typeof a ) { void 0 !== r && "context" in i && void 0 === i . context && ( i . context = r ) ; for ( s = n . keys ( a ) ; o < s . length ; o ++ ) t = u ( e , t , s [ o ] , a [ s [ o ] ] , i ) } else if ( a && d . test ( a ) ) for ( s = a . split ( d ) ; o < s . length ; o ++ ) t = e ( t , s [ o ] , r , i ) ; else t = e ( t , a , r , i ) ; return t } ; o . on = function ( e , t , n ) { return this . _events = u ( l , this . _events || { } , e , t , { context : n , ctx : this , listening : s } ) , s && ( ( this . _listeners || ( this . _listeners = { } ) ) [ s . id ] = s , s . interop = ! 1 ) , this } , o . listenTo = function ( e , t , a ) { if ( ! e ) return this ; var r = e . _listenId || ( e . _listenId = n . uniqueId ( "l" ) ) , i = this . _listeningTo || ( this . _listeningTo = { } ) , o = s = i [ r ] ; o || ( this . _listenId || ( this . _listenId = n . uniqueId ( "l" ) ) , o = s = i [ r ] = new p ( this , e ) ) ; var d = c ( e , t , a , this ) ; if ( s = void 0 , d ) throw d ; return o . interop && o . on ( t , a ) , this } ; var l = function ( e , t , n , a ) { if ( n ) { var r = e [ t ] || ( e [ t ] = [ ] ) , i = a . context , s = a . ctx , o = a . listening ; o && o . count ++ , r . push ( { callback : n , context : i , ctx : i || s , listening : o } ) } return e } , c = fun
/ * *
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/>.
* /
2019-09-25 19:19:42 +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 _ = function ( e , t , n ) { m ( 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 ) } , m = function ( e ) { return void 0 !== window . _oc _l10n _registry _translations [ e ] && void 0 !== window . _oc _l10n _registry _plural _functions [ e ] } , h = function ( e ) { return { translations : window . _oc _l10n _registry _translations [ e ] || { } , pluralFunction : window . _oc _l10n _registry _plural _functions [ e ] } } ; function f ( e ) { return ( f = "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 ) } n . d ( t , "b" , ( function ( ) { return y } ) ) , n . d ( t , "d" , ( function ( ) { return M } ) ) , n . d ( t , "c" , ( function ( ) { return g } ) ) ; var p = { load : function ( e , t ) { if ( m ( e ) || "en" === c . a . getLocale ( ) ) { var n = s . a . Deferred ( ) , a = n . promise ( ) ; return a . then ( t ) , n . resolve ( ) , a } var r = this , i = c . a . filePath ( e , "l10n" , c . a . getLocale ( ) + ".json" ) ; return s . a . get ( i ) . then ( ( function ( t ) { t . translations && r . register ( e , t . translations , t . pluralForm ) } ) ) . then ( t ) } , register : function ( e , t ) { _ ( 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 , a , i ) { var s = i || { } ; r . a . defaults ( s , { escape : ! 0 } ) ; var o = t , u = h ( e ) . translations [ t ] ; return void 0 !== u && ( o = u ) , "object" === f ( n ) || void 0 !== a ? d . a . sanitize ( function ( e , t , n ) { return e . replace ( /%n/g , n ) . replace ( /{([^{}]*)}/g , ( function ( e , n ) { var a = t [ n ] ; return "string" == typeof a || "number" == typeof a ? s . escape ? d . a . sanitize ( escapeHTML ( a ) ) : d . a . sanitize ( a ) : d . a . sanitize ( e ) } ) ) } ( o , n , a ) ) : d . a . sanitize ( o ) } , translatePlural : function ( e , t , n , a , r , i ) { var o = "_" + t + "_::_" + n + "_" , d = h ( e ) , u = d . translations [ o ] ; if ( void 0 !== u ) { var l = u ; if ( s . a . isArray ( l ) ) { var c = d . pluralFunction ( a ) ; return this . translate ( e , l [ c ] , r , a , i ) } } return 1 === a ? this . translate ( e , t , r , a , i ) : this . translate ( e , n , r , a , i ) } , _getPlural : function ( e ) { var t = c . 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 } } } , y = ( t . a = p , function ( ) { var e = M ( ) ; return "string" == typeof e ? e . replace ( /_/g , "-" ) : e } ) , M = function ( ) { return s ( ) ( "html" ) . data ( "locale" ) } , g = function ( ) { return s ( ) ( "html" ) . prop ( "lang" ) } ; l . a . re
/ * *
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-13 12:04:31 +03:00
var a = document . getElementsByTagName ( "head" ) [ 0 ] . getAttribute ( "data-requesttoken" ) , r = [ ] , i = function ( ) { return a } , s = function ( e ) { return r . push ( e ) } , o = function ( e ) { a = e , r . forEach ( ( function ( e ) { return e ( a ) } ) ) } } , , function ( e , t , n ) { "use strict" ; n . r ( t ) , function ( e ) { n . d ( t , "getApps" , ( function ( ) { return o } ) ) , n . d ( t , "getKeys" , ( function ( ) { return d } ) ) , n . d ( t , "getValue" , ( function ( ) { return u } ) ) , n . d ( t , "setValue" , ( function ( ) { return l } ) ) , n . d ( t , "deleteKey" , ( function ( ) { return c } ) ) ; var a = n ( 0 ) , r = n . n ( a ) , i = n ( 3 ) ;
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/>.
*
* /
2019-09-25 19:19:42 +03:00
function s ( t , n , a ) { "post" !== t && "delete" !== t || ! i . a . PasswordConfirmation . requiresPasswordConfirmation ( ) ? ( a = a || { } , r . a . ajax ( { type : t . toUpperCase ( ) , url : i . a . linkToOCS ( "apps/provisioning_api/api/v1" , 2 ) + "config/apps" + n , data : a . data || { } , success : a . success , error : a . error } ) ) : i . a . PasswordConfirmation . requirePasswordConfirmation ( e . bind ( s , this , t , n , a ) ) } function o ( e ) { s ( "get" , "" , e ) } function d ( e , t ) { s ( "get" , "/" + e , t ) } function u ( e , t , n , a ) { ( a = a || { } ) . data = { defaultValue : n } , s ( "get" , "/" + e + "/" + t , a ) } function l ( e , t , n , a ) { ( a = a || { } ) . data = { value : n } , s ( "post" , "/" + e + "/" + t , a ) } function c ( e , t , n ) { s ( "delete" , "/" + e + "/" + t , n ) } } . call ( this , n ( 2 ) ) } , function ( e , t , n ) { e . exports = function ( ) { "use strict" ; var e = Object . freeze || function ( e ) { return e } , t = e ( [ "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" , "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" ] ) , n = e ( [ "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" ] ) , a = e ( [ "feBlend" , "feColorMatrix" , "feComponentTransfer" , "feComposite" , "feConvolveMatrix" , "feDiffuseLighting" , "feDisplacementMap" , "feDistantLight" , "feFlood" , "feFuncA" , "feFuncB" , "feFuncG" , "feFuncR" , "feGaussianBlur" , "feMerge" , "feMergeNode" , "feMorphology" , "feOffset" , "fePointLight" , "feSpecularLighting" , "feSpotLight" , "feTile" , "feTurbulence" ] ) , r = e ( [ "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" ] ) , i = e ( [ "#text" ] ) , s = Object . freeze || function ( e ) { return e } , o = s ( [ "accept" , "action" , "align" , "alt" , "autocomplete" , "background" , "bgcolor" , "border" , "cellpadding" , "cellspacing" , "checked" , "cite" , "class" , "clear" , "color" , "cols" , "colspan" , "controls" , "coords" , "crossorigin" , "datetime" , "default" , "dir" , "disabled" , "download" , "enctype" , "face" , "for" , "headers" , "height" , "hidden" , "high" , "href" , "hreflang" , "id" , "integrity" , "ismap" , "label" , "lang" , "list" , "loop" , "low" , "max" , "maxlength" , "media" , "method" , "min" , "minlength" , "multiple" , "name" , "noshade" , "novalidate" , "nowrap" , "open" , "optimum" , "pattern" , "placeholder" , "poster" , "preload" , "pubdate" , "radiogroup" , "readonly" , "rel" , "required" , "rev" , "reversed" , "role" , "rows" , "rowspan" , "spellcheck" , "scope" , "selected" , "shape" , "size" , "sizes" , "span" , "srclang" , "start" , "src" , "srcset" , "step" , "style" , "summary" , "tabindex" , "title" , "type" , "usemap" , "valign" , "value" , "width" , "xmlns" ] ) , d = s ( [ "accent-height" , "accumulate" , "additive" , "alignment-baseline" , "ascent" , "attributename" , "attributetype" , "azimuth" , "basefrequency" , "baseline-shift" , "begin" , "bias" , "by" , "class" , "clip" , "clip-path" , "clip-rule" , "color" , "color-interpolation" , "color-interpolation-filters" , "color-profile" , "color-rendering" , "cx" , "cy" , "d" , "dx" , "dy" , "diffuseconstant" , "direction" , "display" , "divisor" , "dur" , "edgemode" , "elevation" , "end" , "fill" , "fill-opacity" , "fill-rule" , "filter" , "filterunits" , "flood-color" , "flood-opacity" , "font-family" , "font-size" , "font-size-adjust" , "font-stretch" , "font-style" , "font-variant" , "font-weight" , "fx" , "fy" , "g1" , "g2" , " g
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
* / t . a = { } } , f u n c t i o n ( e , t , n ) { e . e x p o r t s = n ( 3 0 ) . 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 " ; t . _ _ e s M o d u l e = ! 0 ; v a r a = [ " d e s c r i p t i o n " , " f i l e N a m e " , " l i n e N u m b e r " , " m e s s a g e " , " n a m e " , " n u m b e r " , " s t a c k " ] ; f u n c t i o n r ( e , t ) { v a r n = t & & t . l o c , i = v o i d 0 , s = v o i d 0 ; n & & ( e + = " - " + ( i = n . s t a r t . l i n e ) + " : " + ( s = n . s t a r t . c o l u m n ) ) ; f o r ( v a r o = E r r o r . p r o t o t y p e . c o n s t r u c t o r . c a l l ( t h i s , e ) , d = 0 ; d < a . l e n g t h ; d + + ) t h i s [ a [ d ] ] = o [ a [ d ] ] ; E r r o r . c a p t u r e S t a c k T r a c e & & E r r o r . c a p t u r e S t a c k T r a c e ( t h i s , r ) ; t r y { n & & ( t h i s . l i n e N u m b e r = i , O b j e c t . d e f i n e P r o p e r t y ? O b j e c t . d e f i n e P r o p e r t y ( t h i s , " c o l u m n " , { v a l u e : s , e n u m e r a b l e : ! 0 } ) : t h i s . c o l u m n = s ) } c a t c h ( e ) { } } r . p r o t o t y p e = n e w E r r o r , t . d e f a u l t = r , e . e x p o r t s = t . d e f a u l t } , , f u n c t i o n ( e , t ) { v a r n ; n = f u n c t i o n ( ) { r e t u r n t h i s } ( ) ; t r y { n = n | | n e w F u n c t i o n ( " r e t u r n t h i s " ) ( ) } c a t c h ( e ) { " o b j e c t " = = t y p e o f w i n d o w & & ( n = w i n d o w ) } e . e x p o r t s = n } , , , , f u n c t i o n ( e , t , n ) { " u s e s t r i c t " ; f u n c t i o n a ( e ) { r e t u r n e & & e . _ _ e s M o d u l e ? e : { d e f a u l t : e } } f u n c t i o n r ( e ) { i f ( e & & e . _ _ e s M o d u l e ) r e t u r n e ; v a r t = { } ; i f ( n u l l ! = e ) f o r ( v a r n i n e ) O b j e c t . p r o t o t y p e . h a s O w n P r o p e r t y . c a l l ( e , n ) & & ( t [ n ] = e [ n ] ) ; r e t u r n t . d e f a u l t = e , t } t . _ _ e s M o d u l e = ! 0 ; v a r i = r ( n ( 5 2 ) ) , s = a ( n ( 2 1 3 ) ) , o = a ( n ( 2 4 ) ) , d = r ( n ( 1 1 ) ) , u = r ( n ( 2 1 4 ) ) , l = a ( n ( 2 1 5 ) ) ; f u n c t i o n c ( ) { v a r e = n e w i . H a n d l e b a r s E n v i r o n m e n t ; r e t u r n d . e x t e n d ( e , i ) , e . S a f e S t r i n g = s . d e f a u l t , e . E x c e p t i o n = o . d e f a u l t , e . U t i l s = d , e . e s c a p e E x p r e s s i o n = d . e s c a p e E x p r e s s i o n , e . V M = u , e . t e m p l a t e = f u n c t i o n ( t ) { r e t u r n u . t e m p l a t e ( t , e ) } , e } v a r _ = c ( ) ; _ . c r e a t e = c , l . d e f a u l t ( _ ) , _ . d e f a u l t = _ , t . d e f a u l t = _ , e . e x p o r t s = t . 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 " ; ( f u n c t i o n ( e ) { n . d ( t , " b " , ( f u n c t i o n ( ) { r e t u r n a } ) ) , n . d ( t , " a " , ( f u n c t i o n ( ) { r e t u r n r } ) ) ;
/ * *
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-22 04:13:13 +03:00
var a = function ( e ) { var t , n , a , r , i = { } ; if ( ! e ) return null ; ( n = e . indexOf ( "?" ) ) >= 0 && ( e = e . substr ( n + 1 ) ) , t = e . replace ( /\+/g , "%20" ) . split ( "&" ) ; for ( var s = 0 ; s < t . length ; s ++ ) { var o = t [ s ] ; ( a = ( n = o . indexOf ( "=" ) ) >= 0 ? [ o . substr ( 0 , n ) , o . substr ( n + 1 ) ] : [ o ] ) . length && ( ( r = decodeURIComponent ( a [ 0 ] ) ) && ( a . length > 1 ? i [ r ] = decodeURIComponent ( a [ 1 ] ) : i [ r ] = null ) ) } return i } , r = 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 o } ) ) ; var a = n ( 0 ) , r = n . n ( a ) , i = ! 1 , s = { enableDynamicSlideToggle : function ( ) { i = ! 0 } , showAppSidebar : function ( e ) { ( e || r ( ) ( "#app-sidebar" ) ) . removeClass ( "disappear" ) . show ( ) , r ( ) ( "#app-content" ) . trigger ( new r . a . Event ( "appresized" ) ) } , hideAppSidebar : function ( e ) { ( e || r ( ) ( "#app-sidebar" ) ) . hide ( ) . addClass ( "disappear" ) , r ( ) ( "#app-content" ) . trigger ( new r . a . Event ( "appresized" ) ) } } , o = function ( ) { var e = r ( ) ( "[data-apps-slide-toggle]" ) ; 0 === e . length && r ( ) ( "#app-navigation" ) . addClass ( "without-app-settings" ) , r ( ) ( document ) . click ( ( function ( t ) { i && ( e = r ( ) ( "[data-apps-slide-toggle]" ) ) , e . each ( ( function ( e , n ) { var a = r ( ) ( n ) . data ( "apps-slide-toggle" ) , i = r ( ) ( a ) ; function s ( ) { i . slideUp ( 4 * OC . menuSpeed , ( function ( ) { i . trigger ( new r . a . Event ( "hide" ) ) } ) ) , i . removeClass ( "opened" ) , r ( ) ( n ) . removeClass ( "opened" ) } if ( ! i . is ( ":animated" ) ) if ( r ( ) ( n ) . is ( r ( ) ( t . target ) . closest ( "[data-apps-slide-toggle]" ) ) ) i . is ( ":visible" ) ? s ( ) : function ( ) { i . slideDown ( 4 * OC . menuSpeed , ( function ( ) { i . trigger ( new r . a . Event ( "show" ) ) } ) ) , i . addClass ( "opened" ) , r ( ) ( n ) . addClass ( "opened" ) ; var e = r ( ) ( a + " [autofocus]" ) ; 1 === e . length && e . focus ( ) } ( ) ; else { var o = r ( ) ( t . target ) . closest ( a ) ; i . is ( ":visible" ) && o [ 0 ] !== i [ 0 ] && s ( ) } } ) ) } ) ) } ; t . a = s } , function ( e , t ) { "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 , a ) { void 0 === n && ( n = "0" ) , n = "" + n , ( a = a || { } ) . Depth = n , a [ "Content-Type" ] = "application/xml; charset=utf-8" ; var r , i = '<?xml version="1.0"?>\n<d:propfind ' ; for ( r in this . xmlNamespaces ) i += " xmlns:" + this . xmlNamespaces [ r ] + '="' + r + '"' ; for ( var s in i += ">\n <d:prop>\n" , t ) if ( t . hasOwnProperty ( s ) ) { var o = this . parseClarkNotation ( t [ s ] ) ; this . xmlNamespaces [ o . namespace ] ? i += " <" + this . xmlNamespaces [ o . namespace ] + ":" + o . name + " />\n" : i += " <x:" + o . name + ' xmlns:x="' + o . namespace + '" />\n' } return i += " </d:prop>\n" , i += "</d:propfind>" , this . request ( "PROPFIND" , e , a , i ) . 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 a , r = this . parseClarkNotation ( n ) , i = e [ n ] ; "d:resourcetype" !== ( a = this . xmlNamespaces [ r . namespace ] ? this . xmlNamespaces [ r . namespace ] + ":" + r . name : "x:" + r . name + ' xmlns:x="' + r . namespace + '"' ) && ( i = dav . _escapeXml ( i ) ) , t += " <" + a + ">" + i + "</" + a + ">\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 a , r = '<?xml version="1.0"?>\n<d:propertyupdate ' ; for ( a in this . xmlNamespaces ) r += " xmlns:" + this . xmlNamespaces [ a ] + '="' + a + '"' ; return r += ">\n" + this . _renderPropSet ( t ) , r += "</d:propertyupdate>" , this . request ( "PROPPATCH" , e , n , r ) . then ( function ( e ) { return { status : e . status , body : e . body , xhr : e . xhr } } . bind ( this ) ) } , mkcol : function ( e , t , n ) { var a = "" ; if ( ( n = n || { } ) [ "Content-Type" ] = "application/xml; charset=utf-8" , t ) { var r ; for ( r in a = '<?xml version="1.0"?>\n<d:mkcol' , this . xmlNamespaces ) a += " xmlns:" + this . xmlNamespaces [ r ] + '="' + r + '"' ; a += ">\n" + this . _renderPropSet ( t ) , a += "</d:mkcol>" } return this . request ( "MKCOL" , e , n , a ) . then ( function ( e ) { return { status : e . status , body : e . body , xhr : e . xhr } } . bind ( this ) ) } , request : function ( e , t , n , a ) { var r , i = this , s = this . xhrProvider ( ) ; for ( r in n = n || { } , this . userName && ( n . Authorization = "Basic " + btoa ( this . userName + ":" + this . password ) ) , s . open ( e , this . resolveUrl ( t ) , ! 0 ) , n ) s . setR
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/>.
2019-09-25 19:19:42 +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 ( ) { o ( ) ( " . 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 " , i . 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 = u . 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 = u . 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 , a ) { n = v o i d 0 ! = = n ? n : { } ; v a r r = { 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 : " " } , s = i . a . e x t e n d ( r , n ) , d = 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 ( ) & & l . a . d i a l o g s . p r o m p t ( s . t e x t , s . t i t l e , ( f u n c t i o n ( e , t ) { e & & " " ! = = t ? d . _ c o n f i r m P a s s w o r d ( t , s ) : i . a . i s F u n c t i o n ( a ) & & a ( ) } ) , ! 0 , s . l a b e l , ! 0 ) . t h e n ( ( f u n c t i o n ( ) { v a r e = o ( ) ( " . 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 " ) , " " ! = = s . e r r o r ) v a r t = o ( ) ( " < p > < / p > " ) . a d d C l a s s ( " m s g w a r n i n g " ) . t e x t ( s . 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 ( s . 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 a = t h i s ; o . a . a j a x ( { u r l : l . 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 , i . a . i s F u n c t i o n ( a . c a l l b a c k ) & & a . 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 " ) , l . 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 ( a . 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/>.
* /
2019-09-25 19:19:42 +03:00
function a ( e , t ) { var n = [ "B" , "KB" , "MB" , "GB" , "TB" ] , a = e > 0 ? Math . floor ( Math . log ( e ) / Math . log ( 1024 ) ) : 0 , r = n [ a = Math . min ( n . length - 1 , a ) ] , i = ( e / Math . pow ( 1024 , a ) ) . toFixed ( 1 ) ; return ! 0 === t && 0 === a ? "0.0" !== i ? "< 1 KB" : "0 KB" : ( i = a < 2 ? parseFloat ( i ) . toFixed ( 0 ) : ".0" === i . substr ( i . length - 2 , 2 ) ? i . substr ( 0 , i . length - 2 ) : parseFloat ( i ) . toLocaleString ( OC . getCanonicalLocale ( ) ) ) + " " + r } n . d ( t , "a" , ( function ( ) { return a } ) ) } , , , , function ( e , t ) { e . exports = function ( e ) { return e . webpackPolyfill || ( e . deprecate = function ( ) { } , e . paths = [ ] , e . children || ( e . children = [ ] ) , Object . defineProperty ( e , "loaded" , { enumerable : ! 0 , get : function ( ) { return e . l } } ) , Object . defineProperty ( e , "id" , { enumerable : ! 0 , get : function ( ) { return e . i } } ) , e . webpackPolyfill = 1 ) , e } } , function ( e , t , n ) { "use strict" ; function a ( e ) { return e && e . _ _esModule ? e : { default : e } } t . _ _esModule = ! 0 , t . HandlebarsEnvironment = u ; var r = n ( 11 ) , i = a ( n ( 24 ) ) , s = n ( 53 ) , o = n ( 210 ) , d = a ( n ( 212 ) ) ; t . VERSION = "4.3.4" ; t . COMPILER _REVISION = 8 ; t . LAST _COMPATIBLE _COMPILER _REVISION = 7 ; t . REVISION _CHANGES = { 1 : "<= 1.0.rc.2" , 2 : "== 1.0.0-rc.3" , 3 : "== 1.0.0-rc.4" , 4 : "== 1.x.x" , 5 : "== 2.0.0-alpha.x" , 6 : ">= 2.0.0-beta.1" , 7 : ">= 4.0.0 <4.3.0" , 8 : ">= 4.3.0" } ; function u ( e , t , n ) { this . helpers = e || { } , this . partials = t || { } , this . decorators = n || { } , s . registerDefaultHelpers ( this ) , o . registerDefaultDecorators ( this ) } u . prototype = { constructor : u , logger : d . default , log : d . default . log , registerHelper : function ( e , t ) { if ( "[object Object]" === r . toString . call ( e ) ) { if ( t ) throw new i . default ( "Arg not supported with multiple helpers" ) ; r . extend ( this . helpers , e ) } else this . helpers [ e ] = t } , unregisterHelper : function ( e ) { delete this . helpers [ e ] } , registerPartial : function ( e , t ) { if ( "[object Object]" === r . toString . call ( e ) ) r . extend ( this . partials , e ) ; else { if ( void 0 === t ) throw new i . default ( 'Attempting to register a partial called "' + e + '" as undefined' ) ; this . partials [ e ] = t } } , unregisterPartial : function ( e ) { delete this . partials [ e ] } , registerDecorator : function ( e , t ) { if ( "[object Object]" === r . toString . call ( e ) ) { if ( t ) throw new i . default ( "Arg not supported with multiple decorators" ) ; r . extend ( this . decorators , e ) } else this . decorators [ e ] = t } , unregisterDecorator : function ( e ) { delete this . decorators [ e ] } } ; var l = d . default . log ; t . log = l , t . createFrame = r . createFrame , t . logger = d . default } , function ( e , t , n ) { "use strict" ; function a ( e ) { return e && e . _ _esModule ? e : { default : e } } t . _ _esModule = ! 0 , t . registerDefaultHelpers = function ( e ) { r . default ( e ) , i . default ( e ) , s . default ( e ) , o . default ( e ) , d . default ( e ) , u . default ( e ) , l . default ( e ) } , t . moveHelperToHooks = function ( e , t , n ) { e . helpers [ t ] && ( e . hooks [ t ] = e . helpers [ t ] , n || delete e . helpers [ t ] ) } ; var r = a ( n ( 203 ) ) , i = a ( n ( 204 ) ) , s = a ( n ( 205 ) ) , o = a ( n ( 206 ) ) , d = a ( n ( 207 ) ) , u = a ( n ( 208 ) ) , l = a ( n ( 209 ) ) } , function ( e , t , n ) { ! function ( e ) { "use strict" ; e . defineLocale ( "af" , { months : "Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember" . split ( "_" ) , monthsShort : "Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des" . split ( "_" ) , weekdays : "Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag" . split ( "_" ) , weekdaysShort : "Son_Maa_Din_Woe_Don_Vry_Sat" . split ( "_" ) , weekdaysMin : "So_Ma_Di_Wo_Do_Vr_Sa" . split ( "_" ) , meridiemParse : /vm|nm/i , isPM : function ( e ) { return /^nm$/i . test ( e ) } , meridiem : function ( e , t , n ) { return e < 12 ? n ? "vm" : "VM" : n ? "nm" : "NM" } , longDateFormat : { LT : "HH:mm" , LTS : "HH:mm:ss" , L : "DD/MM/YYYY" , LL : "D MMMM YYYY" , LLL : "D MMMM YYYY HH:mm" , LLLL : "dddd, D MMMM YYYY HH:mm" } , calendar : { sameDay : "[Vandag om] LT" , nextDay : "[Môre om] LT" , nextWeek : "dddd [om] LT" , lastDay : "[Gister om] LT" , lastWeek : "[Laas] dddd [om] LT" , sameElse : "L" } , relativeTime : { future : "oor %s" , past : "%s gelede" , s : "'n paar sekondes" , ss : "%d sekondes" , m : "'n minuut" , mm : "%d minute" , h : "'n uur" , hh : "%d ure" , d : "'n dag" , dd : "%d dae" , M : "'n maand" , MM : "%d maande" , y : "'n jaar" , yy : "%d jaar" } , dayOfMonthOrdinalParse : /\d{1,2}(ste|de)/ , ordinal : function ( e ) { return e + ( 1 === e || 8 === e || e >= 20 ? "ste" : "de" ) } , week : { dow : 1 , doy : 4 } } ) } ( n ( 1 ) ) } , function ( e , t , n ) { ! function ( e ) { "use strict" ; var t = { 1 : "١ " , 2 : "٢" , 3 : "٣" , 4 : "٤" , 5 : "٥ " , 6 : "٦" , 7 : "٧ " , 8 : "٨" , 9 : "٩" , 0 : "٠ " } , n = { "١ " : "1" , "٢" : "2" , "٣" : "3" , "٤" : "4" , "٥ " : "5" , "٦" : "6" , "٧ " : "7" , "٨" : "8" , "٩" : "9" , "٠ " : "0" } , a = function ( e ) { return 0 === e ? 0 : 1 === e ? 1 : 2 === e ? 2 : e % 100 >= 3 && e % 100 <= 10 ? 3 : e % 100 >= 11 ? 4 : 5 } , r = { s : [ "أقل من ثانية" , " ثا
2019-05-16 17:40:02 +03:00
/ * !
* Determine if an object is a Buffer
*
* @ author Feross Aboukhadijeh < https : //feross.org>
* @ license MIT
* /
2019-09-25 19:19:42 +03:00
e . exports = function ( e ) { return null != e && null != e . constructor && "function" == typeof e . constructor . isBuffer && e . constructor . isBuffer ( e ) } } , function ( e , t , n ) { "use strict" ; var a = n ( 13 ) , r = n ( 222 ) , i = n ( 256 ) , s = n ( 257 ) , o = n ( 227 ) ; function d ( e ) { this . defaults = e , this . interceptors = { request : new i , response : new i } } d . prototype . request = function ( e ) { "string" == typeof e ? ( e = arguments [ 1 ] || { } ) . url = arguments [ 0 ] : e = e || { } , ( e = o ( this . defaults , e ) ) . method = e . method ? e . method . toLowerCase ( ) : "get" ; var t = [ s , void 0 ] , n = Promise . resolve ( e ) ; for ( this . interceptors . request . forEach ( ( function ( e ) { t . unshift ( e . fulfilled , e . rejected ) } ) ) , this . interceptors . response . forEach ( ( function ( e ) { t . push ( e . fulfilled , e . rejected ) } ) ) ; t . length ; ) n = n . then ( t . shift ( ) , t . shift ( ) ) ; return n } , d . prototype . getUri = function ( e ) { return e = o ( this . defaults , e ) , r ( e . url , e . params , e . paramsSerializer ) . replace ( /^\?/ , "" ) } , a . forEach ( [ "delete" , "get" , "head" , "options" ] , ( function ( e ) { d . prototype [ e ] = function ( t , n ) { return this . request ( a . merge ( n || { } , { method : e , url : t } ) ) } } ) ) , a . forEach ( [ "post" , "put" , "patch" ] , ( function ( e ) { d . prototype [ e ] = function ( t , n , r ) { return this . request ( a . merge ( r || { } , { method : e , url : t , data : n } ) ) } } ) ) , e . exports = d } , function ( e , t , n ) { "use strict" ; var a = n ( 13 ) ; function r ( ) { this . handlers = [ ] } r . prototype . use = function ( e , t ) { return this . handlers . push ( { fulfilled : e , rejected : t } ) , this . handlers . length - 1 } , r . prototype . eject = function ( e ) { this . handlers [ e ] && ( this . handlers [ e ] = null ) } , r . prototype . forEach = function ( e ) { a . forEach ( this . handlers , ( function ( t ) { null !== t && e ( t ) } ) ) } , e . exports = r } , function ( e , t , n ) { "use strict" ; var a = n ( 13 ) , r = n ( 258 ) , i = n ( 223 ) , s = n ( 224 ) , o = n ( 265 ) , d = n ( 266 ) ; function u ( e ) { e . cancelToken && e . cancelToken . throwIfRequested ( ) } e . exports = function ( e ) { return u ( e ) , e . baseURL && ! o ( e . url ) && ( e . url = d ( e . baseURL , e . url ) ) , e . headers = e . headers || { } , e . data = r ( e . data , e . headers , e . transformRequest ) , e . headers = a . merge ( e . headers . common || { } , e . headers [ e . method ] || { } , e . headers || { } ) , a . forEach ( [ "delete" , "get" , "head" , "post" , "put" , "patch" , "common" ] , ( function ( t ) { delete e . headers [ t ] } ) ) , ( e . adapter || s . adapter ) ( e ) . then ( ( function ( t ) { return u ( e ) , t . data = r ( t . data , t . headers , e . transformResponse ) , t } ) , ( function ( t ) { return i ( t ) || ( u ( e ) , t && t . response && ( t . response . data = r ( t . response . data , t . response . headers , e . transformResponse ) ) ) , Promise . reject ( t ) } ) ) } } , function ( e , t , n ) { "use strict" ; var a = n ( 13 ) ; e . exports = function ( e , t , n ) { return a . forEach ( n , ( function ( n ) { e = n ( e , t ) } ) ) , e } } , function ( e , t , n ) { "use strict" ; var a = n ( 13 ) ; e . exports = function ( e , t ) { a . forEach ( e , ( function ( n , a ) { a !== t && a . toUpperCase ( ) === t . toUpperCase ( ) && ( e [ t ] = n , delete e [ a ] ) } ) ) } } , function ( e , t , n ) { "use strict" ; var a = n ( 226 ) ; e . exports = function ( e , t , n ) { var r = n . config . validateStatus ; ! r || r ( n . status ) ? e ( n ) : t ( a ( "Request failed with status code " + n . status , n . config , null , n . request , n ) ) } } , function ( e , t , n ) { "use strict" ; e . exports = function ( e , t , n , a , r ) { return e . config = t , n && ( e . code = n ) , e . request = a , e . response = r , e . isAxiosError = ! 0 , e . toJSON = function ( ) { return { message : this . message , name : this . name , description : this . description , number : this . number , fileName : this . fileName , lineNumber : this . lineNumber , columnNumber : this . columnNumber , stack : this . stack , config : this . config , code : this . code } } , e } } , function ( e , t , n ) { "use strict" ; var a = n ( 13 ) , r = [ "age" , "authorization" , "content-length" , "content-type" , "etag" , "expires" , "from" , "host" , "if-modified-since" , "if-unmodified-since" , "last-modified" , "location" , "max-forwards" , "proxy-authorization" , "referer" , "retry-after" , "user-agent" ] ; e . exports = function ( e ) { var t , n , i , s = { } ; return e ? ( a . forEach ( e . split ( "\n" ) , ( function ( e ) { if ( i = e . indexOf ( ":" ) , t = a . trim ( e . substr ( 0 , i ) ) . toLowerCase ( ) , n = a . trim ( e . substr ( i + 1 ) ) , t ) { if ( s [ t ] && r . indexOf ( t ) >= 0 ) return ; s [ t ] = "set-cookie" === t ? ( s [ t ] ? s [ t ] : [ ] ) . concat ( [ n ] ) : s [ t ] ? s [ t ] + ", " + n : n } } ) ) , s ) : s } } , function ( e , t , n ) { "use strict" ; var a = n ( 13 ) ; e . exports = a . isStandardBrowserEnv ( ) ? function ( ) { var e , t = /(msie|trident)/i . test ( navigator . userAgent ) , n = document . createElement ( "a" ) ; function r ( e ) { var a = e ; return t && ( n . setAttribute ( "href" , a ) , a = n . href ) , n . setAttribute ( "href" , a ) , { href : n . href , protocol : n . protocol ? n . protocol . replace ( /:$/ , "" ) : "" , host : n . host , search : n . search ? n . search . replace ( /^\?/ , "" ) : "" , hash : n . hash ? n . hash . replace ( /^#/ , "" ) : "" , hostname : n . hostname , port : n . port , pathname : "/" === n . pathname . c
2019-05-16 17:40:02 +03:00
//# sourceMappingURL=maintenance.js.map