server
server copied to clipboard
☁️ Nextcloud server, a safe home for all your data
There are currently multiple problems with the code integrity check, which should be tackled at some point: 1. Integrity is only checked after an update, but for everything 2. Integrity...
Hi, Since NC 13 the ["Renew Password" page](https://github.com/nextcloud/server/blob/master/apps/user_ldap/templates/renewpassword.php) for LDAP users doesn't load the server.scss anymore. Talked with @juliushaertl who kindly helped to shed some light on this: As the...
It seems that we could use aXe in our tests to make sure that modifications don’t break accessibility. https://github.com/dequelabs/axe-core#getting-started @MorrisJobke @skjnldsv @juliushaertl @nextcloud/accessibility is this something we can add to...
When uploading a single file the design is fairly poor (in my opinion): https://i.imgur.com/6YgLUjk.png The upload window that Dropbox uses is much better (again my opinion): https://i.imgur.com/7ULdBHG.png My suggestion would...
Give the version label a min width so it does not get invisible when the author name is long. Make sure the overflow ofboth version label and author name are...
## Summary Reduce the number of query by getting shares by group instead of checking if a share exists for each share type ## Checklist - Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting)...
* Resolves https://github.com/nextcloud/server/issues/40626 ## Summary Originally this should have been only a refactoring to migrate the code to Typescript and add some more tests for it. But doing so I...
* Resolves: #52259 ## Summary Do not register user key related event listeners when master key is enabled. Also added a safeguard in PassphraseService. ## Checklist - Code is [properly...
Resolves: #52958 ## Summary Follow-up for https://github.com/nextcloud/server/pull/52914 ## Checklist - Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting) - [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all commits - [ ] Tests ([unit](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#unit-tests), [integration](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#integration-tests), api and/or...
In order to improve synchronization between Files Client and Server, it would be helpful to automatically create the folder structure when uploading files. Example: when doing an upload to /foo/bar/example.txt,...