-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Add OCA.Files.Sidebar and migrate sharing #15719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
ea6f423
Extend data returned when searching remote shares
skjnldsv fd90af5
Add OCA.Files.Sidebar
skjnldsv 515171a
Transpile also dependencies in node_modules
skjnldsv adb163b
Add projects view to sidebar
juliusknorr ae59edc
Add ShareTabSections service to register sections in the share tab
juliusknorr 1c13c52
Systemtags and external actions update
skjnldsv d88b93c
Add LoadSidebar event
skjnldsv 480691a
Prevent multiple systemtags views
skjnldsv a48359a
Adjust unit tests to new OCA.Sidebar
skjnldsv 12eba18
Adjust acceptance tests to new OCA.Sidebar
skjnldsv 51960cb
Fix triggering favorite file actions on the file list
skjnldsv 3331cdd
Fix legacy tab backbone fileinfo change
skjnldsv 2fd0575
Fix current user edit/delete permissions
skjnldsv 85730de
Compile assets
npmbuildbot[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,33 +1,34 @@ | ||
| [ | ||
| "dist/sidebar.js", | ||
| "app.js", | ||
| "templates.js", | ||
| "file-upload.js", | ||
| "newfilemenu.js", | ||
| "jquery.fileupload.js", | ||
| "jquery-visibility.js", | ||
| "fileinfomodel.js", | ||
| "filesummary.js", | ||
| "filemultiselectmenu.js", | ||
| "breadcrumb.js", | ||
| "filelist.js", | ||
| "search.js", | ||
| "favoritesfilelist.js", | ||
| "recentfilelist.js", | ||
| "tagsplugin.js", | ||
| "gotoplugin.js", | ||
| "favoritesplugin.js", | ||
| "recentplugin.js", | ||
| "detailfileinfoview.js", | ||
| "sidebarpreviewmanager.js", | ||
| "sidebarpreviewtext.js", | ||
| "detailtabview.js", | ||
| "semaphore.js", | ||
| "mainfileinfodetailview.js", | ||
| "operationprogressbar.js", | ||
| "detailsview.js", | ||
| "detailtabview.js", | ||
| "favoritesfilelist.js", | ||
| "favoritesplugin.js", | ||
| "file-upload.js", | ||
| "fileactions.js", | ||
| "fileactionsmenu.js", | ||
| "fileinfomodel.js", | ||
| "filelist.js", | ||
| "filemultiselectmenu.js", | ||
| "files.js", | ||
| "filesummary.js", | ||
| "gotoplugin.js", | ||
| "jquery-visibility.js", | ||
| "jquery.fileupload.js", | ||
| "keyboardshortcuts.js", | ||
| "navigation.js" | ||
| "mainfileinfodetailview.js", | ||
| "navigation.js", | ||
| "newfilemenu.js", | ||
| "operationprogressbar.js", | ||
| "recentfilelist.js", | ||
| "recentplugin.js", | ||
| "search.js", | ||
| "semaphore.js", | ||
| "sidebarpreviewmanager.js", | ||
| "sidebarpreviewtext.js", | ||
| "tagsplugin.js", | ||
| "templates.js" | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| <?php | ||
| declare(strict_types=1); | ||
| /** | ||
| * @copyright Copyright (c) 2019, Roeland Jago Douma <roeland@famdouma.nl> | ||
| * | ||
| * @author Roeland Jago Douma <roeland@famdouma.nl> | ||
| * | ||
| * @license GNU AGPL version 3 or any later version | ||
| * | ||
| * This program is free software: you can redistribute it and/or modify | ||
| * it under the terms of the GNU Affero General Public License as | ||
| * published by the Free Software Foundation, either version 3 of the | ||
| * License, or (at your option) any later version. | ||
| * | ||
| * This program is distributed in the hope that it will be useful, | ||
| * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| * GNU Affero General Public License for more details. | ||
| * | ||
| * You should have received a copy of the GNU Affero General Public License | ||
| * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| * | ||
| */ | ||
|
|
||
| namespace OCA\Files\Event; | ||
|
|
||
| use OCP\EventDispatcher\Event; | ||
|
|
||
| class LoadSidebar extends Event { | ||
|
|
||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.