sciserver / scidrive-ui

Web UI for scidrive
http://www.scidrive.org
Apache License 2.0
0 stars 0 forks source link

Hide 'create folder' and 'create file from URL' buttons from read-only anonymous sharing view. #77

Open jkim485 opened 8 years ago

jkim485 commented 8 years ago
  1. User A shares a folder with read-only.
  2. User A sends the share link to User B.
  3. User B enters the link to a browser.
  4. User B sees buttons for 'create folder' and 'create file from URL', 'Log out'.
  5. Since it is read-only share, just hide these buttons so that these options are not available to User B.
  6. User B also sees 'delete' icon when mouse hover a file/folder.
  7. Hide 'delete' option for anonymously sharing.

For 'write enabled' sharing, these options remain available.

jkim485 commented 8 years ago

Mitya, I didn't know whom to assign, so I assigned you:)