Skip to content

Commit

Permalink
Let users choose a share_folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi authored and skjnldsv committed Sep 6, 2021
1 parent 33a0b75 commit 961f895
Show file tree
Hide file tree
Showing 22 changed files with 304 additions and 88 deletions.
11 changes: 11 additions & 0 deletions apps/files_sharing/appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @author Lukas Reschke <[email protected]>
* @author Maxence Lange <[email protected]>
* @author Roeland Jago Douma <[email protected]>
* @author Hinrich Mahler <[email protected]>
*
* @license AGPL-3.0
*
Expand Down Expand Up @@ -82,6 +83,16 @@
'url' => '/settings/defaultAccept',
'verb' => 'PUT',
],
[
'name' => 'Settings#setUserShareFolder',
'url' => '/settings/shareFolder',
'verb' => 'PUT',
],
[
'name' => 'Settings#resetUserShareFolder',
'url' => '/settings/shareFolder',
'verb' => 'DELETE',
],
[
'name' => 'Accept#accept',
'url' => '/accept/{shareId}',
Expand Down
8 changes: 4 additions & 4 deletions apps/files_sharing/js/dist/additionalScripts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files_sharing/js/dist/additionalScripts.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files_sharing/js/dist/collaboration.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/files_sharing/js/dist/collaboration.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apps/files_sharing/js/dist/files_sharing.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files_sharing/js/dist/files_sharing.js.map

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions apps/files_sharing/js/dist/files_sharing_tab.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files_sharing/js/dist/files_sharing_tab.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files_sharing/js/dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 961f895

Please sign in to comment.