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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  2. /**
  3. * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
  4. *
  5. * @author Roeland Jago Douma <roeland@famdouma.nl>
  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 2022, Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  25. *
  26. * @author Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  27. *
  28. * @license AGPL-3.0-or-later
  29. *
  30. * This program is free software: you can redistribute it and/or modify
  31. * it under the terms of the GNU Affero General Public License as
  32. * published by the Free Software Foundation, either version 3 of the
  33. * License, or (at your option) any later version.
  34. *
  35. * This program is distributed in the hope that it will be useful,
  36. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  37. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  38. * GNU Affero General Public License for more details.
  39. *
  40. * You should have received a copy of the GNU Affero General Public License
  41. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  42. *
  43. */
  44. /**
  45. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  46. *
  47. * @author John Molakvoæ <skjnldsv@protonmail.com>
  48. * @author Julius Härtl <jus@bitgrid.net>
  49. *
  50. * @license AGPL-3.0-or-later
  51. *
  52. * This program is free software: you can redistribute it and/or modify
  53. * it under the terms of the GNU Affero General Public License as
  54. * published by the Free Software Foundation, either version 3 of the
  55. * License, or (at your option) any later version.
  56. *
  57. * This program is distributed in the hope that it will be useful,
  58. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  59. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  60. * GNU Affero General Public License for more details.
  61. *
  62. * You should have received a copy of the GNU Affero General Public License
  63. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  64. *
  65. */
  66. /**
  67. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  68. *
  69. * @author John Molakvoæ <skjnldsv@protonmail.com>
  70. * @author Julius Härtl <jus@bitgrid.net>
  71. * @author Roeland Jago Douma <roeland@famdouma.nl>
  72. *
  73. * @license AGPL-3.0-or-later
  74. *
  75. * This program is free software: you can redistribute it and/or modify
  76. * it under the terms of the GNU Affero General Public License as
  77. * published by the Free Software Foundation, either version 3 of the
  78. * License, or (at your option) any later version.
  79. *
  80. * This program is distributed in the hope that it will be useful,
  81. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  82. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  83. * GNU Affero General Public License for more details.
  84. *
  85. * You should have received a copy of the GNU Affero General Public License
  86. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  87. *
  88. */
  89. /**
  90. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  91. *
  92. * @author John Molakvoæ <skjnldsv@protonmail.com>
  93. * @author rakekniven <mark.ziegler@rakekniven.de>
  94. * @author Roeland Jago Douma <roeland@famdouma.nl>
  95. *
  96. * @license AGPL-3.0-or-later
  97. *
  98. * This program is free software: you can redistribute it and/or modify
  99. * it under the terms of the GNU Affero General Public License as
  100. * published by the Free Software Foundation, either version 3 of the
  101. * License, or (at your option) any later version.
  102. *
  103. * This program is distributed in the hope that it will be useful,
  104. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  105. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  106. * GNU Affero General Public License for more details.
  107. *
  108. * You should have received a copy of the GNU Affero General Public License
  109. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  110. *
  111. */
  112. /**
  113. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  114. *
  115. * @author John Molakvoæ <skjnldsv@protonmail.com>
  116. * @author Julius Härtl <jus@bitgrid.net>
  117. * @author Roeland Jago Douma <roeland@famdouma.nl>
  118. *
  119. * @license AGPL-3.0-or-later
  120. *
  121. * This program is free software: you can redistribute it and/or modify
  122. * it under the terms of the GNU Affero General Public License as
  123. * published by the Free Software Foundation, either version 3 of the
  124. * License, or (at your option) any later version.
  125. *
  126. * This program is distributed in the hope that it will be useful,
  127. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  128. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  129. * GNU Affero General Public License for more details.
  130. *
  131. * You should have received a copy of the GNU Affero General Public License
  132. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  133. *
  134. */
  135. /**
  136. * @copyright Copyright (c) 2022 Joas Schilling <coding@schilljs.com>
  137. *
  138. * @author Joas Schilling <coding@schilljs.com>
  139. *
  140. * @license AGPL-3.0-or-later
  141. *
  142. * This program is free software: you can redistribute it and/or modify
  143. * it under the terms of the GNU Affero General Public License as
  144. * published by the Free Software Foundation, either version 3 of the
  145. * License, or (at your option) any later version.
  146. *
  147. * This program is distributed in the hope that it will be useful,
  148. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  149. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  150. * GNU Affero General Public License for more details.
  151. *
  152. * You should have received a copy of the GNU Affero General Public License
  153. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  154. *
  155. */