core-common.js.LICENSE.txt 30 KB

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