aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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 Thiessen13 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>
* | | Merge pull request #53466 from ↵F. E Noel Nfebe13 days10-9/+30
|\ \ \ | |/ / |/| | | | | | | | nextcloud/feature/hide-external-shares-excluded-groups feat(files_sharing): Hide link shares for users in excluded groups
| * | chore(assets): Recompile assetsnextcloud-command13 days9-7/+7
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | feat(files_sharing): Hide external shares for users in excluded groupsnfebe13 days1-2/+23
| | | | | | | | | | | | | | | | | | - Added frontend check to hide link shares if, public sharing is disabled. Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | Merge pull request #53322 from nextcloud/fix/public-upload-notification-defaultF. E Noel Nfebe13 days1-1/+1
|\ \ \ | | | | | | | | fix: Set public link upload email notification to opt-in
| * | | fix: Set public link upload email notification to opt-infix/public-upload-notification-defaultnfebe13 days1-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This now sets `isDefaultEnabled` to false. This makes email notifications for file uploads to public links disabled by default (opt-in) for users. This addresses concerns about new notifications being enabled by default for existing users, leading to unexpected emails. Related: https://github.com/nextcloud/server/pull/46945 Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | Merge pull request #53540 from nextcloud/feature/add-profile-to-occRichard Steinmetz13 days6-27/+722
|\ \ \ | | | | | | | | Feature/add profile to occ
| * | | chore: update autoloaderfeature/add-profile-to-occSalvatore Martire13 days2-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
| * | | style(occ): clean up SettingTest classSalvatore Martire13 days1-27/+14
| | | | | | | | | | | | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
| * | | feat: allow reading profile properties from occSalvatore Martire13 days3-0/+706
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds support for reading profile information through the occ command, and updates the corresponding test. Signed-off-by: Salvatore Martire <4652631+klarkent@users.noreply.github.com>
* | | | Merge pull request #53477 from nextcloud/fix/unnecessary-template-fields-requestElizabeth Danzberger13 days10-8/+14
|\ \ \ \ | |_|/ / |/| | | fix: do not extract fields for blank template
| * | | chore(assets): Recompile assetsfix/unnecessary-template-fields-requestnextcloud-command13 days9-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix: do not extract fields for blank templateElizabeth Danzberger13 days1-1/+7
| |/ / | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* | | Merge pull request #53369 from nextcloud/bug/noid/principal-guest_app-not-foundDaniel13 days9-0/+214
|\ \ \ | | | | | | | | fix: hide guests group when searching for principals
| * | | test(dav): add integration test for principal property searchbug/noid/principal-guest_app-not-foundDaniel Kesselberg13 days8-0/+210
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | fix: hide guests group when searching for principalsDaniel Kesselberg13 days1-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Follow-up for https://github.com/nextcloud/server/pull/52914 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #53538 from nextcloud/fix/share-expiry-translationFerdinand Thiessen13 days10-8/+8
|\ \ \ \ | | | | | | | | | | fix(file_sharing): Remove string concatenated translation
| * | | | chore(assets): Recompile assetsfix/share-expiry-translationnextcloud-command13 days9-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(file_sharing): Remove string concatenated translationnfebe13 days1-1/+1
| | |/ / | |/| | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | Merge pull request #53140 from nextcloud/fix/auto-reload-tagsJohn Molakvoæ13 days4-62/+120
|\ \ \ \
| * | | | chore(assets): Recompile assetsfix/auto-reload-tagsnextcloud-command13 days2-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(files): auto reload sidebar tags on updateskjnldsv13 days2-59/+117
| | |/ / | |/| | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #53534 from nextcloud/fix/requesttokenFerdinand Thiessen13 days5-8/+8
|\ \ \ \ | |_|/ / |/| | | fix(core): getRequestToken import typo
| * | | chore(assets): Recompile assetsfix/requesttokennextcloud-command13 days4-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(core): getRequestToken import typoskjnldsv13 days1-2/+2
| |/ / | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #53516 from nextcloud/fix/fix-encryption-manager-injectionFerdinand Thiessen13 days1-1/+2
|\ \ \ | |/ / |/| | fix(encryption): Fix DI for encryption Manager class
| * | fix(encryption): Fix DI for encryption Manager classfix/fix-encryption-manager-injectionCôme Chilliet14 days1-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Only IManager was registered but the class name is used as well for DI in the encryption application. This was causing a crash of encryption command when using PHP 8.4 and lazy ghosts. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix(l10n): Update translations from TransifexNextcloud bot13 days10-0/+54
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51657 from SBizienFilippiPEReN/cookie-domainAndy Scherzinger13 days4-10/+26
|\ \ \ | | | | | | | | cookie_domain config option for setting cookie on a wider domain
| * | | feat(core): add cookie_domain config optionSamuel Bizien Filippi14 days4-10/+26
| | | | | | | | | | | | | | | | Signed-off-by: Samuel Bizien Filippi <samuel.bizien-filippi@finances.gouv.fr>
* | | | Merge pull request #53498 from ↵Daniel Calviño Sánchez13 days2-2/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/make-s3-connect-timeout-option-configurable fix(ObjectStore): Make S3 "connect_timeout" option configurable
| * | | | fix(ObjectStore): Make S3 "connect_timeout" option configurablefix/noid/make-s3-connect-timeout-option-configurableDaniel Calviño Sánchez14 days2-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The hardcoded connection timeout of 5 seconds may not be enough in some cases, so now it is got from the ObjectStore arguments in Nextcloud configuration, falling back to 5 if not set. The connection timeout is set in seconds, but decimal precision can be used for subsecond accuracy (for example, 4.2 for 4200 milliseconds). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | fix(l10n): Update translations from TransifexNextcloud bot13 days110-650/+1292
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #53525 from nextcloud/chore/typoRichard Steinmetz13 days2-5/+5
|\ \ \ \ \ | |/ / / / |/| | | | chore(core): fix typo in session heartbeat service
| * | | | chore(assets): Recompile assetsnextcloud-command14 days1-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>