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.

settings-vue-settings-apps-users-management.js.LICENSE.txt 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. /*!
  2. * vue-router v3.6.5
  3. * (c) 2022 Evan You
  4. * @license MIT
  5. */
  6. /**
  7. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  8. *
  9. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  10. *
  11. * @license AGPL-3.0-or-later
  12. *
  13. * This program is free software: you can redistribute it and/or modify
  14. * it under the terms of the GNU Affero General Public License as
  15. * published by the Free Software Foundation, either version 3 of the
  16. * License, or (at your option) any later version.
  17. *
  18. * This program is distributed in the hope that it will be useful,
  19. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  21. * GNU Affero General Public License for more details.
  22. *
  23. * You should have received a copy of the GNU Affero General Public License
  24. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  25. *
  26. */
  27. /**
  28. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  29. *
  30. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  31. * @author John Molakvoæ <skjnldsv@protonmail.com>
  32. *
  33. * @license AGPL-3.0-or-later
  34. *
  35. * This program is free software: you can redistribute it and/or modify
  36. * it under the terms of the GNU Affero General Public License as
  37. * published by the Free Software Foundation, either version 3 of the
  38. * License, or (at your option) any later version.
  39. *
  40. * This program is distributed in the hope that it will be useful,
  41. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  42. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  43. * GNU Affero General Public License for more details.
  44. *
  45. * You should have received a copy of the GNU Affero General Public License
  46. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  47. *
  48. */
  49. /**
  50. * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
  51. *
  52. * @author Roeland Jago Douma <roeland@famdouma.nl>
  53. *
  54. * @license AGPL-3.0-or-later
  55. *
  56. * This program is free software: you can redistribute it and/or modify
  57. * it under the terms of the GNU Affero General Public License as
  58. * published by the Free Software Foundation, either version 3 of the
  59. * License, or (at your option) any later version.
  60. *
  61. * This program is distributed in the hope that it will be useful,
  62. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  63. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  64. * GNU Affero General Public License for more details.
  65. *
  66. * You should have received a copy of the GNU Affero General Public License
  67. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  68. *
  69. */
  70. /**
  71. * @copyright 2022, Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  72. *
  73. * @author Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  74. *
  75. * @license AGPL-3.0-or-later
  76. *
  77. * This program is free software: you can redistribute it and/or modify
  78. * it under the terms of the GNU Affero General Public License as
  79. * published by the Free Software Foundation, either version 3 of the
  80. * License, or (at your option) any later version.
  81. *
  82. * This program is distributed in the hope that it will be useful,
  83. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  84. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  85. * GNU Affero General Public License for more details.
  86. *
  87. * You should have received a copy of the GNU Affero General Public License
  88. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  89. *
  90. */
  91. /**
  92. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  93. *
  94. * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  95. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  96. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  97. * @author John Molakvoæ <skjnldsv@protonmail.com>
  98. * @author Julius Härtl <jus@bitgrid.net>
  99. * @author Roeland Jago Douma <roeland@famdouma.nl>
  100. * @author Vincent Petry <vincent@nextcloud.com>
  101. * @author Stephan Orbaugh <stephan.orbaugh@nextcloud.com>
  102. *
  103. * @license AGPL-3.0-or-later
  104. *
  105. * This program is free software: you can redistribute it and/or modify
  106. * it under the terms of the GNU Affero General Public License as
  107. * published by the Free Software Foundation, either version 3 of the
  108. * License, or (at your option) any later version.
  109. *
  110. * This program is distributed in the hope that it will be useful,
  111. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  112. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  113. * GNU Affero General Public License for more details.
  114. *
  115. * You should have received a copy of the GNU Affero General Public License
  116. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  117. *
  118. */
  119. /**
  120. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  121. *
  122. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  123. * @author John Molakvoæ <skjnldsv@protonmail.com>
  124. * @author Julius Härtl <jus@bitgrid.net>
  125. * @author Roeland Jago Douma <roeland@famdouma.nl>
  126. * @author Sujith Haridasan <sujith.h@gmail.com>
  127. *
  128. * @license AGPL-3.0-or-later
  129. *
  130. * This program is free software: you can redistribute it and/or modify
  131. * it under the terms of the GNU Affero General Public License as
  132. * published by the Free Software Foundation, either version 3 of the
  133. * License, or (at your option) any later version.
  134. *
  135. * This program is distributed in the hope that it will be useful,
  136. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  137. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  138. * GNU Affero General Public License for more details.
  139. *
  140. * You should have received a copy of the GNU Affero General Public License
  141. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  142. *
  143. */
  144. /**
  145. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  146. *
  147. * @author John Molakvoæ <skjnldsv@protonmail.com>
  148. * @author Julius Härtl <jus@bitgrid.net>
  149. *
  150. * @license AGPL-3.0-or-later
  151. *
  152. * This program is free software: you can redistribute it and/or modify
  153. * it under the terms of the GNU Affero General Public License as
  154. * published by the Free Software Foundation, either version 3 of the
  155. * License, or (at your option) any later version.
  156. *
  157. * This program is distributed in the hope that it will be useful,
  158. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  159. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  160. * GNU Affero General Public License for more details.
  161. *
  162. * You should have received a copy of the GNU Affero General Public License
  163. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  164. *
  165. */
  166. /**
  167. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  168. *
  169. * @author John Molakvoæ <skjnldsv@protonmail.com>
  170. * @author rakekniven <mark.ziegler@rakekniven.de>
  171. * @author Roeland Jago Douma <roeland@famdouma.nl>
  172. *
  173. * @license AGPL-3.0-or-later
  174. *
  175. * This program is free software: you can redistribute it and/or modify
  176. * it under the terms of the GNU Affero General Public License as
  177. * published by the Free Software Foundation, either version 3 of the
  178. * License, or (at your option) any later version.
  179. *
  180. * This program is distributed in the hope that it will be useful,
  181. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  182. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  183. * GNU Affero General Public License for more details.
  184. *
  185. * You should have received a copy of the GNU Affero General Public License
  186. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  187. *
  188. */
  189. /**
  190. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  191. *
  192. * @author John Molakvoæ <skjnldsv@protonmail.com>
  193. * @author Julius Härtl <jus@bitgrid.net>
  194. * @author Roeland Jago Douma <roeland@famdouma.nl>
  195. *
  196. * @license AGPL-3.0-or-later
  197. *
  198. * This program is free software: you can redistribute it and/or modify
  199. * it under the terms of the GNU Affero General Public License as
  200. * published by the Free Software Foundation, either version 3 of the
  201. * License, or (at your option) any later version.
  202. *
  203. * This program is distributed in the hope that it will be useful,
  204. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  205. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  206. * GNU Affero General Public License for more details.
  207. *
  208. * You should have received a copy of the GNU Affero General Public License
  209. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  210. *
  211. */
  212. /**
  213. * @copyright Copyright (c) 2022 Joas Schilling <coding@schilljs.com>
  214. *
  215. * @author Joas Schilling <coding@schilljs.com>
  216. *
  217. * @license AGPL-3.0-or-later
  218. *
  219. * This program is free software: you can redistribute it and/or modify
  220. * it under the terms of the GNU Affero General Public License as
  221. * published by the Free Software Foundation, either version 3 of the
  222. * License, or (at your option) any later version.
  223. *
  224. * This program is distributed in the hope that it will be useful,
  225. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  226. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  227. * GNU Affero General Public License for more details.
  228. *
  229. * You should have received a copy of the GNU Affero General Public License
  230. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  231. *
  232. */
  233. /**
  234. * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  235. *
  236. * @author John Molakvoæ <skjnldsv@protonmail.com>
  237. *
  238. * @license AGPL-3.0-or-later
  239. *
  240. * This program is free software: you can redistribute it and/or modify
  241. * it under the terms of the GNU Affero General Public License as
  242. * published by the Free Software Foundation, either version 3 of the
  243. * License, or (at your option) any later version.
  244. *
  245. * This program is distributed in the hope that it will be useful,
  246. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  247. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  248. * GNU Affero General Public License for more details.
  249. *
  250. * You should have received a copy of the GNU Affero General Public License
  251. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  252. *
  253. */
  254. /**
  255. * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com>
  256. *
  257. * @author John Molakvoæ <skjnldsv@protonmail.com>
  258. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  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. */