server icon indicating copy to clipboard operation
server copied to clipboard

☁️ Nextcloud server, a safe home for all your data

Results 1697 server issues
Sort by recently updated
recently updated
newest added

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...

enhancement
1. to develop
feature: install and update
overview
feature: apps management
technical debt
needs review

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...

enhancement
design
1. to develop
feature: scss
needs review

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...

enhancement
design
1. to develop
feature: accessibility
tests

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...

enhancement
design
1. to develop
feature: files
needs review

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...

bug
3. to review
backport-request
feature: versions

## 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)...

2. developing
php
performance 🚀

* 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...

bug
3. to review
backport-request

* 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...

3. to review
backport-request

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...

bug
4. to release

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,...

enhancement
feature: filesystem
feature: dav
0. Needs triage
feature: files