diff options
author | Joas Schilling <coding@schilljs.com> | 2023-05-12 10:57:49 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-05-12 10:58:26 +0200 |
commit | 2ad2fdd953869a6575355c98c1b6f9340730346a (patch) | |
tree | c75bd4c99013c6bb6acdb6ffb2be7eca01646398 /.github | |
parent | fa4bd1628bbcaef0a10f5ad3f843b6d9049356de (diff) | |
download | nextcloud-server-2ad2fdd953869a6575355c98c1b6f9340730346a.tar.gz nextcloud-server-2ad2fdd953869a6575355c98c1b6f9340730346a.zip |
Order owner groups
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 17713bb8095..b7392ab5451 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,4 @@ -*/Activity/* @nickvergessen -*/Notifications/* @nickvergessen - +# App maintainers /apps/admin_audit/appinfo/info.xml @luka-nextcloud @blizzz /apps/cloud_federation_api/appinfo/info.xml @vitormattos @mejo- /apps/comments/appinfo/info.xml @marcelklehr @ChristophWurst @@ -21,21 +19,24 @@ /apps/settings/appinfo/info.xml @Pytal @JuliaKirschenheuter /apps/systemtags/appinfo/info.xml @Antreesy @marcelklehr /apps/theming/appinfo/info.xml @skjnldsv @juliushaertl +/apps/twofactor_backupcodes/appinfo/info.xml @st3iny @miaulalala @ChristophWurst /apps/updatenotification/appinfo/info.xml @Pytal @JuliaKirschenheuter /apps/user_ldap/appinfo/info.xml @come-nc @blizzz /apps/user_status/appinfo/info.xml @Antreesy @nickvergessen /apps/weather_status/appinfo/info.xml @julien-nc @juliushaertl /apps/workflowengine/appinfo/info.xml @blizzz @juliushaertl +# Security team +/resources/config/ca-bundle.crt @ChristophWurst @miaulalala @nickvergessen + # Two-Factor Authentication # https://github.com/nextcloud/wg-two-factor-authentication#members -/apps/twofactor_backupcodes/appinfo/info.xml @st3iny @miaulalala @ChristophWurst -/apps/twofactor_backupcodes @ChristophWurst @miaulalala @nickvergessen +/apps/twofactor_backupcodes @ChristophWurst @miaulalala @nickvergessen */TwoFactorAuth/* @ChristophWurst @miaulalala @nickvergessen /core/templates/twofactor* @ChristophWurst @miaulalala @nickvergessen +# Personal interest +*/Activity/* @nickvergessen +*/Notifications/* @nickvergessen /lib/private/Profiler @CarlSchwan /lib/public/Profiler @CarlSchwan - -# Security team -resources/config/ca-bundle.crt @ChristophWurst @julien-nc @miaulalala @nickvergessen |