aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(storage): Try to delete existing targetdeleteExistingTargetGit'Fellow2024-11-202-10/+15
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Add same logic to common storage
* Merge pull request #49313 from ↵Ferdinand Thiessen2024-11-15227-389/+388
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/vue-8.20.0 build(deps): bump @nextcloud/vue from 8.17.1 to 8.20.0
| * chore: Compile assetsdependabot/npm_and_yarn/nextcloud/vue-8.20.0Ferdinand Thiessen2024-11-15224-334/+334
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * build(deps): bump @nextcloud/vue from 8.17.1 to 8.20.0dependabot[bot]2024-11-153-55/+54
|/ | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.17.1 to 8.20.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.17.1...v8.20.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #49048 from ↵John Molakvoæ2024-11-155-11/+10
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/jquery-ui-1.14.1
| * chore(assets): Recompile assetsnextcloud-command2024-11-153-4/+4
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * build(deps): bump jquery-ui from 1.13.3 to 1.14.1dependabot[bot]2024-11-152-7/+6
|/ | | | | | | | | | | | | | Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.3 to 1.14.1. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.13.3...1.14.1) --- updated-dependencies: - dependency-name: jquery-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #45330 from nextcloud/remove-locking-config-sampleJohn Molakvoæ2024-11-151-15/+0
|\
| * fix: remove mention of disabling file locking from config sampleremove-locking-config-sampleRobin Appelman2024-09-191-15/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #49130 from nextcloud/fix/cron-strict-cookieJoas Schilling2024-11-151-1/+3
|\ \ | | | | | | fix: Do not check for strict cookie when running webcron
| * | fix: Do not check for strict cookie when running webcronfix/cron-strict-cookieFerdinand Thiessen2024-11-071-1/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #49271 from nextcloud/fix/files/reactivity-injectFerdinand Thiessen2024-11-153-6/+6
|\ \ \ | | | | | | | | fix(files): Make injected actions reactive
| * | | chore(assets): Recompile assetsfix/files/reactivity-injectnextcloud-command2024-11-152-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): Make injected actions reactiveFerdinand Thiessen2024-11-151-3/+3
|/ / / | | | | | | | | | | | | | | | | | | Provided values are not reactive by default and by design, we must need computed to make them reactive. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #49299 from nextcloud/tests/fix-jest-leftoverFerdinand Thiessen2024-11-151-7/+7
|\ \ \ | | | | | | | | test: Fix test mocks for nextcloud-dialogs
| * | | test: Fix test mocks for nextcloud-dialogstests/fix-jest-leftoverFerdinand Thiessen2024-11-151-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Leftover from Jest -> Vitest migration Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #49129 from nextcloud/feat/systemtags-bulk-create-listJohn Molakvoæ2024-11-1514-32/+71
|\ \ \ \
| * | | | chore: compile assetsfeat/systemtags-bulk-create-listskjnldsv2024-11-1511-9/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | fix(systemtags): enhance create tag in tag picker UXskjnldsv2024-11-153-23/+62
| | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | Merge pull request #49304 from nextcloud/feat/dispatcher/log-raw-response-dataDaniel2024-11-151-0/+4
|\ \ \ \ \ | |/ / / / |/| | | | feat(Dispatcher): Add debug log for controller methods returning raw data not wrapped in Response
| * | | | feat(Dispatcher): Add debug log for controller methods returning raw data ↵feat/dispatcher/log-raw-response-dataprovokateurin2024-11-151-0/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | not wrapped in Response Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #48833 from ↵Richard Steinmetz2024-11-154-48/+496
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/fix/issue-48732-exdate-rdate-property-instances fix: RDATE and EXDATE property instances
| * | | fix: RDATE and EXDATE property instancesfix/issue-48732-exdate-rdate-property-instancesSebastianKrupinski2024-10-214-48/+496
| | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-15148-790/+920
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #49276 from nextcloud/refactor/register-routesKate2024-11-143-26/+14
|\ \ \ \
| * | | | refactor(user_ldap): Remove Application::registerRoutes() usagerefactor/register-routesprovokateurin2024-11-142-14/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | refactor(files_versions): Remove Application::registerRoutes() usageprovokateurin2024-11-141-12/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #49290 from nextcloud/fix/use-invokeprivate-for-testSebastian Krupinski2024-11-141-21/+16
|\ \ \ \ \ | | | | | | | | | | | | fix: use invokePrivate for test
| * | | | | fix: use invokePrivate for testfix/use-invokeprivate-for-testSebastianKrupinski2024-11-141-21/+16
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | | Merge pull request #49225 from nextcloud/fix/invalid-mtimeJohn Molakvoæ2024-11-143-4/+18
|\ \ \ \ \
| * | | | | chore(assets): Recompile assetsnextcloud-command2024-11-142-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix(files): ensure valid mtime and fallback to crtime if definedskjnldsv2024-11-141-1/+15
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | Merge pull request #49275 from nextcloud/chore/drop-skjnldsv/sanitize-svgKate2024-11-146-42/+5
|\ \ \ \ \
| * | | | | chore(assets): Recompile assetsnextcloud-command2024-11-143-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | chore(files): replace `@skjnldsv/sanitize-svg` with `DOMPurify`chore/drop-skjnldsv/sanitize-svgskjnldsv2024-11-143-35/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | Merge pull request #49281 from nextcloud/rakekniven-patch-1Sebastian Krupinski2024-11-141-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | chore(i18n): Fixed grammar
| * | | | | | chore(i18n): Fixed grammarrakekniven2024-11-141-1/+1
|/ / / / / / | | | | | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | | | | Merge pull request #49260 from ↵Julien Veyssier2024-11-141-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/textprocessing-schedule-taskprocessing-provider [textprocessing] Fix: Accept scheduling a task if there are equivalent taskprocessing providers only
| * | | | | | fix(textprocessing): accept scheduling a task if there are equivalent ↵fix/noid/textprocessing-schedule-taskprocessing-providerJulien Veyssier2024-11-131-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | taskprocessing providers only Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | | Merge pull request #48675 from georglauterbach/masterCôme Chilliet2024-11-142-4/+8
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | DNS: do not query CNAME if A succeeded already
| * | | | | | fix: remove superflous linegeorglauterbach2024-11-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
| * | | | | | fix: do not query CNAME if A succeeded alreadygeorglauterbach2024-11-062-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
* | | | | | | Merge pull request #49244 from nextcloud/feat/profile-appKate2024-11-1462-68/+1268
|\ \ \ \ \ \ \
| * | | | | | | fix(profile): exclude from openapifeat/profile-appskjnldsv2024-11-141-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | | chore: compile assetsskjnldsv2024-11-1421-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | | fix(profile): triggerbutton selectorskjnldsv2024-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | | fix(profile): add legacy root for old `core.ProfilePage.index`skjnldsv2024-11-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | | fix(profile): make sure the app cannot be disabled as it was in coreskjnldsv2024-11-145-8/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | | chore(profile): move profile app from core to appsskjnldsv2024-11-1435-37/+1222
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | Merge pull request #49273 from nextcloud/test/integration/cleanup-logsJohn Molakvoæ2024-11-141-2/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |