You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

core-common.js.LICENSE.txt 28KB

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