You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,8 +36,6 @@ public function index(): DataResponse {
38
36
39
37
#[NoAdminRequired]
40
38
#[PublicPage]
41
-
#[NoCSRFRequired]
42
-
#[RequestHeader(name: 'x-nextcloud-federation', description: 'Set to 1 when the request is performed by another Nextcloud Server to indicate a federation request', indirect: true)]
#[RequestHeader(name: 'x-nextcloud-federation', description: 'Set to 1 when the request is performed by another Nextcloud Server to indicate a federation request', indirect: true)]
@@ -121,8 +113,6 @@ public function removeLabel(?int $boardId, int $cardId, int $labelId): DataRespo
121
113
122
114
#[NoAdminRequired]
123
115
#[PublicPage]
124
-
#[NoCSRFRequired]
125
-
#[RequestHeader(name: 'x-nextcloud-federation', description: 'Set to 1 when the request is performed by another Nextcloud Server to indicate a federation request', indirect: true)]
#[RequestHeader(name: 'x-nextcloud-federation', description: 'Set to 1 when the request is performed by another Nextcloud Server to indicate a federation request', indirect: true)]
@@ -44,8 +40,6 @@ public function index(int $boardId): DataResponse {
44
40
45
41
#[NoAdminRequired]
46
42
#[PublicPage]
47
-
#[NoCSRFRequired]
48
-
#[RequestHeader(name: 'x-nextcloud-federation', description: 'Set to 1 when the request is performed by another Nextcloud Server to indicate a federation request', indirect: true)]
@@ -59,8 +53,6 @@ public function create(string $title, int $boardId, int $order = 0):DataResponse
59
53
60
54
#[NoAdminRequired]
61
55
#[PublicPage]
62
-
#[NoCSRFRequired]
63
-
#[RequestHeader(name: 'x-nextcloud-federation', description: 'Set to 1 when the request is performed by another Nextcloud Server to indicate a federation request', indirect: true)]
@@ -73,8 +65,6 @@ public function setDoneStack(int $stackId, int $boardId, bool $isDone): DataResp
73
65
74
66
#[NoAdminRequired]
75
67
#[PublicPage]
76
-
#[NoCSRFRequired]
77
-
#[RequestHeader(name: 'x-nextcloud-federation', description: 'Set to 1 when the request is performed by another Nextcloud Server to indicate a federation request', indirect: true)]
@@ -90,8 +80,6 @@ public function delete(int $stackId, ?int $boardId = null):DataResponse {
90
80
91
81
#[NoAdminRequired]
92
82
#[PublicPage]
93
-
#[NoCSRFRequired]
94
-
#[RequestHeader(name: 'x-nextcloud-federation', description: 'Set to 1 when the request is performed by another Nextcloud Server to indicate a federation request', indirect: true)]
0 commit comments