nextcloud-server/apps/provisioning_api/lib/Controller
Côme Chilliet e757b649b7
fix: Fix psalm taint false-positives by small refactorings
Mostly make it clear that we trust admin input or that we correctly
 escape strings.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-02-17 18:08:23 +07:00
..
AUserDataOCSController.php chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +07:00
AppConfigController.php
AppsController.php fix: Fix psalm taint false-positives by small refactorings 2025-02-17 18:08:23 +07:00
GroupsController.php perf: use more optimized way to get user storage info in ocs user info when possible 2025-01-06 16:56:14 +07:00
PreferencesController.php
UsersController.php fix(provisioning_api): Correct limit for `editUser` 2025-02-06 11:58:24 +07:00
VerificationController.php