core-common.js.LICENSE.txt 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919
  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.5.3
  28. * (c) 2021 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.2.0
  298. * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
  299. */
  300. /*!
  301. * focus-trap 7.5.2
  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. /*!
  309. * tabbable 6.2.0
  310. * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
  311. */
  312. /*! @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 */
  313. /*! @license DOMPurify 3.0.8 | (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.8/LICENSE */
  314. /*! For license information please see NcActionButton.js.LICENSE.txt */
  315. /*! For license information please see NcActionInput.js.LICENSE.txt */
  316. /*! For license information please see NcActionLink.js.LICENSE.txt */
  317. /*! For license information please see NcActionSeparator.js.LICENSE.txt */
  318. /*! For license information please see NcActionText.js.LICENSE.txt */
  319. /*! For license information please see NcActionTextEditable.js.LICENSE.txt */
  320. /*! For license information please see NcActions.js.LICENSE.txt */
  321. /*! For license information please see NcAppContent.js.LICENSE.txt */
  322. /*! For license information please see NcAppNavigation.js.LICENSE.txt */
  323. /*! For license information please see NcAppNavigationCaption.js.LICENSE.txt */
  324. /*! For license information please see NcAppNavigationItem.js.LICENSE.txt */
  325. /*! For license information please see NcAppNavigationNew.js.LICENSE.txt */
  326. /*! For license information please see NcAppNavigationSettings.js.LICENSE.txt */
  327. /*! For license information please see NcAppNavigationSpacer.js.LICENSE.txt */
  328. /*! For license information please see NcAppSettingsDialog.js.LICENSE.txt */
  329. /*! For license information please see NcAppSettingsSection.js.LICENSE.txt */
  330. /*! For license information please see NcAppSidebar.js.LICENSE.txt */
  331. /*! For license information please see NcAppSidebarTab.js.LICENSE.txt */
  332. /*! For license information please see NcAvatar.js.LICENSE.txt */
  333. /*! For license information please see NcButton.js.LICENSE.txt */
  334. /*! For license information please see NcCheckboxRadioSwitch.js.LICENSE.txt */
  335. /*! For license information please see NcColorPicker.js.LICENSE.txt */
  336. /*! For license information please see NcContent.js.LICENSE.txt */
  337. /*! For license information please see NcCounterBubble.js.LICENSE.txt */
  338. /*! For license information please see NcDashboardWidget.js.LICENSE.txt */
  339. /*! For license information please see NcDashboardWidgetItem.js.LICENSE.txt */
  340. /*! For license information please see NcDatetimePicker.js.LICENSE.txt */
  341. /*! For license information please see NcEmojiPicker.js.LICENSE.txt */
  342. /*! For license information please see NcHeaderMenu.js.LICENSE.txt */
  343. /*! For license information please see NcInputField.js.LICENSE.txt */
  344. /*! For license information please see NcLoadingIcon.js.LICENSE.txt */
  345. /*! For license information please see NcModal.js.LICENSE.txt */
  346. /*! For license information please see NcMultiselect.js.LICENSE.txt */
  347. /*! For license information please see NcNoteCard.js.LICENSE.txt */
  348. /*! For license information please see NcPasswordField.js.LICENSE.txt */
  349. /*! For license information please see NcRichContenteditable.js.LICENSE.txt */
  350. /*! For license information please see NcRichText.js.LICENSE.txt */
  351. /*! For license information please see NcSelect.js.LICENSE.txt */
  352. /*! For license information please see NcSelectTags.js.LICENSE.txt */
  353. /*! For license information please see NcSettingsSection.js.LICENSE.txt */
  354. /*! For license information please see NcTextField.js.LICENSE.txt */
  355. /*! For license information please see NcTimezonePicker.js.LICENSE.txt */
  356. /*! For license information please see index.module.js.LICENSE.txt */
  357. /*! For license information please see richEditor.js.LICENSE.txt */
  358. /*! Hammer.JS - v2.0.7 - 2016-04-22
  359. * http://hammerjs.github.io/
  360. *
  361. * Copyright (c) 2016 Jorik Tangelder;
  362. * Licensed under the MIT license */
  363. /*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */
  364. /*! https://mths.be/he v1.2.0 by @mathias | MIT license */
  365. /*! https://mths.be/punycode v1.3.2 by @mathias */
  366. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  367. /*! jQuery Migrate v3.4.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */
  368. /*! jQuery UI - v1.13.2 - 2022-07-14
  369. * http://jqueryui.com
  370. * 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
  371. * Copyright jQuery Foundation and other contributors; Licensed MIT */
  372. /**
  373. *
  374. *
  375. * @author Jerry Bendy <jerry@icewingcc.com>
  376. * @licence MIT
  377. *
  378. */
  379. /**
  380. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  381. *
  382. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  383. * @author John Molakvoæ <skjnldsv@protonmail.com>
  384. *
  385. * @license AGPL-3.0-or-later
  386. *
  387. * This program is free software: you can redistribute it and/or modify
  388. * it under the terms of the GNU Affero General Public License as
  389. * published by the Free Software Foundation, either version 3 of the
  390. * License, or (at your option) any later version.
  391. *
  392. * This program is distributed in the hope that it will be useful,
  393. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  394. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  395. * GNU Affero General Public License for more details.
  396. *
  397. * You should have received a copy of the GNU Affero General Public License
  398. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  399. *
  400. */
  401. /**
  402. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  403. *
  404. * @author John Molakvoæ <skjnldsv@protonmail.com>
  405. *
  406. * @license GNU AGPL version 3 or any later version
  407. *
  408. * This program is free software: you can redistribute it and/or modify
  409. * it under the terms of the GNU Affero General Public License as
  410. * published by the Free Software Foundation, either version 3 of the
  411. * License, or (at your option) any later version.
  412. *
  413. * This program is distributed in the hope that it will be useful,
  414. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  415. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  416. * GNU Affero General Public License for more details.
  417. *
  418. * You should have received a copy of the GNU Affero General Public License
  419. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  420. *
  421. */
  422. /**
  423. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  424. *
  425. * @author John Molakvoæ <skjnldsv@protonmail.com>
  426. *
  427. * @license GNU AGPL version 3 or any later version
  428. *
  429. * This program is free software: you can redistribute it and/or modify
  430. * it under the terms of the GNU Affero General Public License as
  431. * published by the Free Software Foundation, either version 3 of the
  432. * License, or (at your option) any later version.
  433. *
  434. * This program is distributed in the hope that it will be useful,
  435. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  436. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  437. * GNU Affero General Public License for more details.
  438. *
  439. * You should have received a copy of the GNU Affero General Public License
  440. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  441. *
  442. */
  443. /**
  444. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  445. *
  446. * @author Julius Härtl <jus@bitgrid.net>
  447. *
  448. * @license GNU AGPL version 3 or any later version
  449. *
  450. * This program is free software: you can redistribute it and/or modify
  451. * it under the terms of the GNU Affero General Public License as
  452. * published by the Free Software Foundation, either version 3 of the
  453. * License, or (at your option) any later version.
  454. *
  455. * This program is distributed in the hope that it will be useful,
  456. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  457. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  458. * GNU Affero General Public License for more details.
  459. *
  460. * You should have received a copy of the GNU Affero General Public License
  461. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  462. *
  463. */
  464. /**
  465. * @copyright Copyright (c) 2019 Georg Ehrke
  466. *
  467. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  468. *
  469. * @author Richard Steinmetz <richard@steinmetz.cloud>
  470. *
  471. * @license AGPL-3.0-or-later
  472. *
  473. * This program is free software: you can redistribute it and/or modify
  474. * it under the terms of the GNU Affero General Public License as
  475. * published by the Free Software Foundation, either version 3 of the
  476. * License, or (at your option) any later version.
  477. *
  478. * This program is distributed in the hope that it will be useful,
  479. * but WITHOUT ANY WARRANTY without even the implied warranty of
  480. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  481. * GNU Affero General Public License for more details.
  482. *
  483. * You should have received a copy of the GNU Affero General Public License
  484. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  485. *
  486. */
  487. /**
  488. * @copyright Copyright (c) 2019 Georg Ehrke
  489. *
  490. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  491. *
  492. * @license AGPL-3.0-or-later
  493. *
  494. * This program is free software: you can redistribute it and/or modify
  495. * it under the terms of the GNU Affero General Public License as
  496. * published by the Free Software Foundation, either version 3 of the
  497. * License, or (at your option) any later version.
  498. *
  499. * This program is distributed in the hope that it will be useful,
  500. * but WITHOUT ANY WARRANTY without even the implied warranty of
  501. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  502. * GNU Affero General Public License for more details.
  503. *
  504. * You should have received a copy of the GNU Affero General Public License
  505. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  506. *
  507. */
  508. /**
  509. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  510. *
  511. * @author John Molakvoæ <skjnldsv@protonmail.com>
  512. *
  513. * @license GNU AGPL version 3 or any later version
  514. *
  515. * This program is free software: you can redistribute it and/or modify
  516. * it under the terms of the GNU Affero General Public License as
  517. * published by the Free Software Foundation, either version 3 of the
  518. * License, or (at your option) any later version.
  519. *
  520. * This program is distributed in the hope that it will be useful,
  521. * but WITHOUT ANY WARRANTY without even the implied warranty of
  522. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  523. * GNU Affero General Public License for more details.
  524. *
  525. * You should have received a copy of the GNU Affero General Public License
  526. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  527. *
  528. */
  529. /**
  530. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  531. *
  532. * @author John Molakvoæ <skjnldsv@protonmail.com>
  533. *
  534. * @license GNU AGPL version 3 or any later version
  535. *
  536. * This program is free software: you can redistribute it and/or modify
  537. * it under the terms of the GNU Affero General Public License as
  538. * published by the Free Software Foundation, either version 3 of the
  539. * License, or (at your option) any later version.
  540. *
  541. * This program is distributed in the hope that it will be useful,
  542. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  543. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  544. * GNU Affero General Public License for more details.
  545. *
  546. * You should have received a copy of the GNU Affero General Public License
  547. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  548. *
  549. */
  550. /**
  551. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  552. *
  553. * @author John Molakvoæ <skjnldsv@protonmail.com>
  554. *
  555. * @license GNU AGPL version 3 or any later version
  556. *
  557. * This program is free software: you can redistribute it and/or modify
  558. * it under the terms of the GNU Affero General Public License as
  559. * published by the Free Software Foundation, either version 3 of the
  560. * License, or (at your option) any later version.
  561. *
  562. * This program is distributed in the hope that it will be useful,
  563. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  564. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  565. * GNU Affero General Public License for more details.
  566. *
  567. * You should have received a copy of the GNU Affero General Public License
  568. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  569. *
  570. */
  571. /**
  572. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  573. *
  574. * @author Julius Härtl <jus@bitgrid.net>
  575. * @author John Molakvoæ <skjnldsv@protonmail.com>
  576. *
  577. * @license GNU AGPL version 3 or any later version
  578. *
  579. * This program is free software: you can redistribute it and/or modify
  580. * it under the terms of the GNU Affero General Public License as
  581. * published by the Free Software Foundation, either version 3 of the
  582. * License, or (at your option) any later version.
  583. *
  584. * This program is distributed in the hope that it will be useful,
  585. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  586. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  587. * GNU Affero General Public License for more details.
  588. *
  589. * You should have received a copy of the GNU Affero General Public License
  590. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  591. *
  592. */
  593. /**
  594. * @copyright Copyright (c) 2019 Marco Ambrosini <marcoambrosini@pm.me>
  595. *
  596. * @author Marco Ambrosini <marcoambrosini@pm.me>
  597. *
  598. * @license GNU AGPL version 3 or any later version
  599. *
  600. * This program is free software: you can redistribute it and/or modify
  601. * it under the terms of the GNU Affero General Public License as
  602. * published by the Free Software Foundation, either version 3 of the
  603. * License, or (at your option) any later version.
  604. *
  605. * This program is distributed in the hope that it will be useful,
  606. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  607. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  608. * GNU Affero General Public License for more details.
  609. *
  610. * You should have received a copy of the GNU Affero General Public License
  611. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  612. *
  613. */
  614. /**
  615. * @copyright Copyright (c) 2020 Georg Ehrke <georg-nextcloud@ehrke.email>
  616. *
  617. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  618. *
  619. * @license GNU AGPL version 3 or any later version
  620. *
  621. * This program is free software: you can redistribute it and/or modify
  622. * it under the terms of the GNU Affero General Public License as
  623. * published by the Free Software Foundation, either version 3 of the
  624. * License, or (at your option) any later version.
  625. *
  626. * This program is distributed in the hope that it will be useful,
  627. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  628. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  629. * GNU Affero General Public License for more details.
  630. *
  631. * You should have received a copy of the GNU Affero General Public License
  632. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  633. *
  634. */
  635. /**
  636. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  637. *
  638. * @author John Molakvoæ <skjnldsv@protonmail.com>
  639. *
  640. * @license GNU AGPL version 3 or any later version
  641. *
  642. * This program is free software: you can redistribute it and/or modify
  643. * it under the terms of the GNU Affero General Public License as
  644. * published by the Free Software Foundation, either version 3 of the
  645. * License, or (at your option) any later version.
  646. *
  647. * This program is distributed in the hope that it will be useful,
  648. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  649. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  650. * GNU Affero General Public License for more details.
  651. *
  652. * You should have received a copy of the GNU Affero General Public License
  653. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  654. *
  655. */
  656. /**
  657. * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  658. *
  659. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  660. *
  661. * @license GNU AGPL version 3 or any later version
  662. *
  663. * This program is free software: you can redistribute it and/or modify
  664. * it under the terms of the GNU Affero General Public License as
  665. * published by the Free Software Foundation, either version 3 of the
  666. * License, or (at your option) any later version.
  667. *
  668. * This program is distributed in the hope that it will be useful,
  669. * but WITHOUT ANY WARRANTY without even the implied warranty of
  670. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  671. * GNU Affero General Public License for more details.
  672. *
  673. * You should have received a copy of the GNU Affero General Public License
  674. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  675. *
  676. */
  677. /**
  678. * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  679. *
  680. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  681. *
  682. * @license GNU AGPL version 3 or any later version
  683. *
  684. * This program is free software: you can redistribute it and/or modify
  685. * it under the terms of the GNU Affero General Public License as
  686. * published by the Free Software Foundation, either version 3 of the
  687. * License, or (at your option) any later version.
  688. *
  689. * This program is distributed in the hope that it will be useful,
  690. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  691. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  692. * GNU Affero General Public License for more details.
  693. *
  694. * You should have received a copy of the GNU Affero General Public License
  695. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  696. *
  697. */
  698. /**
  699. * @copyright Copyright (c) 2021 Christoph Wurst
  700. *
  701. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  702. *
  703. * @license AGPL-3.0-or-later
  704. *
  705. * This program is free software: you can redistribute it and/or modify
  706. * it under the terms of the GNU Affero General Public License as
  707. * published by the Free Software Foundation, either version 3 of the
  708. * License, or (at your option) any later version.
  709. *
  710. * This program is distributed in the hope that it will be useful,
  711. * but WITHOUT ANY WARRANTY without even the implied warranty of
  712. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  713. * GNU Affero General Public License for more details.
  714. *
  715. * You should have received a copy of the GNU Affero General Public License
  716. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  717. *
  718. */
  719. /**
  720. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  721. *
  722. * @author John Molakvoæ <skjnldsv@protonmail.com>
  723. *
  724. * @license AGPL-3.0-or-later
  725. *
  726. * This program is free software: you can redistribute it and/or modify
  727. * it under the terms of the GNU Affero General Public License as
  728. * published by the Free Software Foundation, either version 3 of the
  729. * License, or (at your option) any later version.
  730. *
  731. * This program is distributed in the hope that it will be useful,
  732. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  733. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  734. * GNU Affero General Public License for more details.
  735. *
  736. * You should have received a copy of the GNU Affero General Public License
  737. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  738. *
  739. */
  740. /**
  741. * @license
  742. * Lodash <https://lodash.com/>
  743. * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
  744. * Released under MIT license <https://lodash.com/license>
  745. * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
  746. * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
  747. */
  748. /**
  749. * @license nested-property https://github.com/cosmosio/nested-property
  750. *
  751. * The MIT License (MIT)
  752. *
  753. * Copyright (c) 2014-2020 Olivier Scherrer <pode.fr@gmail.com>
  754. */
  755. /**!
  756. * @fileOverview Kickass library to create and place poppers near their reference elements.
  757. * @version 1.16.1
  758. * @license
  759. * Copyright (c) 2016 Federico Zivolo and contributors
  760. *
  761. * Permission is hereby granted, free of charge, to any person obtaining a copy
  762. * of this software and associated documentation files (the "Software"), to deal
  763. * in the Software without restriction, including without limitation the rights
  764. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  765. * copies of the Software, and to permit persons to whom the Software is
  766. * furnished to do so, subject to the following conditions:
  767. *
  768. * The above copyright notice and this permission notice shall be included in all
  769. * copies or substantial portions of the Software.
  770. *
  771. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  772. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  773. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  774. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  775. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  776. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  777. * SOFTWARE.
  778. */
  779. /**!
  780. * Sortable 1.10.2
  781. * @author RubaXa <trash@rubaxa.org>
  782. * @author owenm <owen23355@gmail.com>
  783. * @license MIT
  784. */
  785. //! Copyright (c) JS Foundation and other contributors
  786. //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
  787. //! github.com/moment/moment-timezone
  788. //! license : MIT
  789. //! moment-timezone.js
  790. //! moment.js
  791. //! moment.js locale configuration
  792. //! momentjs.com
  793. //! version : 0.5.38
  794. //! version : 2.29.4