core-main.js.LICENSE.txt 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815
  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. /**
  160. * @copyright (c) 2017 Arthur Schiwon <blizzz@arthur-schiwon.de>
  161. *
  162. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  163. * @author John Molakvoæ <skjnldsv@protonmail.com>
  164. *
  165. * @license AGPL-3.0-or-later
  166. *
  167. * This program is free software: you can redistribute it and/or modify
  168. * it under the terms of the GNU Affero General Public License as
  169. * published by the Free Software Foundation, either version 3 of the
  170. * License, or (at your option) any later version.
  171. *
  172. * This program is distributed in the hope that it will be useful,
  173. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  174. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  175. * GNU Affero General Public License for more details.
  176. *
  177. * You should have received a copy of the GNU Affero General Public License
  178. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  179. *
  180. */
  181. /**
  182. * @copyright 2016-2018 John Molakvoæ <skjnldsv@protonmail.com>
  183. * @copyright 2013 Morris Jobke <morris.jobke@gmail.com>
  184. *
  185. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  186. * @author John Molakvoæ <skjnldsv@protonmail.com>
  187. * @author Julius Härtl <jus@bitgrid.net>
  188. * @author Sergey Shliakhov <husband.sergey@gmail.com>
  189. *
  190. * @license AGPL-3.0-or-later
  191. *
  192. * This program is free software: you can redistribute it and/or modify
  193. * it under the terms of the GNU Affero General Public License as
  194. * published by the Free Software Foundation, either version 3 of the
  195. * License, or (at your option) any later version.
  196. *
  197. * This program is distributed in the hope that it will be useful,
  198. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  199. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  200. * GNU Affero General Public License for more details.
  201. *
  202. * You should have received a copy of the GNU Affero General Public License
  203. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  204. *
  205. */
  206. /**
  207. * @copyright 2017 Christoph Wurst <christoph@winzerhof-wurst.at>
  208. *
  209. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  210. * @author John Molakvoæ <skjnldsv@protonmail.com>
  211. * @author Roeland Jago Douma <roeland@famdouma.nl>
  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 Gary Kim <gary@garykim.dev>
  234. * @author Joas Schilling <coding@schilljs.com>
  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. *
  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 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  277. *
  278. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  279. * @author John Molakvoæ <skjnldsv@protonmail.com>
  280. * @author Julius Härtl <jus@bitgrid.net>
  281. * @author Roeland Jago Douma <roeland@famdouma.nl>
  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 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  301. *
  302. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  303. * @author John Molakvoæ <skjnldsv@protonmail.com>
  304. * @author Roeland Jago Douma <roeland@famdouma.nl>
  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. *
  327. * @license AGPL-3.0-or-later
  328. *
  329. * This program is free software: you can redistribute it and/or modify
  330. * it under the terms of the GNU Affero General Public License as
  331. * published by the Free Software Foundation, either version 3 of the
  332. * License, or (at your option) any later version.
  333. *
  334. * This program is distributed in the hope that it will be useful,
  335. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  336. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  337. * GNU Affero General Public License for more details.
  338. *
  339. * You should have received a copy of the GNU Affero General Public License
  340. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  341. *
  342. */
  343. /**
  344. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  345. *
  346. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  347. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  348. * @author Joas Schilling <coding@schilljs.com>
  349. * @author John Molakvoæ <skjnldsv@protonmail.com>
  350. * @author Julius Härtl <jus@bitgrid.net>
  351. * @author npmbuildbot[bot] "npmbuildbot[bot]@users.noreply.github.com"
  352. *
  353. * @license AGPL-3.0-or-later
  354. *
  355. * This program is free software: you can redistribute it and/or modify
  356. * it under the terms of the GNU Affero General Public License as
  357. * published by the Free Software Foundation, either version 3 of the
  358. * License, or (at your option) any later version.
  359. *
  360. * This program is distributed in the hope that it will be useful,
  361. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  362. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  363. * GNU Affero General Public License for more details.
  364. *
  365. * You should have received a copy of the GNU Affero General Public License
  366. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  367. *
  368. */
  369. /**
  370. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  371. *
  372. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  373. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  374. * @author John Molakvoæ <skjnldsv@protonmail.com>
  375. *
  376. * @license AGPL-3.0-or-later
  377. *
  378. * This program is free software: you can redistribute it and/or modify
  379. * it under the terms of the GNU Affero General Public License as
  380. * published by the Free Software Foundation, either version 3 of the
  381. * License, or (at your option) any later version.
  382. *
  383. * This program is distributed in the hope that it will be useful,
  384. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  385. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  386. * GNU Affero General Public License for more details.
  387. *
  388. * You should have received a copy of the GNU Affero General Public License
  389. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  390. *
  391. */
  392. /**
  393. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  394. *
  395. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  396. * @author John Molakvoæ <skjnldsv@protonmail.com>
  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. *
  417. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  418. * @author John Molakvoæ <skjnldsv@protonmail.com>
  419. * @author Julius Härtl <jus@bitgrid.net>
  420. * @author Roeland Jago Douma <roeland@famdouma.nl>
  421. *
  422. * @license AGPL-3.0-or-later
  423. *
  424. * This program is free software: you can redistribute it and/or modify
  425. * it under the terms of the GNU Affero General Public License as
  426. * published by the Free Software Foundation, either version 3 of the
  427. * License, or (at your option) any later version.
  428. *
  429. * This program is distributed in the hope that it will be useful,
  430. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  431. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  432. * GNU Affero General Public License for more details.
  433. *
  434. * You should have received a copy of the GNU Affero General Public License
  435. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  436. *
  437. */
  438. /**
  439. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  440. *
  441. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  442. * @author John Molakvoæ <skjnldsv@protonmail.com>
  443. * @author Roeland Jago Douma <roeland@famdouma.nl>
  444. *
  445. * @license AGPL-3.0-or-later
  446. *
  447. * This program is free software: you can redistribute it and/or modify
  448. * it under the terms of the GNU Affero General Public License as
  449. * published by the Free Software Foundation, either version 3 of the
  450. * License, or (at your option) any later version.
  451. *
  452. * This program is distributed in the hope that it will be useful,
  453. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  454. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  455. * GNU Affero General Public License for more details.
  456. *
  457. * You should have received a copy of the GNU Affero General Public License
  458. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  459. *
  460. */
  461. /**
  462. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  463. * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
  464. *
  465. * @author Bartek Przybylski <bart.p.pl@gmail.com>
  466. * @author Christopher Schäpers <kondou@ts.unde.re>
  467. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  468. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  469. * @author Daniel Kesselberg <mail@danielkesselberg.de>
  470. * @author Florian Schunk <florian.schunk@rwth-aachen.de>
  471. * @author Gary Kim <gary@garykim.dev>
  472. * @author Hendrik Leppelsack <hendrik@leppelsack.de>
  473. * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
  474. * @author Joas Schilling <coding@schilljs.com>
  475. * @author John Molakvoæ <skjnldsv@protonmail.com>
  476. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  477. * @author Julius Härtl <jus@bitgrid.net>
  478. * @author Loïc Hermann <loic.hermann@sciam.fr>
  479. * @author Morris Jobke <hey@morrisjobke.de>
  480. * @author Olivier Paroz <github@oparoz.com>
  481. * @author Robin Appelman <robin@icewind.nl>
  482. * @author Roeland Jago Douma <roeland@famdouma.nl>
  483. * @author Sujith Haridasan <Sujith_Haridasan@mentor.com>
  484. * @author Thomas Citharel <nextcloud@tcit.fr>
  485. * @author Thomas Müller <thomas.mueller@tmit.eu>
  486. * @author Thomas Tanghus <thomas@tanghus.net>
  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 2019 Julius Härtl <jus@bitgrid.net>
  507. *
  508. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  509. * @author John Molakvoæ <skjnldsv@protonmail.com>
  510. * @author Julius Härtl <jus@bitgrid.net>
  511. *
  512. * @license AGPL-3.0-or-later
  513. *
  514. * This program is free software: you can redistribute it and/or modify
  515. * it under the terms of the GNU Affero General Public License as
  516. * published by the Free Software Foundation, either version 3 of the
  517. * License, or (at your option) any later version.
  518. *
  519. * This program is distributed in the hope that it will be useful,
  520. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  521. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  522. * GNU Affero General Public License for more details.
  523. *
  524. * You should have received a copy of the GNU Affero General Public License
  525. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  526. *
  527. */
  528. /**
  529. * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
  530. *
  531. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  532. *
  533. * @license AGPL-3.0-or-later
  534. *
  535. * This program is free software: you can redistribute it and/or modify
  536. * it under the terms of the GNU Affero General Public License as
  537. * published by the Free Software Foundation, either version 3 of the
  538. * License, or (at your option) any later version.
  539. *
  540. * This program is distributed in the hope that it will be useful,
  541. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  542. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  543. * GNU Affero General Public License for more details.
  544. *
  545. * You should have received a copy of the GNU Affero General Public License
  546. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  547. *
  548. */
  549. /**
  550. * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
  551. *
  552. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  553. * @author John Molakvoæ <skjnldsv@protonmail.com>
  554. *
  555. * @license AGPL-3.0-or-later
  556. *
  557. * This program is free software: you can redistribute it and/or modify
  558. * it under the terms of the GNU Affero General Public License as
  559. * published by the Free Software Foundation, either version 3 of the
  560. * License, or (at your option) any later version.
  561. *
  562. * This program is distributed in the hope that it will be useful,
  563. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  564. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  565. * GNU Affero General Public License for more details.
  566. *
  567. * You should have received a copy of the GNU Affero General Public License
  568. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  569. *
  570. */
  571. /**
  572. * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
  573. *
  574. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  575. * @author John Molakvoæ <skjnldsv@protonmail.com>
  576. * @author Roeland Jago Douma <roeland@famdouma.nl>
  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) 2016 Joas Schilling <coding@schilljs.com>
  596. *
  597. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  598. * @author Joas Schilling <coding@schilljs.com>
  599. * @author John Molakvoæ <skjnldsv@protonmail.com>
  600. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  601. * @author Robin Appelman <robin@icewind.nl>
  602. * @author Vincent Petry <vincent@nextcloud.com>
  603. *
  604. * @license AGPL-3.0-or-later
  605. *
  606. * This program is free software: you can redistribute it and/or modify
  607. * it under the terms of the GNU Affero General Public License as
  608. * published by the Free Software Foundation, either version 3 of the
  609. * License, or (at your option) any later version.
  610. *
  611. * This program is distributed in the hope that it will be useful,
  612. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  613. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  614. * GNU Affero General Public License for more details.
  615. *
  616. * You should have received a copy of the GNU Affero General Public License
  617. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  618. *
  619. */
  620. /**
  621. * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  622. *
  623. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  624. * @author John Molakvoæ <skjnldsv@protonmail.com>
  625. *
  626. * @license AGPL-3.0-or-later
  627. *
  628. * This program is free software: you can redistribute it and/or modify
  629. * it under the terms of the GNU Affero General Public License as
  630. * published by the Free Software Foundation, either version 3 of the
  631. * License, or (at your option) any later version.
  632. *
  633. * This program is distributed in the hope that it will be useful,
  634. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  635. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  636. * GNU Affero General Public License for more details.
  637. *
  638. * You should have received a copy of the GNU Affero General Public License
  639. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  640. *
  641. */
  642. /**
  643. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  644. *
  645. * @author John Molakvoæ <skjnldsv@protonmail.com>
  646. * @author Julius Härtl <jus@bitgrid.net>
  647. *
  648. * @license AGPL-3.0-or-later
  649. *
  650. * This program is free software: you can redistribute it and/or modify
  651. * it under the terms of the GNU Affero General Public License as
  652. * published by the Free Software Foundation, either version 3 of the
  653. * License, or (at your option) any later version.
  654. *
  655. * This program is distributed in the hope that it will be useful,
  656. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  657. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  658. * GNU Affero General Public License for more details.
  659. *
  660. * You should have received a copy of the GNU Affero General Public License
  661. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  662. *
  663. */
  664. /**
  665. * @copyright Copyright (c) 2021 John Molakvoæ <skjnldsv@protonmail.com>
  666. *
  667. * @author John Molakvoæ <skjnldsv@protonmail.com>
  668. *
  669. * @license AGPL-3.0-or-later
  670. *
  671. * This program is free software: you can redistribute it and/or modify
  672. * it under the terms of the GNU Affero General Public License as
  673. * published by the Free Software Foundation, either version 3 of the
  674. * License, or (at your option) any later version.
  675. *
  676. * This program is distributed in the hope that it will be useful,
  677. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  678. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  679. * GNU Affero General Public License for more details.
  680. *
  681. * You should have received a copy of the GNU Affero General Public License
  682. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  683. *
  684. */
  685. /**
  686. * @copyright Copyright (c) 2022 Joas Schilling <coding@schilljs.com>
  687. *
  688. * @author Joas Schilling <coding@schilljs.com>
  689. *
  690. * @license AGPL-3.0-or-later
  691. *
  692. * This program is free software: you can redistribute it and/or modify
  693. * it under the terms of the GNU Affero General Public License as
  694. * published by the Free Software Foundation, either version 3 of the
  695. * License, or (at your option) any later version.
  696. *
  697. * This program is distributed in the hope that it will be useful,
  698. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  699. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  700. * GNU Affero General Public License for more details.
  701. *
  702. * You should have received a copy of the GNU Affero General Public License
  703. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  704. *
  705. */
  706. /**
  707. * @name Show Password
  708. * @description
  709. * @version 1.3.0
  710. * @requires Jquery 1.5
  711. *
  712. * @author Jan Jarfalk <jan.jarfalk@unwrongest.com>
  713. * author-website http://www.unwrongest.com
  714. *
  715. * special-thanks Michel Gratton
  716. *
  717. * @license MIT
  718. */
  719. /**
  720. * Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com>
  721. * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  722. *
  723. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  724. * @author Daniel Kesselberg <mail@danielkesselberg.de>
  725. * @author Joas Schilling <coding@schilljs.com>
  726. * @author John Molakvoæ <skjnldsv@protonmail.com>
  727. * @author Morris Jobke <hey@morrisjobke.de>
  728. * @author Roeland Jago Douma <roeland@famdouma.nl>
  729. * @author Vincent Petry <vincent@nextcloud.com>
  730. *
  731. * @license AGPL-3.0-or-later
  732. *
  733. * This program is free software: you can redistribute it and/or modify
  734. * it under the terms of the GNU Affero General Public License as
  735. * published by the Free Software Foundation, either version 3 of the
  736. * License, or (at your option) any later version.
  737. *
  738. * This program is distributed in the hope that it will be useful,
  739. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  740. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  741. * GNU Affero General Public License for more details.
  742. *
  743. * You should have received a copy of the GNU Affero General Public License
  744. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  745. *
  746. */
  747. /**
  748. * Copyright (c) 2015
  749. *
  750. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  751. * @author John Molakvoæ <skjnldsv@protonmail.com>
  752. * @author Julius Härtl <jus@bitgrid.net>
  753. *
  754. * @license AGPL-3.0-or-later
  755. *
  756. * This program is free software: you can redistribute it and/or modify
  757. * it under the terms of the GNU Affero General Public License as
  758. * published by the Free Software Foundation, either version 3 of the
  759. * License, or (at your option) any later version.
  760. *
  761. * This program is distributed in the hope that it will be useful,
  762. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  763. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  764. * GNU Affero General Public License for more details.
  765. *
  766. * You should have received a copy of the GNU Affero General Public License
  767. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  768. *
  769. */