-
Notifications
You must be signed in to change notification settings - Fork 3.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
Simple screen to share with users / groups #880
Comments
Hi @Bugsbane, thanks for sharing with us your ideas about sharing feature. We will take them into account for the future improvements of the sharing . At the moment, Android app provides you a way to share your files by link. You can copy the link or select an app to share with link with others. |
Thanks @masensio Yes, I understand the ability to create a public link, however my main reason for using ownCloud is precisely because I don't want to make my private data available to the rest of the world in the way that using a public link would. I am looking for a way to share data privately in ownCloud. Anyway, thanks for the reply. |
Hi @Bugsbane. I hope this is a good news for you :) |
Thanks. That was the main purpose of filing this ticket, ie. to make it known that it's generally needed and to give somewhere for that discussion to happen. Cheers. |
I second this idea in general. Waited for the feature of sharing files/folders to users/groups in particular for a long time. Together with the Copy files feature and Image/Video thumbnails feature, I can handle the photo/video sharing to private users/groups all on my phone. And that completes my use case completely. |
If there are more users / groups than fit the screen, it could just be scrolled by dragging. |
I like it. @jancborchardt Is the wireframe/mockup good? Then I would start looking how this can be done... |
Is there an entry point in the server side to get the lists of users and groups? cc @rperezb @cmonteroluque @MTRichards |
@davivel @tobiasKaminsky we have just started a issue to discuss the UI for the iOS app, owncloud/ios-legacy#425 |
For both iOS and Android it should basically look like the current share dropdown. With the exception that we need the file thumbnail and title above. |
@davivel @tobiasKaminsky WIP the Server API: owncloud/core#16646 to get the users |
related to the desktop client: owncloud/client#3537 and iOS owncloud/ios-legacy#425 |
@tobiasKaminsky , right, icons / thumbnails are too big. We'll improve that. Still progressing on this one. |
Sorry I haven’t come around to a design review on this one – it’s up on my list as I have some remarks! :) (Same for iOS) |
Don't worry, still working on it. Maybe we can make an overall review after covering the fundamental operation. |
@jancborchardt it would be great if you may check it, asap. |
Just going off the screenshot, is it actually necessary to have users click the button labeled "Add a user or group" when they're presumably already at the share screen? Maybe I'm missing something by not seeing the interaction flow, but from the photo alone, it seems redundant. |
@Bugsbane It is also for editing the existing sharees. |
@Bugsbane the screenshot shown is the first one, |
Hi @ALL, When you click on "Add User or Group" button, it is shown: We can unshare with a user or group using the cross button. The appereance of of those dialogs on tablet are: (Nexus 7 with Android 4.3) At the moment, we have implemented these screens as dialogs both mobile and tablet, but we are thinking about showing as dialog on tablet and fullscreen on mobile. |
I don't have a preference in this case for dialogs over fragments/activities. Though I wondered how I would close the dialogs since they don't seem to have a "closing action". So maybe that is an aspect which would argue for fragments. |
For maintaining reason I prefer to have both in the same way. |
In this case they are only dialogs in appearance, the implementation is an Activity themed as a dialog. We get this way the non-permament feeling that @tobiasKaminsky comments, but moving between different fragments is easier. @Bugsbane, besides the editing mode, it's planned to join in this view another "section" below for "share via link", and remove the separeted option from the context menu in the list of files. Something similar to the "Sharing" panel in web interface in OC 8.2. |
The view continues evolving to hold "share link" and its new options. Let's continue the dialog about the UI in #1178 |
Share with users ready to go in next release, 1.8.1. |
Suh-weeeeeeeeet! Tx to all involved! <3 <3 <3 |
Currently, my main usecase that I want ownCloud for is to share photos and videos with family overseas quickly, as I take them. If I want to share a photo just after I take it with my phone though, I need to:
This is just to share a file, surely one of the core use cases of the ownCloud app. Accordingly, I rarely actually bother to share, and if I do, it's not until way later when I'm at home at my computer, with the full ownCloud interface.
Instead, I propose that we have a "Share" screen, described below. This would be accessible from 2 places. First, in the menu where the user long tap and holds a file / folder while browsing. Second, via a second button next to the "Upload" button when using Android's share feature. The second button would be "Upload and share" which would, obviously, upload as it does now, and then open the share options page.
The share page would have the following 3 radio button options:
"Generate public link only" would be the default the first time, but the chosen options would be remembered when the user shares next time.
The text was updated successfully, but these errors were encountered: