core-common.js.license 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754
  1. /*!
  2. * Determine if an object is a Buffer
  3. *
  4. * @author Feross Aboukhadijeh <https://feross.org>
  5. * @license MIT
  6. */
  7. /*!
  8. * The buffer module from node.js, for the browser.
  9. *
  10. * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
  11. * @license MIT
  12. */
  13. /*!
  14. * The buffer module from node.js, for the browser.
  15. *
  16. * @author Feross Aboukhadijeh <https://feross.org>
  17. * @license MIT
  18. */
  19. /*!
  20. * Toastify js 1.12.0
  21. * https://github.com/apvarun/toastify-js
  22. * @license MIT licensed
  23. *
  24. * Copyright (C) 2018 Varun A P
  25. */
  26. /*!
  27. * Vue.js v2.7.16
  28. * (c) 2014-2023 Evan You
  29. * Released under the MIT License.
  30. */
  31. /*!
  32. * escape-html
  33. * Copyright(c) 2012-2013 TJ Holowaychuk
  34. * Copyright(c) 2015 Andreas Lubbe
  35. * Copyright(c) 2015 Tiancheng "Timothy" Gu
  36. * MIT Licensed
  37. */
  38. /*!
  39. * jQuery JavaScript Library v3.7.1
  40. * https://jquery.com/
  41. *
  42. * Copyright OpenJS Foundation and other contributors
  43. * Released under the MIT license
  44. * https://jquery.org/license
  45. *
  46. * Date: 2023-08-28T13:37Z
  47. */
  48. /*!
  49. * pinia v2.1.7
  50. * (c) 2023 Eduardo San Martin Morote
  51. * @license MIT
  52. */
  53. /*!
  54. * vuex v3.6.2
  55. * (c) 2021 Evan You
  56. * @license MIT
  57. */
  58. /*!
  59. * focus-trap 7.5.4
  60. * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
  61. */
  62. /*!
  63. * tabbable 6.2.0
  64. * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
  65. */
  66. /*! @license DOMPurify 3.1.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.4/LICENSE */
  67. /*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */
  68. /*! https://mths.be/punycode v1.4.1 by @mathias */
  69. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  70. /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
  71. /**
  72. * @copyright 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  73. *
  74. * @author 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  75. *
  76. * @license AGPL-3.0-or-later
  77. *
  78. * This program is free software: you can redistribute it and/or modify
  79. * it under the terms of the GNU Affero General Public License as
  80. * published by the Free Software Foundation, either version 3 of the
  81. * License, or (at your option) any later version.
  82. *
  83. * This program is distributed in the hope that it will be useful,
  84. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  85. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  86. * GNU Affero General Public License for more details.
  87. *
  88. * You should have received a copy of the GNU Affero General Public License
  89. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  90. */
  91. /**
  92. * @copyright 2023 Christopher Ng <chrng8@gmail.com>
  93. *
  94. * @author Christopher Ng <chrng8@gmail.com>
  95. *
  96. * @license AGPL-3.0-or-later
  97. *
  98. * This program is free software: you can redistribute it and/or modify
  99. * it under the terms of the GNU Affero General Public License as
  100. * published by the Free Software Foundation, either version 3 of the
  101. * License, or (at your option) any later version.
  102. *
  103. * This program is distributed in the hope that it will be useful,
  104. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  105. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  106. * GNU Affero General Public License for more details.
  107. *
  108. * You should have received a copy of the GNU Affero General Public License
  109. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  110. *
  111. */
  112. /**
  113. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  114. *
  115. * @author John Molakvoæ <skjnldsv@protonmail.com>
  116. *
  117. * @license AGPL-3.0-or-later
  118. *
  119. * This program is free software: you can redistribute it and/or modify
  120. * it under the terms of the GNU Affero General Public License as
  121. * published by the Free Software Foundation, either version 3 of the
  122. * License, or (at your option) any later version.
  123. *
  124. * This program is distributed in the hope that it will be useful,
  125. * but WITHOUT ANY WARRANTY without even the implied warranty of
  126. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  127. * GNU Affero General Public License for more details.
  128. *
  129. * You should have received a copy of the GNU Affero General Public License
  130. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  131. *
  132. */
  133. /**
  134. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  135. *
  136. * @author John Molakvoæ <skjnldsv@protonmail.com>
  137. *
  138. * @license AGPL-3.0-or-later
  139. *
  140. * This program is free software: you can redistribute it and/or modify
  141. * it under the terms of the GNU Affero General Public License as
  142. * published by the Free Software Foundation, either version 3 of the
  143. * License, or (at your option) any later version.
  144. *
  145. * This program is distributed in the hope that it will be useful,
  146. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  147. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  148. * GNU Affero General Public License for more details.
  149. *
  150. * You should have received a copy of the GNU Affero General Public License
  151. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  152. *
  153. */
  154. /**
  155. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  156. *
  157. * @author John Molakvoæ <skjnldsv@protonmail.com>
  158. *
  159. * @license AGPL-3.0-or-later
  160. *
  161. * This program is free software: you can redistribute it and/or modify
  162. * it under the terms of the GNU Affero General Public License as
  163. * published by the Free Software Foundation, either version 3 of the
  164. * License, or (at your option) any later version.
  165. *
  166. * This program is distributed in the hope that it will be useful,
  167. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  168. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  169. * GNU Affero General Public License for more details.
  170. *
  171. * You should have received a copy of the GNU Affero General Public License
  172. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  173. *
  174. */
  175. /**
  176. * @copyright Copyright (c) 2019 Georg Ehrke
  177. *
  178. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  179. *
  180. * @author Richard Steinmetz <richard@steinmetz.cloud>
  181. *
  182. * @license AGPL-3.0-or-later
  183. *
  184. * This program is free software: you can redistribute it and/or modify
  185. * it under the terms of the GNU Affero General Public License as
  186. * published by the Free Software Foundation, either version 3 of the
  187. * License, or (at your option) any later version.
  188. *
  189. * This program is distributed in the hope that it will be useful,
  190. * but WITHOUT ANY WARRANTY without even the implied warranty of
  191. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  192. * GNU Affero General Public License for more details.
  193. *
  194. * You should have received a copy of the GNU Affero General Public License
  195. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  196. *
  197. */
  198. /**
  199. * @copyright Copyright (c) 2019 Georg Ehrke
  200. *
  201. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  202. *
  203. * @license AGPL-3.0-or-later
  204. *
  205. * This program is free software: you can redistribute it and/or modify
  206. * it under the terms of the GNU Affero General Public License as
  207. * published by the Free Software Foundation, either version 3 of the
  208. * License, or (at your option) any later version.
  209. *
  210. * This program is distributed in the hope that it will be useful,
  211. * but WITHOUT ANY WARRANTY without even the implied warranty of
  212. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  213. * GNU Affero General Public License for more details.
  214. *
  215. * You should have received a copy of the GNU Affero General Public License
  216. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  217. *
  218. */
  219. /**
  220. * @copyright Copyright (c) 2019 Georg Ehrke
  221. *
  222. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  223. * @author Richard Steinmetz <richard@steinmetz.cloud>
  224. *
  225. * @license AGPL-3.0-or-later
  226. *
  227. * This program is free software: you can redistribute it and/or modify
  228. * it under the terms of the GNU Affero General Public License as
  229. * published by the Free Software Foundation, either version 3 of the
  230. * License, or (at your option) any later version.
  231. *
  232. * This program is distributed in the hope that it will be useful,
  233. * but WITHOUT ANY WARRANTY without even the implied warranty of
  234. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  235. * GNU Affero General Public License for more details.
  236. *
  237. * You should have received a copy of the GNU Affero General Public License
  238. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  239. *
  240. */
  241. /**
  242. * @copyright Copyright (c) 2019 Georg Ehrke
  243. *
  244. * @author Georg Ehrke <oc.list@georgehrke.com>
  245. *
  246. * @license AGPL-3.0-or-later
  247. *
  248. * This program is free software: you can redistribute it and/or modify
  249. * it under the terms of the GNU Affero General Public License as
  250. * published by the Free Software Foundation, either version 3 of the
  251. * License, or (at your option) any later version.
  252. *
  253. * This program is distributed in the hope that it will be useful,
  254. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  255. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  256. * GNU Affero General Public License for more details.
  257. *
  258. * You should have received a copy of the GNU Affero General Public License
  259. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  260. *
  261. */
  262. /**
  263. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  264. *
  265. * @author John Molakvoæ <skjnldsv@protonmail.com>
  266. *
  267. * @license AGPL-3.0-or-later
  268. *
  269. * This program is free software: you can redistribute it and/or modify
  270. * it under the terms of the GNU Affero General Public License as
  271. * published by the Free Software Foundation, either version 3 of the
  272. * License, or (at your option) any later version.
  273. *
  274. * This program is distributed in the hope that it will be useful,
  275. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  276. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  277. * GNU Affero General Public License for more details.
  278. *
  279. * You should have received a copy of the GNU Affero General Public License
  280. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  281. *
  282. */
  283. /**
  284. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  285. *
  286. * @author John Molakvoæ <skjnldsv@protonmail.com>
  287. *
  288. * @license AGPL-3.0-or-later
  289. *
  290. * This program is free software: you can redistribute it and/or modify
  291. * it under the terms of the GNU Affero General Public License as
  292. * published by the Free Software Foundation, either version 3 of the
  293. * License, or (at your option) any later version.
  294. *
  295. * This program is distributed in the hope that it will be useful,
  296. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  297. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  298. * GNU Affero General Public License for more details.
  299. *
  300. * You should have received a copy of the GNU Affero General Public License
  301. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  302. *
  303. */
  304. /**
  305. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  306. *
  307. * @author John Molakvoæ <skjnldsv@protonmail.com>
  308. * @author Grigorii K. Shartsev <me@shgk.me>
  309. *
  310. * @license AGPL-3.0-or-later
  311. *
  312. * This program is free software: you can redistribute it and/or modify
  313. * it under the terms of the GNU Affero General Public License as
  314. * published by the Free Software Foundation, either version 3 of the
  315. * License, or (at your option) any later version.
  316. *
  317. * This program is distributed in the hope that it will be useful,
  318. * but WITHOUT ANY WARRANTY without even the implied warranty of
  319. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  320. * GNU Affero General Public License for more details.
  321. *
  322. * You should have received a copy of the GNU Affero General Public License
  323. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  324. *
  325. */
  326. /**
  327. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  328. *
  329. * @author Julius Härtl <jus@bitgrid.net>
  330. *
  331. * @license AGPL-3.0-or-later
  332. *
  333. * This program is free software: you can redistribute it and/or modify
  334. * it under the terms of the GNU Affero General Public License as
  335. * published by the Free Software Foundation, either version 3 of the
  336. * License, or (at your option) any later version.
  337. *
  338. * This program is distributed in the hope that it will be useful,
  339. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  340. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  341. * GNU Affero General Public License for more details.
  342. *
  343. * You should have received a copy of the GNU Affero General Public License
  344. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  345. *
  346. */
  347. /**
  348. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  349. *
  350. * @author Julius Härtl <jus@bitgrid.net>
  351. * @author John Molakvoæ <skjnldsv@protonmail.com>
  352. *
  353. * @license AGPL-3.0-or-later
  354. *
  355. * This program is free software: you can redistribute it and/or modify
  356. * it under the terms of the GNU Affero General Public License as
  357. * published by the Free Software Foundation, either version 3 of the
  358. * License, or (at your option) any later version.
  359. *
  360. * This program is distributed in the hope that it will be useful,
  361. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  362. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  363. * GNU Affero General Public License for more details.
  364. *
  365. * You should have received a copy of the GNU Affero General Public License
  366. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  367. *
  368. */
  369. /**
  370. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  371. *
  372. * @author Julius Härtl <jus@bitgrid.net>
  373. * @author John Molakvoæ <skjnldsv@protonmail.com>
  374. *
  375. * @license GNU AGPL version 3 or any later version
  376. *
  377. * This program is free software: you can redistribute it and/or modify
  378. * it under the terms of the GNU Affero General Public License as
  379. * published by the Free Software Foundation, either version 3 of the
  380. * License, or (at your option) any later version.
  381. *
  382. * This program is distributed in the hope that it will be useful,
  383. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  384. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  385. * GNU Affero General Public License for more details.
  386. *
  387. * You should have received a copy of the GNU Affero General Public License
  388. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  389. */
  390. /**
  391. * @copyright Copyright (c) 2020 Georg Ehrke <georg-nextcloud@ehrke.email>
  392. *
  393. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  394. *
  395. * @license AGPL-3.0-or-later
  396. *
  397. * This program is free software: you can redistribute it and/or modify
  398. * it under the terms of the GNU Affero General Public License as
  399. * published by the Free Software Foundation, either version 3 of the
  400. * License, or (at your option) any later version.
  401. *
  402. * This program is distributed in the hope that it will be useful,
  403. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  404. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  405. * GNU Affero General Public License for more details.
  406. *
  407. * You should have received a copy of the GNU Affero General Public License
  408. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  409. *
  410. */
  411. /**
  412. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  413. *
  414. * @author John Molakvoæ <skjnldsv@protonmail.com>
  415. *
  416. * @license AGPL-3.0-or-later
  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) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  434. *
  435. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  436. *
  437. * @license AGPL-3.0-or-later
  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) 2021 Jonas Meurer <jonas@freesources.org>
  455. *
  456. * @author Jonas Meurer <jonas@freesources.org>
  457. *
  458. * @license AGPL-3.0-or-later
  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) 2021 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  476. *
  477. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  478. *
  479. * @license AGPL-3.0-or-later
  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) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  497. *
  498. * @author John Molakvoæ <skjnldsv@protonmail.com>
  499. *
  500. * @license AGPL-3.0-or-later
  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) 2022 Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  518. *
  519. * @author Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  520. *
  521. * @license AGPL-3.0-or-later
  522. *
  523. * This program is free software: you can redistribute it and/or modify
  524. * it under the terms of the GNU Affero General Public License as
  525. * published by the Free Software Foundation, either version 3 of the
  526. * License, or (at your option) any later version.
  527. *
  528. * This program is distributed in the hope that it will be useful,
  529. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  530. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  531. * GNU Affero General Public License for more details.
  532. *
  533. * You should have received a copy of the GNU Affero General Public License
  534. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  535. *
  536. */
  537. /**
  538. * @copyright Copyright (c) 2022 Julius Härtl <jus@bitgrid.net>
  539. *
  540. * @author Julius Härtl <jus@bitgrid.net>
  541. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  542. * @author Maksim Sukharev <antreesy.web@gmail.com>
  543. * @author Grigorii K. Shartsev <me@shgk.me>
  544. *
  545. * @license AGPL-3.0-or-later
  546. *
  547. * This program is free software: you can redistribute it and/or modify
  548. * it under the terms of the GNU Affero General Public License as
  549. * published by the Free Software Foundation, either version 3 of the
  550. * License, or (at your option) any later version.
  551. *
  552. * This program is distributed in the hope that it will be useful,
  553. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  554. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  555. * GNU Affero General Public License for more details.
  556. *
  557. * You should have received a copy of the GNU Affero General Public License
  558. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  559. *
  560. */
  561. /**
  562. * @copyright Copyright (c) 2023 Ferdinand Thiessen <opensource@fthiessen.de>
  563. *
  564. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  565. *
  566. * @license AGPL-3.0-or-later
  567. *
  568. * This program is free software: you can redistribute it and/or modify
  569. * it under the terms of the GNU Affero General Public License as
  570. * published by the Free Software Foundation, either version 3 of the
  571. * License, or (at your option) any later version.
  572. *
  573. * This program is distributed in the hope that it will be useful,
  574. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  575. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  576. * GNU Affero General Public License for more details.
  577. *
  578. * You should have received a copy of the GNU Affero General Public License
  579. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  580. *
  581. */
  582. /**
  583. * @copyright Copyright (c) 2023 Ferdinand Thiessen <opensource@fthiessen.de>
  584. *
  585. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  586. * @author John Molakvoæ <skjnldsv@protonmail.com>
  587. *
  588. * @license AGPL-3.0-or-later
  589. *
  590. * This program is free software: you can redistribute it and/or modify
  591. * it under the terms of the GNU Affero General Public License as
  592. * published by the Free Software Foundation, either version 3 of the
  593. * License, or (at your option) any later version.
  594. *
  595. * This program is distributed in the hope that it will be useful,
  596. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  597. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  598. * GNU Affero General Public License for more details.
  599. *
  600. * You should have received a copy of the GNU Affero General Public License
  601. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  602. *
  603. */
  604. /**
  605. * @copyright Copyright (c) 2023 Grigorii K. Shartsev <me@shgk.me>
  606. *
  607. * @author Grigorii K. Shartsev <me@shgk.me>
  608. *
  609. * @license AGPL-3.0-or-later
  610. *
  611. * This program is free software: you can redistribute it and/or modify
  612. * it under the terms of the GNU Affero General Public License as
  613. * published by the Free Software Foundation, either version 3 of the
  614. * License, or (at your option) any later version.
  615. *
  616. * This program is distributed in the hope that it will be useful,
  617. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  618. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  619. * GNU Affero General Public License for more details.
  620. *
  621. * You should have received a copy of the GNU Affero General Public License
  622. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  623. *
  624. */
  625. /**
  626. * @copyright Copyright (c) 2024 Ferdinand Thiessen <opensource@fthiessen.de>
  627. *
  628. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  629. *
  630. * @license AGPL-3.0-or-later
  631. *
  632. * This program is free software: you can redistribute it and/or modify
  633. * it under the terms of the GNU Affero General Public License as
  634. * published by the Free Software Foundation, either version 3 of the
  635. * License, or (at your option) any later version.
  636. *
  637. * This program is distributed in the hope that it will be useful,
  638. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  639. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  640. * GNU Affero General Public License for more details.
  641. *
  642. * You should have received a copy of the GNU Affero General Public License
  643. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  644. *
  645. */
  646. /**
  647. * @copyright Copyright (c) 2024 Maksim Sukharev <antreesy.web@gmail.com>
  648. *
  649. * @author Maksim Sukharev <antreesy.web@gmail.com>
  650. *
  651. * @license AGPL-3.0-or-later
  652. *
  653. * This program is free software: you can redistribute it and/or modify
  654. * it under the terms of the GNU Affero General Public License as
  655. * published by the Free Software Foundation, either version 3 of the
  656. * License, or (at your option) any later version.
  657. *
  658. * This program is distributed in the hope that it will be useful,
  659. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  660. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  661. * GNU Affero General Public License for more details.
  662. *
  663. * You should have received a copy of the GNU Affero General Public License
  664. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  665. *
  666. */
  667. /**
  668. * @license nested-property https://github.com/cosmosio/nested-property
  669. *
  670. * The MIT License (MIT)
  671. *
  672. * Copyright (c) 2014-2020 Olivier Scherrer <pode.fr@gmail.com>
  673. */
  674. /**!
  675. * @fileOverview Kickass library to create and place poppers near their reference elements.
  676. * @version 1.16.1
  677. * @license
  678. * Copyright (c) 2016 Federico Zivolo and contributors
  679. *
  680. * Permission is hereby granted, free of charge, to any person obtaining a copy
  681. * of this software and associated documentation files (the "Software"), to deal
  682. * in the Software without restriction, including without limitation the rights
  683. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  684. * copies of the Software, and to permit persons to whom the Software is
  685. * furnished to do so, subject to the following conditions:
  686. *
  687. * The above copyright notice and this permission notice shall be included in all
  688. * copies or substantial portions of the Software.
  689. *
  690. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  691. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  692. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  693. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  694. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  695. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  696. * SOFTWARE.
  697. */
  698. //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
  699. //! license : MIT
  700. //! moment.js
  701. //! moment.js locale configuration
  702. //! momentjs.com
  703. //! version : 2.30.1