Home
last modified time | relevance | path

Searched refs:STATUS_FORBIDDEN (Results 1 – 25 of 126) sorted by relevance

123456

/dports/security/nextcloud-twofactor_nextcloud_notification/twofactor_nextcloud_notification/lib/Controller/
H A DAPIController.php64 return new DataResponse([], Http::STATUS_FORBIDDEN);
68 return new DataResponse([], Http::STATUS_FORBIDDEN);
88 return new DataResponse([], Http::STATUS_FORBIDDEN);
92 return new DataResponse([], Http::STATUS_FORBIDDEN);
112 return new DataResponse([], Http::STATUS_FORBIDDEN);
125 return new DataResponse([], Http::STATUS_FORBIDDEN);
/dports/mail/nextcloud-mail/mail/lib/Controller/
H A DMessagesController.php176 return new JSONResponse([], Http::STATUS_FORBIDDEN);
211 return new JSONResponse([], Http::STATUS_FORBIDDEN);
242 return new JSONResponse([], Http::STATUS_FORBIDDEN);
307 return new JSONResponse([], Http::STATUS_FORBIDDEN);
333 return new JSONResponse([], Http::STATUS_FORBIDDEN);
363 return new JSONResponse([], Http::STATUS_FORBIDDEN);
399 return new JSONResponse([], Http::STATUS_FORBIDDEN);
506 return new JSONResponse([], Http::STATUS_FORBIDDEN);
548 return new JSONResponse([], Http::STATUS_FORBIDDEN);
586 return new JSONResponse([], Http::STATUS_FORBIDDEN);
[all …]
H A DThreadController.php82 return new JSONResponse([], Http::STATUS_FORBIDDEN);
112 return new JSONResponse([], Http::STATUS_FORBIDDEN);
/dports/www/owncloud/owncloud/apps/federation/lib/Controller/
H A DOCSAuthAPIController.php104 return ['statuscode' => Http::STATUS_FORBIDDEN];
115 return ['statuscode' => Http::STATUS_FORBIDDEN];
152 return ['statuscode' => Http::STATUS_FORBIDDEN];
161 return ['statuscode' => Http::STATUS_FORBIDDEN];
/dports/www/nextcloud/nextcloud/apps-pkg/provisioning_api/lib/Controller/
H A DAppConfigController.php103 return new DataResponse(['data' => ['message' => $e->getMessage()]], Http::STATUS_FORBIDDEN);
120 return new DataResponse(['data' => ['message' => $e->getMessage()]], Http::STATUS_FORBIDDEN);
150 return new DataResponse(['data' => ['message' => $e->getMessage()]], Http::STATUS_FORBIDDEN);
168 return new DataResponse(['data' => ['message' => $e->getMessage()]], Http::STATUS_FORBIDDEN);
/dports/www/owncloud/owncloud/settings/Controller/
H A DCertificateController.php96 …nse(['message' => 'Individual certificate management disabled'], Http::STATUS_FORBIDDEN, $headers);
136 return new DataResponse('Individual certificate management disabled', Http::STATUS_FORBIDDEN);
177 return new DataResponse('Individual certificate management disabled', Http::STATUS_FORBIDDEN);
H A DUsersController.php474 Http::STATUS_FORBIDDEN
515 Http::STATUS_FORBIDDEN
744 Http::STATUS_FORBIDDEN
755 Http::STATUS_FORBIDDEN
833 Http::STATUS_FORBIDDEN
846 Http::STATUS_FORBIDDEN
871 Http::STATUS_FORBIDDEN
901 Http::STATUS_FORBIDDEN
940 Http::STATUS_FORBIDDEN
1236 Http::STATUS_FORBIDDEN
[all …]
H A DGroupsController.php128 Http::STATUS_FORBIDDEN
158 Http::STATUS_FORBIDDEN
/dports/www/owncloud/owncloud/apps/federation/lib/BackgroundJob/
H A DRequestSharedSecret.php156 if ($status === Http::STATUS_FORBIDDEN) {
169 && $status !== Http::STATUS_FORBIDDEN
174 if ($status === Http::STATUS_FORBIDDEN) {
/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/Controller/
H A DPublicPreviewController.php109 return new DataResponse([], Http::STATUS_FORBIDDEN);
154 return new DataResponse([], Http::STATUS_FORBIDDEN);
159 return new DataResponse([], Http::STATUS_FORBIDDEN);
H A DShareInfoController.php78 $response = new JSONResponse([], Http::STATUS_FORBIDDEN);
84 $response = new JSONResponse([], Http::STATUS_FORBIDDEN);
/dports/www/owncloud/owncloud/
H A Dindex.php65 OC_Response::setStatus(OC_Response::STATUS_FORBIDDEN);
68 OC_Response::setStatus(OC_Response::STATUS_FORBIDDEN);
/dports/www/nextcloud/nextcloud/apps-pkg/files/lib/Controller/
H A DTransferOwnershipController.php101 return new DataResponse([], Http::STATUS_FORBIDDEN);
138 return new DataResponse([], Http::STATUS_FORBIDDEN);
171 return new DataResponse([], Http::STATUS_FORBIDDEN);
H A DDirectEditingController.php90 … DataResponse(['message' => 'Failed to create file: ' . $e->getMessage()], Http::STATUS_FORBIDDEN);
110 …ew DataResponse(['message' => 'Failed to open file: ' . $e->getMessage()], Http::STATUS_FORBIDDEN);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Http/RequestHandlers/
H A DMediaFileThumbnail.php63 …Registry::imageFactory()->replacementImageResponse((string) StatusCodeInterface::STATUS_FORBIDDEN);
77 … Registry::imageFactory()->replacementImageResponse((string) StatusCodeInterface::STATUS_FORBIDDEN)
/dports/www/nextcloud/nextcloud/core/Controller/
H A DClientFlowLoginV2Controller.php217 $response->setStatus(Http::STATUS_FORBIDDEN);
259 $response->setStatus(Http::STATUS_FORBIDDEN);
285 $response->setStatus(Http::STATUS_FORBIDDEN);
H A DClientFlowLoginController.php157 $response->setStatus(Http::STATUS_FORBIDDEN);
299 $response->setStatus(Http::STATUS_FORBIDDEN);
313 $response->setStatus(Http::STATUS_FORBIDDEN);
395 $response->setStatus(Http::STATUS_FORBIDDEN);
/dports/www/owncloud/owncloud/apps/notifications/lib/Controller/
H A DNotificationOptionsController.php64 ], Http::STATUS_FORBIDDEN);
142 ], Http::STATUS_FORBIDDEN);
/dports/www/nextcloud/nextcloud/lib/private/AppFramework/Middleware/
H A DOCSMiddleware.php112 if ($response->getStatus() === Http::STATUS_FORBIDDEN) {
119 return $this->buildNewResponse($controller, Http::STATUS_FORBIDDEN, $message);
/dports/www/nextcloud/nextcloud/apps-pkg/federation/lib/BackgroundJob/
H A DRequestSharedSecret.php178 if ($status === Http::STATUS_FORBIDDEN) {
194 && $status !== Http::STATUS_FORBIDDEN
/dports/www/owncloud/owncloud/apps/federatedfilesharing/lib/Ocm/Exception/
H A DForbiddenException.php34 return Http::STATUS_FORBIDDEN;
/dports/www/nextcloud/nextcloud/apps-pkg/provisioning_api/lib/Middleware/Exceptions/
H A DNotSubAdminException.php30 parent::__construct('Logged in user must be at least a sub admin', Http::STATUS_FORBIDDEN);
/dports/net-im/nextcloud-talk/spreed/lib/Middleware/Exceptions/
H A DReadOnlyException.php30 parent::__construct('The conversation is read-only', Http::STATUS_FORBIDDEN);
H A DCanNotUseTalkException.php30 parent::__construct('Can not use Talk', Http::STATUS_FORBIDDEN);
H A DLobbyException.php30 parent::__construct('The conversation is not open to join right now', Http::STATUS_FORBIDDEN);

123456