1
0

core-common.js.LICENSE.txt 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096
  1. /*
  2. * @copyright Copyright (c) 2022 Richard Steinmetz <richard@steinmetz.cloud>
  3. *
  4. * @author Richard Steinmetz <richard@steinmetz.cloud>
  5. *
  6. * @license GNU AGPL version 3 or any later version
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU Affero General Public License as
  10. * published by the Free Software Foundation, either version 3 of the
  11. * License, or (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU Affero General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU Affero General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. */
  21. /*
  22. object-assign
  23. (c) Sindre Sorhus
  24. @license MIT
  25. */
  26. /*!
  27. * pinia v2.0.35
  28. * (c) 2023 Eduardo San Martin Morote
  29. * @license MIT
  30. */
  31. /*!
  32. * vue-router v3.6.5
  33. * (c) 2022 Evan You
  34. * @license MIT
  35. */
  36. /*!
  37. * Cropper.js v1.5.13
  38. * https://fengyuanchen.github.io/cropperjs
  39. *
  40. * Copyright 2015-present Chen Fengyuan
  41. * Released under the MIT license
  42. *
  43. * Date: 2022-11-20T05:30:46.114Z
  44. */
  45. /*!
  46. * Determine if an object is a Buffer
  47. *
  48. * @author Feross Aboukhadijeh <https://feross.org>
  49. * @license MIT
  50. */
  51. /*!
  52. * Sizzle CSS Selector Engine v2.3.10
  53. * https://sizzlejs.com/
  54. *
  55. * Copyright JS Foundation and other contributors
  56. * Released under the MIT license
  57. * https://js.foundation/
  58. *
  59. * Date: 2023-02-14
  60. */
  61. /*!
  62. * The buffer module from node.js, for the browser.
  63. *
  64. * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
  65. * @license MIT
  66. */
  67. /*!
  68. * The buffer module from node.js, for the browser.
  69. *
  70. * @author Feross Aboukhadijeh <https://feross.org>
  71. * @license MIT
  72. */
  73. /*!
  74. * Toastify js 1.12.0
  75. * https://github.com/apvarun/toastify-js
  76. * @license MIT licensed
  77. *
  78. * Copyright (C) 2018 Varun A P
  79. */
  80. /*!
  81. * Vue.js v2.7.14
  82. * (c) 2014-2022 Evan You
  83. * Released under the MIT License.
  84. */
  85. /*!
  86. * clipboard.js v2.0.11
  87. * https://clipboardjs.com/
  88. *
  89. * Licensed MIT © Zeno Rocha
  90. */
  91. /*!
  92. * escape-html
  93. * Copyright(c) 2012-2013 TJ Holowaychuk
  94. * Copyright(c) 2015 Andreas Lubbe
  95. * Copyright(c) 2015 Tiancheng "Timothy" Gu
  96. * MIT Licensed
  97. */
  98. /*!
  99. * jQuery JavaScript Library v3.6.4
  100. * https://jquery.com/
  101. *
  102. * Includes Sizzle.js
  103. * https://sizzlejs.com/
  104. *
  105. * Copyright OpenJS Foundation and other contributors
  106. * Released under the MIT license
  107. * https://jquery.org/license
  108. *
  109. * Date: 2023-03-08T15:28Z
  110. */
  111. /*!
  112. * jQuery UI :data 1.13.2
  113. * http://jqueryui.com
  114. *
  115. * Copyright jQuery Foundation and other contributors
  116. * Released under the MIT license.
  117. * http://jquery.org/license
  118. */
  119. /*!
  120. * jQuery UI Autocomplete 1.13.2
  121. * http://jqueryui.com
  122. *
  123. * Copyright jQuery Foundation and other contributors
  124. * Released under the MIT license.
  125. * http://jquery.org/license
  126. */
  127. /*!
  128. * jQuery UI Button 1.13.2
  129. * http://jqueryui.com
  130. *
  131. * Copyright jQuery Foundation and other contributors
  132. * Released under the MIT license.
  133. * http://jquery.org/license
  134. */
  135. /*!
  136. * jQuery UI Checkboxradio 1.13.2
  137. * http://jqueryui.com
  138. *
  139. * Copyright jQuery Foundation and other contributors
  140. * Released under the MIT license.
  141. * http://jquery.org/license
  142. */
  143. /*!
  144. * jQuery UI Controlgroup 1.13.2
  145. * http://jqueryui.com
  146. *
  147. * Copyright jQuery Foundation and other contributors
  148. * Released under the MIT license.
  149. * http://jquery.org/license
  150. */
  151. /*!
  152. * jQuery UI Datepicker 1.13.2
  153. * http://jqueryui.com
  154. *
  155. * Copyright jQuery Foundation and other contributors
  156. * Released under the MIT license.
  157. * http://jquery.org/license
  158. */
  159. /*!
  160. * jQuery UI Dialog 1.13.2
  161. * http://jqueryui.com
  162. *
  163. * Copyright jQuery Foundation and other contributors
  164. * Released under the MIT license.
  165. * http://jquery.org/license
  166. */
  167. /*!
  168. * jQuery UI Draggable 1.13.2
  169. * http://jqueryui.com
  170. *
  171. * Copyright jQuery Foundation and other contributors
  172. * Released under the MIT license.
  173. * http://jquery.org/license
  174. */
  175. /*!
  176. * jQuery UI Droppable 1.13.2
  177. * http://jqueryui.com
  178. *
  179. * Copyright jQuery Foundation and other contributors
  180. * Released under the MIT license.
  181. * http://jquery.org/license
  182. */
  183. /*!
  184. * jQuery UI Effects 1.13.2
  185. * http://jqueryui.com
  186. *
  187. * Copyright jQuery Foundation and other contributors
  188. * Released under the MIT license.
  189. * http://jquery.org/license
  190. */
  191. /*!
  192. * jQuery UI Focusable 1.13.2
  193. * http://jqueryui.com
  194. *
  195. * Copyright jQuery Foundation and other contributors
  196. * Released under the MIT license.
  197. * http://jquery.org/license
  198. */
  199. /*!
  200. * jQuery UI Form Reset Mixin 1.13.2
  201. * http://jqueryui.com
  202. *
  203. * Copyright jQuery Foundation and other contributors
  204. * Released under the MIT license.
  205. * http://jquery.org/license
  206. */
  207. /*!
  208. * jQuery UI Keycode 1.13.2
  209. * http://jqueryui.com
  210. *
  211. * Copyright jQuery Foundation and other contributors
  212. * Released under the MIT license.
  213. * http://jquery.org/license
  214. */
  215. /*!
  216. * jQuery UI Labels 1.13.2
  217. * http://jqueryui.com
  218. *
  219. * Copyright jQuery Foundation and other contributors
  220. * Released under the MIT license.
  221. * http://jquery.org/license
  222. */
  223. /*!
  224. * jQuery UI Position 1.13.2
  225. * http://jqueryui.com
  226. *
  227. * Copyright jQuery Foundation and other contributors
  228. * Released under the MIT license.
  229. * http://jquery.org/license
  230. *
  231. * http://api.jqueryui.com/position/
  232. */
  233. /*!
  234. * jQuery UI Resizable 1.13.2
  235. * http://jqueryui.com
  236. *
  237. * Copyright jQuery Foundation and other contributors
  238. * Released under the MIT license.
  239. * http://jquery.org/license
  240. */
  241. /*!
  242. * jQuery UI Spinner 1.13.2
  243. * http://jqueryui.com
  244. *
  245. * Copyright jQuery Foundation and other contributors
  246. * Released under the MIT license.
  247. * http://jquery.org/license
  248. */
  249. /*!
  250. * jQuery UI Support for jQuery core 1.8.x and newer 1.13.2
  251. * http://jqueryui.com
  252. *
  253. * Copyright jQuery Foundation and other contributors
  254. * Released under the MIT license.
  255. * http://jquery.org/license
  256. *
  257. */
  258. /*!
  259. * jQuery UI Tabs 1.13.2
  260. * http://jqueryui.com
  261. *
  262. * Copyright jQuery Foundation and other contributors
  263. * Released under the MIT license.
  264. * http://jquery.org/license
  265. */
  266. /*!
  267. * jQuery UI Tooltip 1.13.2
  268. * http://jqueryui.com
  269. *
  270. * Copyright jQuery Foundation and other contributors
  271. * Released under the MIT license.
  272. * http://jquery.org/license
  273. */
  274. /*!
  275. * jQuery UI Widget 1.13.2
  276. * http://jqueryui.com
  277. *
  278. * Copyright jQuery Foundation and other contributors
  279. * Released under the MIT license.
  280. * http://jquery.org/license
  281. */
  282. /*!
  283. * vue-infinite-loading v2.4.5
  284. * (c) 2016-2020 PeachScript
  285. * MIT License
  286. */
  287. /*!
  288. * vue-qrcode v1.0.2
  289. * https://fengyuanchen.github.io/vue-qrcode
  290. *
  291. * Copyright 2018-present Chen Fengyuan
  292. * Released under the MIT license
  293. *
  294. * Date: 2020-01-18T06:04:33.222Z
  295. */
  296. /*!
  297. * vuex v3.6.2
  298. * (c) 2021 Evan You
  299. * @license MIT
  300. */
  301. /*!
  302. * focus-trap 7.2.0
  303. * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
  304. */
  305. /*!
  306. * focus-trap 7.5.2
  307. * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
  308. */
  309. /*!
  310. * tabbable 6.0.1
  311. * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
  312. */
  313. /*!
  314. * tabbable 6.2.0
  315. * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
  316. */
  317. /*! @license DOMPurify 2.4.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.3/LICENSE */
  318. /*! @license DOMPurify 2.4.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.5/LICENSE */
  319. /*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
  320. /*! For license information please see NcActionButton.js.LICENSE.txt */
  321. /*! For license information please see NcActionInput.js.LICENSE.txt */
  322. /*! For license information please see NcActionLink.js.LICENSE.txt */
  323. /*! For license information please see NcActionSeparator.js.LICENSE.txt */
  324. /*! For license information please see NcActionText.js.LICENSE.txt */
  325. /*! For license information please see NcActions.js.LICENSE.txt */
  326. /*! For license information please see NcAppContent.js.LICENSE.txt */
  327. /*! For license information please see NcAppNavigation.js.LICENSE.txt */
  328. /*! For license information please see NcAppNavigationCaption.js.LICENSE.txt */
  329. /*! For license information please see NcAppNavigationItem.js.LICENSE.txt */
  330. /*! For license information please see NcAppNavigationNew.js.LICENSE.txt */
  331. /*! For license information please see NcAppNavigationNewItem.js.LICENSE.txt */
  332. /*! For license information please see NcAppNavigationSettings.js.LICENSE.txt */
  333. /*! For license information please see NcAppNavigationSpacer.js.LICENSE.txt */
  334. /*! For license information please see NcAppSettingsDialog.js.LICENSE.txt */
  335. /*! For license information please see NcAppSettingsSection.js.LICENSE.txt */
  336. /*! For license information please see NcAppSidebar.js.LICENSE.txt */
  337. /*! For license information please see NcAppSidebarTab.js.LICENSE.txt */
  338. /*! For license information please see NcAvatar.js.LICENSE.txt */
  339. /*! For license information please see NcBreadcrumb.js.LICENSE.txt */
  340. /*! For license information please see NcBreadcrumbs.js.LICENSE.txt */
  341. /*! For license information please see NcButton.js.LICENSE.txt */
  342. /*! For license information please see NcCheckboxRadioSwitch.js.LICENSE.txt */
  343. /*! For license information please see NcColorPicker.js.LICENSE.txt */
  344. /*! For license information please see NcContent.js.LICENSE.txt */
  345. /*! For license information please see NcCounterBubble.js.LICENSE.txt */
  346. /*! For license information please see NcDatetimePicker.js.LICENSE.txt */
  347. /*! For license information please see NcEmojiPicker.js.LICENSE.txt */
  348. /*! For license information please see NcHeaderMenu.js.LICENSE.txt */
  349. /*! For license information please see NcIconSvgWrapper.js.LICENSE.txt */
  350. /*! For license information please see NcInputField.js.LICENSE.txt */
  351. /*! For license information please see NcLoadingIcon.js.LICENSE.txt */
  352. /*! For license information please see NcModal.js.LICENSE.txt */
  353. /*! For license information please see NcMultiselect.js.LICENSE.txt */
  354. /*! For license information please see NcNoteCard.js.LICENSE.txt */
  355. /*! For license information please see NcPasswordField.js.LICENSE.txt */
  356. /*! For license information please see NcRichContenteditable.js.LICENSE.txt */
  357. /*! For license information please see NcRichText.js.LICENSE.txt */
  358. /*! For license information please see NcSelect.js.LICENSE.txt */
  359. /*! For license information please see NcSelectTags.js.LICENSE.txt */
  360. /*! For license information please see NcSettingsSection.js.LICENSE.txt */
  361. /*! For license information please see NcTextField.js.LICENSE.txt */
  362. /*! For license information please see NcTimezonePicker.js.LICENSE.txt */
  363. /*! For license information please see index.module.js.LICENSE.txt */
  364. /*! For license information please see richEditor.js.LICENSE.txt */
  365. /*! Hammer.JS - v2.0.7 - 2016-04-22
  366. * http://hammerjs.github.io/
  367. *
  368. * Copyright (c) 2016 Jorik Tangelder;
  369. * Licensed under the MIT license */
  370. /*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */
  371. /*! https://mths.be/he v1.2.0 by @mathias | MIT license */
  372. /*! https://mths.be/punycode v1.3.2 by @mathias */
  373. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  374. /*! jQuery Migrate v3.4.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */
  375. /*! jQuery UI - v1.13.2 - 2022-07-14
  376. * http://jqueryui.com
  377. * Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-patch.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js
  378. * Copyright jQuery Foundation and other contributors; Licensed MIT */
  379. /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
  380. /**
  381. *
  382. *
  383. * @author Jerry Bendy <jerry@icewingcc.com>
  384. * @licence MIT
  385. *
  386. */
  387. /**
  388. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  389. *
  390. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  391. *
  392. * @license AGPL-3.0-or-later
  393. *
  394. * This program is free software: you can redistribute it and/or modify
  395. * it under the terms of the GNU Affero General Public License as
  396. * published by the Free Software Foundation, either version 3 of the
  397. * License, or (at your option) any later version.
  398. *
  399. * This program is distributed in the hope that it will be useful,
  400. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  401. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  402. * GNU Affero General Public License for more details.
  403. *
  404. * You should have received a copy of the GNU Affero General Public License
  405. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  406. *
  407. */
  408. /**
  409. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  410. *
  411. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  412. * @author John Molakvoæ <skjnldsv@protonmail.com>
  413. *
  414. * @license AGPL-3.0-or-later
  415. *
  416. * This program is free software: you can redistribute it and/or modify
  417. * it under the terms of the GNU Affero General Public License as
  418. * published by the Free Software Foundation, either version 3 of the
  419. * License, or (at your option) any later version.
  420. *
  421. * This program is distributed in the hope that it will be useful,
  422. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  423. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  424. * GNU Affero General Public License for more details.
  425. *
  426. * You should have received a copy of the GNU Affero General Public License
  427. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  428. *
  429. */
  430. /**
  431. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  432. *
  433. * @author John Molakvoæ <skjnldsv@protonmail.com>
  434. *
  435. * @license GNU AGPL version 3 or any later version
  436. *
  437. * This program is free software: you can redistribute it and/or modify
  438. * it under the terms of the GNU Affero General Public License as
  439. * published by the Free Software Foundation, either version 3 of the
  440. * License, or (at your option) any later version.
  441. *
  442. * This program is distributed in the hope that it will be useful,
  443. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  444. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  445. * GNU Affero General Public License for more details.
  446. *
  447. * You should have received a copy of the GNU Affero General Public License
  448. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  449. *
  450. */
  451. /**
  452. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  453. *
  454. * @author John Molakvoæ <skjnldsv@protonmail.com>
  455. *
  456. * @license GNU AGPL version 3 or any later version
  457. *
  458. * This program is free software: you can redistribute it and/or modify
  459. * it under the terms of the GNU Affero General Public License as
  460. * published by the Free Software Foundation, either version 3 of the
  461. * License, or (at your option) any later version.
  462. *
  463. * This program is distributed in the hope that it will be useful,
  464. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  465. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  466. * GNU Affero General Public License for more details.
  467. *
  468. * You should have received a copy of the GNU Affero General Public License
  469. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  470. *
  471. */
  472. /**
  473. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  474. *
  475. * @author Julius Härtl <jus@bitgrid.net>
  476. *
  477. * @license GNU AGPL version 3 or any later version
  478. *
  479. * This program is free software: you can redistribute it and/or modify
  480. * it under the terms of the GNU Affero General Public License as
  481. * published by the Free Software Foundation, either version 3 of the
  482. * License, or (at your option) any later version.
  483. *
  484. * This program is distributed in the hope that it will be useful,
  485. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  486. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  487. * GNU Affero General Public License for more details.
  488. *
  489. * You should have received a copy of the GNU Affero General Public License
  490. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  491. *
  492. */
  493. /**
  494. * @copyright Copyright (c) 2019 Georg Ehrke
  495. *
  496. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  497. *
  498. * @author Richard Steinmetz <richard@steinmetz.cloud>
  499. *
  500. * @license AGPL-3.0-or-later
  501. *
  502. * This program is free software: you can redistribute it and/or modify
  503. * it under the terms of the GNU Affero General Public License as
  504. * published by the Free Software Foundation, either version 3 of the
  505. * License, or (at your option) any later version.
  506. *
  507. * This program is distributed in the hope that it will be useful,
  508. * but WITHOUT ANY WARRANTY without even the implied warranty of
  509. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  510. * GNU Affero General Public License for more details.
  511. *
  512. * You should have received a copy of the GNU Affero General Public License
  513. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  514. *
  515. */
  516. /**
  517. * @copyright Copyright (c) 2019 Georg Ehrke
  518. *
  519. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  520. *
  521. * @license AGPL-3.0-or-later
  522. *
  523. * This program is free software: you can redistribute it and/or modify
  524. * it under the terms of the GNU Affero General Public License as
  525. * published by the Free Software Foundation, either version 3 of the
  526. * License, or (at your option) any later version.
  527. *
  528. * This program is distributed in the hope that it will be useful,
  529. * but WITHOUT ANY WARRANTY without even the implied warranty of
  530. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  531. * GNU Affero General Public License for more details.
  532. *
  533. * You should have received a copy of the GNU Affero General Public License
  534. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  535. *
  536. */
  537. /**
  538. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  539. *
  540. * @author John Molakvoæ <skjnldsv@protonmail.com>
  541. *
  542. * @license GNU AGPL version 3 or any later version
  543. *
  544. * This program is free software: you can redistribute it and/or modify
  545. * it under the terms of the GNU Affero General Public License as
  546. * published by the Free Software Foundation, either version 3 of the
  547. * License, or (at your option) any later version.
  548. *
  549. * This program is distributed in the hope that it will be useful,
  550. * but WITHOUT ANY WARRANTY without even the implied warranty of
  551. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  552. * GNU Affero General Public License for more details.
  553. *
  554. * You should have received a copy of the GNU Affero General Public License
  555. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  556. *
  557. */
  558. /**
  559. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  560. *
  561. * @author John Molakvoæ <skjnldsv@protonmail.com>
  562. *
  563. * @license GNU AGPL version 3 or any later version
  564. *
  565. * This program is free software: you can redistribute it and/or modify
  566. * it under the terms of the GNU Affero General Public License as
  567. * published by the Free Software Foundation, either version 3 of the
  568. * License, or (at your option) any later version.
  569. *
  570. * This program is distributed in the hope that it will be useful,
  571. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  572. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  573. * GNU Affero General Public License for more details.
  574. *
  575. * You should have received a copy of the GNU Affero General Public License
  576. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  577. *
  578. */
  579. /**
  580. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  581. *
  582. * @author John Molakvoæ <skjnldsv@protonmail.com>
  583. *
  584. * @license GNU AGPL version 3 or any later version
  585. *
  586. * This program is free software: you can redistribute it and/or modify
  587. * it under the terms of the GNU Affero General Public License as
  588. * published by the Free Software Foundation, either version 3 of the
  589. * License, or (at your option) any later version.
  590. *
  591. * This program is distributed in the hope that it will be useful,
  592. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  593. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  594. * GNU Affero General Public License for more details.
  595. *
  596. * You should have received a copy of the GNU Affero General Public License
  597. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  598. *
  599. */
  600. /**
  601. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  602. *
  603. * @author Julius Härtl <jus@bitgrid.net>
  604. * @author John Molakvoæ <skjnldsv@protonmail.com>
  605. *
  606. * @license GNU AGPL version 3 or any later version
  607. *
  608. * This program is free software: you can redistribute it and/or modify
  609. * it under the terms of the GNU Affero General Public License as
  610. * published by the Free Software Foundation, either version 3 of the
  611. * License, or (at your option) any later version.
  612. *
  613. * This program is distributed in the hope that it will be useful,
  614. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  615. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  616. * GNU Affero General Public License for more details.
  617. *
  618. * You should have received a copy of the GNU Affero General Public License
  619. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  620. *
  621. */
  622. /**
  623. * @copyright Copyright (c) 2019 Marco Ambrosini <marcoambrosini@pm.me>
  624. *
  625. * @author Marco Ambrosini <marcoambrosini@pm.me>
  626. *
  627. * @license GNU AGPL version 3 or any later version
  628. *
  629. * This program is free software: you can redistribute it and/or modify
  630. * it under the terms of the GNU Affero General Public License as
  631. * published by the Free Software Foundation, either version 3 of the
  632. * License, or (at your option) any later version.
  633. *
  634. * This program is distributed in the hope that it will be useful,
  635. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  636. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  637. * GNU Affero General Public License for more details.
  638. *
  639. * You should have received a copy of the GNU Affero General Public License
  640. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  641. *
  642. */
  643. /**
  644. * @copyright Copyright (c) 2020 Georg Ehrke
  645. *
  646. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  647. *
  648. * @license AGPL-3.0-or-later
  649. *
  650. * This program is free software: you can redistribute it and/or modify
  651. * it under the terms of the GNU Affero General Public License as
  652. * published by the Free Software Foundation, either version 3 of the
  653. * License, or (at your option) any later version.
  654. *
  655. * This program is distributed in the hope that it will be useful,
  656. * but WITHOUT ANY WARRANTY without even the implied warranty of
  657. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  658. * GNU Affero General Public License for more details.
  659. *
  660. * You should have received a copy of the GNU Affero General Public License
  661. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  662. *
  663. */
  664. /**
  665. * @copyright Copyright (c) 2020 Georg Ehrke <georg-nextcloud@ehrke.email>
  666. *
  667. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  668. *
  669. * @license GNU AGPL version 3 or any later version
  670. *
  671. * This program is free software: you can redistribute it and/or modify
  672. * it under the terms of the GNU Affero General Public License as
  673. * published by the Free Software Foundation, either version 3 of the
  674. * License, or (at your option) any later version.
  675. *
  676. * This program is distributed in the hope that it will be useful,
  677. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  678. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  679. * GNU Affero General Public License for more details.
  680. *
  681. * You should have received a copy of the GNU Affero General Public License
  682. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  683. *
  684. */
  685. /**
  686. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  687. *
  688. * @author John Molakvoæ <skjnldsv@protonmail.com>
  689. *
  690. * @license GNU AGPL version 3 or any later version
  691. *
  692. * This program is free software: you can redistribute it and/or modify
  693. * it under the terms of the GNU Affero General Public License as
  694. * published by the Free Software Foundation, either version 3 of the
  695. * License, or (at your option) any later version.
  696. *
  697. * This program is distributed in the hope that it will be useful,
  698. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  699. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  700. * GNU Affero General Public License for more details.
  701. *
  702. * You should have received a copy of the GNU Affero General Public License
  703. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  704. *
  705. */
  706. /**
  707. * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  708. *
  709. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  710. *
  711. * @license GNU AGPL version 3 or any later version
  712. *
  713. * This program is free software: you can redistribute it and/or modify
  714. * it under the terms of the GNU Affero General Public License as
  715. * published by the Free Software Foundation, either version 3 of the
  716. * License, or (at your option) any later version.
  717. *
  718. * This program is distributed in the hope that it will be useful,
  719. * but WITHOUT ANY WARRANTY without even the implied warranty of
  720. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  721. * GNU Affero General Public License for more details.
  722. *
  723. * You should have received a copy of the GNU Affero General Public License
  724. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  725. *
  726. */
  727. /**
  728. * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  729. *
  730. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  731. *
  732. * @license GNU AGPL version 3 or any later version
  733. *
  734. * This program is free software: you can redistribute it and/or modify
  735. * it under the terms of the GNU Affero General Public License as
  736. * published by the Free Software Foundation, either version 3 of the
  737. * License, or (at your option) any later version.
  738. *
  739. * This program is distributed in the hope that it will be useful,
  740. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  741. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  742. * GNU Affero General Public License for more details.
  743. *
  744. * You should have received a copy of the GNU Affero General Public License
  745. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  746. *
  747. */
  748. /**
  749. * @copyright Copyright (c) 2021 Christoph Wurst
  750. *
  751. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  752. *
  753. * @license AGPL-3.0-or-later
  754. *
  755. * This program is free software: you can redistribute it and/or modify
  756. * it under the terms of the GNU Affero General Public License as
  757. * published by the Free Software Foundation, either version 3 of the
  758. * License, or (at your option) any later version.
  759. *
  760. * This program is distributed in the hope that it will be useful,
  761. * but WITHOUT ANY WARRANTY without even the implied warranty of
  762. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  763. * GNU Affero General Public License for more details.
  764. *
  765. * You should have received a copy of the GNU Affero General Public License
  766. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  767. *
  768. */
  769. /**
  770. * @copyright Copyright (c) 2021 John Molakvoæ <skjnldsv@protonmail.com>
  771. *
  772. * @author John Molakvoæ <skjnldsv@protonmail.com>
  773. *
  774. * @license AGPL-3.0-or-later
  775. *
  776. * This program is free software: you can redistribute it and/or modify
  777. * it under the terms of the GNU Affero General Public License as
  778. * published by the Free Software Foundation, either version 3 of the
  779. * License, or (at your option) any later version.
  780. *
  781. * This program is distributed in the hope that it will be useful,
  782. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  783. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  784. * GNU Affero General Public License for more details.
  785. *
  786. * You should have received a copy of the GNU Affero General Public License
  787. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  788. *
  789. */
  790. /**
  791. * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  792. *
  793. * @author John Molakvoæ <skjnldsv@protonmail.com>
  794. *
  795. * @license AGPL-3.0-or-later
  796. *
  797. * This program is free software: you can redistribute it and/or modify
  798. * it under the terms of the GNU Affero General Public License as
  799. * published by the Free Software Foundation, either version 3 of the
  800. * License, or (at your option) any later version.
  801. *
  802. * This program is distributed in the hope that it will be useful,
  803. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  804. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  805. * GNU Affero General Public License for more details.
  806. *
  807. * You should have received a copy of the GNU Affero General Public License
  808. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  809. *
  810. */
  811. /**
  812. * @copyright Copyright (c) 2023 Ferdinand Thiessen <opensource@fthiessen.de>
  813. *
  814. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  815. *
  816. * @license AGPL-3.0-or-later
  817. *
  818. * This program is free software: you can redistribute it and/or modify
  819. * it under the terms of the GNU Affero General Public License as
  820. * published by the Free Software Foundation, either version 3 of the
  821. * License, or (at your option) any later version.
  822. *
  823. * This program is distributed in the hope that it will be useful,
  824. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  825. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  826. * GNU Affero General Public License for more details.
  827. *
  828. * You should have received a copy of the GNU Affero General Public License
  829. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  830. *
  831. */
  832. /**
  833. * @copyright Copyright (c) 2023 Ferdinand Thiessen <opensource@fthiessen.de>
  834. *
  835. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  836. *
  837. * @license AGPL-3.0-or-later
  838. *
  839. * This program is free software: you can redistribute it and/or modify
  840. * it under the terms of the GNU Affero General Public License as
  841. * published by the Free Software Foundation, either version 3 of the
  842. * License, or (at your option) any later version.
  843. *
  844. * This program is distributed in the hope that it will be useful,
  845. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  846. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  847. * GNU Affero General Public License for more details.
  848. *
  849. * You should have received a copy of the GNU Affero General Public License
  850. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  851. */
  852. /**
  853. * @copyright Copyright (c) 2023 Ferdinand Thiessen <opensource@fthiessen.de>
  854. *
  855. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  856. *
  857. * @license AGPL-3.0-or-later
  858. *
  859. * This program is free software: you can redistribute it and/or modify
  860. * it under the terms of the GNU Affero General Public License as
  861. * published by the Free Software Foundation, either version 3 of the
  862. * License, or (at your option) any later version.
  863. *
  864. * This program is distributed in the hope that it will be useful,
  865. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  866. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  867. * GNU Affero General Public License for more details.
  868. *
  869. * You should have received a copy of the GNU Affero General Public License
  870. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  871. *
  872. */
  873. /**
  874. * @copyright Copyright (c) 2023 Ferdinand Thiessen <opensource@fthiessen.de>
  875. *
  876. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  877. * @author John Molakvoæ <skjnldsv@protonmail.com>
  878. *
  879. * @license AGPL-3.0-or-later
  880. *
  881. * This program is free software: you can redistribute it and/or modify
  882. * it under the terms of the GNU Affero General Public License as
  883. * published by the Free Software Foundation, either version 3 of the
  884. * License, or (at your option) any later version.
  885. *
  886. * This program is distributed in the hope that it will be useful,
  887. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  888. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  889. * GNU Affero General Public License for more details.
  890. *
  891. * You should have received a copy of the GNU Affero General Public License
  892. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  893. *
  894. */
  895. /**
  896. * @license
  897. * Lodash <https://lodash.com/>
  898. * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
  899. * Released under MIT license <https://lodash.com/license>
  900. * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
  901. * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
  902. */
  903. /**
  904. * natural-orderby v3.0.2
  905. *
  906. * Copyright (c) Olaf Ennen
  907. *
  908. * This source code is licensed under the MIT license found in the
  909. * LICENSE.md file in the root directory of this source tree.
  910. *
  911. * @license MIT
  912. */
  913. /**
  914. * @license nested-property https://github.com/cosmosio/nested-property
  915. *
  916. * The MIT License (MIT)
  917. *
  918. * Copyright (c) 2014-2020 Olivier Scherrer <pode.fr@gmail.com>
  919. */
  920. /**!
  921. * @fileOverview Kickass library to create and place poppers near their reference elements.
  922. * @version 1.16.1
  923. * @license
  924. * Copyright (c) 2016 Federico Zivolo and contributors
  925. *
  926. * Permission is hereby granted, free of charge, to any person obtaining a copy
  927. * of this software and associated documentation files (the "Software"), to deal
  928. * in the Software without restriction, including without limitation the rights
  929. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  930. * copies of the Software, and to permit persons to whom the Software is
  931. * furnished to do so, subject to the following conditions:
  932. *
  933. * The above copyright notice and this permission notice shall be included in all
  934. * copies or substantial portions of the Software.
  935. *
  936. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  937. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  938. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  939. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  940. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  941. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  942. * SOFTWARE.
  943. */
  944. /**!
  945. * Sortable 1.10.2
  946. * @author RubaXa <trash@rubaxa.org>
  947. * @author owenm <owen23355@gmail.com>
  948. * @license MIT
  949. */
  950. //! Copyright (c) JS Foundation and other contributors
  951. //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
  952. //! github.com/moment/moment-timezone
  953. //! license : MIT
  954. //! moment-timezone.js
  955. //! moment.js
  956. //! moment.js locale configuration
  957. //! momentjs.com
  958. //! version : 0.5.43
  959. //! version : 2.29.4