aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: update psalm baselinefix/cache-ldap-configuration-prefixesCôme Chilliet2025-06-101-8/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(user_ldap): Switch to OCP\IAppConfig and fix Helper constructor callsCôme Chilliet2025-06-1012-56/+45
| | | | | | | | Using OCP\AppFramework\Services\IAppConfig is not possible because the Helper is queried from places outside of the application DI container (ajax pages, tests, other applications through ILDAPProviderFactory…) Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(user_ldap): Store the list of used configuration prefixed in appconfigCôme Chilliet2025-06-102-56/+122
| | | | | | | This avoids getting all keys from appconfig, which was triggering loading of lazy configuration on all requests. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #53254 from nextcloud/chore/noid/disable-codecove-locallyDaniel2025-06-101-0/+1
|\ | | | | Codecov: disable telemetry
| * build: disable codecov telemetrychore/noid/disable-codecove-locallyDaniel Kesselberg2025-06-021-0/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #53378 from nextcloud/fix/files-external-workflowFerdinand Thiessen2025-06-104-27/+37
|\ \ | | | | | | test: run all files_external tests for S3
| * | test: reenable localstack tests (bug fixed) but disable MinIO versioned copy ↵Ferdinand Thiessen2025-06-104-21/+14
| | | | | | | | | | | | | | | | | | test Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | test: only skip tests failing on localstack for localstackFerdinand Thiessen2025-06-103-4/+11
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | test: fix s3 external storage tests to run all storages on ciFerdinand Thiessen2025-06-104-11/+21
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #52743 from nextcloud/bug/noid/expires-date-formatKate2025-06-106-11/+11
|\ \ \ | |/ / |/| |
| * | fix: use correct format for getlastmodified webdav propertybug/noid/expires-date-formatDaniel Kesselberg2025-06-102-2/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | fix: use correct format for expires, last-modified, and if-modified-since ↵Daniel Kesselberg2025-06-104-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | headers Before: Sat, 10 May 2025 18:17:41 +0000 After: Sat, 10 May 2025 18:17:41 GMT RFC: https://httpwg.org/specs/rfc9110.html#http.date Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #52913 from nextcloud/debt/noid/use-logical-operatorKate2025-06-103-7/+54
|\ \ \
| * | | test: addd test for hideFromCollaborationdebt/noid/use-logical-operatorDaniel Kesselberg2025-06-101-0/+53
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | fix: use logical operator instead of bitwiseDaniel Kesselberg2025-06-102-7/+1
| |/ / | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #53212 from nextcloud/feat/core/install-without-admin-userKate2025-06-107-50/+56
|\ \ \ | |/ / |/| | feat(core): Add option to disable creating an admin user when installing
| * | feat(core): Add option to disable creating an admin user when installingfeat/core/install-without-admin-userprovokateurin2025-06-102-38/+48
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | refactor(Setup): When creating a DB user don't use the admin usernameprovokateurin2025-06-106-12/+8
|/ / | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #53075 from ↵John Molakvoæ2025-06-101-0/+108
|\ \ | | | | | | | | | IONOS-Productivity/tests/file_sharing-load_additional_listener
| * | test: files_sharing add test for LoadAdditionalListenerMisha M.-Kupriyanov2025-06-101-0/+108
| | | | | | | | | | | | Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
* | | Merge pull request #52538 from nextcloud/feat/use-php84-lazy-objectsCôme Chilliet2025-06-106-55/+51
|\ \ \ | | | | | | | | Use PHP 8.4 lazy ghosts for Dependency injection
| * | | fix: Switch lazy object to enabled by default on PHP 8.4feat/use-php84-lazy-objectsCôme Chilliet2025-06-052-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | feat: Add a configuration toggle for lazy objects in DICôme Chilliet2025-06-053-1/+14
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix(tests): Force lazy ghost initialisation in container testsCôme Chilliet2025-06-051-1/+9
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix: Fix psalm issue and update baselineCôme Chilliet2025-06-051-44/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix: Fix several side effects of lazy ghostsCôme Chilliet2025-06-052-0/+9
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix: Only use Lazy objects if PHP is 8.4 or higherCôme Chilliet2025-06-051-34/+42
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | chore: Suppress psalm errorCôme Chilliet2025-06-051-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | feat: Use Lazy ghosts for Dependency injectionCôme Chilliet2025-06-051-36/+37
| | | | | | | | | | | | | | | | | | | | | | | | This will only work with PHP 8.4, so we’ll need to put it behind a version check later. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #53363 from nextcloud/fix/users-gidJohn Molakvoæ2025-06-105-8/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | chore(assets): Recompile assetsnextcloud-command2025-06-104-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(settings): adjust group return code stylingJohn Molakvoæ2025-06-101-8/+2
| | | | | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | fix(settings): show group label instead of gid in accounts managementskjnldsv2025-06-101-2/+16
|/ / / | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #53402 from nextcloud/jtr-fix-403-designAndy Scherzinger2025-06-101-5/+13
|\ \ \ | | | | | | | | fix(403): Make design consistent with 404 + add default hint
| * | | fix(403): Make design consistent with 404 + add default hintjtr-fix-403-designJosh2025-06-081-5/+13
| | | | | | | | | | | | | | | | | | | | Fixes #39584 Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-06-1016-52/+88
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #53393 from ↵Kate2025-06-0916-46/+46
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.0
| * | | | chore: update openAPI filesdependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.0Ferdinand Thiessen2025-06-098-24/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | chore: use consistent casing for header names (required by openAPI)Ferdinand Thiessen2025-06-097-10/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | build(deps): bump nextcloud/openapi-extractordependabot[bot]2025-06-091-12/+12
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor) from 1.7.0 to 1.8.0. - [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: nextcloud/openapi-extractor dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #53387 from ↵dependabot[bot]2025-06-09103-188/+114
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-3.3.0
| * | | | test: remove legacy tests covered by library unit testsdependabot/npm_and_yarn/nextcloud/l10n-3.3.0Ferdinand Thiessen2025-06-091-63/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | build(deps): bump @nextcloud/l10n from 3.2.0 to 3.3.0dependabot[bot]2025-06-09102-125/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: "@nextcloud/l10n" dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #53398 from nextcloud/skjnldsv-patch-1John Molakvoæ2025-06-091-0/+69
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore(workflows): add auto stable PR title updateskjnldsv-patch-1John Molakvoæ2025-06-071-0/+69
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot2025-06-0922-48/+150
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #53382 from ↵dependabot[bot]2025-06-085-9/+9
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/libphonenumber-js-1.12.9
| * | | | chore(assets): Recompile assetsdependabot/npm_and_yarn/libphonenumber-js-1.12.9nextcloud-command2025-06-083-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | build(deps): bump libphonenumber-js from 1.12.8 to 1.12.9dependabot[bot]2025-06-082-5/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.12.8 to 1.12.9. - [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/commits/master) --- updated-dependencies: - dependency-name: libphonenumber-js dependency-version: 1.12.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #53384 from nextcloud/dependabot/npm_and_yarn/marked-15.0.12dependabot[bot]2025-06-088-12/+12
|\ \ \ \