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-main.js.LICENSE.txt 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643
  1. /*!
  2. * clipboard.js v2.0.11
  3. * https://clipboardjs.com/
  4. *
  5. * Licensed MIT © Zeno Rocha
  6. */
  7. /*!
  8. * jQuery UI :data 1.13.2
  9. * http://jqueryui.com
  10. *
  11. * Copyright jQuery Foundation and other contributors
  12. * Released under the MIT license.
  13. * http://jquery.org/license
  14. */
  15. /*!
  16. * jQuery UI Autocomplete 1.13.2
  17. * http://jqueryui.com
  18. *
  19. * Copyright jQuery Foundation and other contributors
  20. * Released under the MIT license.
  21. * http://jquery.org/license
  22. */
  23. /*!
  24. * jQuery UI Button 1.13.2
  25. * http://jqueryui.com
  26. *
  27. * Copyright jQuery Foundation and other contributors
  28. * Released under the MIT license.
  29. * http://jquery.org/license
  30. */
  31. /*!
  32. * jQuery UI Checkboxradio 1.13.2
  33. * http://jqueryui.com
  34. *
  35. * Copyright jQuery Foundation and other contributors
  36. * Released under the MIT license.
  37. * http://jquery.org/license
  38. */
  39. /*!
  40. * jQuery UI Controlgroup 1.13.2
  41. * http://jqueryui.com
  42. *
  43. * Copyright jQuery Foundation and other contributors
  44. * Released under the MIT license.
  45. * http://jquery.org/license
  46. */
  47. /*!
  48. * jQuery UI Datepicker 1.13.2
  49. * http://jqueryui.com
  50. *
  51. * Copyright jQuery Foundation and other contributors
  52. * Released under the MIT license.
  53. * http://jquery.org/license
  54. */
  55. /*!
  56. * jQuery UI Dialog 1.13.2
  57. * http://jqueryui.com
  58. *
  59. * Copyright jQuery Foundation and other contributors
  60. * Released under the MIT license.
  61. * http://jquery.org/license
  62. */
  63. /*!
  64. * jQuery UI Draggable 1.13.2
  65. * http://jqueryui.com
  66. *
  67. * Copyright jQuery Foundation and other contributors
  68. * Released under the MIT license.
  69. * http://jquery.org/license
  70. */
  71. /*!
  72. * jQuery UI Droppable 1.13.2
  73. * http://jqueryui.com
  74. *
  75. * Copyright jQuery Foundation and other contributors
  76. * Released under the MIT license.
  77. * http://jquery.org/license
  78. */
  79. /*!
  80. * jQuery UI Effects 1.13.2
  81. * http://jqueryui.com
  82. *
  83. * Copyright jQuery Foundation and other contributors
  84. * Released under the MIT license.
  85. * http://jquery.org/license
  86. */
  87. /*!
  88. * jQuery UI Focusable 1.13.2
  89. * http://jqueryui.com
  90. *
  91. * Copyright jQuery Foundation and other contributors
  92. * Released under the MIT license.
  93. * http://jquery.org/license
  94. */
  95. /*!
  96. * jQuery UI Position 1.13.2
  97. * http://jqueryui.com
  98. *
  99. * Copyright jQuery Foundation and other contributors
  100. * Released under the MIT license.
  101. * http://jquery.org/license
  102. *
  103. * http://api.jqueryui.com/position/
  104. */
  105. /*!
  106. * jQuery UI Resizable 1.13.2
  107. * http://jqueryui.com
  108. *
  109. * Copyright jQuery Foundation and other contributors
  110. * Released under the MIT license.
  111. * http://jquery.org/license
  112. */
  113. /*!
  114. * jQuery UI Spinner 1.13.2
  115. * http://jqueryui.com
  116. *
  117. * Copyright jQuery Foundation and other contributors
  118. * Released under the MIT license.
  119. * http://jquery.org/license
  120. */
  121. /*!
  122. * jQuery UI Support for jQuery core 1.8.x and newer 1.13.2
  123. * http://jqueryui.com
  124. *
  125. * Copyright jQuery Foundation and other contributors
  126. * Released under the MIT license.
  127. * http://jquery.org/license
  128. *
  129. */
  130. /*!
  131. * jQuery UI Tabs 1.13.2
  132. * http://jqueryui.com
  133. *
  134. * Copyright jQuery Foundation and other contributors
  135. * Released under the MIT license.
  136. * http://jquery.org/license
  137. */
  138. /*!
  139. * jQuery UI Tooltip 1.13.2
  140. * http://jqueryui.com
  141. *
  142. * Copyright jQuery Foundation and other contributors
  143. * Released under the MIT license.
  144. * http://jquery.org/license
  145. */
  146. /*!
  147. * jQuery UI Widget 1.13.2
  148. * http://jqueryui.com
  149. *
  150. * Copyright jQuery Foundation and other contributors
  151. * Released under the MIT license.
  152. * http://jquery.org/license
  153. */
  154. /*! jQuery Migrate v3.4.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */
  155. /*! jQuery UI - v1.13.2 - 2022-07-14
  156. * http://jqueryui.com
  157. * Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-patch.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js
  158. * Copyright jQuery Foundation and other contributors; Licensed MIT */
  159. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  160. /**
  161. * @copyright (c) 2017 Arthur Schiwon <blizzz@arthur-schiwon.de>
  162. *
  163. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  164. * @author John Molakvoæ <skjnldsv@protonmail.com>
  165. *
  166. * @license AGPL-3.0-or-later
  167. *
  168. * This program is free software: you can redistribute it and/or modify
  169. * it under the terms of the GNU Affero General Public License as
  170. * published by the Free Software Foundation, either version 3 of the
  171. * License, or (at your option) any later version.
  172. *
  173. * This program is distributed in the hope that it will be useful,
  174. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  175. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  176. * GNU Affero General Public License for more details.
  177. *
  178. * You should have received a copy of the GNU Affero General Public License
  179. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  180. *
  181. */
  182. /**
  183. * @copyright 2016-2018 John Molakvoæ <skjnldsv@protonmail.com>
  184. * @copyright 2013 Morris Jobke <morris.jobke@gmail.com>
  185. *
  186. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  187. * @author John Molakvoæ <skjnldsv@protonmail.com>
  188. * @author Julius Härtl <jus@bitgrid.net>
  189. * @author Sergey Shliakhov <husband.sergey@gmail.com>
  190. *
  191. * @license AGPL-3.0-or-later
  192. *
  193. * This program is free software: you can redistribute it and/or modify
  194. * it under the terms of the GNU Affero General Public License as
  195. * published by the Free Software Foundation, either version 3 of the
  196. * License, or (at your option) any later version.
  197. *
  198. * This program is distributed in the hope that it will be useful,
  199. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  200. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  201. * GNU Affero General Public License for more details.
  202. *
  203. * You should have received a copy of the GNU Affero General Public License
  204. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  205. *
  206. */
  207. /**
  208. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  209. *
  210. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  211. * @author Gary Kim <gary@garykim.dev>
  212. * @author Joas Schilling <coding@schilljs.com>
  213. * @author John Molakvoæ <skjnldsv@protonmail.com>
  214. *
  215. * @license AGPL-3.0-or-later
  216. *
  217. * This program is free software: you can redistribute it and/or modify
  218. * it under the terms of the GNU Affero General Public License as
  219. * published by the Free Software Foundation, either version 3 of the
  220. * License, or (at your option) any later version.
  221. *
  222. * This program is distributed in the hope that it will be useful,
  223. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  224. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  225. * GNU Affero General Public License for more details.
  226. *
  227. * You should have received a copy of the GNU Affero General Public License
  228. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  229. *
  230. */
  231. /**
  232. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  233. *
  234. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  235. * @author John Molakvoæ <skjnldsv@protonmail.com>
  236. *
  237. * @license AGPL-3.0-or-later
  238. *
  239. * This program is free software: you can redistribute it and/or modify
  240. * it under the terms of the GNU Affero General Public License as
  241. * published by the Free Software Foundation, either version 3 of the
  242. * License, or (at your option) any later version.
  243. *
  244. * This program is distributed in the hope that it will be useful,
  245. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  246. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  247. * GNU Affero General Public License for more details.
  248. *
  249. * You should have received a copy of the GNU Affero General Public License
  250. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  251. *
  252. */
  253. /**
  254. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  255. *
  256. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  257. * @author John Molakvoæ <skjnldsv@protonmail.com>
  258. * @author Julius Härtl <jus@bitgrid.net>
  259. * @author Roeland Jago Douma <roeland@famdouma.nl>
  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 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  279. *
  280. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  281. * @author John Molakvoæ <skjnldsv@protonmail.com>
  282. *
  283. * @license AGPL-3.0-or-later
  284. *
  285. * This program is free software: you can redistribute it and/or modify
  286. * it under the terms of the GNU Affero General Public License as
  287. * published by the Free Software Foundation, either version 3 of the
  288. * License, or (at your option) any later version.
  289. *
  290. * This program is distributed in the hope that it will be useful,
  291. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  292. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  293. * GNU Affero General Public License for more details.
  294. *
  295. * You should have received a copy of the GNU Affero General Public License
  296. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  297. *
  298. */
  299. /**
  300. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  301. *
  302. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  303. * @author John Molakvoæ <skjnldsv@protonmail.com>
  304. * @author Julius Härtl <jus@bitgrid.net>
  305. * @author Roeland Jago Douma <roeland@famdouma.nl>
  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 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  325. *
  326. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  327. * @author John Molakvoæ <skjnldsv@protonmail.com>
  328. * @author Roeland Jago Douma <roeland@famdouma.nl>
  329. *
  330. * @license AGPL-3.0-or-later
  331. *
  332. * This program is free software: you can redistribute it and/or modify
  333. * it under the terms of the GNU Affero General Public License as
  334. * published by the Free Software Foundation, either version 3 of the
  335. * License, or (at your option) any later version.
  336. *
  337. * This program is distributed in the hope that it will be useful,
  338. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  339. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  340. * GNU Affero General Public License for more details.
  341. *
  342. * You should have received a copy of the GNU Affero General Public License
  343. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  344. *
  345. */
  346. /**
  347. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  348. * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
  349. *
  350. * @author Bartek Przybylski <bart.p.pl@gmail.com>
  351. * @author Christopher Schäpers <kondou@ts.unde.re>
  352. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  353. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  354. * @author Daniel Kesselberg <mail@danielkesselberg.de>
  355. * @author Florian Schunk <florian.schunk@rwth-aachen.de>
  356. * @author Gary Kim <gary@garykim.dev>
  357. * @author Hendrik Leppelsack <hendrik@leppelsack.de>
  358. * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
  359. * @author Joas Schilling <coding@schilljs.com>
  360. * @author John Molakvoæ <skjnldsv@protonmail.com>
  361. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  362. * @author Julius Härtl <jus@bitgrid.net>
  363. * @author Loïc Hermann <loic.hermann@sciam.fr>
  364. * @author Morris Jobke <hey@morrisjobke.de>
  365. * @author Olivier Paroz <github@oparoz.com>
  366. * @author Robin Appelman <robin@icewind.nl>
  367. * @author Roeland Jago Douma <roeland@famdouma.nl>
  368. * @author Sujith Haridasan <Sujith_Haridasan@mentor.com>
  369. * @author Thomas Citharel <nextcloud@tcit.fr>
  370. * @author Thomas Müller <thomas.mueller@tmit.eu>
  371. * @author Thomas Tanghus <thomas@tanghus.net>
  372. * @author Vincent Petry <vincent@nextcloud.com>
  373. *
  374. * @license AGPL-3.0-or-later
  375. *
  376. * This program is free software: you can redistribute it and/or modify
  377. * it under the terms of the GNU Affero General Public License as
  378. * published by the Free Software Foundation, either version 3 of the
  379. * License, or (at your option) any later version.
  380. *
  381. * This program is distributed in the hope that it will be useful,
  382. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  383. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  384. * GNU Affero General Public License for more details.
  385. *
  386. * You should have received a copy of the GNU Affero General Public License
  387. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  388. *
  389. */
  390. /**
  391. * @copyright 2019 Julius Härtl <jus@bitgrid.net>
  392. *
  393. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  394. * @author John Molakvoæ <skjnldsv@protonmail.com>
  395. * @author Julius Härtl <jus@bitgrid.net>
  396. *
  397. * @license AGPL-3.0-or-later
  398. *
  399. * This program is free software: you can redistribute it and/or modify
  400. * it under the terms of the GNU Affero General Public License as
  401. * published by the Free Software Foundation, either version 3 of the
  402. * License, or (at your option) any later version.
  403. *
  404. * This program is distributed in the hope that it will be useful,
  405. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  406. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  407. * GNU Affero General Public License for more details.
  408. *
  409. * You should have received a copy of the GNU Affero General Public License
  410. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  411. *
  412. */
  413. /**
  414. * @copyright 2022 Christopher Ng <chrng8@gmail.com>
  415. *
  416. * @author Christopher Ng <chrng8@gmail.com>
  417. *
  418. * @license AGPL-3.0-or-later
  419. *
  420. * This program is free software: you can redistribute it and/or modify
  421. * it under the terms of the GNU Affero General Public License as
  422. * published by the Free Software Foundation, either version 3 of the
  423. * License, or (at your option) any later version.
  424. *
  425. * This program is distributed in the hope that it will be useful,
  426. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  427. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  428. * GNU Affero General Public License for more details.
  429. *
  430. * You should have received a copy of the GNU Affero General Public License
  431. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  432. *
  433. */
  434. /**
  435. * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
  436. *
  437. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  438. * @author John Molakvoæ <skjnldsv@protonmail.com>
  439. *
  440. * @license AGPL-3.0-or-later
  441. *
  442. * This program is free software: you can redistribute it and/or modify
  443. * it under the terms of the GNU Affero General Public License as
  444. * published by the Free Software Foundation, either version 3 of the
  445. * License, or (at your option) any later version.
  446. *
  447. * This program is distributed in the hope that it will be useful,
  448. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  449. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  450. * GNU Affero General Public License for more details.
  451. *
  452. * You should have received a copy of the GNU Affero General Public License
  453. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  454. *
  455. */
  456. /**
  457. * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
  458. *
  459. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  460. * @author John Molakvoæ <skjnldsv@protonmail.com>
  461. * @author Roeland Jago Douma <roeland@famdouma.nl>
  462. *
  463. * @license AGPL-3.0-or-later
  464. *
  465. * This program is free software: you can redistribute it and/or modify
  466. * it under the terms of the GNU Affero General Public License as
  467. * published by the Free Software Foundation, either version 3 of the
  468. * License, or (at your option) any later version.
  469. *
  470. * This program is distributed in the hope that it will be useful,
  471. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  472. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  473. * GNU Affero General Public License for more details.
  474. *
  475. * You should have received a copy of the GNU Affero General Public License
  476. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  477. *
  478. */
  479. /**
  480. * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  481. *
  482. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  483. * @author Joas Schilling <coding@schilljs.com>
  484. * @author John Molakvoæ <skjnldsv@protonmail.com>
  485. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  486. * @author Robin Appelman <robin@icewind.nl>
  487. * @author Vincent Petry <vincent@nextcloud.com>
  488. *
  489. * @license AGPL-3.0-or-later
  490. *
  491. * This program is free software: you can redistribute it and/or modify
  492. * it under the terms of the GNU Affero General Public License as
  493. * published by the Free Software Foundation, either version 3 of the
  494. * License, or (at your option) any later version.
  495. *
  496. * This program is distributed in the hope that it will be useful,
  497. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  498. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  499. * GNU Affero General Public License for more details.
  500. *
  501. * You should have received a copy of the GNU Affero General Public License
  502. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  503. *
  504. */
  505. /**
  506. * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  507. *
  508. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  509. * @author John Molakvoæ <skjnldsv@protonmail.com>
  510. *
  511. * @license AGPL-3.0-or-later
  512. *
  513. * This program is free software: you can redistribute it and/or modify
  514. * it under the terms of the GNU Affero General Public License as
  515. * published by the Free Software Foundation, either version 3 of the
  516. * License, or (at your option) any later version.
  517. *
  518. * This program is distributed in the hope that it will be useful,
  519. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  520. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  521. * GNU Affero General Public License for more details.
  522. *
  523. * You should have received a copy of the GNU Affero General Public License
  524. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  525. *
  526. */
  527. /**
  528. * @copyright Copyright (c) 2022 Joas Schilling <coding@schilljs.com>
  529. *
  530. * @author Joas Schilling <coding@schilljs.com>
  531. *
  532. * @license AGPL-3.0-or-later
  533. *
  534. * This program is free software: you can redistribute it and/or modify
  535. * it under the terms of the GNU Affero General Public License as
  536. * published by the Free Software Foundation, either version 3 of the
  537. * License, or (at your option) any later version.
  538. *
  539. * This program is distributed in the hope that it will be useful,
  540. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  541. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  542. * GNU Affero General Public License for more details.
  543. *
  544. * You should have received a copy of the GNU Affero General Public License
  545. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  546. *
  547. */
  548. /**
  549. * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  550. *
  551. * @author John Molakvoæ <skjnldsv@protonmail.com>
  552. *
  553. * @license AGPL-3.0-or-later
  554. *
  555. * This program is free software: you can redistribute it and/or modify
  556. * it under the terms of the GNU Affero General Public License as
  557. * published by the Free Software Foundation, either version 3 of the
  558. * License, or (at your option) any later version.
  559. *
  560. * This program is distributed in the hope that it will be useful,
  561. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  562. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  563. * GNU Affero General Public License for more details.
  564. *
  565. * You should have received a copy of the GNU Affero General Public License
  566. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  567. *
  568. */
  569. /**
  570. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  571. *
  572. * @author John Molakvoæ <skjnldsv@protonmail.com>
  573. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  574. *
  575. * @license AGPL-3.0-or-later
  576. *
  577. * This program is free software: you can redistribute it and/or modify
  578. * it under the terms of the GNU Affero General Public License as
  579. * published by the Free Software Foundation, either version 3 of the
  580. * License, or (at your option) any later version.
  581. *
  582. * This program is distributed in the hope that it will be useful,
  583. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  584. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  585. * GNU Affero General Public License for more details.
  586. *
  587. * You should have received a copy of the GNU Affero General Public License
  588. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  589. *
  590. */
  591. /**
  592. * @name Show Password
  593. * @description
  594. * @version 1.3.0
  595. * @requires Jquery 1.5
  596. *
  597. * @author Jan Jarfalk <jan.jarfalk@unwrongest.com>
  598. * author-website http://www.unwrongest.com
  599. *
  600. * special-thanks Michel Gratton
  601. *
  602. * @license MIT
  603. */