-
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.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 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,11 @@ | ||
Enhancement: Add support for resource id to the archiver | ||
|
||
Before the archiver only supported resources provided by a path. | ||
Now also the resources ID are supported in order to specify the content | ||
of the archive to download. The parameters accepted by the archiver | ||
are two: an optional list of `file` (containing the paths of the | ||
resources) and an optional list of `id` (containing the resources IDs | ||
of the resources). | ||
|
||
https://github.com/cs3org/reva/pull/2100 | ||
https://github.com/cs3org/reva/issues/2097 |