aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): bump cypress-io/github-action in the github-actions groupdependabot/github_actions/github-actions-a0ac68e364dependabot[bot]10 days1-1/+1
| | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 1 update: [cypress-io/github-action](https://github.com/cypress-io/github-action). Updates `cypress-io/github-action` from 6.7.16 to 6.8.0 - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cypress-io/github-action/compare/108b8684ae52e735ff7891524cbffbcd4be5b19f...6d4f8f59600b4259fe501be43a99bfc6c05c5927) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 6.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #52571 from nextcloud/dependabot/npm_and_yarn/vite-6.3.4dependabot[bot]10 days1-4/+35
|\
| * build(deps): bump vite from 6.2.6 to 6.3.4dependabot/npm_and_yarn/vite-6.3.4dependabot[bot]10 days1-4/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.6 to 6.3.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #52546 from nextcloud/fix/52278/remove-unused-etag-checkDaniel10 days2-36/+29
|\ \ | |/ |/| fix: Remove unneccesary etag check
| * fix: Add etag tests to NavigationControllerTestfix/52278/remove-unused-etag-checkMarcel Müller10 days1-0/+32
| | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
| * fix: Remove unneccesary etag checkMarcel Müller11 days2-41/+2
| | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | Merge pull request #52551 from nextcloud/checkResultArrayLouis10 days1-4/+11
|\ \ | | | | | | fix(WeatherStatus): Check if result is an array
| * | fix (WeatherStatus): Check if result is an arraycheckResultArrayGit'Fellow11 days1-4/+11
| | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | Merge pull request #52269 from nextcloud/fix/files-summaryFerdinand Thiessen11 days3-27/+23
|\ \ \ | | | | | | | | fix(files): make sure to always have proper plural forms
| * | | chore(assets): Recompile assetsfix/files-summarynextcloud-command11 days2-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): make sure to always have proper plural formsFerdinand Thiessen11 days1-24/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | counted words should always be translated using `n`. We can still simply concat the segments with punctation, this always works regardless of the language used (even with RTL / LTR languages). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #52565 from nextcloud/artonge/fix/attribute_in_sidebarFerdinand Thiessen11 days3-3/+4
|\ \ \ \ | | | | | | | | | | fix: Forward attributes to the sidebar
| * | | | fix: Forward attributes to the sidebarartonge/fix/attribute_in_sidebarLouis Chemineau11 days3-3/+4
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Needed for Photos' sidebar tab Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #52298 from nextcloud/test/no-git-ignoreFerdinand Thiessen11 days3-36/+58
|\ \ \ \ | |_|/ / |/| | | test: ignore git-ignored files from tests
| * | | test: ignore git-ignored files from teststest/no-git-ignoreFerdinand Thiessen12 days3-36/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix running `npm run test` when your development setup has other apps checked out - like having the viewer app installed locally in `apps`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #52228 from nextcloud/fix/issue-50748-calendar-object-moveChristoph Wurst11 days2-16/+24
|\ \ \ \ | | | | | | | | | | fix(CalDAV): do not ignore move command object target uri
| * | | | fix: do not ignore move command object target urifix/issue-50748-calendar-object-moveSebastianKrupinski2025-04-162-16/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | | Merge pull request #52558 from nextcloud/chore/constants/sortDaniel11 days1-4/+4
|\ \ \ \ \ | | | | | | | | | | | | chore(Constants): Sort by value
| * | | | | chore(Constants): Sort by valuechore/constants/sortprovokateurin11 days1-4/+4
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #52532 from nextcloud/fix/public-displayname-ownerJohn Molakvoæ11 days2-1/+7
|\ \ \ \ \
| * | | | | fix(files_sharing): bring back owner and ownerDisplayName initial statefix/public-displayname-ownerskjnldsv11 days2-1/+7
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | Merge pull request #52552 from ↵Joas Schilling11 days10-135/+135
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/more-phpunit-10-preparations tests: Prepare more tests for PHPUnit 10
| * | | | | test: Prepare more tests for PHPUnit 10Joas Schilling11 days10-135/+135
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #52535 from nextcloud/fix/public-owner-scopeJohn Molakvoæ11 days15-11/+158
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | chore(assets): Recompile assetsnextcloud-command11 days9-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(dav): check the owner displayName scope before giving attributeskjnldsv11 days6-4/+151
|/ / / / | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot11 days26-104/+468
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #52534 from nextcloud/perf/caldav/bigger-chunks-orphan-repairRichard Steinmetz11 days1-1/+1
|\ \ \ \ | |/ / / |/| | | perf(caldav): increase chunk size in RemoveOrphanEventsAndContacts repair step
| * | | perf(caldav): increase chunk size in RemoveOrphanEventsAndContacts repair stepperf/caldav/bigger-chunks-orphan-repairRichard Steinmetz12 days1-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | Merge pull request #52179 from spalmurray/masterAndy Scherzinger12 days21-292/+460
|\ \ \ \ | |/ / / |/| | | ci: add Codecov's test analytics and bundle analysis features
| * | | ci: change if always() to if not cancelled on test results uploadsSpencer Murray12 days18-18/+19
| | | | | | | | | | | | | | | | Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
| * | | ci: always upload test results, even if tests failSpencer Murray12 days17-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
| * | | ci: fix whitespaceSpencer Murray12 days3-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
| * | | ci: tweak Codecov webpack plugin configSpencer Murray12 days1-5/+4
| | | | | | | | | | | | | | | | Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
| * | | ci: always collect and upload test results, not just on coverage runsSpencer Murray12 days18-37/+25
| | | | | | | | | | | | | | | | Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
| * | | ci: add Codecov's test analytics and bundle analysis featuresSpencer Murray12 days21-292/+454
| | | | | | | | | | | | | | | | Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
* | | | Merge pull request #52051 from Lukasdotcom/feat/text-to-speechJoas Schilling12 days4-0/+95
|\ \ \ \ | | | | | | | | | | feat(TaskProcessing): Add TextToSpeech provider
| * | | | feat(TaskProcessing): Add TextToSpeech providerLukas Schaefer2025-04-264-0/+95
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
* | | | | Merge pull request #52526 from ↵F. E Noel Nfebe12 days11-10/+41
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/no-issue/prevent-create-delete-perms-on-file-shares fix(files_sharing): Prevent create/delete permissions on file shares
| * | | | | chore(assets): Recompile assetsfix/no-issue/prevent-create-delete-perms-on-file-sharesnextcloud-command12 days9-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix(files_sharing): Prevent create/delete permissions on file sharesnfebe12 days2-3/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | File shares can't support create or delete permissions. This change ensures those permissions are stripped or ignored when the shared item is not a folder. Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | | | Merge pull request #52525 from nextcloud/fix/noid/wfe-set-inital-valueFerdinand Thiessen12 days3-6/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | fix(WFE): properly set inital status
| * | | | | build: compile assetsfix/noid/wfe-set-inital-valueArthur Schiwon12 days2-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | fix(WFE): properly set inital statusArthur Schiwon12 days1-3/+1
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The operationComponent.value is only possibly available with registered operations that have the value prop. Ones that do not would not have the value set properly initially. Going to inputValue, which is mapped to the components model-value, solves this. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #51592 from nextcloud/fix/search-castFerdinand Thiessen12 days1-1/+7
|\ \ \ \ \ | | | | | | | | | | | | fix(dav): throw invalid argument when property type does not match
| * | | | | fix(dav): throw invalid argument when property type does not matchfix/search-castFerdinand Thiessen13 days1-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/49972 Currently a TypeError is thrown when casting fails, this lead to a HTTP 500 error. Instead throw a proper InvalidArgumentError so the user receives a HTTP 400. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #52369 from nextcloud/fix/files-versions-authorFerdinand Thiessen12 days1-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | fix(files_versions): wait for version to be created before setting metadata
| * | | | | fix(files_versions): wait for version to be created before setting metadatafix/files-versions-authorFerdinand Thiessen2025-04-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #52479 from ↵Stephan Orbaugh12 days1-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | RobertZenz/bugfix/fix-jsresourcelocator-incorrect-parameter fix(JSResourceLocator) fix incorrect parameter being used.
| * | | | | | fix(JSResourceLocator) fix incorrect parameter being used.Robert Zenz2025-04-261-1/+1
| | | | | | |