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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787
  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 UI - v1.13.2 - 2022-07-14
  155. * http://jqueryui.com
  156. * 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
  157. * Copyright jQuery Foundation and other contributors; Licensed MIT */
  158. /**
  159. * @copyright (c) 2017 Arthur Schiwon <blizzz@arthur-schiwon.de>
  160. *
  161. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  162. * @author John Molakvoæ <skjnldsv@protonmail.com>
  163. *
  164. * @license AGPL-3.0-or-later
  165. *
  166. * This program is free software: you can redistribute it and/or modify
  167. * it under the terms of the GNU Affero General Public License as
  168. * published by the Free Software Foundation, either version 3 of the
  169. * License, or (at your option) any later version.
  170. *
  171. * This program is distributed in the hope that it will be useful,
  172. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  173. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  174. * GNU Affero General Public License for more details.
  175. *
  176. * You should have received a copy of the GNU Affero General Public License
  177. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  178. *
  179. */
  180. /**
  181. * @copyright 2016-2018 John Molakvoæ <skjnldsv@protonmail.com>
  182. * @copyright 2013 Morris Jobke <morris.jobke@gmail.com>
  183. *
  184. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  185. * @author John Molakvoæ <skjnldsv@protonmail.com>
  186. * @author Julius Härtl <jus@bitgrid.net>
  187. * @author Sergey Shliakhov <husband.sergey@gmail.com>
  188. *
  189. * @license AGPL-3.0-or-later
  190. *
  191. * This program is free software: you can redistribute it and/or modify
  192. * it under the terms of the GNU Affero General Public License as
  193. * published by the Free Software Foundation, either version 3 of the
  194. * License, or (at your option) any later version.
  195. *
  196. * This program is distributed in the hope that it will be useful,
  197. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  198. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  199. * GNU Affero General Public License for more details.
  200. *
  201. * You should have received a copy of the GNU Affero General Public License
  202. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  203. *
  204. */
  205. /**
  206. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  207. *
  208. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  209. * @author Gary Kim <gary@garykim.dev>
  210. * @author Joas Schilling <coding@schilljs.com>
  211. * @author John Molakvoæ <skjnldsv@protonmail.com>
  212. *
  213. * @license AGPL-3.0-or-later
  214. *
  215. * This program is free software: you can redistribute it and/or modify
  216. * it under the terms of the GNU Affero General Public License as
  217. * published by the Free Software Foundation, either version 3 of the
  218. * License, or (at your option) any later version.
  219. *
  220. * This program is distributed in the hope that it will be useful,
  221. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  222. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  223. * GNU Affero General Public License for more details.
  224. *
  225. * You should have received a copy of the GNU Affero General Public License
  226. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  227. *
  228. */
  229. /**
  230. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  231. *
  232. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  233. * @author John Molakvoæ <skjnldsv@protonmail.com>
  234. *
  235. * @license AGPL-3.0-or-later
  236. *
  237. * This program is free software: you can redistribute it and/or modify
  238. * it under the terms of the GNU Affero General Public License as
  239. * published by the Free Software Foundation, either version 3 of the
  240. * License, or (at your option) any later version.
  241. *
  242. * This program is distributed in the hope that it will be useful,
  243. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  244. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  245. * GNU Affero General Public License for more details.
  246. *
  247. * You should have received a copy of the GNU Affero General Public License
  248. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  249. *
  250. */
  251. /**
  252. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  253. *
  254. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  255. * @author John Molakvoæ <skjnldsv@protonmail.com>
  256. * @author Julius Härtl <jus@bitgrid.net>
  257. * @author Roeland Jago Douma <roeland@famdouma.nl>
  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 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  277. *
  278. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  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 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  298. *
  299. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  300. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  301. * @author Joas Schilling <coding@schilljs.com>
  302. * @author John Molakvoæ <skjnldsv@protonmail.com>
  303. * @author Julius Härtl <jus@bitgrid.net>
  304. * @author npmbuildbot[bot] "npmbuildbot[bot]@users.noreply.github.com"
  305. *
  306. * @license AGPL-3.0-or-later
  307. *
  308. * This program is free software: you can redistribute it and/or modify
  309. * it under the terms of the GNU Affero General Public License as
  310. * published by the Free Software Foundation, either version 3 of the
  311. * License, or (at your option) any later version.
  312. *
  313. * This program is distributed in the hope that it will be useful,
  314. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  315. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  316. * GNU Affero General Public License for more details.
  317. *
  318. * You should have received a copy of the GNU Affero General Public License
  319. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  320. *
  321. */
  322. /**
  323. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  324. *
  325. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  326. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  327. * @author John Molakvoæ <skjnldsv@protonmail.com>
  328. *
  329. * @license AGPL-3.0-or-later
  330. *
  331. * This program is free software: you can redistribute it and/or modify
  332. * it under the terms of the GNU Affero General Public License as
  333. * published by the Free Software Foundation, either version 3 of the
  334. * License, or (at your option) any later version.
  335. *
  336. * This program is distributed in the hope that it will be useful,
  337. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  338. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  339. * GNU Affero General Public License for more details.
  340. *
  341. * You should have received a copy of the GNU Affero General Public License
  342. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  343. *
  344. */
  345. /**
  346. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  347. *
  348. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  349. * @author John Molakvoæ <skjnldsv@protonmail.com>
  350. *
  351. * @license AGPL-3.0-or-later
  352. *
  353. * This program is free software: you can redistribute it and/or modify
  354. * it under the terms of the GNU Affero General Public License as
  355. * published by the Free Software Foundation, either version 3 of the
  356. * License, or (at your option) any later version.
  357. *
  358. * This program is distributed in the hope that it will be useful,
  359. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  360. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  361. * GNU Affero General Public License for more details.
  362. *
  363. * You should have received a copy of the GNU Affero General Public License
  364. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  365. *
  366. */
  367. /**
  368. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  369. *
  370. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  371. * @author John Molakvoæ <skjnldsv@protonmail.com>
  372. * @author Julius Härtl <jus@bitgrid.net>
  373. * @author Roeland Jago Douma <roeland@famdouma.nl>
  374. *
  375. * @license AGPL-3.0-or-later
  376. *
  377. * This program is free software: you can redistribute it and/or modify
  378. * it under the terms of the GNU Affero General Public License as
  379. * published by the Free Software Foundation, either version 3 of the
  380. * License, or (at your option) any later version.
  381. *
  382. * This program is distributed in the hope that it will be useful,
  383. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  384. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  385. * GNU Affero General Public License for more details.
  386. *
  387. * You should have received a copy of the GNU Affero General Public License
  388. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  389. *
  390. */
  391. /**
  392. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  393. *
  394. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  395. * @author John Molakvoæ <skjnldsv@protonmail.com>
  396. * @author Roeland Jago Douma <roeland@famdouma.nl>
  397. *
  398. * @license AGPL-3.0-or-later
  399. *
  400. * This program is free software: you can redistribute it and/or modify
  401. * it under the terms of the GNU Affero General Public License as
  402. * published by the Free Software Foundation, either version 3 of the
  403. * License, or (at your option) any later version.
  404. *
  405. * This program is distributed in the hope that it will be useful,
  406. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  407. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  408. * GNU Affero General Public License for more details.
  409. *
  410. * You should have received a copy of the GNU Affero General Public License
  411. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  412. *
  413. */
  414. /**
  415. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  416. * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
  417. *
  418. * @author Bartek Przybylski <bart.p.pl@gmail.com>
  419. * @author Christopher Schäpers <kondou@ts.unde.re>
  420. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  421. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  422. * @author Daniel Kesselberg <mail@danielkesselberg.de>
  423. * @author Florian Schunk <florian.schunk@rwth-aachen.de>
  424. * @author Gary Kim <gary@garykim.dev>
  425. * @author Hendrik Leppelsack <hendrik@leppelsack.de>
  426. * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
  427. * @author Joas Schilling <coding@schilljs.com>
  428. * @author John Molakvoæ <skjnldsv@protonmail.com>
  429. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  430. * @author Julius Härtl <jus@bitgrid.net>
  431. * @author Loïc Hermann <loic.hermann@sciam.fr>
  432. * @author Morris Jobke <hey@morrisjobke.de>
  433. * @author Olivier Paroz <github@oparoz.com>
  434. * @author Robin Appelman <robin@icewind.nl>
  435. * @author Roeland Jago Douma <roeland@famdouma.nl>
  436. * @author Sujith Haridasan <Sujith_Haridasan@mentor.com>
  437. * @author Thomas Citharel <nextcloud@tcit.fr>
  438. * @author Thomas Müller <thomas.mueller@tmit.eu>
  439. * @author Thomas Tanghus <thomas@tanghus.net>
  440. * @author Vincent Petry <vincent@nextcloud.com>
  441. *
  442. * @license AGPL-3.0-or-later
  443. *
  444. * This program is free software: you can redistribute it and/or modify
  445. * it under the terms of the GNU Affero General Public License as
  446. * published by the Free Software Foundation, either version 3 of the
  447. * License, or (at your option) any later version.
  448. *
  449. * This program is distributed in the hope that it will be useful,
  450. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  451. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  452. * GNU Affero General Public License for more details.
  453. *
  454. * You should have received a copy of the GNU Affero General Public License
  455. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  456. *
  457. */
  458. /**
  459. * @copyright 2022 Christopher Ng <chrng8@gmail.com>
  460. *
  461. * @author Christopher Ng <chrng8@gmail.com>
  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 Bernhard Posselt 2014
  481. *
  482. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  483. * @author John Molakvoæ <skjnldsv@protonmail.com>
  484. *
  485. * @license AGPL-3.0-or-later
  486. *
  487. * This program is free software: you can redistribute it and/or modify
  488. * it under the terms of the GNU Affero General Public License as
  489. * published by the Free Software Foundation, either version 3 of the
  490. * License, or (at your option) any later version.
  491. *
  492. * This program is distributed in the hope that it will be useful,
  493. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  494. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  495. * GNU Affero General Public License for more details.
  496. *
  497. * You should have received a copy of the GNU Affero General Public License
  498. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  499. *
  500. */
  501. /**
  502. * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
  503. *
  504. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  505. * @author John Molakvoæ <skjnldsv@protonmail.com>
  506. *
  507. * @license AGPL-3.0-or-later
  508. *
  509. * This program is free software: you can redistribute it and/or modify
  510. * it under the terms of the GNU Affero General Public License as
  511. * published by the Free Software Foundation, either version 3 of the
  512. * License, or (at your option) any later version.
  513. *
  514. * This program is distributed in the hope that it will be useful,
  515. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  516. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  517. * GNU Affero General Public License for more details.
  518. *
  519. * You should have received a copy of the GNU Affero General Public License
  520. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  521. *
  522. */
  523. /**
  524. * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
  525. *
  526. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  527. * @author John Molakvoæ <skjnldsv@protonmail.com>
  528. * @author Roeland Jago Douma <roeland@famdouma.nl>
  529. *
  530. * @license AGPL-3.0-or-later
  531. *
  532. * This program is free software: you can redistribute it and/or modify
  533. * it under the terms of the GNU Affero General Public License as
  534. * published by the Free Software Foundation, either version 3 of the
  535. * License, or (at your option) any later version.
  536. *
  537. * This program is distributed in the hope that it will be useful,
  538. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  539. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  540. * GNU Affero General Public License for more details.
  541. *
  542. * You should have received a copy of the GNU Affero General Public License
  543. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  544. *
  545. */
  546. /**
  547. * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  548. *
  549. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  550. * @author Joas Schilling <coding@schilljs.com>
  551. * @author John Molakvoæ <skjnldsv@protonmail.com>
  552. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  553. * @author Robin Appelman <robin@icewind.nl>
  554. * @author Vincent Petry <vincent@nextcloud.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) 2016 Joas Schilling <coding@schilljs.com>
  574. *
  575. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  576. * @author John Molakvoæ <skjnldsv@protonmail.com>
  577. *
  578. * @license AGPL-3.0-or-later
  579. *
  580. * This program is free software: you can redistribute it and/or modify
  581. * it under the terms of the GNU Affero General Public License as
  582. * published by the Free Software Foundation, either version 3 of the
  583. * License, or (at your option) any later version.
  584. *
  585. * This program is distributed in the hope that it will be useful,
  586. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  587. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  588. * GNU Affero General Public License for more details.
  589. *
  590. * You should have received a copy of the GNU Affero General Public License
  591. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  592. *
  593. */
  594. /**
  595. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  596. *
  597. * @author John Molakvoæ <skjnldsv@protonmail.com>
  598. * @author Julius Härtl <jus@bitgrid.net>
  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. * @copyright Copyright (c) 2022 Joas Schilling <coding@schilljs.com>
  618. *
  619. * @author Joas Schilling <coding@schilljs.com>
  620. *
  621. * @license AGPL-3.0-or-later
  622. *
  623. * This program is free software: you can redistribute it and/or modify
  624. * it under the terms of the GNU Affero General Public License as
  625. * published by the Free Software Foundation, either version 3 of the
  626. * License, or (at your option) any later version.
  627. *
  628. * This program is distributed in the hope that it will be useful,
  629. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  630. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  631. * GNU Affero General Public License for more details.
  632. *
  633. * You should have received a copy of the GNU Affero General Public License
  634. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  635. *
  636. */
  637. /**
  638. * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  639. *
  640. * @author John Molakvoæ <skjnldsv@protonmail.com>
  641. *
  642. * @license AGPL-3.0-or-later
  643. *
  644. * This program is free software: you can redistribute it and/or modify
  645. * it under the terms of the GNU Affero General Public License as
  646. * published by the Free Software Foundation, either version 3 of the
  647. * License, or (at your option) any later version.
  648. *
  649. * This program is distributed in the hope that it will be useful,
  650. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  651. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  652. * GNU Affero General Public License for more details.
  653. *
  654. * You should have received a copy of the GNU Affero General Public License
  655. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  656. *
  657. */
  658. /**
  659. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  660. *
  661. * @author John Molakvoæ <skjnldsv@protonmail.com>
  662. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  663. *
  664. * @license AGPL-3.0-or-later
  665. *
  666. * This program is free software: you can redistribute it and/or modify
  667. * it under the terms of the GNU Affero General Public License as
  668. * published by the Free Software Foundation, either version 3 of the
  669. * License, or (at your option) any later version.
  670. *
  671. * This program is distributed in the hope that it will be useful,
  672. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  673. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  674. * GNU Affero General Public License for more details.
  675. *
  676. * You should have received a copy of the GNU Affero General Public License
  677. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  678. *
  679. */
  680. /**
  681. * @name Show Password
  682. * @description
  683. * @version 1.3.0
  684. * @requires Jquery 1.5
  685. *
  686. * @author Jan Jarfalk <jan.jarfalk@unwrongest.com>
  687. * author-website http://www.unwrongest.com
  688. *
  689. * special-thanks Michel Gratton
  690. *
  691. * @license MIT
  692. */
  693. /**
  694. * Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com>
  695. * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  696. *
  697. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  698. * @author Daniel Kesselberg <mail@danielkesselberg.de>
  699. * @author Joas Schilling <coding@schilljs.com>
  700. * @author John Molakvoæ <skjnldsv@protonmail.com>
  701. * @author Morris Jobke <hey@morrisjobke.de>
  702. * @author Roeland Jago Douma <roeland@famdouma.nl>
  703. * @author Vincent Petry <vincent@nextcloud.com>
  704. *
  705. * @license AGPL-3.0-or-later
  706. *
  707. * This program is free software: you can redistribute it and/or modify
  708. * it under the terms of the GNU Affero General Public License as
  709. * published by the Free Software Foundation, either version 3 of the
  710. * License, or (at your option) any later version.
  711. *
  712. * This program is distributed in the hope that it will be useful,
  713. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  714. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  715. * GNU Affero General Public License for more details.
  716. *
  717. * You should have received a copy of the GNU Affero General Public License
  718. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  719. *
  720. */
  721. /**
  722. * Copyright (c) 2015
  723. *
  724. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  725. * @author John Molakvoæ <skjnldsv@protonmail.com>
  726. * @author Julius Härtl <jus@bitgrid.net>
  727. *
  728. * @license AGPL-3.0-or-later
  729. *
  730. * This program is free software: you can redistribute it and/or modify
  731. * it under the terms of the GNU Affero General Public License as
  732. * published by the Free Software Foundation, either version 3 of the
  733. * License, or (at your option) any later version.
  734. *
  735. * This program is distributed in the hope that it will be useful,
  736. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  737. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  738. * GNU Affero General Public License for more details.
  739. *
  740. * You should have received a copy of the GNU Affero General Public License
  741. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  742. *
  743. */