]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 11 Jan 2022 02:27:07 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30571 from nextcloud/fix/missing-jquery
John Molakvoæ [Mon, 10 Jan 2022 19:03:21 +0000 (20:03 +0100)]
Merge pull request #30571 from nextcloud/fix/missing-jquery

2 years agoRevert "Streamline reseting of private static properties"
Louis Chemineau [Mon, 10 Jan 2022 17:42:07 +0000 (18:42 +0100)]
Revert "Streamline reseting of private static properties"

This reverts commit e50121d4c05afb8eca22bc105b160283ff4181c0.

2 years agoStreamline reseting of private static properties
Louis Chemineau [Mon, 10 Jan 2022 16:34:48 +0000 (17:34 +0100)]
Streamline reseting of private static properties

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #30499 from nextcloud/bugfix/29941/remove-shareinfo-query-from...
Vincent Petry [Mon, 10 Jan 2022 15:42:23 +0000 (16:42 +0100)]
Merge pull request #30499 from nextcloud/bugfix/29941/remove-shareinfo-query-from-scanner

Remove inefficient fed share scanner

2 years agoMerge pull request #30565 from nextcloud/bugfix/30564/fix-mkdir-fail-when-keys-folder...
Vincent Petry [Mon, 10 Jan 2022 15:42:02 +0000 (16:42 +0100)]
Merge pull request #30565 from nextcloud/bugfix/30564/fix-mkdir-fail-when-keys-folder-exists

Fix fail when keys/files folder already exists

2 years agoMerge pull request #30567 from nextcloud/bugfix/noid/npm-ci-for-karma
Vincent Petry [Mon, 10 Jan 2022 15:41:11 +0000 (16:41 +0100)]
Merge pull request #30567 from nextcloud/bugfix/noid/npm-ci-for-karma

Use npm ci when running JS tests

2 years agoFix JS tests after test lib updates 30567/head
Vincent Petry [Mon, 10 Jan 2022 14:08:03 +0000 (15:08 +0100)]
Fix JS tests after test lib updates

Prevent XHR during load by checking window.TESTING.
Adjust some expected values.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agofix: only use jquery once it is available 30571/head
Azul [Mon, 10 Jan 2022 13:54:29 +0000 (14:54 +0100)]
fix: only use jquery once it is available

publicpage.js is loaded very early and cannot rely on jquery being loaded already.

Move the use of `$` into the `DomContentLoaded` handler.

Signed-off-by: Azul <azul@riseup.net>
2 years agoUpdate node deps for JS tests
Vincent Petry [Mon, 10 Jan 2022 13:17:09 +0000 (14:17 +0100)]
Update node deps for JS tests

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoUse npm ci when running JS tests
Vincent Petry [Mon, 10 Jan 2022 11:00:16 +0000 (12:00 +0100)]
Use npm ci when running JS tests

This makes sure that the pinned versions are selected correctly.
Fixes the colors.js incident.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #30561 from nextcloud/rakekniven-branch2
John Molakvoæ [Mon, 10 Jan 2022 10:43:24 +0000 (11:43 +0100)]
Merge pull request #30561 from nextcloud/rakekniven-branch2

2 years agoRemove inefficient fed share scanner 30499/head
Vincent Petry [Wed, 5 Jan 2022 16:19:24 +0000 (17:19 +0100)]
Remove inefficient fed share scanner

Remove scanAll which relies on the "shareinfo" endpoint that returns the
full cache tree.
The latter can become big for big shares and result in timeouts.
Furthermode, the full tree would be retrieved again for each and every
detected change which can become expensive quickly.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoFix fail when keys/files folder already exists 30565/head
Vincent Petry [Mon, 10 Jan 2022 10:15:22 +0000 (11:15 +0100)]
Fix fail when keys/files folder already exists

Fixes an issue with transfer ownership in move mode where the folder
"files_encryption/keys/files" already exists.

Instead of failing, its existence is checked before calling mkdir.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #30020 from nextcloud/feat/webpack-vendors-bundles
Carl Schwan [Mon, 10 Jan 2022 08:41:18 +0000 (09:41 +0100)]
Merge pull request #30020 from nextcloud/feat/webpack-vendors-bundles

Feat/webpack vendors bundles

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 10 Jan 2022 02:26:33 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoRemoved obselete language files 30561/head
rakekniven [Sun, 9 Jan 2022 21:01:52 +0000 (22:01 +0100)]
Removed obselete language files

Those files are remnants of old languages after renaming, mapping or deleting.

