Vincent Petry
Vincent Petry
@come-nc can you have a look ? this issue is specifically for "read-only shares" or where the "upload/write" permission was removed there were mentions of "remove download permission" but this...
in theory a download button could be added on the same level like the reply and the three dots menu for that message ? or if that's visually too far...
in the button's implementation, also need to check the file permissions to make sure that download is allowed
slightly related, some other related buttons "copy private link" and/or "jump to files app" https://github.com/nextcloud/spreed/issues/4533
in my case today in a call it was for a text file that I couldn't open in the text app (it kept spinning), so I wanted to download it...
It seems tooltips are already supported upstream: https://fullcalendar.io/docs/event-tooltip-demo So might be a matter of configuring them and setting the right attributes. Edit: I like this one better: https://fullcalendar.io/docs/v3/event-tooltip-demo
it should be possible to extend this logic to also include group folder https://github.com/nextcloud/server/blob/master/lib/private/Files/Utils/Scanner.php#L225 and change the class name to the one of group folder storage, make sure to **use...
Ref: the update happens here: https://github.com/owncloud/core/blob/v10.1.0/lib/private/Installer.php#L222 The folder gets extracted properly but later on it doesn't get copied over since it has the wrong name. But at this point the...
or as a last resort: a background job ?
it seems we do have logic that automatically renames existing user folders whenever a sudden group folder with the same name appears, in the test case above you can also...