-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix app provider new file action and improve app provider error codes (…
- Loading branch information
Showing
19 changed files
with
449 additions
and
248 deletions.
There are no files selected for viewing
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,8 @@ | ||
Change: Fix app provider new file creation and improved error codes | ||
|
||
We've fixed the behavior for the app provider when creating new files. | ||
Previously the app provider would overwrite already existing files when creating a new file, this is now handled and prevented. | ||
The new file endpoint accepted a path to a file, but this does not work for spaces. Therefore we now use the resource id of the folder where the file should be created and a filename to create the new file. | ||
Also the app provider returns more useful error codes in a lot of cases. | ||
|
||
https://github.com/cs3org/reva/pull/2210 |
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.