aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(caldav): Use parameter for query to neutralize it in query diffsbugfix/noid/use-query-parametersJoas Schilling10 days1-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #53616 from nextcloud/fix/core/password-from-env-nc-passFerdinand Thiessen10 days3-8/+8
|\ | | | | fix(core): Make --password-from-env work with NC_PASS everywhere
| * fix(core): Make --password-from-env work with NC_PASS everywherefix/core/password-from-env-nc-passprovokateurin10 days2-6/+6
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * fix(core): Make OC_PASS actually work for occ user:auth-tokens:add ↵provokateurin10 days1-2/+2
|/ | | | | | --password-from-env Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(l10n): Update translations from TransifexNextcloud bot10 days40-116/+688
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53568 from nextcloud/refactor/dav/example-contact-serviceRichard Steinmetz10 days14-205/+225
|\ | | | | refactor(dav): move shared logic to a dedicated example contact service
| * refactor(dav): move shared logic to a dedicated example contact servicerefactor/dav/example-contact-serviceRichard Steinmetz10 days14-205/+225
|/ | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Merge pull request #53426 from nextcloud/smb-open-failure-logAndy Scherzinger10 days1-2/+8
|\ | | | | feat: improve logging of fopen failures for smb
| * feat: improve logging of fopen failures for smbsmb-open-failure-logRobin Appelman2025-06-101-2/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #53607 from nextcloud/fix/noid-reset-passwordSebastian Krupinski10 days3-5/+6
|\ \ | | | | | | fix: reload login page after password reset
| * | chore(assets): Recompile assetsnextcloud-command10 days2-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix: reload login page after password resetSebastianKrupinski10 days1-2/+3
|/ / | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Merge pull request #53590 from nextcloud/fix/files-sharing-labelFerdinand Thiessen11 days11-26/+71
|\ \ | | | | | | fix(files_sharing): do not double escape the share title
| * | chore(assets): Recompile assetsfix/files-sharing-labelnextcloud-command11 days9-7/+7
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files_sharing): do not double escape the share titleFerdinand Thiessen11 days2-19/+64
| | | | | | | | | | | | | | | | | | | | | The title is already escaped by vue so special characters would result in incorrect strings. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #52916 from nextcloud/fix/cache-ldap-configuration-prefixesCôme Chilliet11 days13-87/+134
|\ \ \ | |/ / |/| | fix(user_ldap): Store the list of used configuration prefixed in appconfig
| * | 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 #53574 from nextcloud/chore/files-titleFerdinand Thiessen11 days3-10/+3
|\ \ \ | | | | | | | | refactor(files): remove custom page title handling
| * | | chore(assets): Recompile assetschore/files-titlenextcloud-command11 days2-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | refactor(files): remove custom page title handlingFerdinand Thiessen11 days1-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This conflicts with what `NcAppContent` is already doing. So we should just remove it. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #53417 from nextcloud/fix/fix-32bits-phpunitCôme Chilliet11 days15-29/+41
|\ \ \ \ | | | | | | | | | | fix(tests): Fix 32bits PHPUnit tests
| * | | | fix(tests): Fix files_sharing tests conflicting with other testsfix/fix-32bits-phpunitCôme Chilliet2025-06-101-8/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix(tests): Simplify error handling in tests/enable_all.phpCôme Chilliet2025-06-1014-19/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simply let the Exception bubble up instead of caching it and using grep to then detect it. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix(tests): Enable more PHP modules in phpunit-32bitsCôme Chilliet2025-06-102-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add output when enabling applications, and watch phpunit configuration file for changes. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | fix(tests): Fix 32bits PHPUnit testsCôme Chilliet2025-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot11 days142-114/+704
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #53462 from nextcloud/objectstore-touch-double-cachefeat/package-node-npm-engines-updateAndy Scherzinger11 days1-10/+0
|\ \ \ \ | | | | | | | | | | fix: remove double cache write in ObjectStoreStorage::touch
| * | | | fix: remove double cache write in ObjectStoreStorage::touchRobin Appelman11 days1-10/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | the file_put_contents already puts all of those values into the cache Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #53569 from nextcloud/feat/add-user-enabled-apps-ocsKate11 days8-2/+241
|\ \ \ \
| * | | | fix: unit testsfeat/add-user-enabled-apps-ocsJana Peper12 days1-0/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | fix: update OpenAPI specsJana Peper12 days3-0/+216
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | | | feat: add ocs route to get apps enabled for current userJana Peper12 days4-2/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* | | | | Merge pull request #53567 from nextcloud/fix/files-pluralFerdinand Thiessen11 days9-15/+18
|\ \ \ \ \ | |/ / / / |/| | | | fix(files): add plural form for selected nodes
| * | | | chore(assets): Recompile assetsfix/files-pluralnextcloud-command12 days6-9/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files): add plural form for selected nodesFerdinand Thiessen12 days3-6/+9
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Reported at Transifex: > This string needs pluralization feature, because in some languages translation of "selected" differs between singular and plural. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #53339 from nextcloud/fix/product-name-capabilityFerdinand Thiessen12 days4-0/+17
|\ \ \ \ | | | | | | | | | | fix: Pass over product name as capability
| * | | | chore: update theming openAPI exportsfix/product-name-capabilityFerdinand Thiessen12 days2-0/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix: Pass over product name as capabilityJulius Knorr12 days2-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | | | Merge pull request #53419 from ↵Kent Delante12 days1-17/+43
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/leftybournes/fix/object_storage_large_uploads fix(s3): retry failed multipart uploads with decreased concurrency
| * | | | | fix(s3): retry failed multipart uploads with decreased concurrencyleftybournes/fix/object_storage_large_uploadsKent Delante2025-06-101-17/+43
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Kent Delante <kent.delante@proton.me>
* | | | | Merge pull request #53512 from ↵Thomas Citharel12 days3-4/+14
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/fix/noid/files-version-sidebar-item-style [files_versions] Fix sidebar version item style
| * | | | chore(assets): Recompile assetsfix/noid/files-version-sidebar-item-stylenextcloud-command12 days2-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files_versions): give the version label a min width so it does not get ↵Julien Veyssier12 days1-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | invisible if the author name is long Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | Merge pull request #53539 from nextcloud/fix/validation-defaultsKate12 days4-9/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(FilenameValidator): use `_` as default replacement for invalid charsfix/validation-defaultsFerdinand Thiessen12 days4-9/+9
|/ / / / | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #53550 from nextcloud/fix/docsFerdinand Thiessen12 days1-3/+1
|\ \ \ \ | | | | | | | | | | docs: fix config sample to work with RST documentation
| * | | | docs: fix config sample to work with RST documentationfix/docsFerdinand Thiessen12 days1-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The docs are extracted to the admin docs so it must be valid RST syntax. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot12 days74-78/+162
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>