core-login.js.LICENSE.txt 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. /**
  2. * @copyright 2017 Christoph Wurst <christoph@winzerhof-wurst.at>
  3. *
  4. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  5. * @author John Molakvoæ <skjnldsv@protonmail.com>
  6. * @author Roeland Jago Douma <roeland@famdouma.nl>
  7. *
  8. * @license AGPL-3.0-or-later
  9. *
  10. * This program is free software: you can redistribute it and/or modify
  11. * it under the terms of the GNU Affero General Public License as
  12. * published by the Free Software Foundation, either version 3 of the
  13. * License, or (at your option) any later version.
  14. *
  15. * This program is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. * GNU Affero General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU Affero General Public License
  21. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  22. *
  23. */
  24. /**
  25. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  26. *
  27. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  28. *
  29. * @license AGPL-3.0-or-later
  30. *
  31. * This program is free software: you can redistribute it and/or modify
  32. * it under the terms of the GNU Affero General Public License as
  33. * published by the Free Software Foundation, either version 3 of the
  34. * License, or (at your option) any later version.
  35. *
  36. * This program is distributed in the hope that it will be useful,
  37. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  38. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  39. * GNU Affero General Public License for more details.
  40. *
  41. * You should have received a copy of the GNU Affero General Public License
  42. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  43. *
  44. */
  45. /**
  46. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  47. *
  48. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  49. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  50. * @author Joas Schilling <coding@schilljs.com>
  51. * @author John Molakvoæ <skjnldsv@protonmail.com>
  52. * @author Julius Härtl <jus@bitgrid.net>
  53. * @author npmbuildbot[bot] "npmbuildbot[bot]@users.noreply.github.com"
  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 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  73. *
  74. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  75. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  76. * @author John Molakvoæ <skjnldsv@protonmail.com>
  77. *
  78. * @license AGPL-3.0-or-later
  79. *
  80. * This program is free software: you can redistribute it and/or modify
  81. * it under the terms of the GNU Affero General Public License as
  82. * published by the Free Software Foundation, either version 3 of the
  83. * License, or (at your option) any later version.
  84. *
  85. * This program is distributed in the hope that it will be useful,
  86. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  87. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  88. * GNU Affero General Public License for more details.
  89. *
  90. * You should have received a copy of the GNU Affero General Public License
  91. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  92. *
  93. */
  94. /**
  95. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  96. *
  97. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  98. * @author John Molakvoæ <skjnldsv@protonmail.com>
  99. *
  100. * @license AGPL-3.0-or-later
  101. *
  102. * This program is free software: you can redistribute it and/or modify
  103. * it under the terms of the GNU Affero General Public License as
  104. * published by the Free Software Foundation, either version 3 of the
  105. * License, or (at your option) any later version.
  106. *
  107. * This program is distributed in the hope that it will be useful,
  108. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  109. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  110. * GNU Affero General Public License for more details.
  111. *
  112. * You should have received a copy of the GNU Affero General Public License
  113. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  114. *
  115. */
  116. /**
  117. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  118. *
  119. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  120. * @author John Molakvoæ <skjnldsv@protonmail.com>
  121. * @author Julius Härtl <jus@bitgrid.net>
  122. * @author Roeland Jago Douma <roeland@famdouma.nl>
  123. *
  124. * @license AGPL-3.0-or-later
  125. *
  126. * This program is free software: you can redistribute it and/or modify
  127. * it under the terms of the GNU Affero General Public License as
  128. * published by the Free Software Foundation, either version 3 of the
  129. * License, or (at your option) any later version.
  130. *
  131. * This program is distributed in the hope that it will be useful,
  132. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  133. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  134. * GNU Affero General Public License for more details.
  135. *
  136. * You should have received a copy of the GNU Affero General Public License
  137. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  138. *
  139. */
  140. /**
  141. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  142. *
  143. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  144. * @author John Molakvoæ <skjnldsv@protonmail.com>
  145. * @author Roeland Jago Douma <roeland@famdouma.nl>
  146. *
  147. * @license AGPL-3.0-or-later
  148. *
  149. * This program is free software: you can redistribute it and/or modify
  150. * it under the terms of the GNU Affero General Public License as
  151. * published by the Free Software Foundation, either version 3 of the
  152. * License, or (at your option) any later version.
  153. *
  154. * This program is distributed in the hope that it will be useful,
  155. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  156. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  157. * GNU Affero General Public License for more details.
  158. *
  159. * You should have received a copy of the GNU Affero General Public License
  160. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  161. *
  162. */
  163. /**
  164. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  165. * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
  166. *
  167. * @author Bartek Przybylski <bart.p.pl@gmail.com>
  168. * @author Christopher Schäpers <kondou@ts.unde.re>
  169. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  170. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  171. * @author Daniel Kesselberg <mail@danielkesselberg.de>
  172. * @author Florian Schunk <florian.schunk@rwth-aachen.de>
  173. * @author Gary Kim <gary@garykim.dev>
  174. * @author Hendrik Leppelsack <hendrik@leppelsack.de>
  175. * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
  176. * @author Joas Schilling <coding@schilljs.com>
  177. * @author John Molakvoæ <skjnldsv@protonmail.com>
  178. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  179. * @author Julius Härtl <jus@bitgrid.net>
  180. * @author Loïc Hermann <loic.hermann@sciam.fr>
  181. * @author Morris Jobke <hey@morrisjobke.de>
  182. * @author Olivier Paroz <github@oparoz.com>
  183. * @author Robin Appelman <robin@icewind.nl>
  184. * @author Roeland Jago Douma <roeland@famdouma.nl>
  185. * @author Sujith Haridasan <Sujith_Haridasan@mentor.com>
  186. * @author Thomas Citharel <nextcloud@tcit.fr>
  187. * @author Thomas Müller <thomas.mueller@tmit.eu>
  188. * @author Thomas Tanghus <thomas@tanghus.net>
  189. * @author Vincent Petry <vincent@nextcloud.com>
  190. *
  191. * @license AGPL-3.0-or-later
  192. *
  193. * This program is free software: you can redistribute it and/or modify
  194. * it under the terms of the GNU Affero General Public License as
  195. * published by the Free Software Foundation, either version 3 of the
  196. * License, or (at your option) any later version.
  197. *
  198. * This program is distributed in the hope that it will be useful,
  199. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  200. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  201. * GNU Affero General Public License for more details.
  202. *
  203. * You should have received a copy of the GNU Affero General Public License
  204. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  205. *
  206. */
  207. /**
  208. * @copyright 2020, Roeland Jago Douma <roeland@famdouma.nl>
  209. *
  210. * @author Roeland Jago Douma <roeland@famdouma.nl>
  211. *
  212. * @license AGPL-3.0-or-later
  213. *
  214. * This program is free software: you can redistribute it and/or modify
  215. * it under the terms of the GNU Affero General Public License as
  216. * published by the Free Software Foundation, either version 3 of the
  217. * License, or (at your option) any later version.
  218. *
  219. * This program is distributed in the hope that it will be useful,
  220. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  221. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  222. * GNU Affero General Public License for more details.
  223. *
  224. * You should have received a copy of the GNU Affero General Public License
  225. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  226. *
  227. */
  228. /**
  229. * @copyright Bernhard Posselt 2014
  230. *
  231. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  232. * @author John Molakvoæ <skjnldsv@protonmail.com>
  233. *
  234. * @license AGPL-3.0-or-later
  235. *
  236. * This program is free software: you can redistribute it and/or modify
  237. * it under the terms of the GNU Affero General Public License as
  238. * published by the Free Software Foundation, either version 3 of the
  239. * License, or (at your option) any later version.
  240. *
  241. * This program is distributed in the hope that it will be useful,
  242. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  243. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  244. * GNU Affero General Public License for more details.
  245. *
  246. * You should have received a copy of the GNU Affero General Public License
  247. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  248. *
  249. */
  250. /**
  251. * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  252. *
  253. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  254. * @author Joas Schilling <coding@schilljs.com>
  255. * @author John Molakvoæ <skjnldsv@protonmail.com>
  256. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  257. * @author Robin Appelman <robin@icewind.nl>
  258. * @author Vincent Petry <vincent@nextcloud.com>
  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 Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  278. *
  279. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  280. * @author John Molakvoæ <skjnldsv@protonmail.com>
  281. *
  282. * @license AGPL-3.0-or-later
  283. *
  284. * This program is free software: you can redistribute it and/or modify
  285. * it under the terms of the GNU Affero General Public License as
  286. * published by the Free Software Foundation, either version 3 of the
  287. * License, or (at your option) any later version.
  288. *
  289. * This program is distributed in the hope that it will be useful,
  290. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  291. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  292. * GNU Affero General Public License for more details.
  293. *
  294. * You should have received a copy of the GNU Affero General Public License
  295. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  296. *
  297. */
  298. /**
  299. * @copyright Copyright (c) 2021 John Molakvoæ <skjnldsv@protonmail.com>
  300. *
  301. * @author John Molakvoæ <skjnldsv@protonmail.com>
  302. *
  303. * @license AGPL-3.0-or-later
  304. *
  305. * This program is free software: you can redistribute it and/or modify
  306. * it under the terms of the GNU Affero General Public License as
  307. * published by the Free Software Foundation, either version 3 of the
  308. * License, or (at your option) any later version.
  309. *
  310. * This program is distributed in the hope that it will be useful,
  311. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  312. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  313. * GNU Affero General Public License for more details.
  314. *
  315. * You should have received a copy of the GNU Affero General Public License
  316. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  317. *
  318. */
  319. /**
  320. * Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com>
  321. * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  322. *
  323. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  324. * @author Daniel Kesselberg <mail@danielkesselberg.de>
  325. * @author Joas Schilling <coding@schilljs.com>
  326. * @author John Molakvoæ <skjnldsv@protonmail.com>
  327. * @author Morris Jobke <hey@morrisjobke.de>
  328. * @author Roeland Jago Douma <roeland@famdouma.nl>
  329. * @author Vincent Petry <vincent@nextcloud.com>
  330. *
  331. * @license AGPL-3.0-or-later
  332. *
  333. * This program is free software: you can redistribute it and/or modify
  334. * it under the terms of the GNU Affero General Public License as
  335. * published by the Free Software Foundation, either version 3 of the
  336. * License, or (at your option) any later version.
  337. *
  338. * This program is distributed in the hope that it will be useful,
  339. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  340. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  341. * GNU Affero General Public License for more details.
  342. *
  343. * You should have received a copy of the GNU Affero General Public License
  344. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  345. *
  346. */
  347. /**
  348. * Copyright (c) 2015
  349. *
  350. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  351. * @author John Molakvoæ <skjnldsv@protonmail.com>
  352. * @author Julius Härtl <jus@bitgrid.net>
  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. */