server
server copied to clipboard
☁️ Nextcloud server, a safe home for all your data
It would be great, if the user gets a notification if a task list was shared to him.
### Steps to reproduce I deleted an user on my phone and it synced with my server via CardDAV. ### Expected behaviour See the deletion of the user in the...
Coming from https://github.com/nextcloud/server/issues/15819: Mobile client use dav propfind to get also share information, so they do not need to do different calls, so expiration property should be added there.
I ran into this several times. But if you have a cluster of Nextcloud nodes it would be good if we could set a config.php setting for this. This could...
See https://github.com/nextcloud/documentation/pull/1538 We just log for now, we should add a notification.
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature. * Please don't comment if you have no relevant...
Related to [warning displayed in Discourse integration](https://github.com/nextcloud/integration_discourse/issues/5), it'd be nice to allow users a certain amount of granular control when performing unified searches beyond just having to enable/disable each integration...
`popupKind` currently defaults to `"menu"`. This is incorrect for many cases, i.e. every case where the passed `content` is not a `Menu`. For example, in most cases `aria-haspopup` should `dialog`....
I like how stupid convenient sharing by E-Mail is (share folder, for example), however, I really would like a "send share E-Mail" button or something like that. Firstly, for confirmation...
The visibility of user management columns is currently stored in localstorage, which is removed on logout. Ideally the settings should be stored as user config values in the database, so...