]> source.dussan.org Git - nextcloud-server.git/commit
Add OCA.Files.Sidebar
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Thu, 23 May 2019 15:03:04 +0000 (17:03 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Tue, 29 Oct 2019 11:56:00 +0000 (12:56 +0100)
commitfd90af50d910e659aa8df0d380424383c6c09620
tree76d8ddcc7cf44ba6852f31b0a2323d23d6b1c258
parentea6f423e2c8e50cf1357a0e2182dc4c9a9bf981e
Add OCA.Files.Sidebar

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
46 files changed:
.babelrc.js
Makefile
apps/comments/src/filesplugin.js
apps/files/css/files.scss
apps/files/js/fileactions.js
apps/files/js/filelist.js
apps/files/js/merged-index.json
apps/files/src/components/LegacyTab.vue [new file with mode: 0644]
apps/files/src/components/LegacyView.vue [new file with mode: 0644]
apps/files/src/models/Tab.js [new file with mode: 0644]
apps/files/src/services/FileInfo.js [new file with mode: 0644]
apps/files/src/services/Sidebar.js [new file with mode: 0644]
apps/files/src/sidebar.js [new file with mode: 0644]
apps/files/src/views/Sidebar.vue [new file with mode: 0644]
apps/files/webpack.js [new file with mode: 0644]
apps/files_sharing/appinfo/app.php
apps/files_sharing/css/icons.scss [new file with mode: 0644]
apps/files_sharing/list.php
apps/files_sharing/src/components/SharingEntry.vue [new file with mode: 0644]
apps/files_sharing/src/components/SharingEntryInternal.vue [new file with mode: 0644]
apps/files_sharing/src/components/SharingEntryLink.vue [new file with mode: 0644]
apps/files_sharing/src/components/SharingEntrySimple.vue [new file with mode: 0644]
apps/files_sharing/src/components/SharingInput.vue [new file with mode: 0644]
apps/files_sharing/src/files_sharing_tab.js [new file with mode: 0644]
apps/files_sharing/src/mixins/ShareRequests.js [new file with mode: 0644]
apps/files_sharing/src/mixins/ShareTypes.js [new file with mode: 0644]
apps/files_sharing/src/mixins/SharesMixin.js [new file with mode: 0644]
apps/files_sharing/src/models/Share.js [new file with mode: 0644]
apps/files_sharing/src/services/ConfigService.js [new file with mode: 0644]
apps/files_sharing/src/services/ExternalLinkActions.js [new file with mode: 0644]
apps/files_sharing/src/services/ShareSearch.js [new file with mode: 0644]
apps/files_sharing/src/share.js
apps/files_sharing/src/sharebreadcrumbview.js
apps/files_sharing/src/utils/SharedWithMe.js [new file with mode: 0644]
apps/files_sharing/src/views/SharingLinkList.vue [new file with mode: 0644]
apps/files_sharing/src/views/SharingList.vue [new file with mode: 0644]
apps/files_sharing/src/views/SharingTab.vue [new file with mode: 0644]
apps/files_sharing/webpack.js
core/js/files/client.js
core/src/Polyfill/closest.js [new file with mode: 0644]
core/src/Polyfill/index.js
core/src/main.js
core/src/views/Login.vue
package-lock.json
package.json
webpack.common.js