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
Copy file name to clipboardExpand all lines: solid/lib/Controller/CalendarController.php
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public function __construct(
50
50
51
51
privatefunctiongetFileSystem($userId) {
52
52
// Make sure the root folder has an acl file, as is required by the spec;
53
-
// Generate a default file granting the owner full access.
53
+
// Generate a default file granting the owner full access.
54
54
$defaultAcl = $this->generateDefaultAcl($userId);
55
55
56
56
// Create the Nextcloud Calendar Adapter
@@ -61,7 +61,11 @@ private function getFileSystem($userId) {
61
61
// Create Formats objects
62
62
$formats = new \Pdsinterop\Rdf\Formats();
63
63
64
-
$serverUri = "https://" . $this->rawRequest->getServerParams()["SERVER_NAME"] . $this->rawRequest->getServerParams()["REQUEST_URI"]; // FIXME: doublecheck that this is the correct url;
Copy file name to clipboardExpand all lines: solid/lib/Controller/ContactsController.php
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ public function __construct(
51
51
52
52
privatefunctiongetFileSystem($userId) {
53
53
// Make sure the root folder has an acl file, as is required by the spec;
54
-
// Generate a default file granting the owner full access.
54
+
// Generate a default file granting the owner full access.
55
55
$defaultAcl = $this->generateDefaultAcl($userId);
56
56
57
57
// Create the Nextcloud Contacts Adapter
@@ -62,7 +62,11 @@ private function getFileSystem($userId) {
62
62
// Create Formats objects
63
63
$formats = new \Pdsinterop\Rdf\Formats();
64
64
65
-
$serverUri = "https://" . $this->rawRequest->getServerParams()["SERVER_NAME"] . $this->rawRequest->getServerParams()["REQUEST_URI"]; // FIXME: doublecheck that this is the correct url;
Copy file name to clipboardExpand all lines: solid/lib/Controller/ProfileController.php
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ public function __construct(
54
54
55
55
privatefunctiongetFileSystem($userId) {
56
56
// Make sure the root folder has an acl file, as is required by the spec;
57
-
// Generate a default file granting the owner full access.
57
+
// Generate a default file granting the owner full access.
58
58
$defaultAcl = $this->generateDefaultAcl($userId);
59
59
$profile = $this->generateTurtleProfile($userId);
60
60
@@ -65,7 +65,11 @@ private function getFileSystem($userId) {
65
65
// Create Formats objects
66
66
$formats = new \Pdsinterop\Rdf\Formats();
67
67
68
-
$serverUri = "https://" . $this->rawRequest->getServerParams()["SERVER_NAME"] . $this->rawRequest->getServerParams()["REQUEST_URI"]; // FIXME: doublecheck that this is the correct url;
Copy file name to clipboardExpand all lines: solid/lib/Controller/StorageController.php
+18-14Lines changed: 18 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,11 @@ private function getFileSystem() {
63
63
// Create Formats objects
64
64
$formats = new \Pdsinterop\Rdf\Formats();
65
65
66
-
$serverUri = "https://" . $this->rawRequest->getServerParams()["SERVER_NAME"] . $this->rawRequest->getServerParams()["REQUEST_URI"]; // FIXME: doublecheck that this is the correct url;
0 commit comments