]> source.dussan.org Git - nextcloud-server.git/commit
feat(files_external): migrate to vue 39577/head
authorJohn Molakvoæ <skjnldsv@protonmail.com>
Thu, 13 Jul 2023 07:58:24 +0000 (09:58 +0200)
committerJohn Molakvoæ <skjnldsv@protonmail.com>
Tue, 1 Aug 2023 14:38:06 +0000 (16:38 +0200)
commit38480fda3cd1f10652bc1e854207b074921e66b8
treec4c9112123f649802c9f86d056fe6da5e89be068
parent385f987a28a535e8b6b0020693daa5347093c186
feat(files_external): migrate to vue

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
56 files changed:
apps/files/src/components/CustomElementRender.vue
apps/files/src/components/FileEntry.vue
apps/files/src/services/FileAction.ts
apps/files/src/views/FilesList.vue
apps/files_external/appinfo/routes.php
apps/files_external/composer/composer/autoload_classmap.php
apps/files_external/composer/composer/autoload_static.php
apps/files_external/composer/composer/installed.php
apps/files_external/css/external.css [deleted file]
apps/files_external/js/app.js [deleted file]
apps/files_external/js/mountsfilelist.js [deleted file]
apps/files_external/js/oauth1.js [deleted file]
apps/files_external/js/oauth2.js [deleted file]
apps/files_external/js/public_key.js [deleted file]
apps/files_external/js/rollingqueue.js [deleted file]
apps/files_external/js/statusmanager.js [deleted file]
apps/files_external/lib/AppInfo/Application.php
apps/files_external/lib/Controller/ApiController.php
apps/files_external/lib/Controller/GlobalStoragesController.php
apps/files_external/lib/Controller/StoragesController.php
apps/files_external/lib/Controller/UserGlobalStoragesController.php
apps/files_external/lib/Controller/UserStoragesController.php
apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php
apps/files_external/lib/Lib/StorageConfig.php
apps/files_external/lib/Listener/LoadAdditionalListener.php [new file with mode: 0644]
apps/files_external/lib/ResponseDefinitions.php
apps/files_external/list.php [deleted file]
apps/files_external/src/actions/enterCredentialsAction.spec.ts [new file with mode: 0644]
apps/files_external/src/actions/enterCredentialsAction.ts [new file with mode: 0644]
apps/files_external/src/actions/inlineStorageCheckAction.ts [new file with mode: 0644]
apps/files_external/src/actions/openInFilesAction.spec.ts [new file with mode: 0644]
apps/files_external/src/actions/openInFilesAction.ts [new file with mode: 0644]
apps/files_external/src/css/fileEntryStatus.scss [new file with mode: 0644]
apps/files_external/src/main.ts [new file with mode: 0644]
apps/files_external/src/services/externalStorage.ts [new file with mode: 0644]
apps/files_external/src/utils/credentialsUtils.ts [new file with mode: 0644]
apps/files_external/src/utils/externalStorageUtils.ts [new file with mode: 0644]
apps/files_external/templates/list.php [deleted file]
apps/files_external/tests/Controller/StoragesControllerTest.php
apps/files_sharing/src/actions/openInFilesAction.ts
apps/files_sharing/src/services/SharingService.spec.ts
apps/files_sharing/src/services/SharingService.ts
apps/files_sharing/src/views/shares.spec.ts
apps/files_sharing/src/views/shares.ts
dist/core-common.js
dist/core-common.js.map
dist/files-main.js
dist/files-main.js.map
dist/files_external-main.js [new file with mode: 0644]
dist/files_external-main.js.LICENSE.txt [new file with mode: 0644]
dist/files_external-main.js.map [new file with mode: 0644]
dist/files_sharing-files_sharing.js
dist/files_sharing-files_sharing.js.map
package-lock.json
tests/karma.config.js
webpack.modules.js