core-common.js.LICENSE.txt 28 KB

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