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

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