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

Bumps the vitest group with 1 update in the / directory: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8). Bumps the vitest group with 1 update in the /build/frontend-legacy directory: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8). Updates `@vitest/coverage-v8` from 4.0.14 to 4.0.15...

3. to review
feature: dependencies

- [ ] Implementation https://github.com/nextcloud/server/pull/55728 - [ ] Create reusable tooling - [ ] Migration - [ ] Support - [ ] Migrate tables - strategy: first pick table for...

enhancement
2. developing

### ⚠️ This issue respects the following points: ⚠️ - [x] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [x] This issue is **not** already reported...

enhancement
feature: sharing
0. Needs triage
feature: users and groups
feature: search
31-feedback

This will allow is to implement expiration later on.

enhancement
0. Needs triage

The oc_filecache table can grow quite a bit, and a large part of this is due to the preview table. Currently we store the previews in this table because it...

feature: filesystem
feature: previews and thumbnails
performance 🚀

When we are using an object store and not using server side encryption, Nextcloud clients (web/desktop/...) should do as many operation as possible directly on the object store without relying...

feature: filesystem
feature: object storage
performance 🚀
hotspot: file transfer performance

Replaces https://github.com/nextcloud/server/pull/56929 With the [unique index back](https://github.com/nextcloud/server/pull/32877) there will be no more duplicate mounts, without modifying the transaction isolation level. Also to avoid any future issues with this method, I...

bug
3. to review

- Port away from Files::buildNotExistingFileName - Use IUser and IGroup instead of plain string * Resolves: # ## Summary ## TODO - [ ] ... ## Checklist - Code is...

3. to review
feature: sharing
technical debt
♻️ refactor

## Summary This PR de-duplicates provider templates. This will prevent the same global template from showing up twice in the template picker, as you can see in the screenshots. The...

3. to review
feature: templates