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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. /*!
  2. * vue-router v3.6.5
  3. * (c) 2022 Evan You
  4. * @license MIT
  5. */
  6. /**
  7. * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
  8. *
  9. * @author Roeland Jago Douma <roeland@famdouma.nl>
  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 2022, Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  29. *
  30. * @author Julia Kirschenheuter <julia.kirschenheuter@nextcloud.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 Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  50. *
  51. * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  52. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  53. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  54. * @author John Molakvoæ <skjnldsv@protonmail.com>
  55. * @author Julius Härtl <jus@bitgrid.net>
  56. * @author Roeland Jago Douma <roeland@famdouma.nl>
  57. * @author Vincent Petry <vincent@nextcloud.com>
  58. * @author Stephan Orbaugh <stephan.orbaugh@nextcloud.com>
  59. *
  60. * @license AGPL-3.0-or-later
  61. *
  62. * This program is free software: you can redistribute it and/or modify
  63. * it under the terms of the GNU Affero General Public License as
  64. * published by the Free Software Foundation, either version 3 of the
  65. * License, or (at your option) any later version.
  66. *
  67. * This program is distributed in the hope that it will be useful,
  68. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  69. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  70. * GNU Affero General Public License for more details.
  71. *
  72. * You should have received a copy of the GNU Affero General Public License
  73. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  74. *
  75. */
  76. /**
  77. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  78. *
  79. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  80. * @author John Molakvoæ <skjnldsv@protonmail.com>
  81. * @author Julius Härtl <jus@bitgrid.net>
  82. * @author Roeland Jago Douma <roeland@famdouma.nl>
  83. * @author Sujith Haridasan <sujith.h@gmail.com>
  84. *
  85. * @license AGPL-3.0-or-later
  86. *
  87. * This program is free software: you can redistribute it and/or modify
  88. * it under the terms of the GNU Affero General Public License as
  89. * published by the Free Software Foundation, either version 3 of the
  90. * License, or (at your option) any later version.
  91. *
  92. * This program is distributed in the hope that it will be useful,
  93. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  94. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  95. * GNU Affero General Public License for more details.
  96. *
  97. * You should have received a copy of the GNU Affero General Public License
  98. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  99. *
  100. */
  101. /**
  102. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  103. *
  104. * @author John Molakvoæ <skjnldsv@protonmail.com>
  105. * @author Julius Härtl <jus@bitgrid.net>
  106. *
  107. * @license AGPL-3.0-or-later
  108. *
  109. * This program is free software: you can redistribute it and/or modify
  110. * it under the terms of the GNU Affero General Public License as
  111. * published by the Free Software Foundation, either version 3 of the
  112. * License, or (at your option) any later version.
  113. *
  114. * This program is distributed in the hope that it will be useful,
  115. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  116. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  117. * GNU Affero General Public License for more details.
  118. *
  119. * You should have received a copy of the GNU Affero General Public License
  120. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  121. *
  122. */
  123. /**
  124. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  125. *
  126. * @author John Molakvoæ <skjnldsv@protonmail.com>
  127. * @author rakekniven <mark.ziegler@rakekniven.de>
  128. * @author Roeland Jago Douma <roeland@famdouma.nl>
  129. *
  130. * @license AGPL-3.0-or-later
  131. *
  132. * This program is free software: you can redistribute it and/or modify
  133. * it under the terms of the GNU Affero General Public License as
  134. * published by the Free Software Foundation, either version 3 of the
  135. * License, or (at your option) any later version.
  136. *
  137. * This program is distributed in the hope that it will be useful,
  138. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  139. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  140. * GNU Affero General Public License for more details.
  141. *
  142. * You should have received a copy of the GNU Affero General Public License
  143. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  144. *
  145. */
  146. /**
  147. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  148. *
  149. * @author John Molakvoæ <skjnldsv@protonmail.com>
  150. * @author Julius Härtl <jus@bitgrid.net>
  151. * @author Roeland Jago Douma <roeland@famdouma.nl>
  152. *
  153. * @license AGPL-3.0-or-later
  154. *
  155. * This program is free software: you can redistribute it and/or modify
  156. * it under the terms of the GNU Affero General Public License as
  157. * published by the Free Software Foundation, either version 3 of the
  158. * License, or (at your option) any later version.
  159. *
  160. * This program is distributed in the hope that it will be useful,
  161. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  162. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  163. * GNU Affero General Public License for more details.
  164. *
  165. * You should have received a copy of the GNU Affero General Public License
  166. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  167. *
  168. */
  169. /**
  170. * @copyright Copyright (c) 2022 Joas Schilling <coding@schilljs.com>
  171. *
  172. * @author Joas Schilling <coding@schilljs.com>
  173. *
  174. * @license AGPL-3.0-or-later
  175. *
  176. * This program is free software: you can redistribute it and/or modify
  177. * it under the terms of the GNU Affero General Public License as
  178. * published by the Free Software Foundation, either version 3 of the
  179. * License, or (at your option) any later version.
  180. *
  181. * This program is distributed in the hope that it will be useful,
  182. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  183. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  184. * GNU Affero General Public License for more details.
  185. *
  186. * You should have received a copy of the GNU Affero General Public License
  187. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  188. *
  189. */