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 27KB

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