feat: add IUserFolder similar to IRootFolder#53048
Conversation
2013bba to
89350ae
Compare
|
I do not understand these last 4 errors and how to get rid of them 😿 |
ec338d9 to
ec59b84
Compare
9e6edb7 to
9526491
Compare
9526491 to
a3dfd4c
Compare
|
The remaining failure comes from the fact that when a user folder exists on disk but not in oc_filecache, it fails to be scanned correctly. Previous code did not have the issue because it did not try to create /user but directly /user/files, I think. @icewind1991 I’m interested by your input on this and whether you think commit d9df76e is a good idea. |
|
s3 tests are now failing 😭 |
* Implements #52896 Similar to the root folder this represents the users home folder, it allows to group user based methods on the folder like the user quota. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
…etUserFolder Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
386c7d3 to
0c006ff
Compare
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
I rebased on master and now there are new failures in trashbin tests. I’m unable to reproduce those so far. |
|
The failure in files_sharing is related to trashbin as well, so the current issue is related to trashbin. I could not find a way to reproduce the issue locally. |
Summary
TBD
Checklist