]> source.dussan.org Git - nextcloud-server.git/commit
Require a token for "Edit locally"
authorJoas Schilling <coding@schilljs.com>
Tue, 11 Oct 2022 18:15:26 +0000 (20:15 +0200)
committerJoas Schilling <coding@schilljs.com>
Tue, 11 Oct 2022 18:15:26 +0000 (20:15 +0200)
commitcfbbace45060c70d80cc01c79595c983747c63c4
treee3f43162f644f5a8c6522dd8c652117cf6925c3c
parent8d05e180bc29dbe0d546fd46d16339ced60c4228
Require a token for "Edit locally"

Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/files/appinfo/info.xml
apps/files/appinfo/routes.php
apps/files/composer/composer/autoload_classmap.php
apps/files/composer/composer/autoload_static.php
apps/files/js/filelist.js
apps/files/lib/Controller/OpenLocalEditorController.php [new file with mode: 0644]
apps/files/lib/Db/OpenLocalEditor.php [new file with mode: 0644]
apps/files/lib/Db/OpenLocalEditorMapper.php [new file with mode: 0644]
apps/files/lib/Migration/Version12101Date20221011153334.php [new file with mode: 0644]