Skip to content

Commit e0b099d

Browse files
authored
Direct editing (#372)
Direct editing
2 parents c2d9b35 + 9e93885 commit e0b099d

File tree

419 files changed

+1380
-722
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

419 files changed

+1380
-722
lines changed

β€Žappinfo/app.phpβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@
3838
\OCP\Util::addScript('text', 'public');
3939
\OCP\Util::addStyle('text', 'icons');
4040
});
41+
42+
$app = \OC::$server->query(Application::class);

β€Žappinfo/routes.phpβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@
3737
['name' => 'PublicSession#fetch', 'url' => '/public/session/fetch', 'verb' => 'GET'],
3838
['name' => 'PublicSession#sync', 'url' => '/public/session/sync', 'verb' => 'POST'],
3939
['name' => 'PublicSession#push', 'url' => '/public/session/push', 'verb' => 'POST'],
40+
4041
['name' => 'PublicSession#close', 'url' => '/public/session/close', 'verb' => 'GET'],
4142
],
4243
'ocs' => [
4344
['name' => 'Workspace#folder', 'url' => '/workspace', 'verb' => 'GET'],
4445
['name' => 'Workspace#publicFolder', 'url' => '/public/workspace', 'verb' => 'GET'],
46+
['name' => 'Workspace#direct', 'url' => '/workspace/direct', 'verb' => 'POST'],
47+
4548
]
4649
];

β€Žjs/editor-collab.jsβ€Ž

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/editor-collab.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/editor-guest.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/editor-guest.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/editor-rich.jsβ€Ž

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/editor-rich.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)