aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore(cypress): put nextcloud into ramskjnldsv2024-08-222-3/+15
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore(cypress): allow db snapshot and restore fo faster testsskjnldsv2024-08-222-7/+43
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(cypress): do not install deps twiceskjnldsv2024-08-221-0/+5
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #47413 from nextcloud/fix/limit-property-valuesAnna2024-08-221-1/+1
|\ | | | | fix(caldav): limit property length
| * fix(caldav): limit property lengthAnna Larch2024-08-221-1/+1
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #47409 from ↵Joas Schilling2024-08-222-16/+32
|\ \ | | | | | | | | | | | | nextcloud/followup/46991/allow-setting-new-configs fix(provisioning): Support setting new app configs as well
| * | fix(provisioning): Support setting new app configs as wellJoas Schilling2024-08-222-16/+32
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2256-134/+258
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #47363 from nextcloud/fix/template-picker-press-enterJohn Molakvoæ2024-08-2111-7/+17
|\ \ | | | | | | fix: use empty template by default when pressing enter
| * | chore: build assetsElizabeth Danzberger2024-08-214-6/+6
| | | | | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
| * | chore(assets): Recompile assetsnextcloud-command2024-08-212-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix: use empty template by default when pressing enterElizabeth Danzberger2024-08-2111-7/+17
|/ / | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* | Merge pull request #47397 from nextcloud/chore/update-vueFerdinand Thiessen2024-08-21201-893/+926
|\ \ | | | | | | Update `@nextcloud/vue` to v8.17.0
| * | chore: Compile assetsFerdinand Thiessen2024-08-21198-724/+876
| | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | chore: Update `@nextcloud/vue` to v8.17.0Ferdinand Thiessen2024-08-213-169/+50
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #47259 from nextcloud/memcache-ncadRobin Appelman2024-08-217-2/+96
|\ \ | | | | | | feat: add negative compare-and-delete to imemcache
| * | feat: add negative compare-and-delete to imemcacheRobin Appelman2024-08-207-2/+96
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #47388 from nextcloud/bugfix/noid/green-ciJoas Schilling2024-08-211-0/+4
|\ \ \ | |_|/ |/| | ci: Skip flaky test on PHP 8.3
| * | ci: Skip flaky test on PHP 8.3Joas Schilling2024-08-211-0/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #46991 from nextcloud/fix/45083/config-from-jsArthur Schiwon2024-08-212-4/+43
|\ \ \ | | | | | | | | fix(ProvisioningAPI): set typed config values by via API
| * | | fix(ProvisioningAPI): set typed config values by via APIArthur Schiwon2024-08-202-4/+43
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #47370 from nextcloud/fix/loading-iconFerdinand Thiessen2024-08-213-9/+9
|\ \ \ \ | | | | | | | | | | fix(files): Move loading icon before grid toggle
| * | | | chore: Compile assetsFerdinand Thiessen2024-08-212-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files): Move loading icon before grid toggleFerdinand Thiessen2024-08-211-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents jumping of that toggle button when the view is loading. Also adjust the design for Nextcloud 30 (prevent jumping of breadcrumbs when loading due to increased height). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #47371 from nextcloud/fix/disable-auto-zoom-iosFerdinand Thiessen2024-08-216-4/+22
|\ \ \ \ \ | | | | | | | | | | | | fix: Disable auto-zoom on iOS
| * | | | | fix: Support Safari mobileFerdinand Thiessen2024-08-212-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix: Disable auto-zoom on iOSFerdinand Thiessen2024-08-215-4/+21
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using iOS and focussing an input element the view should not be zoomed. So if we set a maximum scale iOS will not auto-zoom but still allow users to zoom. But we can not do this by default as this will disable user zoom on Chrome. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #47352 from nextcloud/fix/context-write-wordingAndy Scherzinger2024-08-211-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write"
| * | | | | fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write"Marcel Klehr2024-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | Merge pull request #47381 from nextcloud/chore/deps/openapi-extractorAndy Scherzinger2024-08-2121-2109/+1986
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | chore(deps): Update openapi-extractor to v1.0.0
| * | | | | chore(deps): Update openapi-extractor to v1.0.0provokateurin2024-08-2121-2109/+1986
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Merge pull request #47372 from nextcloud/fix/filename-validatorFerdinand Thiessen2024-08-213-28/+31
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | fix: `FilenameValidator::isForbidden` should only check forbidden files
| * | | | | docs: Add information how forbidden filenames are handled on existing files.Ferdinand Thiessen2024-08-211-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix: `FilenameValidator::isForbidden` should only check forbidden filesFerdinand Thiessen2024-08-212-26/+25
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | And not forbidden basenames as this is used for different purposes. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #47380 from ↵Joas Schilling2024-08-211-3/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/make-logo-dimension-more-save fix(theming): Make getImage() call save against missing non-SVG version
| * | | | | fix(theming): Make getImage() call save against missing non-SVG versionJoas Schilling2024-08-211-3/+14
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #47331 from ↵Joas Schilling2024-08-211-0/+6
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/skalidindi53/12351/Add-blurhash-to-richobjectstrings fix: adding blurhash to definitions
| * | | | fix: adding blurhash to definitionsJoas Schilling2024-08-201-0/+6
| | |/ / | |/| | | | | | | | | | | | | | Signed-off-by: skalidindi53 <s.teja2004@gmail.com> Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #47365 from nextcloud/fix/share-sortingAndy Scherzinger2024-08-2190-140/+143
|\ \ \ \ | |_|/ / |/| | | fix(files_sharing): Sort by correct share attribute ("share with displayname")
| * | | chore(assets): Recompile assetsnextcloud-command2024-08-2189-127/+127
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files_sharing): Sort by correct share attribute ("share with displayname")Ferdinand Thiessen2024-08-211-13/+16
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no `title` attribute, so this causes an exception. Instead sort by the "share with" displayname which will be the user or group the node is shared to. Meaning this will also be the title of the share in the UI. If this is not available or there are multiple for the same, then sort by the custom label. If also this is not set sort by the creation time. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2190-86/+44
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #47358 from nextcloud/chore/noid/hub9Andy Scherzinger2024-08-211-1/+1
|\ \ \ | | | | | | | | Bump Hub 8 -> Hub 9
| * | | chore: Bump Hub 8 -> Hub 9Andy Scherzinger2024-08-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* | | | Merge pull request #47356 from ↵Andy Scherzinger2024-08-204-4/+25
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/fix/add-webhook_listeners-to-shipped-apps-lists chore: Add webhook_listeners to list of shipped apps
| * | | fix(CI): Add a check that all server apps are translatedJoas Schilling2024-08-201-4/+17
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | chore: Add webhook_listeners to list of shipped appsCôme Chilliet2024-08-203-0/+8
| | |/ | |/| | | | | | | | | | | | | As well as CODEOWNERS and l10n Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #47351 from nextcloud/fix/build/update-appsJohn Molakvoæ2024-08-201-3/+17
|\ \ \
| * | | fix(build): Allow update-apps.sh script to work with non-master branchesprovokateurin2024-08-201-3/+17
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #47350 from nextcloud/chore/build/remove-signed-off-checkerJohn Molakvoæ2024-08-201-112/+0
|\ \ \ \ | |_|/ / |/| | |