core-common.js.LICENSE.txt 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866
  1. /*!
  2. * Bootstrap tooltip.js v4.6.1 (https://getbootstrap.com/)
  3. * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
  4. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  5. */
  6. /*!
  7. * Bootstrap util.js v4.6.1 (https://getbootstrap.com/)
  8. * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
  9. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  10. */
  11. /*!
  12. * vue-router v3.5.3
  13. * (c) 2021 Evan You
  14. * @license MIT
  15. */
  16. /*!
  17. * Cropper.js v1.5.12
  18. * https://fengyuanchen.github.io/cropperjs
  19. *
  20. * Copyright 2015-present Chen Fengyuan
  21. * Released under the MIT license
  22. *
  23. * Date: 2021-06-12T08:00:17.411Z
  24. */
  25. /*!
  26. * Determine if an object is a Buffer
  27. *
  28. * @author Feross Aboukhadijeh <https://feross.org>
  29. * @license MIT
  30. */
  31. /*!
  32. * Sizzle CSS Selector Engine v2.3.6
  33. * https://sizzlejs.com/
  34. *
  35. * Copyright JS Foundation and other contributors
  36. * Released under the MIT license
  37. * https://js.foundation/
  38. *
  39. * Date: 2021-02-16
  40. */
  41. /*!
  42. * The buffer module from node.js, for the browser.
  43. *
  44. * @author Feross Aboukhadijeh <https://feross.org>
  45. * @license MIT
  46. */
  47. /*!
  48. * Vue.js v2.7.10
  49. * (c) 2014-2022 Evan You
  50. * Released under the MIT License.
  51. */
  52. /*!
  53. * Vue.js v2.7.13
  54. * (c) 2014-2022 Evan You
  55. * Released under the MIT License.
  56. */
  57. /*!
  58. * clipboard.js v2.0.11
  59. * https://clipboardjs.com/
  60. *
  61. * Licensed MIT © Zeno Rocha
  62. */
  63. /*!
  64. * escape-html
  65. * Copyright(c) 2012-2013 TJ Holowaychuk
  66. * Copyright(c) 2015 Andreas Lubbe
  67. * Copyright(c) 2015 Tiancheng "Timothy" Gu
  68. * MIT Licensed
  69. */
  70. /*!
  71. * jQuery JavaScript Library v3.6.0
  72. * https://jquery.com/
  73. *
  74. * Includes Sizzle.js
  75. * https://sizzlejs.com/
  76. *
  77. * Copyright OpenJS Foundation and other contributors
  78. * Released under the MIT license
  79. * https://jquery.org/license
  80. *
  81. * Date: 2021-03-02T17:08Z
  82. */
  83. /*!
  84. * jQuery UI :data 1.13.2
  85. * http://jqueryui.com
  86. *
  87. * Copyright jQuery Foundation and other contributors
  88. * Released under the MIT license.
  89. * http://jquery.org/license
  90. */
  91. /*!
  92. * jQuery UI Autocomplete 1.13.2
  93. * http://jqueryui.com
  94. *
  95. * Copyright jQuery Foundation and other contributors
  96. * Released under the MIT license.
  97. * http://jquery.org/license
  98. */
  99. /*!
  100. * jQuery UI Button 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 Checkboxradio 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 Controlgroup 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 Datepicker 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 Dialog 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 Draggable 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 Droppable 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 Effects 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 Focusable 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 Form Reset Mixin 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 Keycode 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 Labels 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 Position 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. * http://api.jqueryui.com/position/
  204. */
  205. /*!
  206. * jQuery UI Resizable 1.13.2
  207. * http://jqueryui.com
  208. *
  209. * Copyright jQuery Foundation and other contributors
  210. * Released under the MIT license.
  211. * http://jquery.org/license
  212. */
  213. /*!
  214. * jQuery UI Spinner 1.13.2
  215. * http://jqueryui.com
  216. *
  217. * Copyright jQuery Foundation and other contributors
  218. * Released under the MIT license.
  219. * http://jquery.org/license
  220. */
  221. /*!
  222. * jQuery UI Support for jQuery core 1.8.x and newer 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. /*!
  231. * jQuery UI Tabs 1.13.2
  232. * http://jqueryui.com
  233. *
  234. * Copyright jQuery Foundation and other contributors
  235. * Released under the MIT license.
  236. * http://jquery.org/license
  237. */
  238. /*!
  239. * jQuery UI Tooltip 1.13.2
  240. * http://jqueryui.com
  241. *
  242. * Copyright jQuery Foundation and other contributors
  243. * Released under the MIT license.
  244. * http://jquery.org/license
  245. */
  246. /*!
  247. * jQuery UI Widget 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. * vue-infinite-loading v2.4.5
  256. * (c) 2016-2020 PeachScript
  257. * MIT License
  258. */
  259. /*!
  260. * vue-qrcode v1.0.2
  261. * https://fengyuanchen.github.io/vue-qrcode
  262. *
  263. * Copyright 2018-present Chen Fengyuan
  264. * Released under the MIT license
  265. *
  266. * Date: 2020-01-18T06:04:33.222Z
  267. */
  268. /*!
  269. * vuex v3.6.2
  270. * (c) 2021 Evan You
  271. * @license MIT
  272. */
  273. /*!
  274. * focus-trap 7.0.0
  275. * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
  276. */
  277. /*!
  278. * focus-trap 7.1.0
  279. * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
  280. */
  281. /*!
  282. * tabbable 6.0.0
  283. * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
  284. */
  285. /*!
  286. * tabbable 6.0.1
  287. * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
  288. */
  289. /*! @license DOMPurify 2.3.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.6/LICENSE */
  290. /*! For license information please see NcActionButton.js.LICENSE.txt */
  291. /*! For license information please see NcActionCheckbox.js.LICENSE.txt */
  292. /*! For license information please see NcActionInput.js.LICENSE.txt */
  293. /*! For license information please see NcActionLink.js.LICENSE.txt */
  294. /*! For license information please see NcActionRadio.js.LICENSE.txt */
  295. /*! For license information please see NcActionText.js.LICENSE.txt */
  296. /*! For license information please see NcActionTextEditable.js.LICENSE.txt */
  297. /*! For license information please see NcActions.js.LICENSE.txt */
  298. /*! For license information please see NcAppContent.js.LICENSE.txt */
  299. /*! For license information please see NcAppNavigation.js.LICENSE.txt */
  300. /*! For license information please see NcAppNavigationCaption.js.LICENSE.txt */
  301. /*! For license information please see NcAppNavigationItem.js.LICENSE.txt */
  302. /*! For license information please see NcAppNavigationSettings.js.LICENSE.txt */
  303. /*! For license information please see NcAppSidebar.js.LICENSE.txt */
  304. /*! For license information please see NcAvatar.js.LICENSE.txt */
  305. /*! For license information please see NcCheckboxRadioSwitch.js.LICENSE.txt */
  306. /*! For license information please see NcColorPicker.js.LICENSE.txt */
  307. /*! For license information please see NcDatetimePicker.js.LICENSE.txt */
  308. /*! For license information please see NcHighlight.js.LICENSE.txt */
  309. /*! For license information please see NcListItem.js.LICENSE.txt */
  310. /*! For license information please see NcModal.js.LICENSE.txt */
  311. /*! For license information please see NcMultiselect.js.LICENSE.txt */
  312. /*! For license information please see NcMultiselectTags.js.LICENSE.txt */
  313. /*! For license information please see NcPasswordField.js.LICENSE.txt */
  314. /*! For license information please see NcRichContenteditable.js.LICENSE.txt */
  315. /*! For license information please see NcTextField.js.LICENSE.txt */
  316. /*! For license information please see NcTimezonePicker.js.LICENSE.txt */
  317. /*! For license information please see Tooltip.js.LICENSE.txt */
  318. /*! For license information please see excludeClickOutsideClasses.js.LICENSE.txt */
  319. /*! For license information please see index.module.js.LICENSE.txt */
  320. /*! For license information please see ncvuecomponents.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 Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  344. *
  345. * @author John Molakvoæ <skjnldsv@protonmail.com>
  346. *
  347. * @license GNU AGPL version 3 or any later version
  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 Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  365. *
  366. * @author John Molakvoæ <skjnldsv@protonmail.com>
  367. *
  368. * @license GNU AGPL version 3 or any later version
  369. *
  370. * This program is free software: you can redistribute it and/or modify
  371. * it under the terms of the GNU Affero General Public License as
  372. * published by the Free Software Foundation, either version 3 of the
  373. * License, or (at your option) any later version.
  374. *
  375. * This program is distributed in the hope that it will be useful,
  376. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  377. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  378. * GNU Affero General Public License for more details.
  379. *
  380. * You should have received a copy of the GNU Affero General Public License
  381. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  382. *
  383. */
  384. /**
  385. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  386. *
  387. * @author Julius Härtl <jus@bitgrid.net>
  388. *
  389. * @license GNU AGPL version 3 or any later version
  390. *
  391. * This program is free software: you can redistribute it and/or modify
  392. * it under the terms of the GNU Affero General Public License as
  393. * published by the Free Software Foundation, either version 3 of the
  394. * License, or (at your option) any later version.
  395. *
  396. * This program is distributed in the hope that it will be useful,
  397. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  398. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  399. * GNU Affero General Public License for more details.
  400. *
  401. * You should have received a copy of the GNU Affero General Public License
  402. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  403. *
  404. */
  405. /**
  406. * @copyright Copyright (c) 2019 Georg Ehrke
  407. *
  408. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  409. *
  410. * @author Richard Steinmetz <richard@steinmetz.cloud>
  411. *
  412. * @license GNU AGPL version 3 or any later version
  413. *
  414. * This program is free software: you can redistribute it and/or modify
  415. * it under the terms of the GNU Affero General Public License as
  416. * published by the Free Software Foundation, either version 3 of the
  417. * License, or (at your option) any later version.
  418. *
  419. * This program is distributed in the hope that it will be useful,
  420. * but WITHOUT ANY WARRANTY without even the implied warranty of
  421. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  422. * GNU Affero General Public License for more details.
  423. *
  424. * You should have received a copy of the GNU Affero General Public License
  425. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  426. *
  427. */
  428. /**
  429. * @copyright Copyright (c) 2019 Georg Ehrke
  430. *
  431. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  432. *
  433. * @license GNU AGPL version 3 or any later version
  434. *
  435. * This program is free software: you can redistribute it and/or modify
  436. * it under the terms of the GNU Affero General Public License as
  437. * published by the Free Software Foundation, either version 3 of the
  438. * License, or (at your option) any later version.
  439. *
  440. * This program is distributed in the hope that it will be useful,
  441. * but WITHOUT ANY WARRANTY without even the implied warranty of
  442. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  443. * GNU Affero General Public License for more details.
  444. *
  445. * You should have received a copy of the GNU Affero General Public License
  446. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  447. *
  448. */
  449. /**
  450. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  451. *
  452. * @author John Molakvoæ <skjnldsv@protonmail.com>
  453. *
  454. * @license GNU AGPL version 3 or any later version
  455. *
  456. * This program is free software: you can redistribute it and/or modify
  457. * it under the terms of the GNU Affero General Public License as
  458. * published by the Free Software Foundation, either version 3 of the
  459. * License, or (at your option) any later version.
  460. *
  461. * This program is distributed in the hope that it will be useful,
  462. * but WITHOUT ANY WARRANTY without even the implied warranty of
  463. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  464. * GNU Affero General Public License for more details.
  465. *
  466. * You should have received a copy of the GNU Affero General Public License
  467. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  468. *
  469. */
  470. /**
  471. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  472. *
  473. * @author John Molakvoæ <skjnldsv@protonmail.com>
  474. *
  475. * @license GNU AGPL version 3 or any later version
  476. *
  477. * This program is free software: you can redistribute it and/or modify
  478. * it under the terms of the GNU Affero General Public License as
  479. * published by the Free Software Foundation, either version 3 of the
  480. * License, or (at your option) any later version.
  481. *
  482. * This program is distributed in the hope that it will be useful,
  483. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  484. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  485. * GNU Affero General Public License for more details.
  486. *
  487. * You should have received a copy of the GNU Affero General Public License
  488. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  489. *
  490. */
  491. /**
  492. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  493. *
  494. * @author John Molakvoæ <skjnldsv@protonmail.com>
  495. *
  496. * @license GNU AGPL version 3 or any later version
  497. *
  498. * This program is free software: you can redistribute it and/or modify
  499. * it under the terms of the GNU Affero General Public License as
  500. * published by the Free Software Foundation, either version 3 of the
  501. * License, or (at your option) any later version.
  502. *
  503. * This program is distributed in the hope that it will be useful,
  504. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  505. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  506. * GNU Affero General Public License for more details.
  507. *
  508. * You should have received a copy of the GNU Affero General Public License
  509. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  510. *
  511. */
  512. /**
  513. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  514. *
  515. * @author Julius Härtl <jus@bitgrid.net>
  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 Marco Ambrosini <marcoambrosini@pm.me>
  536. *
  537. * @author Marco Ambrosini <marcoambrosini@pm.me>
  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) 2020 Georg Ehrke
  557. *
  558. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  559. *
  560. * @license GNU AGPL version 3 or any later version
  561. *
  562. * This program is free software: you can redistribute it and/or modify
  563. * it under the terms of the GNU Affero General Public License as
  564. * published by the Free Software Foundation, either version 3 of the
  565. * License, or (at your option) any later version.
  566. *
  567. * This program is distributed in the hope that it will be useful,
  568. * but WITHOUT ANY WARRANTY without even the implied warranty of
  569. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  570. * GNU Affero General Public License for more details.
  571. *
  572. * You should have received a copy of the GNU Affero General Public License
  573. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  574. *
  575. */
  576. /**
  577. * @copyright Copyright (c) 2020 Georg Ehrke <georg-nextcloud@ehrke.email>
  578. *
  579. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  580. *
  581. * @license GNU AGPL version 3 or any later version
  582. *
  583. * This program is free software: you can redistribute it and/or modify
  584. * it under the terms of the GNU Affero General Public License as
  585. * published by the Free Software Foundation, either version 3 of the
  586. * License, or (at your option) any later version.
  587. *
  588. * This program is distributed in the hope that it will be useful,
  589. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  590. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  591. * GNU Affero General Public License for more details.
  592. *
  593. * You should have received a copy of the GNU Affero General Public License
  594. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  595. *
  596. */
  597. /**
  598. * @copyright Copyright (c) 2020 Greta Doci <gretadoci@gmail.com>
  599. *
  600. * @author 2020 Greta Doci <gretadoci@gmail.com>
  601. *
  602. * @license GNU AGPL version 3 or any later version
  603. *
  604. * This program is free software: you can redistribute it and/or modify
  605. * it under the terms of the GNU Affero General Public License as
  606. * published by the Free Software Foundation, either version 3 of the
  607. * License, or (at your option) any later version.
  608. *
  609. * This program is distributed in the hope that it will be useful,
  610. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  611. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  612. * GNU Affero General Public License for more details.
  613. *
  614. * You should have received a copy of the GNU Affero General Public License
  615. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  616. *
  617. */
  618. /**
  619. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  620. *
  621. * @author John Molakvoæ <skjnldsv@protonmail.com>
  622. *
  623. * @license GNU AGPL version 3 or any later version
  624. *
  625. * This program is free software: you can redistribute it and/or modify
  626. * it under the terms of the GNU Affero General Public License as
  627. * published by the Free Software Foundation, either version 3 of the
  628. * License, or (at your option) any later version.
  629. *
  630. * This program is distributed in the hope that it will be useful,
  631. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  632. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  633. * GNU Affero General Public License for more details.
  634. *
  635. * You should have received a copy of the GNU Affero General Public License
  636. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  637. *
  638. */
  639. /**
  640. * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  641. *
  642. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  643. *
  644. * @license GNU AGPL version 3 or any later version
  645. *
  646. * This program is free software: you can redistribute it and/or modify
  647. * it under the terms of the GNU Affero General Public License as
  648. * published by the Free Software Foundation, either version 3 of the
  649. * License, or (at your option) any later version.
  650. *
  651. * This program is distributed in the hope that it will be useful,
  652. * but WITHOUT ANY WARRANTY without even the implied warranty of
  653. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  654. * GNU Affero General Public License for more details.
  655. *
  656. * You should have received a copy of the GNU Affero General Public License
  657. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  658. *
  659. */
  660. /**
  661. * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  662. *
  663. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  664. *
  665. * @license GNU AGPL version 3 or any later version
  666. *
  667. * This program is free software: you can redistribute it and/or modify
  668. * it under the terms of the GNU Affero General Public License as
  669. * published by the Free Software Foundation, either version 3 of the
  670. * License, or (at your option) any later version.
  671. *
  672. * This program is distributed in the hope that it will be useful,
  673. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  674. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  675. * GNU Affero General Public License for more details.
  676. *
  677. * You should have received a copy of the GNU Affero General Public License
  678. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  679. *
  680. */
  681. /**
  682. * @copyright Copyright (c) 2021 Christoph Wurst
  683. *
  684. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  685. *
  686. * @license GNU AGPL version 3 or any later version
  687. *
  688. * This program is free software: you can redistribute it and/or modify
  689. * it under the terms of the GNU Affero General Public License as
  690. * published by the Free Software Foundation, either version 3 of the
  691. * License, or (at your option) any later version.
  692. *
  693. * This program is distributed in the hope that it will be useful,
  694. * but WITHOUT ANY WARRANTY without even the implied warranty of
  695. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  696. * GNU Affero General Public License for more details.
  697. *
  698. * You should have received a copy of the GNU Affero General Public License
  699. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  700. *
  701. */
  702. /**
  703. * @license
  704. * Lodash <https://lodash.com/>
  705. * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
  706. * Released under MIT license <https://lodash.com/license>
  707. * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
  708. * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
  709. */
  710. /**
  711. * vue-local-storage v0.6.0
  712. * (c) 2017 Alexander Avakov
  713. * @license MIT
  714. */
  715. /**
  716. * @license nested-property https://github.com/cosmosio/nested-property
  717. *
  718. * The MIT License (MIT)
  719. *
  720. * Copyright (c) 2014-2020 Olivier Scherrer <pode.fr@gmail.com>
  721. */
  722. /**!
  723. * @fileOverview Kickass library to create and place poppers near their reference elements.
  724. * @version 1.16.1
  725. * @license
  726. * Copyright (c) 2016 Federico Zivolo and contributors
  727. *
  728. * Permission is hereby granted, free of charge, to any person obtaining a copy
  729. * of this software and associated documentation files (the "Software"), to deal
  730. * in the Software without restriction, including without limitation the rights
  731. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  732. * copies of the Software, and to permit persons to whom the Software is
  733. * furnished to do so, subject to the following conditions:
  734. *
  735. * The above copyright notice and this permission notice shall be included in all
  736. * copies or substantial portions of the Software.
  737. *
  738. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  739. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  740. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  741. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  742. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  743. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  744. * SOFTWARE.
  745. */
  746. /**!
  747. * Sortable 1.10.2
  748. * @author RubaXa <trash@rubaxa.org>
  749. * @author owenm <owen23355@gmail.com>
  750. * @license MIT
  751. */
  752. //! Copyright (c) JS Foundation and other contributors
  753. //! github.com/moment/moment-timezone
  754. //! license : MIT
  755. //! moment-timezone.js
  756. //! moment.js
  757. //! moment.js locale configuration
  758. //! version : 0.5.38