summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-08-26 16:44:03 +0200
committerGitHub <noreply@github.com>2023-08-26 16:44:03 +0200
commitefeb517eddc7f29857a5d633b5a00655c74f2465 (patch)
tree7a724b50779dced99842399648563c364c5fb804
parentd86e0094bb331417696c2234b5b1264e11e7f836 (diff)
parent627e2c08191636828649a3490d3aa44315adb1c1 (diff)
downloadnextcloud-server-efeb517eddc7f29857a5d633b5a00655c74f2465.tar.gz
nextcloud-server-efeb517eddc7f29857a5d633b5a00655c74f2465.zip
Merge pull request #40044 from nextcloud/add-altahrim-as-codeowner
Add Altahrïm as code owner for login routes and sharebymail app
-rw-r--r--.github/CODEOWNERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 12d8dd6a728..3b713145385 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