server
server copied to clipboard
☁️ Nextcloud server, a safe home for all your data
Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex Commits 000ac18 Build 2.24.4 f2006b6 Bump version...
### ⚠️ 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...
Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz
Fix https://github.com/nextcloud/server/issues/31874
In clustered setups replication delay means that trying to read the object directly after writing it can fail. This allows disabling the check by setting `'validateWrites' => false` under the...
Currently it's necessary to run `npm run sass:icons` in addition to `make dev-setup` and `make build-js`, to have the icons on your development server. This PR improves the frontend-building related...
### ⚠️ 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...
Since the viewer app is not shipped with server, currently with a fresh clone of the server repo it is impossible to do an update.
backport of #31623
The point of this PR is to test master with PHP 8.2 nightly/beta builds. Fix for the problems found should go in other PRs, and this one can be rebased...