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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  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 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  208. *
  209. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  210. * @author Gary Kim <gary@garykim.dev>
  211. * @author Joas Schilling <coding@schilljs.com>
  212. * @author John Molakvoæ <skjnldsv@protonmail.com>
  213. *
  214. * @license AGPL-3.0-or-later
  215. *
  216. * This program is free software: you can redistribute it and/or modify
  217. * it under the terms of the GNU Affero General Public License as
  218. * published by the Free Software Foundation, either version 3 of the
  219. * License, or (at your option) any later version.
  220. *
  221. * This program is distributed in the hope that it will be useful,
  222. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  223. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  224. * GNU Affero General Public License for more details.
  225. *
  226. * You should have received a copy of the GNU Affero General Public License
  227. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  228. *
  229. */
  230. /**
  231. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  232. *
  233. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  234. * @author John Molakvoæ <skjnldsv@protonmail.com>
  235. *
  236. * @license AGPL-3.0-or-later
  237. *
  238. * This program is free software: you can redistribute it and/or modify
  239. * it under the terms of the GNU Affero General Public License as
  240. * published by the Free Software Foundation, either version 3 of the
  241. * License, or (at your option) any later version.
  242. *
  243. * This program is distributed in the hope that it will be useful,
  244. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  245. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  246. * GNU Affero General Public License for more details.
  247. *
  248. * You should have received a copy of the GNU Affero General Public License
  249. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  250. *
  251. */
  252. /**
  253. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  254. *
  255. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  256. * @author John Molakvoæ <skjnldsv@protonmail.com>
  257. * @author Julius Härtl <jus@bitgrid.net>
  258. * @author Roeland Jago Douma <roeland@famdouma.nl>
  259. *
  260. * @license AGPL-3.0-or-later
  261. *
  262. * This program is free software: you can redistribute it and/or modify
  263. * it under the terms of the GNU Affero General Public License as
  264. * published by the Free Software Foundation, either version 3 of the
  265. * License, or (at your option) any later version.
  266. *
  267. * This program is distributed in the hope that it will be useful,
  268. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  269. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  270. * GNU Affero General Public License for more details.
  271. *
  272. * You should have received a copy of the GNU Affero General Public License
  273. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  274. *
  275. */
  276. /**
  277. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  278. *
  279. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  280. *
  281. * @license AGPL-3.0-or-later
  282. *
  283. * This program is free software: you can redistribute it and/or modify
  284. * it under the terms of the GNU Affero General Public License as
  285. * published by the Free Software Foundation, either version 3 of the
  286. * License, or (at your option) any later version.
  287. *
  288. * This program is distributed in the hope that it will be useful,
  289. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  290. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  291. * GNU Affero General Public License for more details.
  292. *
  293. * You should have received a copy of the GNU Affero General Public License
  294. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  295. *
  296. */
  297. /**
  298. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  299. *
  300. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  301. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  302. * @author Joas Schilling <coding@schilljs.com>
  303. * @author John Molakvoæ <skjnldsv@protonmail.com>
  304. * @author Julius Härtl <jus@bitgrid.net>
  305. * @author npmbuildbot[bot] "npmbuildbot[bot]@users.noreply.github.com"
  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 Daniel Calviño Sánchez <danxuliu@gmail.com>
  328. * @author John Molakvoæ <skjnldsv@protonmail.com>
  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. *
  349. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  350. * @author John Molakvoæ <skjnldsv@protonmail.com>
  351. *
  352. * @license AGPL-3.0-or-later
  353. *
  354. * This program is free software: you can redistribute it and/or modify
  355. * it under the terms of the GNU Affero General Public License as
  356. * published by the Free Software Foundation, either version 3 of the
  357. * License, or (at your option) any later version.
  358. *
  359. * This program is distributed in the hope that it will be useful,
  360. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  361. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  362. * GNU Affero General Public License for more details.
  363. *
  364. * You should have received a copy of the GNU Affero General Public License
  365. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  366. *
  367. */
  368. /**
  369. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  370. *
  371. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  372. * @author John Molakvoæ <skjnldsv@protonmail.com>
  373. * @author Julius Härtl <jus@bitgrid.net>
  374. * @author Roeland Jago Douma <roeland@famdouma.nl>
  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. * @author Roeland Jago Douma <roeland@famdouma.nl>
  398. *
  399. * @license AGPL-3.0-or-later
  400. *
  401. * This program is free software: you can redistribute it and/or modify
  402. * it under the terms of the GNU Affero General Public License as
  403. * published by the Free Software Foundation, either version 3 of the
  404. * License, or (at your option) any later version.
  405. *
  406. * This program is distributed in the hope that it will be useful,
  407. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  408. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  409. * GNU Affero General Public License for more details.
  410. *
  411. * You should have received a copy of the GNU Affero General Public License
  412. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  413. *
  414. */
  415. /**
  416. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  417. * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
  418. *
  419. * @author Bartek Przybylski <bart.p.pl@gmail.com>
  420. * @author Christopher Schäpers <kondou@ts.unde.re>
  421. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  422. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  423. * @author Daniel Kesselberg <mail@danielkesselberg.de>
  424. * @author Florian Schunk <florian.schunk@rwth-aachen.de>
  425. * @author Gary Kim <gary@garykim.dev>
  426. * @author Hendrik Leppelsack <hendrik@leppelsack.de>
  427. * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
  428. * @author Joas Schilling <coding@schilljs.com>
  429. * @author John Molakvoæ <skjnldsv@protonmail.com>
  430. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  431. * @author Julius Härtl <jus@bitgrid.net>
  432. * @author Loïc Hermann <loic.hermann@sciam.fr>
  433. * @author Morris Jobke <hey@morrisjobke.de>
  434. * @author Olivier Paroz <github@oparoz.com>
  435. * @author Robin Appelman <robin@icewind.nl>
  436. * @author Roeland Jago Douma <roeland@famdouma.nl>
  437. * @author Sujith Haridasan <Sujith_Haridasan@mentor.com>
  438. * @author Thomas Citharel <nextcloud@tcit.fr>
  439. * @author Thomas Müller <thomas.mueller@tmit.eu>
  440. * @author Thomas Tanghus <thomas@tanghus.net>
  441. * @author Vincent Petry <vincent@nextcloud.com>
  442. *
  443. * @license AGPL-3.0-or-later
  444. *
  445. * This program is free software: you can redistribute it and/or modify
  446. * it under the terms of the GNU Affero General Public License as
  447. * published by the Free Software Foundation, either version 3 of the
  448. * License, or (at your option) any later version.
  449. *
  450. * This program is distributed in the hope that it will be useful,
  451. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  452. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  453. * GNU Affero General Public License for more details.
  454. *
  455. * You should have received a copy of the GNU Affero General Public License
  456. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  457. *
  458. */
  459. /**
  460. * @copyright 2019 Julius Härtl <jus@bitgrid.net>
  461. *
  462. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  463. * @author John Molakvoæ <skjnldsv@protonmail.com>
  464. * @author Julius Härtl <jus@bitgrid.net>
  465. *
  466. * @license AGPL-3.0-or-later
  467. *
  468. * This program is free software: you can redistribute it and/or modify
  469. * it under the terms of the GNU Affero General Public License as
  470. * published by the Free Software Foundation, either version 3 of the
  471. * License, or (at your option) any later version.
  472. *
  473. * This program is distributed in the hope that it will be useful,
  474. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  475. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  476. * GNU Affero General Public License for more details.
  477. *
  478. * You should have received a copy of the GNU Affero General Public License
  479. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  480. *
  481. */
  482. /**
  483. * @copyright 2022 Christopher Ng <chrng8@gmail.com>
  484. *
  485. * @author Christopher Ng <chrng8@gmail.com>
  486. *
  487. * @license AGPL-3.0-or-later
  488. *
  489. * This program is free software: you can redistribute it and/or modify
  490. * it under the terms of the GNU Affero General Public License as
  491. * published by the Free Software Foundation, either version 3 of the
  492. * License, or (at your option) any later version.
  493. *
  494. * This program is distributed in the hope that it will be useful,
  495. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  496. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  497. * GNU Affero General Public License for more details.
  498. *
  499. * You should have received a copy of the GNU Affero General Public License
  500. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  501. *
  502. */
  503. /**
  504. * @copyright Bernhard Posselt 2014
  505. *
  506. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  507. * @author John Molakvoæ <skjnldsv@protonmail.com>
  508. *
  509. * @license AGPL-3.0-or-later
  510. *
  511. * This program is free software: you can redistribute it and/or modify
  512. * it under the terms of the GNU Affero General Public License as
  513. * published by the Free Software Foundation, either version 3 of the
  514. * License, or (at your option) any later version.
  515. *
  516. * This program is distributed in the hope that it will be useful,
  517. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  518. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  519. * GNU Affero General Public License for more details.
  520. *
  521. * You should have received a copy of the GNU Affero General Public License
  522. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  523. *
  524. */
  525. /**
  526. * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
  527. *
  528. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  529. * @author John Molakvoæ <skjnldsv@protonmail.com>
  530. *
  531. * @license AGPL-3.0-or-later
  532. *
  533. * This program is free software: you can redistribute it and/or modify
  534. * it under the terms of the GNU Affero General Public License as
  535. * published by the Free Software Foundation, either version 3 of the
  536. * License, or (at your option) any later version.
  537. *
  538. * This program is distributed in the hope that it will be useful,
  539. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  540. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  541. * GNU Affero General Public License for more details.
  542. *
  543. * You should have received a copy of the GNU Affero General Public License
  544. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  545. *
  546. */
  547. /**
  548. * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
  549. *
  550. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  551. * @author John Molakvoæ <skjnldsv@protonmail.com>
  552. * @author Roeland Jago Douma <roeland@famdouma.nl>
  553. *
  554. * @license AGPL-3.0-or-later
  555. *
  556. * This program is free software: you can redistribute it and/or modify
  557. * it under the terms of the GNU Affero General Public License as
  558. * published by the Free Software Foundation, either version 3 of the
  559. * License, or (at your option) any later version.
  560. *
  561. * This program is distributed in the hope that it will be useful,
  562. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  563. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  564. * GNU Affero General Public License for more details.
  565. *
  566. * You should have received a copy of the GNU Affero General Public License
  567. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  568. *
  569. */
  570. /**
  571. * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  572. *
  573. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  574. * @author Joas Schilling <coding@schilljs.com>
  575. * @author John Molakvoæ <skjnldsv@protonmail.com>
  576. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  577. * @author Robin Appelman <robin@icewind.nl>
  578. * @author Vincent Petry <vincent@nextcloud.com>
  579. *
  580. * @license AGPL-3.0-or-later
  581. *
  582. * This program is free software: you can redistribute it and/or modify
  583. * it under the terms of the GNU Affero General Public License as
  584. * published by the Free Software Foundation, either version 3 of the
  585. * License, or (at your option) any later version.
  586. *
  587. * This program is distributed in the hope that it will be useful,
  588. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  589. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  590. * GNU Affero General Public License for more details.
  591. *
  592. * You should have received a copy of the GNU Affero General Public License
  593. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  594. *
  595. */
  596. /**
  597. * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  598. *
  599. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  600. * @author John Molakvoæ <skjnldsv@protonmail.com>
  601. *
  602. * @license AGPL-3.0-or-later
  603. *
  604. * This program is free software: you can redistribute it and/or modify
  605. * it under the terms of the GNU Affero General Public License as
  606. * published by the Free Software Foundation, either version 3 of the
  607. * License, or (at your option) any later version.
  608. *
  609. * This program is distributed in the hope that it will be useful,
  610. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  611. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  612. * GNU Affero General Public License for more details.
  613. *
  614. * You should have received a copy of the GNU Affero General Public License
  615. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  616. *
  617. */
  618. /**
  619. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  620. *
  621. * @author John Molakvoæ <skjnldsv@protonmail.com>
  622. * @author Julius Härtl <jus@bitgrid.net>
  623. *
  624. * @license AGPL-3.0-or-later
  625. *
  626. * This program is free software: you can redistribute it and/or modify
  627. * it under the terms of the GNU Affero General Public License as
  628. * published by the Free Software Foundation, either version 3 of the
  629. * License, or (at your option) any later version.
  630. *
  631. * This program is distributed in the hope that it will be useful,
  632. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  633. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  634. * GNU Affero General Public License for more details.
  635. *
  636. * You should have received a copy of the GNU Affero General Public License
  637. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  638. *
  639. */
  640. /**
  641. * @copyright Copyright (c) 2022 Joas Schilling <coding@schilljs.com>
  642. *
  643. * @author Joas Schilling <coding@schilljs.com>
  644. *
  645. * @license AGPL-3.0-or-later
  646. *
  647. * This program is free software: you can redistribute it and/or modify
  648. * it under the terms of the GNU Affero General Public License as
  649. * published by the Free Software Foundation, either version 3 of the
  650. * License, or (at your option) any later version.
  651. *
  652. * This program is distributed in the hope that it will be useful,
  653. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  654. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  655. * GNU Affero General Public License for more details.
  656. *
  657. * You should have received a copy of the GNU Affero General Public License
  658. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  659. *
  660. */
  661. /**
  662. * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  663. *
  664. * @author John Molakvoæ <skjnldsv@protonmail.com>
  665. *
  666. * @license AGPL-3.0-or-later
  667. *
  668. * This program is free software: you can redistribute it and/or modify
  669. * it under the terms of the GNU Affero General Public License as
  670. * published by the Free Software Foundation, either version 3 of the
  671. * License, or (at your option) any later version.
  672. *
  673. * This program is distributed in the hope that it will be useful,
  674. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  675. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  676. * GNU Affero General Public License for more details.
  677. *
  678. * You should have received a copy of the GNU Affero General Public License
  679. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  680. *
  681. */
  682. /**
  683. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  684. *
  685. * @author John Molakvoæ <skjnldsv@protonmail.com>
  686. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  687. *
  688. * @license AGPL-3.0-or-later
  689. *
  690. * This program is free software: you can redistribute it and/or modify
  691. * it under the terms of the GNU Affero General Public License as
  692. * published by the Free Software Foundation, either version 3 of the
  693. * License, or (at your option) any later version.
  694. *
  695. * This program is distributed in the hope that it will be useful,
  696. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  697. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  698. * GNU Affero General Public License for more details.
  699. *
  700. * You should have received a copy of the GNU Affero General Public License
  701. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  702. *
  703. */
  704. /**
  705. * @name Show Password
  706. * @description
  707. * @version 1.3.0
  708. * @requires Jquery 1.5
  709. *
  710. * @author Jan Jarfalk <jan.jarfalk@unwrongest.com>
  711. * author-website http://www.unwrongest.com
  712. *
  713. * special-thanks Michel Gratton
  714. *
  715. * @license MIT
  716. */
  717. /**
  718. * Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com>
  719. * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  720. *
  721. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  722. * @author Daniel Kesselberg <mail@danielkesselberg.de>
  723. * @author Joas Schilling <coding@schilljs.com>
  724. * @author John Molakvoæ <skjnldsv@protonmail.com>
  725. * @author Morris Jobke <hey@morrisjobke.de>
  726. * @author Roeland Jago Douma <roeland@famdouma.nl>
  727. * @author Vincent Petry <vincent@nextcloud.com>
  728. *
  729. * @license AGPL-3.0-or-later
  730. *
  731. * This program is free software: you can redistribute it and/or modify
  732. * it under the terms of the GNU Affero General Public License as
  733. * published by the Free Software Foundation, either version 3 of the
  734. * License, or (at your option) any later version.
  735. *
  736. * This program is distributed in the hope that it will be useful,
  737. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  738. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  739. * GNU Affero General Public License for more details.
  740. *
  741. * You should have received a copy of the GNU Affero General Public License
  742. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  743. *
  744. */
  745. /**
  746. * Copyright (c) 2015
  747. *
  748. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  749. * @author John Molakvoæ <skjnldsv@protonmail.com>
  750. * @author Julius Härtl <jus@bitgrid.net>
  751. *
  752. * @license AGPL-3.0-or-later
  753. *
  754. * This program is free software: you can redistribute it and/or modify
  755. * it under the terms of the GNU Affero General Public License as
  756. * published by the Free Software Foundation, either version 3 of the
  757. * License, or (at your option) any later version.
  758. *
  759. * This program is distributed in the hope that it will be useful,
  760. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  761. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  762. * GNU Affero General Public License for more details.
  763. *
  764. * You should have received a copy of the GNU Affero General Public License
  765. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  766. *
  767. */