core-main.js.LICENSE.txt 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638
  1. /**
  2. * @copyright (c) 2017 Arthur Schiwon <blizzz@arthur-schiwon.de>
  3. *
  4. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  5. * @author John Molakvoæ <skjnldsv@protonmail.com>
  6. *
  7. * @license AGPL-3.0-or-later
  8. *
  9. * This program is free software: you can redistribute it and/or modify
  10. * it under the terms of the GNU Affero General Public License as
  11. * published by the Free Software Foundation, either version 3 of the
  12. * License, or (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU Affero General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Affero General Public License
  20. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. *
  22. */
  23. /**
  24. * @copyright 2016-2018 John Molakvoæ <skjnldsv@protonmail.com>
  25. * @copyright 2013 Morris Jobke <morris.jobke@gmail.com>
  26. *
  27. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  28. * @author John Molakvoæ <skjnldsv@protonmail.com>
  29. * @author Julius Härtl <jus@bitgrid.net>
  30. * @author Sergey Shliakhov <husband.sergey@gmail.com>
  31. *
  32. * @license AGPL-3.0-or-later
  33. *
  34. * This program is free software: you can redistribute it and/or modify
  35. * it under the terms of the GNU Affero General Public License as
  36. * published by the Free Software Foundation, either version 3 of the
  37. * License, or (at your option) any later version.
  38. *
  39. * This program is distributed in the hope that it will be useful,
  40. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  41. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  42. * GNU Affero General Public License for more details.
  43. *
  44. * You should have received a copy of the GNU Affero General Public License
  45. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  46. *
  47. */
  48. /**
  49. * @copyright 2017 Christoph Wurst <christoph@winzerhof-wurst.at>
  50. *
  51. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  52. * @author John Molakvoæ <skjnldsv@protonmail.com>
  53. * @author Roeland Jago Douma <roeland@famdouma.nl>
  54. *
  55. * @license AGPL-3.0-or-later
  56. *
  57. * This program is free software: you can redistribute it and/or modify
  58. * it under the terms of the GNU Affero General Public License as
  59. * published by the Free Software Foundation, either version 3 of the
  60. * License, or (at your option) any later version.
  61. *
  62. * This program is distributed in the hope that it will be useful,
  63. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  64. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  65. * GNU Affero General Public License for more details.
  66. *
  67. * You should have received a copy of the GNU Affero General Public License
  68. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  69. *
  70. */
  71. /**
  72. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  73. *
  74. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  75. * @author Gary Kim <gary@garykim.dev>
  76. * @author Joas Schilling <coding@schilljs.com>
  77. * @author John Molakvoæ <skjnldsv@protonmail.com>
  78. *
  79. * @license AGPL-3.0-or-later
  80. *
  81. * This program is free software: you can redistribute it and/or modify
  82. * it under the terms of the GNU Affero General Public License as
  83. * published by the Free Software Foundation, either version 3 of the
  84. * License, or (at your option) any later version.
  85. *
  86. * This program is distributed in the hope that it will be useful,
  87. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  88. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  89. * GNU Affero General Public License for more details.
  90. *
  91. * You should have received a copy of the GNU Affero General Public License
  92. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  93. *
  94. */
  95. /**
  96. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  97. *
  98. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  99. * @author John Molakvoæ <skjnldsv@protonmail.com>
  100. *
  101. * @license AGPL-3.0-or-later
  102. *
  103. * This program is free software: you can redistribute it and/or modify
  104. * it under the terms of the GNU Affero General Public License as
  105. * published by the Free Software Foundation, either version 3 of the
  106. * License, or (at your option) any later version.
  107. *
  108. * This program is distributed in the hope that it will be useful,
  109. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  110. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  111. * GNU Affero General Public License for more details.
  112. *
  113. * You should have received a copy of the GNU Affero General Public License
  114. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  115. *
  116. */
  117. /**
  118. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  119. *
  120. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  121. * @author John Molakvoæ <skjnldsv@protonmail.com>
  122. * @author Julius Härtl <jus@bitgrid.net>
  123. * @author Roeland Jago Douma <roeland@famdouma.nl>
  124. *
  125. * @license AGPL-3.0-or-later
  126. *
  127. * This program is free software: you can redistribute it and/or modify
  128. * it under the terms of the GNU Affero General Public License as
  129. * published by the Free Software Foundation, either version 3 of the
  130. * License, or (at your option) any later version.
  131. *
  132. * This program is distributed in the hope that it will be useful,
  133. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  134. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  135. * GNU Affero General Public License for more details.
  136. *
  137. * You should have received a copy of the GNU Affero General Public License
  138. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  139. *
  140. */
  141. /**
  142. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  143. *
  144. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  145. * @author John Molakvoæ <skjnldsv@protonmail.com>
  146. * @author Roeland Jago Douma <roeland@famdouma.nl>
  147. *
  148. * @license AGPL-3.0-or-later
  149. *
  150. * This program is free software: you can redistribute it and/or modify
  151. * it under the terms of the GNU Affero General Public License as
  152. * published by the Free Software Foundation, either version 3 of the
  153. * License, or (at your option) any later version.
  154. *
  155. * This program is distributed in the hope that it will be useful,
  156. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  157. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  158. * GNU Affero General Public License for more details.
  159. *
  160. * You should have received a copy of the GNU Affero General Public License
  161. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  162. *
  163. */
  164. /**
  165. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  166. *
  167. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  168. *
  169. * @license AGPL-3.0-or-later
  170. *
  171. * This program is free software: you can redistribute it and/or modify
  172. * it under the terms of the GNU Affero General Public License as
  173. * published by the Free Software Foundation, either version 3 of the
  174. * License, or (at your option) any later version.
  175. *
  176. * This program is distributed in the hope that it will be useful,
  177. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  178. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  179. * GNU Affero General Public License for more details.
  180. *
  181. * You should have received a copy of the GNU Affero General Public License
  182. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  183. *
  184. */
  185. /**
  186. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  187. *
  188. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  189. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  190. * @author Joas Schilling <coding@schilljs.com>
  191. * @author John Molakvoæ <skjnldsv@protonmail.com>
  192. * @author Julius Härtl <jus@bitgrid.net>
  193. * @author npmbuildbot[bot] "npmbuildbot[bot]@users.noreply.github.com"
  194. *
  195. * @license AGPL-3.0-or-later
  196. *
  197. * This program is free software: you can redistribute it and/or modify
  198. * it under the terms of the GNU Affero General Public License as
  199. * published by the Free Software Foundation, either version 3 of the
  200. * License, or (at your option) any later version.
  201. *
  202. * This program is distributed in the hope that it will be useful,
  203. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  204. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  205. * GNU Affero General Public License for more details.
  206. *
  207. * You should have received a copy of the GNU Affero General Public License
  208. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  209. *
  210. */
  211. /**
  212. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  213. *
  214. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  215. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  216. * @author John Molakvoæ <skjnldsv@protonmail.com>
  217. *
  218. * @license AGPL-3.0-or-later
  219. *
  220. * This program is free software: you can redistribute it and/or modify
  221. * it under the terms of the GNU Affero General Public License as
  222. * published by the Free Software Foundation, either version 3 of the
  223. * License, or (at your option) any later version.
  224. *
  225. * This program is distributed in the hope that it will be useful,
  226. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  227. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  228. * GNU Affero General Public License for more details.
  229. *
  230. * You should have received a copy of the GNU Affero General Public License
  231. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  232. *
  233. */
  234. /**
  235. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  236. *
  237. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  238. * @author John Molakvoæ <skjnldsv@protonmail.com>
  239. *
  240. * @license AGPL-3.0-or-later
  241. *
  242. * This program is free software: you can redistribute it and/or modify
  243. * it under the terms of the GNU Affero General Public License as
  244. * published by the Free Software Foundation, either version 3 of the
  245. * License, or (at your option) any later version.
  246. *
  247. * This program is distributed in the hope that it will be useful,
  248. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  249. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  250. * GNU Affero General Public License for more details.
  251. *
  252. * You should have received a copy of the GNU Affero General Public License
  253. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  254. *
  255. */
  256. /**
  257. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  258. *
  259. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  260. * @author John Molakvoæ <skjnldsv@protonmail.com>
  261. * @author Julius Härtl <jus@bitgrid.net>
  262. * @author Roeland Jago Douma <roeland@famdouma.nl>
  263. *
  264. * @license AGPL-3.0-or-later
  265. *
  266. * This program is free software: you can redistribute it and/or modify
  267. * it under the terms of the GNU Affero General Public License as
  268. * published by the Free Software Foundation, either version 3 of the
  269. * License, or (at your option) any later version.
  270. *
  271. * This program is distributed in the hope that it will be useful,
  272. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  273. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  274. * GNU Affero General Public License for more details.
  275. *
  276. * You should have received a copy of the GNU Affero General Public License
  277. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  278. *
  279. */
  280. /**
  281. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  282. *
  283. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  284. * @author John Molakvoæ <skjnldsv@protonmail.com>
  285. * @author Roeland Jago Douma <roeland@famdouma.nl>
  286. *
  287. * @license AGPL-3.0-or-later
  288. *
  289. * This program is free software: you can redistribute it and/or modify
  290. * it under the terms of the GNU Affero General Public License as
  291. * published by the Free Software Foundation, either version 3 of the
  292. * License, or (at your option) any later version.
  293. *
  294. * This program is distributed in the hope that it will be useful,
  295. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  296. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  297. * GNU Affero General Public License for more details.
  298. *
  299. * You should have received a copy of the GNU Affero General Public License
  300. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  301. *
  302. */
  303. /**
  304. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  305. *
  306. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  307. * @author John Molakvoæ <skjnldsv@protonmail.com>
  308. * @author rakekniven <mark.ziegler@rakekniven.de>
  309. *
  310. * @license AGPL-3.0-or-later
  311. *
  312. * This program is free software: you can redistribute it and/or modify
  313. * it under the terms of the GNU Affero General Public License as
  314. * published by the Free Software Foundation, either version 3 of the
  315. * License, or (at your option) any later version.
  316. *
  317. * This program is distributed in the hope that it will be useful,
  318. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  319. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  320. * GNU Affero General Public License for more details.
  321. *
  322. * You should have received a copy of the GNU Affero General Public License
  323. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  324. *
  325. */
  326. /**
  327. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  328. * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
  329. *
  330. * @author Bartek Przybylski <bart.p.pl@gmail.com>
  331. * @author Christopher Schäpers <kondou@ts.unde.re>
  332. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  333. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  334. * @author Daniel Kesselberg <mail@danielkesselberg.de>
  335. * @author Florian Schunk <florian.schunk@rwth-aachen.de>
  336. * @author Gary Kim <gary@garykim.dev>
  337. * @author Hendrik Leppelsack <hendrik@leppelsack.de>
  338. * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
  339. * @author Joas Schilling <coding@schilljs.com>
  340. * @author John Molakvoæ <skjnldsv@protonmail.com>
  341. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  342. * @author Julius Härtl <jus@bitgrid.net>
  343. * @author Loïc Hermann <loic.hermann@sciam.fr>
  344. * @author Morris Jobke <hey@morrisjobke.de>
  345. * @author Olivier Paroz <github@oparoz.com>
  346. * @author Robin Appelman <robin@icewind.nl>
  347. * @author Roeland Jago Douma <roeland@famdouma.nl>
  348. * @author Sujith Haridasan <Sujith_Haridasan@mentor.com>
  349. * @author Thomas Citharel <nextcloud@tcit.fr>
  350. * @author Thomas Müller <thomas.mueller@tmit.eu>
  351. * @author Thomas Tanghus <thomas@tanghus.net>
  352. * @author Vincent Petry <vincent@nextcloud.com>
  353. *
  354. * @license AGPL-3.0-or-later
  355. *
  356. * This program is free software: you can redistribute it and/or modify
  357. * it under the terms of the GNU Affero General Public License as
  358. * published by the Free Software Foundation, either version 3 of the
  359. * License, or (at your option) any later version.
  360. *
  361. * This program is distributed in the hope that it will be useful,
  362. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  363. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  364. * GNU Affero General Public License for more details.
  365. *
  366. * You should have received a copy of the GNU Affero General Public License
  367. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  368. *
  369. */
  370. /**
  371. * @copyright 2019 Julius Härtl <jus@bitgrid.net>
  372. *
  373. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  374. * @author John Molakvoæ <skjnldsv@protonmail.com>
  375. * @author Julius Härtl <jus@bitgrid.net>
  376. *
  377. * @license AGPL-3.0-or-later
  378. *
  379. * This program is free software: you can redistribute it and/or modify
  380. * it under the terms of the GNU Affero General Public License as
  381. * published by the Free Software Foundation, either version 3 of the
  382. * License, or (at your option) any later version.
  383. *
  384. * This program is distributed in the hope that it will be useful,
  385. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  386. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  387. * GNU Affero General Public License for more details.
  388. *
  389. * You should have received a copy of the GNU Affero General Public License
  390. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  391. *
  392. */
  393. /**
  394. * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
  395. *
  396. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  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 Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
  416. *
  417. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  418. * @author John Molakvoæ <skjnldsv@protonmail.com>
  419. *
  420. * @license AGPL-3.0-or-later
  421. *
  422. * This program is free software: you can redistribute it and/or modify
  423. * it under the terms of the GNU Affero General Public License as
  424. * published by the Free Software Foundation, either version 3 of the
  425. * License, or (at your option) any later version.
  426. *
  427. * This program is distributed in the hope that it will be useful,
  428. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  429. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  430. * GNU Affero General Public License for more details.
  431. *
  432. * You should have received a copy of the GNU Affero General Public License
  433. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  434. *
  435. */
  436. /**
  437. * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
  438. *
  439. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  440. * @author John Molakvoæ <skjnldsv@protonmail.com>
  441. * @author Roeland Jago Douma <roeland@famdouma.nl>
  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 Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  461. *
  462. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  463. * @author Joas Schilling <coding@schilljs.com>
  464. * @author John Molakvoæ <skjnldsv@protonmail.com>
  465. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  466. * @author Robin Appelman <robin@icewind.nl>
  467. * @author Vincent Petry <vincent@nextcloud.com>
  468. *
  469. * @license AGPL-3.0-or-later
  470. *
  471. * This program is free software: you can redistribute it and/or modify
  472. * it under the terms of the GNU Affero General Public License as
  473. * published by the Free Software Foundation, either version 3 of the
  474. * License, or (at your option) any later version.
  475. *
  476. * This program is distributed in the hope that it will be useful,
  477. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  478. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  479. * GNU Affero General Public License for more details.
  480. *
  481. * You should have received a copy of the GNU Affero General Public License
  482. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  483. *
  484. */
  485. /**
  486. * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  487. *
  488. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  489. * @author John Molakvoæ <skjnldsv@protonmail.com>
  490. *
  491. * @license AGPL-3.0-or-later
  492. *
  493. * This program is free software: you can redistribute it and/or modify
  494. * it under the terms of the GNU Affero General Public License as
  495. * published by the Free Software Foundation, either version 3 of the
  496. * License, or (at your option) any later version.
  497. *
  498. * This program is distributed in the hope that it will be useful,
  499. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  500. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  501. * GNU Affero General Public License for more details.
  502. *
  503. * You should have received a copy of the GNU Affero General Public License
  504. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  505. *
  506. */
  507. /**
  508. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  509. *
  510. * @author John Molakvoæ <skjnldsv@protonmail.com>
  511. * @author Julius Härtl <jus@bitgrid.net>
  512. *
  513. * @license AGPL-3.0-or-later
  514. *
  515. * This program is free software: you can redistribute it and/or modify
  516. * it under the terms of the GNU Affero General Public License as
  517. * published by the Free Software Foundation, either version 3 of the
  518. * License, or (at your option) any later version.
  519. *
  520. * This program is distributed in the hope that it will be useful,
  521. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  522. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  523. * GNU Affero General Public License for more details.
  524. *
  525. * You should have received a copy of the GNU Affero General Public License
  526. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  527. *
  528. */
  529. /**
  530. * @copyright Copyright (c) 2022 Joas Schilling <coding@schilljs.com>
  531. *
  532. * @author Joas Schilling <coding@schilljs.com>
  533. *
  534. * @license AGPL-3.0-or-later
  535. *
  536. * This program is free software: you can redistribute it and/or modify
  537. * it under the terms of the GNU Affero General Public License as
  538. * published by the Free Software Foundation, either version 3 of the
  539. * License, or (at your option) any later version.
  540. *
  541. * This program is distributed in the hope that it will be useful,
  542. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  543. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  544. * GNU Affero General Public License for more details.
  545. *
  546. * You should have received a copy of the GNU Affero General Public License
  547. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  548. *
  549. */
  550. /**
  551. * @name Show Password
  552. * @description
  553. * @version 1.3.0
  554. * @requires Jquery 1.5
  555. *
  556. * @author Jan Jarfalk <jan.jarfalk@unwrongest.com>
  557. * author-website http://www.unwrongest.com
  558. *
  559. * special-thanks Michel Gratton
  560. *
  561. * @license MIT
  562. */
  563. /**
  564. * Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com>
  565. * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  566. *
  567. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  568. * @author Daniel Kesselberg <mail@danielkesselberg.de>
  569. * @author Joas Schilling <coding@schilljs.com>
  570. * @author John Molakvoæ <skjnldsv@protonmail.com>
  571. * @author Morris Jobke <hey@morrisjobke.de>
  572. * @author Roeland Jago Douma <roeland@famdouma.nl>
  573. * @author Vincent Petry <vincent@nextcloud.com>
  574. *
  575. * @license AGPL-3.0-or-later
  576. *
  577. * This program is free software: you can redistribute it and/or modify
  578. * it under the terms of the GNU Affero General Public License as
  579. * published by the Free Software Foundation, either version 3 of the
  580. * License, or (at your option) any later version.
  581. *
  582. * This program is distributed in the hope that it will be useful,
  583. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  584. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  585. * GNU Affero General Public License for more details.
  586. *
  587. * You should have received a copy of the GNU Affero General Public License
  588. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  589. *
  590. */
  591. /**
  592. * Copyright (c) 2015
  593. *
  594. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  595. * @author John Molakvoæ <skjnldsv@protonmail.com>
  596. * @author Julius Härtl <jus@bitgrid.net>
  597. *
  598. * @license AGPL-3.0-or-later
  599. *
  600. * This program is free software: you can redistribute it and/or modify
  601. * it under the terms of the GNU Affero General Public License as
  602. * published by the Free Software Foundation, either version 3 of the
  603. * License, or (at your option) any later version.
  604. *
  605. * This program is distributed in the hope that it will be useful,
  606. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  607. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  608. * GNU Affero General Public License for more details.
  609. *
  610. * You should have received a copy of the GNU Affero General Public License
  611. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  612. *
  613. */