server
server copied to clipboard
☁️ Nextcloud server, a safe home for all your data
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...
- [ ] Implementation https://github.com/nextcloud/server/pull/55728 - [ ] Create reusable tooling - [ ] Migration - [ ] Support - [ ] Migrate tables - strategy: first pick table for...
### ⚠️ 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...
This will allow is to implement expiration later on.
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...
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...
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...
- Port away from Files::buildNotExistingFileName - Use IUser and IGroup instead of plain string * Resolves: # ## Summary ## TODO - [ ] ... ## Checklist - Code is...
## 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...