core-common.js.LICENSE.txt 29 KB

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