]> source.dussan.org Git - nextcloud-server.git/commit
feat(files): migrate recent view 39613/head
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Fri, 28 Jul 2023 12:52:30 +0000 (14:52 +0200)
committerJohn Molakvoæ <skjnldsv@protonmail.com>
Wed, 2 Aug 2023 07:57:27 +0000 (09:57 +0200)
commit87b1719c88240d7ae230e5e6ad30c47e100701bd
treea328054f57ff87500594da226a85ed2cad106e0e
parent6ec35e3799974afdfa04fe43585f613534465610
feat(files): migrate recent view

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
25 files changed:
apps/files/js/merged-index.json
apps/files/js/recentplugin.js [deleted file]
apps/files/lib/AppInfo/Application.php
apps/files/recentlist.php [deleted file]
apps/files/src/actions/openInFilesAction.spec.ts [new file with mode: 0644]
apps/files/src/actions/openInFilesAction.ts [new file with mode: 0644]
apps/files/src/components/FileEntry.vue
apps/files/src/main.ts
apps/files/src/services/Recent.ts [new file with mode: 0644]
apps/files/src/views/recent.ts [new file with mode: 0644]
apps/files/templates/recentlist.php [deleted file]
apps/files/tests/Controller/ViewControllerTest.php
apps/files_external/src/actions/enterCredentialsAction.spec.ts
apps/files_external/src/css/fileEntryStatus.scss
apps/files_external/src/services/externalStorage.ts
apps/files_external/src/utils/externalStorageUtils.spec.ts [new file with mode: 0644]
apps/files_sharing/src/services/SharingService.spec.ts
apps/files_sharing/src/services/SharingService.ts
apps/files_sharing/src/views/shares.ts
dist/files-main.js
dist/files-main.js.map
dist/files_external-main.js
dist/files_external-main.js.map
dist/files_sharing-files_sharing.js
dist/files_sharing-files_sharing.js.map