Fix for #30501

Related to https://github.com/nextcloud/docker-ci/issues/341

2 years agoMerge pull request #30468 from nextcloud/fix/handle-server-unavailable-scanner
Carl Schwan [Sun, 9 Jan 2022 17:37:29 +0000 (18:37 +0100)]
Merge pull request #30468 from nextcloud/fix/handle-server-unavailable-scanner

Handle LocalServerException when scanning external shares

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 9 Jan 2022 02:26:25 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoUse sync modifier with openMenu 30020/head
John Molakvoæ [Sat, 8 Jan 2022 09:48:36 +0000 (10:48 +0100)]
Use sync modifier with openMenu

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoBump p-queue
Louis Chemineau [Fri, 7 Jan 2022 10:09:46 +0000 (11:09 +0100)]
Bump p-queue

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoDeprecate script function
Louis Chemineau [Fri, 7 Jan 2022 09:10:52 +0000 (10:10 +0100)]
Deprecate script function

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoReset $scriptDeps in tests
Louis Chemineau [Fri, 7 Jan 2022 09:04:42 +0000 (10:04 +0100)]
Reset $scriptDeps in tests

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoDetect app's script higher up as some scripts were shadowed
Louis Chemineau [Thu, 6 Jan 2022 16:59:07 +0000 (17:59 +0100)]
Detect app's script higher up as some scripts were shadowed

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoRevert build/package-lock.json change
Louis Chemineau [Thu, 6 Jan 2022 13:58:20 +0000 (14:58 +0100)]
Revert build/package-lock.json change

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoRestore line in autotest-js
Louis Chemineau [Thu, 6 Jan 2022 13:43:26 +0000 (14:43 +0100)]
Restore line in autotest-js

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoFix undescore version
Louis Chemineau [Thu, 6 Jan 2022 13:15:24 +0000 (14:15 +0100)]
Fix undescore version

Reason: https://github.com/nextcloud/server/pull/27279
Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoDon't import $ in every file that needs it
Louis Chemineau [Wed, 5 Jan 2022 18:42:20 +0000 (19:42 +0100)]
Don't import $ in every file that needs it

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoFix webpack version
Louis Chemineau [Tue, 4 Jan 2022 12:59:33 +0000 (13:59 +0100)]
Fix webpack version

Reason: https://github.com/webpack/webpack/pull/14628
Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoCompile bundle
Louis Chemineau [Fri, 3 Dec 2021 16:25:57 +0000 (17:25 +0100)]
Compile bundle

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoFix node test
John Molakvoæ (skjnldsv) [Fri, 3 Dec 2021 14:43:16 +0000 (15:43 +0100)]
Fix node test

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoFix dynamic loading
John Molakvoæ (skjnldsv) [Fri, 3 Dec 2021 14:12:18 +0000 (15:12 +0100)]
Fix dynamic loading

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoMove backgroundjob script after main core scripts
John Molakvoæ (skjnldsv) [Fri, 3 Dec 2021 13:10:59 +0000 (14:10 +0100)]
Move backgroundjob script after main core scripts

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoAdapt test to new dist file layout
Louis Chemineau [Fri, 3 Dec 2021 13:03:58 +0000 (14:03 +0100)]
Adapt test to new dist file layout

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoEnsure mapfile consistency
John Molakvoæ (skjnldsv) [Thu, 2 Dec 2021 21:39:00 +0000 (22:39 +0100)]
Ensure mapfile consistency

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoSplit common vendor chunk
John Molakvoæ (skjnldsv) [Thu, 2 Dec 2021 17:57:11 +0000 (18:57 +0100)]
Split common vendor chunk

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoEslint fix
John Molakvoæ (skjnldsv) [Thu, 2 Dec 2021 17:32:57 +0000 (18:32 +0100)]
Eslint fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoDelete outdated bundles
John Molakvoæ (skjnldsv) [Thu, 2 Dec 2021 17:32:28 +0000 (18:32 +0100)]
Delete outdated bundles

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoCopy core/webpack config into common config
Louis Chemineau [Thu, 2 Dec 2021 14:46:39 +0000 (15:46 +0100)]
Copy core/webpack config into common config

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMigrate to webpack v5
Louis Chemineau [Thu, 2 Dec 2021 13:50:49 +0000 (14:50 +0100)]
Migrate to webpack v5

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoRestore some line in JSResourceLocator.php
Louis Chemineau [Wed, 1 Dec 2021 23:24:40 +0000 (00:24 +0100)]
Restore some line in JSResourceLocator.php

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoUse new div method in scss
Louis Chemineau [Wed, 1 Dec 2021 21:46:01 +0000 (22:46 +0100)]
Use new div method in scss

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMove bundles to /dist
John Molakvoæ (skjnldsv) [Wed, 1 Dec 2021 23:08:08 +0000 (00:08 +0100)]
Move bundles to /dist

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoUse rootModule when module is concatenated
Louis Chemineau [Wed, 1 Dec 2021 21:29:37 +0000 (22:29 +0100)]
Use rootModule when module is concatenated

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoRemove iedavclient from entry list
Louis Chemineau [Wed, 1 Dec 2021 20:49:03 +0000 (21:49 +0100)]
Remove iedavclient from entry list

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoRemove old configs
John Molakvoæ (skjnldsv) [Fri, 6 Aug 2021 15:46:45 +0000 (17:46 +0200)]
Remove old configs

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoMerge all configs into one
John Molakvoæ (skjnldsv) [Fri, 6 Aug 2021 15:39:01 +0000 (17:39 +0200)]
Merge all configs into one

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoMerge pull request #30543 from nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint...
dependabot[bot] [Sat, 8 Jan 2022 07:24:14 +0000 (07:24 +0000)]
Merge pull request #30543 from nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint-config-2.1.1

