owncloud / core

:cloud: ownCloud web server core (Files, DAV, etc.)
https://owncloud.com
GNU Affero General Public License v3.0
8.39k stars 2.05k forks source link

OC7. Differences between local storage view and primary object store view using Share #10925

Closed labkode closed 10 years ago

labkode commented 10 years ago

Hi, I want to know if the following is by design or it is a bug. When you use local storage and someone shares with you something, this new share appears at your user tree (tab "All files") and you can move them wherever you want. In the other hand, when using primary object store, these shares that you are receiving are only in the tab "Shared with me" and are being presented as an entry list without the possibility to move the folders or files. I would appreciate a clear answer for this questions because we are developing a custom primary object store that handles sharing too, and it would be great to see where this goes for a better integration in the future. I think that the separation of the user tree and the shares like in primary object store is simpler for the user. Thanks.

cdamken commented 10 years ago

@MTRichards @craigpg Can you help me here?

MTRichards commented 10 years ago

There should be no difference between a local storage for primary storage, and an object store for primary storage with regards to how sharing appears in a user's account. The shared files should still appear at the user's all files tab, and also be in the sort, and be movable.

@butonic any idea why these appear differently?

cdamken commented 10 years ago

@DeepDiver1975 any additional comment here?

DeepDiver1975 commented 10 years ago

There should be no difference in the behavior - looks like a bug

karlitschek commented 10 years ago

@DeepDiver1975 Can you have a look please?

DeepDiver1975 commented 10 years ago

Can you have a look please?

On it - fighting to get the vm with openstack up and running - same fun like in Berlin :imp:

DeepDiver1975 commented 10 years ago

@labkode There are some questions to be answered :wink:

Which version of ownCloud are you using? Which object store are you connected to? Did you share a file or a folder? Did you share with a user or with a group? (The original description says user - just to be sure :wink: )

THX

DeepDiver1975 commented 10 years ago

@karlitschek @craigpg @MTRichards master branch works as expected - testing stable7 now ...

labkode commented 10 years ago

I used OC7.0.1 with swift and the trystack account. I shared a folder. Hugo Gonález Labrador Escuela Superior de Ingeniería Informática Universidad de Vigo

El 18/09/2014, a las 15:10, Thomas Müller notifications@github.com escribió:

@labkode There are some questions to be answered

Which version of ownCloud are you using? Which object store are you connected to? Did you share a file or a folder?

THX

— Reply to this email directly or view it on GitHub.

DeepDiver1975 commented 10 years ago

I used OC7.0.1 with swift and the trystack account. I shared a folder.

Can I ask you to retest with 7.0.2? THX

labkode commented 10 years ago

I cannot test it until Monday. I would test it with 7.0.1 again because for you it works ?

Hugo Gonález Labrador Escuela Superior de Ingeniería Informática Universidad de Vigo

El 18/09/2014, a las 16:16, Thomas Müller notifications@github.com escribió:

I used OC7.0.1 with swift and the trystack account. I shared a folder.

Can I ask you to retest with 7.0.2? THX

— Reply to this email directly or view it on GitHub.

DeepDiver1975 commented 10 years ago

Tested with stable7 -> works

DeepDiver1975 commented 10 years ago

even with tag 7.0.1 I see shared files and folders in "All folders"

DeepDiver1975 commented 10 years ago

@labkode please retest - THX

labkode commented 10 years ago

I have retested with a vanilla installation and it is ok. I had some custom configuration that triggered this behaviour. Sorry for wasting some minutes of your time.