From 627e2c08191636828649a3490d3aa44315adb1c1 Mon Sep 17 00:00:00 2001 From: Benjamin Gaussorgues Date: Fri, 25 Aug 2023 15:58:31 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Altahr=C3=AFm=20as=20code=20owner=20for?= =?UTF-8?q?=20login=20routes=20and=20sharebymail=20app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Benjamin Gaussorgues --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 12d8dd6a72875..3b713145385c0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,6 +18,7 @@ /apps/oauth2/appinfo/info.xml @julien-nc @ChristophWurst /apps/provisioning_api/appinfo/info.xml @provokateurin @nickvergessen /apps/settings/appinfo/info.xml @Pytal @JuliaKirschenheuter +/apps/sharebymail/appinfo/info.xml @Altahrim /apps/systemtags/appinfo/info.xml @Antreesy @marcelklehr /apps/theming/appinfo/info.xml @skjnldsv @juliushaertl /apps/twofactor_backupcodes/appinfo/info.xml @st3iny @miaulalala @ChristophWurst @@ -36,6 +37,10 @@ /apps/twofactor_backupcodes @ChristophWurst @miaulalala @nickvergessen @st3iny /core/templates/twofactor* @ChristophWurst @miaulalala @nickvergessen @st3iny +# Limit login to IP +# Watch login routes for https://github.com/nextcloud/limit_login_to_ip +/core/routes.php @Altahrim + # OpenAPI openapi.json @provokateurin ResponseDefinitions.php @provokateurin