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-login.js.LICENSE.txt 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  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 GNU AGPL version 3 or any later version
  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 GNU AGPL version 3 or any later version
  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 GNU AGPL version 3 or any later version
  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 GNU AGPL version 3 or any later version
  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 GNU AGPL version 3 or any later version
  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 GNU AGPL version 3 or any later version
  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 GNU AGPL version 3 or any later version
  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. *
  166. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  167. * @author John Molakvoæ <skjnldsv@protonmail.com>
  168. * @author rakekniven <mark.ziegler@rakekniven.de>
  169. *
  170. * @license GNU AGPL version 3 or any later version
  171. *
  172. * This program is free software: you can redistribute it and/or modify
  173. * it under the terms of the GNU Affero General Public License as
  174. * published by the Free Software Foundation, either version 3 of the
  175. * License, or (at your option) any later version.
  176. *
  177. * This program is distributed in the hope that it will be useful,
  178. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  179. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  180. * GNU Affero General Public License for more details.
  181. *
  182. * You should have received a copy of the GNU Affero General Public License
  183. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  184. *
  185. */
  186. /**
  187. * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
  188. *
  189. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  190. *
  191. * @license GNU AGPL version 3 or any later version
  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 GNU AGPL version 3 or any later version
  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 GNU AGPL version 3 or any later version
  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 GNU AGPL version 3 or any later version
  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 GNU AGPL version 3 or any later version
  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 (c) 2015
  300. *
  301. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  302. * @author John Molakvoæ <skjnldsv@protonmail.com>
  303. * @author Julius Härtl <jus@bitgrid.net>
  304. *
  305. * @license GNU AGPL version 3 or any later version
  306. *
  307. * This program is free software: you can redistribute it and/or modify
  308. * it under the terms of the GNU Affero General Public License as
  309. * published by the Free Software Foundation, either version 3 of the
  310. * License, or (at your option) any later version.
  311. *
  312. * This program is distributed in the hope that it will be useful,
  313. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  314. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  315. * GNU Affero General Public License for more details.
  316. *
  317. * You should have received a copy of the GNU Affero General Public License
  318. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  319. *
  320. */