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

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