-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
enhancementNew feature or requestNew feature or request
Description
From upgrade to 30 documentation:
- Using the
@PasswordConfirmationRequiredannotation is deprecated and the #[OCP\AppFramework\Http\Attribute\PasswordConfirmationRequired] attribute should be used instead. - Using the
@CORSannotation is deprecated and the #[OCP\AppFramework\Http\Attribute\CORS] attribute should be used instead. - Using the
@PublicPageannotation is deprecated and the #[OCP\AppFramework\Http\Attribute\PublicPage] attribute should be used instead. - Using the
@ExAppRequiredannotation is deprecated and the #[OCP\AppFramework\Http\Attribute\ExAppRequired] attribute should be used instead. - Using the
@AuthorizedAdminSettingannotation is deprecated and the #[OCP\AppFramework\Http\Attribute\AuthorizedAdminSetting] attribute should be used instead. - Using the
@SubAdminRequiredannotation is deprecated and the #[OCP\AppFramework\Http\Attribute\SubAdminRequired] attribute should be used instead. - Using the
@NoAdminRequiredannotation is deprecated and the #[OCP\AppFramework\Http\Attribute\NoAdminRequired] attribute should be used instead. - Using the
@StrictCookieRequiredannotation is deprecated and the #[OCP\AppFramework\Http\Attribute\StrictCookiesRequired] attribute should be used instead. - Using the
@NoCSRFRequiredannotation is deprecated and the #[OCP\AppFramework\Http\Attribute\NoCSRFRequired] attribute should be used instead.
Sub-issues
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request