Closed
Conversation
Member
|
Contributor
Author
|
Got getPermissions issue too when opening activity in sidebar for a shared folder, after setting tags/comments: |
7660921 to
e2dbed3
Compare
Contributor
Author
|
|
Contributor
Author
|
PHP7 passed, with a bit of luck this will work! |
| }); | ||
| $shares = array_map(function ($share) use ($user, $storageFactory) { | ||
|
|
||
| \OC::$server->getLogger()->debug('Mounting share #{share} for {user}', [ |
Contributor
Author
|
If CI passes:
|
|
|
||
| use Doctrine\DBAL\Exception\UniqueConstraintViolationException; | ||
| use OC\Files\Filesystem; | ||
| use OC\Files\Storage\Shared; |
Contributor
There was a problem hiding this comment.
unused now, since we check it with a string
Contributor
Author
|
Preparing a parallel PR to save some time |
Contributor
Author
|
OBsoleted by #22945 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@icewind1991 @nickvergessen @rullzer
This is the hackery needed to prevent the isLocal loop.
However this would break availability check for storages and also firewall due to skipping oc_mounts updates.
This is just a POC to try and understand the problem better.