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

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