-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* get rid of interceptor and move logic to storageprovider Signed-off-by: jkoberg <[email protected]> * use configured mountID instead of requested one Signed-off-by: jkoberg <[email protected]> * use requested providerID for Stat calls Signed-off-by: jkoberg <[email protected]> * storageid unwrap for sharesstorageprovider Signed-off-by: jkoberg <[email protected]> * storageid unwrap for publicstorageprovider Signed-off-by: jkoberg <[email protected]> * fallback to providerid if empty Signed-off-by: jkoberg <[email protected]> * add mountid config for storage providers Signed-off-by: jkoberg <[email protected]> * add storageid unwrap functionality Signed-off-by: jkoberg <[email protected]> * changelog Signed-off-by: jkoberg <[email protected]> * fix listing trash Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * cut providerid from opaqueid Signed-off-by: jkoberg <[email protected]> * fix import cycle in resourceid unit tests Signed-off-by: jkoberg <[email protected]> * fix restore recycle item Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * use feature core Signed-off-by: jkoberg <[email protected]> * add missing share_with_user_type in share data Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * prevent panic Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * bump core commit id Signed-off-by: jkoberg <[email protected]> * use feature core Signed-off-by: jkoberg <[email protected]> Co-authored-by: Jörn Friedrich Dreyer <[email protected]>
- Loading branch information
Showing
16 changed files
with
444 additions
and
38 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# The test runner source for API tests | ||
CORE_COMMITID=b262ada63569e241f9cee451c23f267512fd48b2 | ||
CORE_BRANCH=master | ||
CORE_COMMITID=69d8f1e0027d5763ef7d011aaff2df33beff16d | ||
CORE_BRANCH=EscapeDollarOcisEdition |
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,6 @@ | ||
Enhancement: fake providerids so API stays stable after beta | ||
|
||
To support the stativ registry, we need to accept providerids | ||
This fakes the ids so the API can stay stable | ||
|
||
https://github.com/cs3org/reva/pull/2790 |
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.