aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): Bump laravel/serializable-closure from 1.3.5 to 2.0.4chore/laravel-php84Ferdinand Thiessen2025-04-241-0/+0
| | | | | | | * for https://github.com/nextcloud/3rdparty/pull/2071 * enabled offical PHP 8.4 support Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #52396 from nextcloud/chore/openstack-3-12Ferdinand Thiessen2025-04-241-0/+0
|\ | | | | chore(3rdparty): update `php-opencloud/openstack` to v3.12.0 for PHP8.4
| * chore(3rdparty): update `php-opencloud/openstack` to v3.12.0 for PHP8.4chore/openstack-3-12Ferdinand Thiessen2025-04-241-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Production Changes | From | To | Compare | |-------------------------|---------|---------|-----------------------------------------------------------------------------| | guzzlehttp/guzzle | 7.9.2 | 7.9.3 | [...](https://github.com/guzzle/guzzle/compare/7.9.2...7.9.3) | | guzzlehttp/promises | 2.0.4 | 2.2.0 | [...](https://github.com/guzzle/promises/compare/2.0.4...2.2.0) | | guzzlehttp/psr7 | 2.7.0 | 2.7.1 | [...](https://github.com/guzzle/psr7/compare/2.7.0...2.7.1) | | guzzlehttp/uri-template | v1.0.3 | v1.0.4 | [...](https://github.com/guzzle/uri-template/compare/v1.0.3...v1.0.4) | | php-opencloud/openstack | v3.10.0 | v3.12.0 | [...](https://github.com/php-opencloud/openstack/compare/v3.10.0...v3.12.0) | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #48277 from schaarsc/feature/32735-occ-add-tag-to-file-masterStephan Orbaugh2025-04-246-0/+238
|\ \ | | | | | | new occ commands to manage system-tags for files
| * | feat(systemtags): add commands to manage tags on filesschaarsc2025-01-296-0/+238
| | | | | | | | | | | | | | | | | | Resolve nextcloud#32735 Signed-off-by: schaarsc <schaarsc@users.noreply.github.com>
* | | Merge pull request #50650 from ↵Stephan Orbaugh2025-04-249-2/+199
|\ \ \ | | | | | | | | | | | | | | | | IONOS-Productivity/feat/login_flow_v2-user_agents-allow-list feat(login-flow-v2): Restrict allowed apps by user agent check
| * | | feat(login-flow-v2): Restrict allowed apps by user agent checkMisha M.-Kupriyanov2025-04-239-2/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable via: ./occ config:system:set core.login_flow_v2.allowed_user_agents 0 --value '/Custom Foo Client/i' ./occ config:system:set core.login_flow_v2.allowed_user_agents 1 --value '/Custom Bar Client/i' if user agent string is unknown the template with "Access forbidden"-"Please use original client" will be displayed Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
* | | | Merge pull request #52392 from nextcloud/fix/32bit-supportCôme Chilliet2025-04-241-2/+6
|\ \ \ \ | | | | | | | | | | fix(32bit): make `pack` compatible with 32bit PHP
| * | | | fix(32bit): make `pack` compatible with 32bit PHPfix/32bit-supportFerdinand Thiessen2025-04-231-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `P` formatter is 64bit only - we need to manually pack the 64bit. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #52299 from nextcloud/refactor/preview-testsFerdinand Thiessen2025-04-243-47/+31
|\ \ \ \ \ | | | | | | | | | | | | refactor: Thumbnail Generator logging and tests
| * | | | | refactor: Thumbnail Generator logging and testsrefactor/preview-testsnfebe2025-04-233-47/+31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | | | Merge pull request #52391 from nextcloud/fix/harden-template-functionsFerdinand Thiessen2025-04-241-8/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(Template): harden enabled-theme logic
| * | | | | | fix(Template): harden enabled-theme logicfix/harden-template-functionsFerdinand Thiessen2025-04-231-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-04-2494-270/+364
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #51439 from nextcloud/fix/create-missing-replacement-indexesAndy Scherzinger2025-04-241-10/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(db): Create replacement index where original index is missing
| * | | | | | | fix(db): Create replacement index where original index is missingfix/create-missing-replacement-indexesChristoph Wurst2025-04-171-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #50444 from nextcloud/jtr-docs-dispatcher-returnFerdinand Thiessen2025-04-241-3/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | docs(dispatcher): Correct described return values
| * | | | | | | docs(dispatcher): Correct described return valuesjtr-docs-dispatcher-returnJosh2025-04-231-3/+5
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | | | | Merge pull request #51766 from nextcloud/info-file-permissionsAndy Scherzinger2025-04-231-0/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | feat: show permissions in info:file output
| * | | | | | feat: show permissions in info:file outputinfo-file-permissionsRobin Appelman2025-03-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #52347 from ↵Ferdinand Thiessen2025-04-2336-64/+64
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/github_actions/github-actions-510ea978f9 build(deps): bump the github-actions group with 4 updates
| * | | | | | build(deps): bump the github-actions group with 4 updatesdependabot/github_actions/github-actions-510ea978f9dependabot[bot]2025-04-2236-64/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 4 updates: [shivammathur/setup-php](https://github.com/shivammathur/setup-php), [actions/setup-node](https://github.com/actions/setup-node), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [nextcloud-libraries/npm-audit-action](https://github.com/nextcloud-libraries/npm-audit-action). Updates `shivammathur/setup-php` from 2.32.0 to 2.33.0 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/9e72090525849c5e82e596468b86eb55e9cc5401...cf4cade2721270509d5b1c766ab3549210a39a2a) Updates `actions/setup-node` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/cdca7365b2dadb8aad0a33bc7601856ffabcc48e...49933ea5288caeca8642d1e84afbd3f7d6820020) Updates `codecov/codecov-action` from 5.4.0 to 5.4.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v5.4.0...v5.4.2) Updates `nextcloud-libraries/npm-audit-action` from 0.1.0 to 0.2.0 - [Release notes](https://github.com/nextcloud-libraries/npm-audit-action/releases) - [Commits](https://github.com/nextcloud-libraries/npm-audit-action/compare/2a60bd2e79cc77f2cc4d9a3fe40f1a69896f3a87...1b1728b2b4a7a78d69de65608efcf4db0e3e42d0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: nextcloud-libraries/npm-audit-action dependency-version: 0.2.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 #51994 from ↵Ferdinand Thiessen2025-04-232-1/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/allows-some-char-from-federationid fix(federation): allows equal signs in federation id
| * | | | | | | fix(federation): allows equal signs in federation idfix/noid/allows-some-char-from-federationidMaxence Lange2025-04-222-1/+8
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | | Merge pull request #52361 from nextcloud/fix/51833/add-retries-to-s3-clientFerdinand Thiessen2025-04-231-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix(objectstorage): add retry attempts to S3 connection
| * | | | | | | fix(objectstorage): add retry attempts to S3 connectionfix/51833/add-retries-to-s3-clientAnna Larch2025-04-231-0/+4
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | Merge pull request #52290 from nextcloud/fix/show-better-mtimeFerdinand Thiessen2025-04-235-34/+35
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | refactor(files): share `mtime` for file entry components
| * | | | | | chore: compile assetsFerdinand Thiessen2025-04-232-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | | fix(files): share `mtime` for file entry componentsFerdinand Thiessen2025-04-233-31/+32
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also restructure the mtime opacity calculation to work as expected also for old files. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #52094 from nextcloud/rakekniven-patch-1John Molakvoæ2025-04-2311-11/+11
|\ \ \ \ \ \
| * | | | | | chore(assets): Recompile assetsnextcloud-command2025-04-239-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | chore(i18n): Use "name" instead of "nickname"rakekniven2025-04-232-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users asked why they should use a nickname? "Name" covers nickname, pseudonym, username or real name. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | | | | | Merge pull request #52315 from nextcloud/dependabot/npm_and_yarn/dockerode-4.0.6dependabot[bot]2025-04-232-5/+5
|\ \ \ \ \ \ \
| * | | | | | | build(deps-dev): bump dockerode from 4.0.5 to 4.0.6dependabot/npm_and_yarn/dockerode-4.0.6dependabot[bot]2025-04-222-5/+5
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dockerode](https://github.com/apocas/dockerode) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/apocas/dockerode/releases) - [Commits](https://github.com/apocas/dockerode/compare/v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: dockerode dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | Merge pull request #52366 from nextcloud/feat/noid/profile-data-apiKate2025-04-239-31/+854
|\ \ \ \ \ \ \
| * | | | | | | feat(profile): Add an API to get the profile field datafeat/noid/profile-data-apiJoas Schilling2025-04-239-31/+854
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #52241 from ↵Ferdinand Thiessen2025-04-231-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-room-or-resource-condition fix(caldav): Fix check for ROOM or RESOURCE condition
| * | | | | | fix(caldav): Fix check for ROOM or RESOURCE commentbugfix/noid/fix-room-or-resource-conditionJoas Schilling2025-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #52321 from nextcloud/dependabot/npm_and_yarn/webpack-5.99.6dependabot[bot]2025-04-2372-75/+75
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | build(deps-dev): bump webpack from 5.99.5 to 5.99.6dependabot[bot]2025-04-2372-75/+75
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.99.5 to 5.99.6. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.99.5...v5.99.6) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.99.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-04-2314-60/+304
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #52330 from nextcloud/dependabot/npm_and_yarn/sass-1.87.0dependabot[bot]2025-04-222-5/+5
|\ \ \ \ \ \
| * | | | | | build(deps-dev): bump sass from 1.86.3 to 1.87.0dependabot/npm_and_yarn/sass-1.87.0dependabot[bot]2025-04-222-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.86.3 to 1.87.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.86.3...1.87.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.87.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | Merge pull request #52296 from nextcloud/fix/drop-file-previewJohn Molakvoæ2025-04-223-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | chore(assets): Recompile assetsfix/drop-file-previewnextcloud-command2025-04-222-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | fix(files): prevent dragging preview when drag-dropJohn Molakvoæ (skjnldsv)2025-04-221-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Merge pull request #52325 from ↵dependabot[bot]2025-04-222-22/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/puppeteer-24.7.0
| * | | | | | build(deps-dev): bump puppeteer from 24.6.1 to 24.7.0dependabot/npm_and_yarn/puppeteer-24.7.0dependabot[bot]2025-04-222-22/+22
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.6.1 to 24.7.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.6.1...puppeteer-v24.7.0) --- updated-dependencies: - dependency-name: puppeteer dependency-version: 24.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | Merge pull request #52304 from ↵dependabot[bot]2025-04-221-7/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | nextcloud/dependabot/composer/build/integration/behat/behat-3.21.0
| * | | | | build(deps-dev): bump behat/behat in /build/integrationdependabot/composer/build/integration/behat/behat-3.21.0dependabot[bot]2025-04-221-7/+7
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [behat/behat](https://github.com/Behat/Behat) from 3.20.0 to 3.21.0. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.20.0...v3.21.0) --- updated-dependencies: - dependency-name: behat/behat dependency-version: 3.21.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>