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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740
  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.0.11 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.11/LICENSE */
  67. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  68. /**
  69. * @copyright 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  70. *
  71. * @author 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  72. *
  73. * @license AGPL-3.0-or-later
  74. *
  75. * This program is free software: you can redistribute it and/or modify
  76. * it under the terms of the GNU Affero General Public License as
  77. * published by the Free Software Foundation, either version 3 of the
  78. * License, or (at your option) any later version.
  79. *
  80. * This program is distributed in the hope that it will be useful,
  81. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  82. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  83. * GNU Affero General Public License for more details.
  84. *
  85. * You should have received a copy of the GNU Affero General Public License
  86. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  87. */
  88. /**
  89. * @copyright 2023 Christopher Ng <chrng8@gmail.com>
  90. *
  91. * @author Christopher Ng <chrng8@gmail.com>
  92. *
  93. * @license AGPL-3.0-or-later
  94. *
  95. * This program is free software: you can redistribute it and/or modify
  96. * it under the terms of the GNU Affero General Public License as
  97. * published by the Free Software Foundation, either version 3 of the
  98. * License, or (at your option) any later version.
  99. *
  100. * This program is distributed in the hope that it will be useful,
  101. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  102. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  103. * GNU Affero General Public License for more details.
  104. *
  105. * You should have received a copy of the GNU Affero General Public License
  106. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  107. *
  108. */
  109. /**
  110. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  111. *
  112. * @author John Molakvoæ <skjnldsv@protonmail.com>
  113. *
  114. * @license AGPL-3.0-or-later
  115. *
  116. * This program is free software: you can redistribute it and/or modify
  117. * it under the terms of the GNU Affero General Public License as
  118. * published by the Free Software Foundation, either version 3 of the
  119. * License, or (at your option) any later version.
  120. *
  121. * This program is distributed in the hope that it will be useful,
  122. * but WITHOUT ANY WARRANTY without even the implied warranty of
  123. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  124. * GNU Affero General Public License for more details.
  125. *
  126. * You should have received a copy of the GNU Affero General Public License
  127. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  128. *
  129. */
  130. /**
  131. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  132. *
  133. * @author John Molakvoæ <skjnldsv@protonmail.com>
  134. *
  135. * @license AGPL-3.0-or-later
  136. *
  137. * This program is free software: you can redistribute it and/or modify
  138. * it under the terms of the GNU Affero General Public License as
  139. * published by the Free Software Foundation, either version 3 of the
  140. * License, or (at your option) any later version.
  141. *
  142. * This program is distributed in the hope that it will be useful,
  143. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  144. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  145. * GNU Affero General Public License for more details.
  146. *
  147. * You should have received a copy of the GNU Affero General Public License
  148. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  149. *
  150. */
  151. /**
  152. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  153. *
  154. * @author John Molakvoæ <skjnldsv@protonmail.com>
  155. *
  156. * @license AGPL-3.0-or-later
  157. *
  158. * This program is free software: you can redistribute it and/or modify
  159. * it under the terms of the GNU Affero General Public License as
  160. * published by the Free Software Foundation, either version 3 of the
  161. * License, or (at your option) any later version.
  162. *
  163. * This program is distributed in the hope that it will be useful,
  164. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  165. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  166. * GNU Affero General Public License for more details.
  167. *
  168. * You should have received a copy of the GNU Affero General Public License
  169. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  170. *
  171. */
  172. /**
  173. * @copyright Copyright (c) 2019 Georg Ehrke
  174. *
  175. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  176. *
  177. * @author Richard Steinmetz <richard@steinmetz.cloud>
  178. *
  179. * @license AGPL-3.0-or-later
  180. *
  181. * This program is free software: you can redistribute it and/or modify
  182. * it under the terms of the GNU Affero General Public License as
  183. * published by the Free Software Foundation, either version 3 of the
  184. * License, or (at your option) any later version.
  185. *
  186. * This program is distributed in the hope that it will be useful,
  187. * but WITHOUT ANY WARRANTY without even the implied warranty of
  188. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  189. * GNU Affero General Public License for more details.
  190. *
  191. * You should have received a copy of the GNU Affero General Public License
  192. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  193. *
  194. */
  195. /**
  196. * @copyright Copyright (c) 2019 Georg Ehrke
  197. *
  198. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  199. *
  200. * @license AGPL-3.0-or-later
  201. *
  202. * This program is free software: you can redistribute it and/or modify
  203. * it under the terms of the GNU Affero General Public License as
  204. * published by the Free Software Foundation, either version 3 of the
  205. * License, or (at your option) any later version.
  206. *
  207. * This program is distributed in the hope that it will be useful,
  208. * but WITHOUT ANY WARRANTY without even the implied warranty of
  209. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  210. * GNU Affero General Public License for more details.
  211. *
  212. * You should have received a copy of the GNU Affero General Public License
  213. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  214. *
  215. */
  216. /**
  217. * @copyright Copyright (c) 2019 Georg Ehrke
  218. *
  219. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  220. * @author Richard Steinmetz <richard@steinmetz.cloud>
  221. *
  222. * @license AGPL-3.0-or-later
  223. *
  224. * This program is free software: you can redistribute it and/or modify
  225. * it under the terms of the GNU Affero General Public License as
  226. * published by the Free Software Foundation, either version 3 of the
  227. * License, or (at your option) any later version.
  228. *
  229. * This program is distributed in the hope that it will be useful,
  230. * but WITHOUT ANY WARRANTY without even the implied warranty of
  231. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  232. * GNU Affero General Public License for more details.
  233. *
  234. * You should have received a copy of the GNU Affero General Public License
  235. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  236. *
  237. */
  238. /**
  239. * @copyright Copyright (c) 2019 Georg Ehrke
  240. *
  241. * @author Georg Ehrke <oc.list@georgehrke.com>
  242. *
  243. * @license AGPL-3.0-or-later
  244. *
  245. * This program is free software: you can redistribute it and/or modify
  246. * it under the terms of the GNU Affero General Public License as
  247. * published by the Free Software Foundation, either version 3 of the
  248. * License, or (at your option) any later version.
  249. *
  250. * This program is distributed in the hope that it will be useful,
  251. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  252. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  253. * GNU Affero General Public License for more details.
  254. *
  255. * You should have received a copy of the GNU Affero General Public License
  256. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  257. *
  258. */
  259. /**
  260. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  261. *
  262. * @author John Molakvoæ <skjnldsv@protonmail.com>
  263. *
  264. * @license AGPL-3.0-or-later
  265. *
  266. * This program is free software: you can redistribute it and/or modify
  267. * it under the terms of the GNU Affero General Public License as
  268. * published by the Free Software Foundation, either version 3 of the
  269. * License, or (at your option) any later version.
  270. *
  271. * This program is distributed in the hope that it will be useful,
  272. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  273. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  274. * GNU Affero General Public License for more details.
  275. *
  276. * You should have received a copy of the GNU Affero General Public License
  277. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  278. *
  279. */
  280. /**
  281. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  282. *
  283. * @author John Molakvoæ <skjnldsv@protonmail.com>
  284. *
  285. * @license AGPL-3.0-or-later
  286. *
  287. * This program is free software: you can redistribute it and/or modify
  288. * it under the terms of the GNU Affero General Public License as
  289. * published by the Free Software Foundation, either version 3 of the
  290. * License, or (at your option) any later version.
  291. *
  292. * This program is distributed in the hope that it will be useful,
  293. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  294. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  295. * GNU Affero General Public License for more details.
  296. *
  297. * You should have received a copy of the GNU Affero General Public License
  298. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  299. *
  300. */
  301. /**
  302. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  303. *
  304. * @author John Molakvoæ <skjnldsv@protonmail.com>
  305. * @author Grigorii K. Shartsev <me@shgk.me>
  306. *
  307. * @license AGPL-3.0-or-later
  308. *
  309. * This program is free software: you can redistribute it and/or modify
  310. * it under the terms of the GNU Affero General Public License as
  311. * published by the Free Software Foundation, either version 3 of the
  312. * License, or (at your option) any later version.
  313. *
  314. * This program is distributed in the hope that it will be useful,
  315. * but WITHOUT ANY WARRANTY without even the implied warranty of
  316. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  317. * GNU Affero General Public License for more details.
  318. *
  319. * You should have received a copy of the GNU Affero General Public License
  320. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  321. *
  322. */
  323. /**
  324. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  325. *
  326. * @author Julius Härtl <jus@bitgrid.net>
  327. *
  328. * @license AGPL-3.0-or-later
  329. *
  330. * This program is free software: you can redistribute it and/or modify
  331. * it under the terms of the GNU Affero General Public License as
  332. * published by the Free Software Foundation, either version 3 of the
  333. * License, or (at your option) any later version.
  334. *
  335. * This program is distributed in the hope that it will be useful,
  336. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  337. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  338. * GNU Affero General Public License for more details.
  339. *
  340. * You should have received a copy of the GNU Affero General Public License
  341. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  342. *
  343. */
  344. /**
  345. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  346. *
  347. * @author Julius Härtl <jus@bitgrid.net>
  348. * @author John Molakvoæ <skjnldsv@protonmail.com>
  349. *
  350. * @license AGPL-3.0-or-later
  351. *
  352. * This program is free software: you can redistribute it and/or modify
  353. * it under the terms of the GNU Affero General Public License as
  354. * published by the Free Software Foundation, either version 3 of the
  355. * License, or (at your option) any later version.
  356. *
  357. * This program is distributed in the hope that it will be useful,
  358. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  359. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  360. * GNU Affero General Public License for more details.
  361. *
  362. * You should have received a copy of the GNU Affero General Public License
  363. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  364. *
  365. */
  366. /**
  367. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  368. *
  369. * @author Julius Härtl <jus@bitgrid.net>
  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. * @copyright Copyright (c) 2020 Georg Ehrke <georg-nextcloud@ehrke.email>
  389. *
  390. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  391. *
  392. * @license AGPL-3.0-or-later
  393. *
  394. * This program is free software: you can redistribute it and/or modify
  395. * it under the terms of the GNU Affero General Public License as
  396. * published by the Free Software Foundation, either version 3 of the
  397. * License, or (at your option) any later version.
  398. *
  399. * This program is distributed in the hope that it will be useful,
  400. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  401. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  402. * GNU Affero General Public License for more details.
  403. *
  404. * You should have received a copy of the GNU Affero General Public License
  405. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  406. *
  407. */
  408. /**
  409. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  410. *
  411. * @author John Molakvoæ <skjnldsv@protonmail.com>
  412. *
  413. * @license AGPL-3.0-or-later
  414. *
  415. * This program is free software: you can redistribute it and/or modify
  416. * it under the terms of the GNU Affero General Public License as
  417. * published by the Free Software Foundation, either version 3 of the
  418. * License, or (at your option) any later version.
  419. *
  420. * This program is distributed in the hope that it will be useful,
  421. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  422. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  423. * GNU Affero General Public License for more details.
  424. *
  425. * You should have received a copy of the GNU Affero General Public License
  426. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  427. *
  428. */
  429. /**
  430. * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  431. *
  432. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  433. *
  434. * @license AGPL-3.0-or-later
  435. *
  436. * This program is free software: you can redistribute it and/or modify
  437. * it under the terms of the GNU Affero General Public License as
  438. * published by the Free Software Foundation, either version 3 of the
  439. * License, or (at your option) any later version.
  440. *
  441. * This program is distributed in the hope that it will be useful,
  442. * but WITHOUT ANY WARRANTY without even the implied warranty of
  443. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  444. * GNU Affero General Public License for more details.
  445. *
  446. * You should have received a copy of the GNU Affero General Public License
  447. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  448. *
  449. */
  450. /**
  451. * @copyright Copyright (c) 2021 Jonas Meurer <jonas@freesources.org>
  452. *
  453. * @author Jonas Meurer <jonas@freesources.org>
  454. *
  455. * @license AGPL-3.0-or-later
  456. *
  457. * This program is free software: you can redistribute it and/or modify
  458. * it under the terms of the GNU Affero General Public License as
  459. * published by the Free Software Foundation, either version 3 of the
  460. * License, or (at your option) any later version.
  461. *
  462. * This program is distributed in the hope that it will be useful,
  463. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  464. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  465. * GNU Affero General Public License for more details.
  466. *
  467. * You should have received a copy of the GNU Affero General Public License
  468. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  469. *
  470. */
  471. /**
  472. * @copyright Copyright (c) 2021 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  473. *
  474. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  475. *
  476. * @license AGPL-3.0-or-later
  477. *
  478. * This program is free software: you can redistribute it and/or modify
  479. * it under the terms of the GNU Affero General Public License as
  480. * published by the Free Software Foundation, either version 3 of the
  481. * License, or (at your option) any later version.
  482. *
  483. * This program is distributed in the hope that it will be useful,
  484. * but WITHOUT ANY WARRANTY without even the implied warranty of
  485. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  486. * GNU Affero General Public License for more details.
  487. *
  488. * You should have received a copy of the GNU Affero General Public License
  489. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  490. *
  491. */
  492. /**
  493. * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  494. *
  495. * @author John Molakvoæ <skjnldsv@protonmail.com>
  496. *
  497. * @license AGPL-3.0-or-later
  498. *
  499. * This program is free software: you can redistribute it and/or modify
  500. * it under the terms of the GNU Affero General Public License as
  501. * published by the Free Software Foundation, either version 3 of the
  502. * License, or (at your option) any later version.
  503. *
  504. * This program is distributed in the hope that it will be useful,
  505. * but WITHOUT ANY WARRANTY without even the implied warranty of
  506. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  507. * GNU Affero General Public License for more details.
  508. *
  509. * You should have received a copy of the GNU Affero General Public License
  510. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  511. *
  512. */
  513. /**
  514. * @copyright Copyright (c) 2022 Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  515. *
  516. * @author Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  517. *
  518. * @license AGPL-3.0-or-later
  519. *
  520. * This program is free software: you can redistribute it and/or modify
  521. * it under the terms of the GNU Affero General Public License as
  522. * published by the Free Software Foundation, either version 3 of the
  523. * License, or (at your option) any later version.
  524. *
  525. * This program is distributed in the hope that it will be useful,
  526. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  527. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  528. * GNU Affero General Public License for more details.
  529. *
  530. * You should have received a copy of the GNU Affero General Public License
  531. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  532. *
  533. */
  534. /**
  535. * @copyright Copyright (c) 2022 Julius Härtl <jus@bitgrid.net>
  536. *
  537. * @author Julius Härtl <jus@bitgrid.net>
  538. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  539. * @author Maksim Sukharev <antreesy.web@gmail.com>
  540. * @author Grigorii K. Shartsev <me@shgk.me>
  541. *
  542. * @license AGPL-3.0-or-later
  543. *
  544. * This program is free software: you can redistribute it and/or modify
  545. * it under the terms of the GNU Affero General Public License as
  546. * published by the Free Software Foundation, either version 3 of the
  547. * License, or (at your option) any later version.
  548. *
  549. * This program is distributed in the hope that it will be useful,
  550. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  551. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  552. * GNU Affero General Public License for more details.
  553. *
  554. * You should have received a copy of the GNU Affero General Public License
  555. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  556. *
  557. */
  558. /**
  559. * @copyright Copyright (c) 2023 Ferdinand Thiessen <opensource@fthiessen.de>
  560. *
  561. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  562. *
  563. * @license AGPL-3.0-or-later
  564. *
  565. * This program is free software: you can redistribute it and/or modify
  566. * it under the terms of the GNU Affero General Public License as
  567. * published by the Free Software Foundation, either version 3 of the
  568. * License, or (at your option) any later version.
  569. *
  570. * This program is distributed in the hope that it will be useful,
  571. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  572. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  573. * GNU Affero General Public License for more details.
  574. *
  575. * You should have received a copy of the GNU Affero General Public License
  576. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  577. *
  578. */
  579. /**
  580. * @copyright Copyright (c) 2023 Ferdinand Thiessen <opensource@fthiessen.de>
  581. *
  582. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  583. * @author John Molakvoæ <skjnldsv@protonmail.com>
  584. *
  585. * @license AGPL-3.0-or-later
  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) 2023 Grigorii K. Shartsev <me@shgk.me>
  603. *
  604. * @author Grigorii K. Shartsev <me@shgk.me>
  605. *
  606. * @license AGPL-3.0-or-later
  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) 2024 Ferdinand Thiessen <opensource@fthiessen.de>
  624. *
  625. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  626. *
  627. * @license AGPL-3.0-or-later
  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) 2024 Maksim Sukharev <antreesy.web@gmail.com>
  645. *
  646. * @author Maksim Sukharev <antreesy.web@gmail.com>
  647. *
  648. * @license AGPL-3.0-or-later
  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. * @fileOverview Kickass library to create and place poppers near their reference elements.
  666. * @version 1.16.1
  667. * @license
  668. * Copyright (c) 2016 Federico Zivolo and contributors
  669. *
  670. * Permission is hereby granted, free of charge, to any person obtaining a copy
  671. * of this software and associated documentation files (the "Software"), to deal
  672. * in the Software without restriction, including without limitation the rights
  673. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  674. * copies of the Software, and to permit persons to whom the Software is
  675. * furnished to do so, subject to the following conditions:
  676. *
  677. * The above copyright notice and this permission notice shall be included in all
  678. * copies or substantial portions of the Software.
  679. *
  680. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  681. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  682. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  683. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  684. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  685. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  686. * SOFTWARE.
  687. */
  688. //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
  689. //! license : MIT
  690. //! moment.js
  691. //! moment.js locale configuration
  692. //! momentjs.com
  693. //! version : 2.30.1