-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[full-ci] Resource ids in urls (#7725)
Co-authored-by: Jannik Stehle <[email protected]> Co-authored-by: Dominik Schmidt <[email protected]> Co-authored-by: Jan <[email protected]>
- Loading branch information
1 parent
601af15
commit cc0eec8
Showing
79 changed files
with
952 additions
and
698 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
changelog/unreleased/enhancement-enable-renaming-received-shares
This file contains 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,7 @@ | ||
Enhancement: Enable renaming on received shares | ||
|
||
As a receiver the user can rename a share which will only take effect for the respective user | ||
but won't change the name for the sharee or other share receivers. | ||
|
||
https://github.com/owncloud/web/pull/7725 | ||
https://github.com/owncloud/web/issues/6247 |
This file contains 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,14 @@ | ||
Enhancement: Id based routing | ||
|
||
We now include fileIds in the URL query to be able to | ||
- resolve files and spaces correctly and | ||
- resolve the correct relative path of a file if it was changed (this might be the case for bookmarks) | ||
The fileIds in the URL can be disabled by setting `options.routing.idBased` to `false` in the `config.json`. | ||
|
||
Note: It's recommended to keep the default of fileIds being used in routing. Otherwise it's not possible | ||
to resolve spaces with name clashes correctly. | ||
|
||
https://github.com/owncloud/web/issues/6247 | ||
https://github.com/owncloud/web/pull/7725 | ||
https://github.com/owncloud/web/issues/7714 | ||
https://github.com/owncloud/web/issues/7715 |
This file contains 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 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 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 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 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 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
Oops, something went wrong.