aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(tests): Adjust legacy tests for nextcloud-router updateFerdinand Thiessen2024-01-254-13/+13
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Upgrade `@nextcloud/router` to 2.2.1Ferdinand Thiessen2024-01-2516-27/+27
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #43047 from nextcloud/artonge/feat/buffer_chunked_requestsLouis2024-01-251-0/+14
|\ | | | | Buffer chunked requests
| * Buffer chunked requestsLouis Chemineau2024-01-241-0/+14
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #43078 from nextcloud/version-expire-handle-storageRobin Appelman2024-01-251-0/+5
|\ \ | | | | | | handle storage not available when expiring versions
| * | handle storage not available when expiring versionsRobin Appelman2024-01-241-0/+5
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #42939 from ↵Côme Chilliet2024-01-258-42/+91
|\ \ \ | | | | | | | | | | | | nextcloud/enh/migrate-fairuseoffreepushservice-setupcheck
| * | | Rename to "Push service" and enable on all instances to avoid troubleCôme Chilliet2024-01-254-10/+16
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Migrate fair use of free push service check to new SetupCheck APICôme Chilliet2024-01-258-42/+85
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #43104 from nextcloud/chore/cleanupJohn Molakvoæ2024-01-2513-515/+0
|\ \ \ \
| * | | | chore(files): cleanup old templatesJohn Molakvoæ2024-01-2513-515/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | Merge pull request #42552 from ↵Ferdinand Thiessen2024-01-2510-70/+68
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/41849/theming--change-color-button-contrast fix(theming): change color button contrast
| * | | | | fix(cypress): Wait for color change in `pickRandomColor`Ferdinand Thiessen2024-01-251-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | chore(assets): Recompile assetsGrigorii K. Shartsev2024-01-244-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | test(theming): update e2e tests after separating color button and previewGrigorii K. Shartsev2024-01-243-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | fix(theming): change color button contrast on admin settingsGrigorii K. Shartsev2024-01-242-29/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | fix(theming): change color button contrast on user settingsGrigorii K. Shartsev2024-01-243-24/+31
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | | Merge pull request #42992 from nextcloud/fix/files-navigation-not-activeFerdinand Thiessen2024-01-2514-80/+134
|\ \ \ \ \ | |_|_|/ / |/| | | | fix(files): Make the navigation reactive to view changes and show also sub routes as active
| * | | | chore(assets): Recompile assetsnextcloud-command2024-01-254-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files): Ensure the correct `dir` query is set on folder actionFerdinand Thiessen2024-01-251-3/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files): Make sure to add the `fileid` on favorite folders navigation entriesFerdinand Thiessen2024-01-255-53/+90
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files): Make sure `$navigation` is observable to react on changesFerdinand Thiessen2024-01-252-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files): Set default view and match also child routesFerdinand Thiessen2024-01-253-18/+29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files): Add declaration for `$navigation`Ferdinand Thiessen2024-01-251-0/+7
|/ / / / | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #42839 from nextcloud/enh/migrate-s3tempspace-setupcheckJoas Schilling2024-01-258-206/+130
|\ \ \ \ | | | | | | | | | | Migrate available temp space check to new SetupCheck API
| * | | | Merge writable temporary space check with the s3 one, and improveCôme Chilliet2024-01-258-87/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will now show available space and path of both PHP and Nextcloud temporary directories if they differ. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Remove old version of temporary space setup check and fix testsCôme Chilliet2024-01-254-137/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Migrate available temp space check to new SetupCheck APICôme Chilliet2024-01-254-0/+97
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #42896 from nextcloud/fix/42451/revert-in-a-meeting-statusChristoph Wurst2024-01-253-25/+110
|\ \ \ \ \ | | | | | | | | | | | | fix(userstatus): CALL status should overwrite MEETING status
| * | | | | fix(userstatus): Also set the user status when the user has no status at allJoas Schilling2024-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | fix(userstatus): CALL status should overwrite MEETING statusAnna Larch2024-01-243-25/+110
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | Merge pull request #43098 from nextcloud/fix/41903/settings--change-scope-a11yFerdinand Thiessen2024-01-254-113/+22
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | fix(settings): federation scope menu a11y
| * | | | | chore(assets): Recompile assetsGrigorii K. Shartsev2024-01-242-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | fix(settings): use default styles for federation scope menuGrigorii K. Shartsev2024-01-241-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | fix(settings): federation scope menu a11yGrigorii K. Shartsev2024-01-242-110/+29
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | | Merge pull request #43102 from ↵Joas Schilling2024-01-251-0/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/symfony/polyfill-intl-grapheme-1.28.0 chore(deps): Bump symfony/polyfill-intl-grapheme and symfony/polyfill-intl-normalizer to 1.28.0
| * | | | | chore(deps): Bump symfony/polyfill-intl-grapheme from 1.23.1 to 1.28.0Joas Schilling2024-01-251-0/+0
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #42836 from nextcloud/enh/migrate-mysql-utf8mb4-setupcheckJohn Molakvoæ2024-01-258-109/+67
|\ \ \ \ \
| * | | | | Migrate MySQL utf8mb4 check to new SetupCheck APICôme Chilliet2024-01-238-109/+67
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #43090 from nextcloud/fix/files--combine-navigation-and-appJulia Kirschenheuter2024-01-259-78/+54
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | fix(files): combine navigation and files list into single Vue app
| * | | | | chore(assets): Recompile assetsGrigorii K. Shartsev2024-01-252-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | | | fix(files): combine navigation and files list into single Vue appGrigorii K. Shartsev2024-01-257-75/+51
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | | | | Merge pull request #43077 from ↵Joas Schilling2024-01-251-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/egulias/email-validator-3.2.6 chore(deps): Bump egulias/email-validator from 3.2.5 to 3.2.6
| * | | | | | chore(deps): Bump egulias/email-validator from 3.2.5 to 3.2.6Joas Schilling2024-01-251-0/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2524-8/+162
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #43080 from nextcloud/enh/noid/remove-eol-branchesSimon L2024-01-241-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | npm audit fix - remove stable24 and stable25 as they are EOL
| * | | | npm audit fix - remove stable24 and stable25 as they are EOLSimon L2024-01-241-1/+1
| | |/ / | |/| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | Merge pull request #43005 from nextcloud/fix/testing-runtime-processingJulius Härtl2024-01-245-1/+54
|\ \ \ \ | |/ / / |/| | | fix(testing): implement getExpectedRuntime on FakeTextProcessingProvider
| * | | fix(testing): implement getExpectedRuntime on FakeTextProcessingProviderJulius Härtl2024-01-235-1/+54
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #43069 from ↵Matthieu Gallien2024-01-241-10/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-code-signing-crl [master] fix(security): Update code signing revocation list