0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-04-28 11:03:00 +00:00
nextcloud_server/tests/Core/Controller
Misha M.-Kupriyanov d1a94f3c9c feat(login-flow-v2): Restrict allowed apps by user agent check
Enable via:
./occ config:system:set core.login_flow_v2.allowed_user_agents 0  --value '/Custom Foo Client/i'
./occ config:system:set core.login_flow_v2.allowed_user_agents 1  --value '/Custom Bar Client/i'

if user agent string is unknown
the template with "Access forbidden"-"Please use original client" will be displayed

Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-04-23 09:45:23 +02:00
..
AppPasswordControllerTest.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
AutoCompleteControllerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
AvatarControllerTest.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
ChangePasswordControllerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
ClientFlowLoginControllerTest.php fix(oauth2): retain support for legacy ownCloud clients 2025-04-01 11:25:52 +02:00
ClientFlowLoginV2ControllerTest.php feat(login-flow-v2): Restrict allowed apps by user agent check 2025-04-23 09:45:23 +02:00
ContactsMenuControllerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
CSRFTokenControllerTest.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
CssControllerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
GuestAvatarControllerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
JsControllerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
LoginControllerTest.php feat(login): add origin check at login 2024-12-05 09:51:53 +01:00
LostControllerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
NavigationControllerTest.php fix(phpunit): Remove some more withConsecutive calls 2025-03-31 09:43:22 +02:00
OCSControllerTest.php chore(legacy): Introduce public version ct plass and drop version methods from OC_Util 2024-09-20 14:53:34 +02:00
PreviewControllerTest.php fix: Adjust preview for view-only shares 2024-10-28 15:52:27 +01:00
TwoFactorChallengeControllerTest.php fix: Migrate all uses of OCP\Template to OCP\Template\ITemplateManager 2025-03-06 15:49:25 +01:00
UserControllerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
WellKnownControllerTest.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
WipeControllerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00