2 years agoMerge pull request #30542 from nextcloud/dependabot/npm_and_yarn/sass-1.47.0
dependabot[bot] [Sat, 8 Jan 2022 07:22:09 +0000 (07:22 +0000)]
Merge pull request #30542 from nextcloud/dependabot/npm_and_yarn/sass-1.47.0

2 years agoMerge pull request #30540 from nextcloud/dependabot/npm_and_yarn/camelcase-6.3.0
dependabot[bot] [Sat, 8 Jan 2022 07:17:48 +0000 (07:17 +0000)]
Merge pull request #30540 from nextcloud/dependabot/npm_and_yarn/camelcase-6.3.0

2 years agoBump @nextcloud/stylelint-config from 2.0.1 to 2.1.1 30543/head
dependabot[bot] [Sat, 8 Jan 2022 03:12:18 +0000 (03:12 +0000)]
Bump @nextcloud/stylelint-config from 2.0.1 to 2.1.1

Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud/stylelint-config) from 2.0.1 to 2.1.1.
- [Release notes](https://github.com/nextcloud/stylelint-config/releases)
- [Changelog](https://github.com/nextcloud/stylelint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/stylelint-config/compare/v2.0.1...v2.1.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/stylelint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump sass from 1.45.2 to 1.47.0 30542/head
dependabot[bot] [Sat, 8 Jan 2022 03:11:54 +0000 (03:11 +0000)]
Bump sass from 1.45.2 to 1.47.0

Bumps [sass](https://github.com/sass/dart-sass) from 1.45.2 to 1.47.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.45.2...1.47.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump camelcase from 6.2.1 to 6.3.0 30540/head
dependabot[bot] [Sat, 8 Jan 2022 03:11:07 +0000 (03:11 +0000)]
Bump camelcase from 6.2.1 to 6.3.0

Bumps [camelcase](https://github.com/sindresorhus/camelcase) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/sindresorhus/camelcase/releases)
- [Commits](https://github.com/sindresorhus/camelcase/compare/v6.2.1...v6.3.0)

---
updated-dependencies:
- dependency-name: camelcase
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 8 Jan 2022 02:26:27 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30378 from nextcloud/feature/accept-multiple-args-on-concat
Joas Schilling [Fri, 7 Jan 2022 11:16:46 +0000 (12:16 +0100)]
Merge pull request #30378 from nextcloud/feature/accept-multiple-args-on-concat

Accept multipe args on concat

2 years agoMerge pull request #30491 from nextcloud/fix/30374/email-verification
blizzz [Fri, 7 Jan 2022 10:46:12 +0000 (11:46 +0100)]
Merge pull request #30491 from nextcloud/fix/30374/email-verification

Fix email verification

2 years agoMerge pull request #30511 from nextcloud/updateCrl
blizzz [Fri, 7 Jan 2022 10:33:37 +0000 (11:33 +0100)]
Merge pull request #30511 from nextcloud/updateCrl

 update CRL after revocation of sharerenamer.crt

2 years agoMerge pull request #30284 from nextcloud/Valdnet-patch-1
Joas Schilling [Fri, 7 Jan 2022 09:20:05 +0000 (10:20 +0100)]
Merge pull request #30284 from nextcloud/Valdnet-patch-1

l10n: Separate words and add dots

2 years agoUnit tests 30378/head
Vitor Mattos [Wed, 5 Jan 2022 15:00:16 +0000 (12:00 -0300)]
Unit tests

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 7 Jan 2022 02:28:02 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix email verification 30491/head
Christopher Ng [Wed, 5 Jan 2022 04:08:36 +0000 (04:08 +0000)]
Fix email verification

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #30352 from nextcloud/fix/translit-php8/tests2
blizzz [Thu, 6 Jan 2022 22:58:01 +0000 (23:58 +0100)]
Merge pull request #30352 from nextcloud/fix/translit-php8/tests2

Remove iconv from further tests

2 years agoHandle LocalServerException when scanning external shares 30468/head
Carl Schwan [Mon, 3 Jan 2022 08:12:27 +0000 (09:12 +0100)]
Handle LocalServerException when scanning external shares

When remoteIsOwnCloud trows LocalServerException, the storage is
unavailable and instead of crashing the scanner, ignore the specific
storage.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoUpdate crl 30511/head
Vitor Mattos [Thu, 6 Jan 2022 15:18:06 +0000 (12:18 -0300)]
Update crl

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoMerge pull request #30509 from nextcloud/weather-round-temperature
Julien Veyssier [Thu, 6 Jan 2022 15:07:05 +0000 (16:07 +0100)]
Merge pull request #30509 from nextcloud/weather-round-temperature

Integer temperatures in weather widget

2 years ago[weather widget] only display integer temperatures 30509/head
Julien Veyssier [Thu, 6 Jan 2022 13:10:18 +0000 (14:10 +0100)]
[weather widget] only display integer temperatures

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years agoAccept multipe args on concat
Vitor Mattos [Fri, 17 Dec 2021 20:21:35 +0000 (17:21 -0300)]
Accept multipe args on concat

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoMerge pull request #29859 from nextcloud/fix/user_ldap-test-config
blizzz [Thu, 6 Jan 2022 10:44:35 +0000 (11:44 +0100)]
Merge pull request #29859 from nextcloud/fix/user_ldap-test-config

Improve ldap:test-config occ command

2 years agoMerge pull request #30496 from nextcloud/enh/23399/current-weather
Julien Veyssier [Thu, 6 Jan 2022 09:52:45 +0000 (10:52 +0100)]
Merge pull request #30496 from nextcloud/enh/23399/current-weather

Show current weather and forecast in the weather widget

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 6 Jan 2022 02:28:21 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoOne more test fix 30284/head
Valdnet [Wed, 5 Jan 2022 18:00:28 +0000 (19:00 +0100)]
One more test fix

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years agoFix test
Valdnet [Wed, 5 Jan 2022 17:02:14 +0000 (18:02 +0100)]
Fix test

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years agoFix test
Valdnet [Wed, 5 Jan 2022 16:58:16 +0000 (17:58 +0100)]
Fix test

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years agofactorization in weather widget 30496/head
Julien Veyssier [Wed, 5 Jan 2022 15:05:54 +0000 (16:05 +0100)]
factorization in weather widget

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years ago[weather widget] refs #23399 #30436 show current weather and forecast
Julien Veyssier [Wed, 5 Jan 2022 10:05:46 +0000 (11:05 +0100)]
[weather widget] refs #23399 #30436 show current weather and forecast

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years agoMerge pull request #29921 from nextcloud/feature/noid/allow-to-count-commments-with...
Joas Schilling [Wed, 5 Jan 2022 12:44:07 +0000 (13:44 +0100)]
Merge pull request #29921 from nextcloud/feature/noid/allow-to-count-commments-with-multiple-verbs

Allow to count comments with multiple verbs

2 years agoMerge pull request #30492 from nextcloud/bugfix/noid/fix-parameter-passing
Joas Schilling [Wed, 5 Jan 2022 11:06:03 +0000 (12:06 +0100)]
Merge pull request #30492 from nextcloud/bugfix/noid/fix-parameter-passing

Fix passing on the parameter

2 years agoFix unit tests 29921/head
Joas Schilling [Wed, 5 Jan 2022 10:53:33 +0000 (11:53 +0100)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix passing on the parameter 30492/head
Joas Schilling [Wed, 5 Jan 2022 08:30:20 +0000 (09:30 +0100)]
Fix passing on the parameter

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 5 Jan 2022 02:27:38 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30393 from nextcloud/feature/add-group-concat-aggregator-function
Joas Schilling [Tue, 4 Jan 2022 16:34:37 +0000 (17:34 +0100)]
Merge pull request #30393 from nextcloud/feature/add-group-concat-aggregator-function

Add group_concat aggregator function

2 years agoMerge pull request #30469 from nextcloud/work/cleanup-external-share-apidoc
Joas Schilling [Tue, 4 Jan 2022 16:18:33 +0000 (17:18 +0100)]
Merge pull request #30469 from nextcloud/work/cleanup-external-share-apidoc

Improve api documentation/type hinting for file sharing external storage

2 years agoMerge pull request #29780 from nextcloud/bugfix/noid/run-migrations-fuly-on-reenabling
Joas Schilling [Tue, 4 Jan 2022 16:16:57 +0000 (17:16 +0100)]
Merge pull request #29780 from nextcloud/bugfix/noid/run-migrations-fuly-on-reenabling

Run migrations fully when reenabling an app

2 years agoUse quote function 30393/head
Joas Schilling [Tue, 4 Jan 2022 12:59:54 +0000 (13:59 +0100)]
Use quote function

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoTry escaping Oracle single quotes
Joas Schilling [Tue, 4 Jan 2022 12:36:55 +0000 (13:36 +0100)]
Try escaping Oracle single quotes

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoImprove ldap:test-config occ command 29859/head
Côme Chilliet [Tue, 23 Nov 2021 13:18:02 +0000 (14:18 +0100)]
Improve ldap:test-config occ command

Test a search on the base, as the settings wizard is doing.
This is to avoid the wizard saying the base is wrong and the command
 saying everything is fine.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #30423 from nextcloud/fix/grid-drop-text
John Molakvoæ [Tue, 4 Jan 2022 08:44:03 +0000 (09:44 +0100)]
Merge pull request #30423 from nextcloud/fix/grid-drop-text

2 years agoMerge pull request #30358 from nextcloud/bugfix/noid/job-disabled
Julius Härtl [Tue, 4 Jan 2022 08:21:07 +0000 (09:21 +0100)]
Merge pull request #30358 from nextcloud/bugfix/noid/job-disabled

2 years agoAdd a test with integer
Joas Schilling [Tue, 4 Jan 2022 07:50:10 +0000 (08:50 +0100)]
Add a test with integer

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 4 Jan 2022 02:27:33 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix oracle LISTAGG
Joas Schilling [Mon, 3 Jan 2022 16:26:15 +0000 (17:26 +0100)]
Fix oracle LISTAGG

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoTest with real data
Joas Schilling [Mon, 3 Jan 2022 16:25:45 +0000 (17:25 +0100)]
Test with real data

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoAdd unit test
Vitor Mattos [Mon, 3 Jan 2022 14:04:05 +0000 (11:04 -0300)]
Add unit test

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoAdd unit test and orderBy parameter
Vitor Mattos [Mon, 3 Jan 2022 14:04:05 +0000 (11:04 -0300)]
Add unit test and orderBy parameter

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoReset job disabling timer on adding the job again 30358/head
Julius Härtl [Tue, 21 Dec 2021 07:05:50 +0000 (08:05 +0100)]
Reset job disabling timer on adding the job again

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMerge pull request #30452 from nextcloud/fix/missing_showGridView
Louis [Mon, 3 Jan 2022 10:58:49 +0000 (11:58 +0100)]
Merge pull request #30452 from nextcloud/fix/missing_showGridView

Restore innocent code from IE purge

2 years agoAdd group_concat aggregator function
Vitor Mattos [Tue, 21 Dec 2021 15:18:15 +0000 (12:18 -0300)]
Add group_concat aggregator function

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoRestore innocent code from IE purge 30452/head
Louis Chemineau [Thu, 30 Dec 2021 16:22:02 +0000 (17:22 +0100)]
Restore innocent code from IE purge

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoImprove api documentation for file sharing external storage 30469/head
Carl Schwan [Mon, 3 Jan 2022 08:56:29 +0000 (09:56 +0100)]
Improve api documentation for file sharing external storage

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #30401 from nextcloud/dependabot/npm_and_yarn/build/puppeteer...
Julius Härtl [Mon, 3 Jan 2022 07:31:04 +0000 (08:31 +0100)]
Merge pull request #30401 from nextcloud/dependabot/npm_and_yarn/build/puppeteer-13.0.1