-
Notifications
You must be signed in to change notification settings - Fork 279
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
Nextcloud Files integration #564
Comments
Yes, definitely. There are some things that need to be discussed. It doesn't seem to be easily possible with the current share API the server provides, therefore i opened nextcloud/server#10292.
|
True, didn't thought about shared boards. Maybe you could use the existing share api to automatically share the file/folder with all users to who the board is shared. |
Started using deck a couple of days ago, and this feature is definitely useful. Hoping to see this feature! :) |
yeah – should be possible. We want to use it in our team instead of trello, but this feature is missing. yes we know, we can go to the file and copy the share link but it's not pretty elegant. Is it possible to show this window of copy the link to share it? |
Is that feature still planned? I just got stuck with that as well in NC18. |
Yes, our plan is to do this like it is implemented in talk. I've updated the first post with our spec that was defined during the last contributor week. |
One thing that is missing, is the question if already existing files:
|
I would strongly recommend 1 & 2 as options, with 1 as default and where 2 is implemented like the "share link" function - and equally respects advanced permissions in group folders i.e. will tell the person trying to share via a deck attachment that they do not have permission to share the file. |
I would like having a config option in a board, whether its attachments should follow policy 1 (current file permissions) or 2 (shared with the board), being 1 the default, as most restrictive. This could be then changed on a file basis. Perhaps simply implemented as a yes/no tick "share with the board" for the file owner. |
I think a file owner can already set permissions. But many files in an organisation will be shared to users without them being granted permission to reshare, and Deck cannot be allowed to override that permission or it breaks the security model. |
How different is this from the current feature where I can link the selected card to another card, board or file from the details pane? Referred to as "projects". |
Quite different, because a project creates a nextcloud-wide project entry that apps can access. Assuming that would be the case for more than a few cards, the project search would become a total mass very quickly. The project link is a solid workaround though before this is implemented. If you don't want to screw up your project search you can also attach the internal link to a file in the description. |
A first iteration of this feature that might be much easier to implement is to add a "nextcloud file import" option. So the file will still be duplicated when added to the card, but at least I don't have to download the file from nextcloud to my filesystem and then upload it again to the card. Saves bandwidth, time and it is more convenient. |
@jancborchardt @Clementine46 I've also created two very quick mockups of how the sharing part could look like from the files app. As discussed we have two options here, from my point of view the last one makes most sense as otherwise users will end up with their sharing auto complete being filled with tons of cards. Option 1: Show results of cards to share with immediately in the sharing inputOption 2: Only show one entry and let the user pick the card to share with in a modal |
From our design call:
|
Needing this feature right now. Does anyone know the rough expected release date on this feature? |
1.3.0 will be released for Nextcloud 21+ but you can of course already run the beta releases of the server and deck app in case you want to help testing this. https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule#nextcloud-21 |
Would be nice if I could not only upload new files as attachment but also select files which are already stored in my Nextcloud to connect then with a specific card.
Updated specification:
Mockups
Being able to attach files to a card, either by choosing an existing file from the Nextcloud files app or by uploading a new one.
The sidebar of a card will have an "Attachments" tab which will enable the user to upload files from the local storage and attach it to a card or to attach a file which was already uploaded to Nextcloud
A file picker will enable the user to attach a file which already exists in Nextcloud, to a card
The user will be able to jump to the file directly ("Show in files")
The text was updated successfully, but these errors were encountered: