-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.0.0 Sharing: display error for multiple shared folders #2462
Comments
Seems I missed a case of duplicate shares. Since it isn't critical this probably won't be fixed until 6. |
In my opinion, it's more critical than that. We're setting up an owncloud server with shared repository for files, and for some users, folders don't appear as 'folder', but 'folder (2)'. |
@halfgaar That doesn't sound like the same thing. If the file name folder already exists for that user, it will automatically change the name to 'file (#)'. Is it doing this without the name 'folder' already existing? |
No, the folder doesn't exist without the "(2)". This user also has double entries in the web GUI. I does kind of seem related, but I can't be sure of course. |
It looks like we are getting crashes from this. This user, who had the double entries, was the only one who experienced this crash (in owncloud_rmdir) (Mirall version 1.2.1):
It happened after starting owncloud and waiting for it to sync. It took about 1000 seconds before it finally would sync, and then it crashed. This was very repeatable behavior. We couldn't leave this user's Owncloud non-functional, so I removed his sync folders and Owncloud data dir and upgraded to Mirall 1.2.4 (and lost the ability to test the crash). It works now. Time will tell if this won't happen again, though. |
Or wait, actually let me reopen. Now that we’re past ownCloud 5 release, what’s the plan on this @MTGap? |
Hello. I'm using 6.03 and having the same problem. It's wont fixed on 6? |
@schiesbn @PVince81 can you look into this? |
How about 6.0.4 ? |
PVince81, I dont read about update this bug on 6.0.4. I'm using 6.0.3 now. Do u think that upgrade will solve? Thanks all for attention. |
This ticket has been used for various different old issues and I'd like to keep it closed for now. @rribeiro please raise a separate ticket using the issue template: https://raw.github.com/owncloud/core/master/issue_template.md If the issue you were referring to was that the recipient sees the file/folder twice then this is expected, not a bug. There is currently no way to fix this without doing major changes, especially in a stable release like OC 6. So for now this is by design. |
I share some folders to two different groups. One with read-only permissions, one with write permissions too. If a user who is in both groups opens the "Shared" directory he can see the shared folders twice [with a "(2)"]
OC 5.0.0
Ubuntu 12.04 x64
PHP 5.3.10
Apache2.2.22
Firefox 19
The text was updated successfully, but these errors were encountered: