server
server copied to clipboard
☁️ Nextcloud server, a safe home for all your data
Feature request: Allow customization of the presentation order of fields of addresses The order of elements in the ADR field of a vCard is fixed by [RFC 6350](https://tools.ietf.org/html/rfc6350#section-6.3.1), but the...
I'd like to share a folder and let everyone subscribe to any changes in the folder or a file. For example, I shared `resume` folder to a few HRs and...
I suppose that is a Bug, but when the administrator of users enable the option "Allow users to publish their data to a global and public address book " which...
Zot Protocol allows users to clone/merge/migrate user accounts across multiple physical servers. [You can read about Zot/6 here in detail](https://macgirvin.com/wiki/mike/Zot+VI/Home?f=&owt=394a70a7cd3ae8d8f3a085af36a8a9e9) as it has been developed for Hubzilla and works beautifully....
With https://github.com/nextcloud/server/issues/11390 merged we should think of a way to notify clients so they can act accordingly if their apppassword is still valid but the password that stores is not....
When copying/moving large files, there is no progress bar shown other than a spinner (which goes away if you reload the page). When you have to move several folders sequentially,...
### Steps to reproduce 1. Fetch the status of the instance via status.php, for example via `curl -I https://example.com/nextcloud/status.php` or your favourite monitoring solution. ### Expected behaviour No new session...
## Expected behavior If a user creates individual app passwords, it should be possible to restrict to which data the app should have access to and what kind of access...
- [ ] ALTER TABLE oc_cards ADD INDEX z_oc_cards (uri), ALGORITHM=INPLACE, LOCK=NONE; - [x] ALTER TABLE oc_cards ADD INDEX z_oc_cards_add_uri (addressbookid,uri), ALGORITHM=INPLACE, LOCK=NONE; - [x] ALTER TABLE oc_cards_properties ADD INDEX...