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
@@ -36,6 +38,8 @@ public function index(): DataResponse {
36
38
37
39
#[NoAdminRequired]
38
40
#[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)]
@@ -113,6 +121,8 @@ public function removeLabel(?int $boardId, int $cardId, int $labelId): DataRespo
113
121
114
122
#[NoAdminRequired]
115
123
#[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)]
@@ -40,6 +44,8 @@ public function index(int $boardId): DataResponse {
40
44
41
45
#[NoAdminRequired]
42
46
#[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)]
@@ -53,6 +59,8 @@ public function create(string $title, int $boardId, int $order = 0):DataResponse
53
59
54
60
#[NoAdminRequired]
55
61
#[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)]
@@ -65,6 +73,8 @@ public function setDoneStack(int $stackId, int $boardId, bool $isDone): DataResp
65
73
66
74
#[NoAdminRequired]
67
75
#[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)]
@@ -80,6 +90,8 @@ public function delete(int $stackId, ?int $boardId = null):DataResponse {
80
90
81
91
#[NoAdminRequired]
82
92
#[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