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

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