]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agolist.php files are only invoked via ViewController and APIController 30024/head
Joas Schilling [Wed, 1 Dec 2021 20:09:11 +0000 (21:09 +0100)]
list.php files are only invoked via ViewController and APIController

Both of them actually check that the user is logged in before
and also the list.php files themselves would break with
getUserSession()->getUser()->getUID() which they contain.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #30018 from nextcloud/fix/30017/tags-styles
Pytal [Wed, 1 Dec 2021 19:48:22 +0000 (11:48 -0800)]
Merge pull request #30018 from nextcloud/fix/30017/tags-styles

2 years agoFix collaborative tags styles 30018/head
Christopher Ng [Wed, 1 Dec 2021 18:04:16 +0000 (18:04 +0000)]
Fix collaborative tags styles

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #30013 from nextcloud/bugfix/noid/dont-count-attempts-when-we...
John Molakvoæ [Wed, 1 Dec 2021 17:40:41 +0000 (18:40 +0100)]
Merge pull request #30013 from nextcloud/bugfix/noid/dont-count-attempts-when-we-just-deleted

2 years agoMerge pull request #30012 from nextcloud/bugfix/noid/only-check-2fa-state-once
John Molakvoæ [Wed, 1 Dec 2021 17:38:24 +0000 (18:38 +0100)]
Merge pull request #30012 from nextcloud/bugfix/noid/only-check-2fa-state-once

2 years agoMerge pull request #29995 from nextcloud/fix/profile-actions-menu
Louis [Wed, 1 Dec 2021 17:04:00 +0000 (18:04 +0100)]
Merge pull request #29995 from nextcloud/fix/profile-actions-menu

Fix profile actions menu with 6 or more actions

2 years agoDon't query the bruteforce attempts when we just deleted them 30013/head
Joas Schilling [Wed, 1 Dec 2021 17:01:22 +0000 (18:01 +0100)]
Don't query the bruteforce attempts when we just deleted them

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoOnly check the twofactor state once per request 30012/head
Joas Schilling [Wed, 1 Dec 2021 16:50:43 +0000 (17:50 +0100)]
Only check the twofactor state once per request

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #30001 from nextcloud/fix/subscription-id-int
Christoph Wurst [Wed, 1 Dec 2021 13:43:47 +0000 (14:43 +0100)]
Merge pull request #30001 from nextcloud/fix/subscription-id-int

Cast orphan subscription id to int

2 years agoMerge pull request #29905 from nextcloud/bugfix/fix-some-buttons
Christoph Wurst [Wed, 1 Dec 2021 10:38:57 +0000 (11:38 +0100)]
Merge pull request #29905 from nextcloud/bugfix/fix-some-buttons

Only add the vue exeption to actual button elements

2 years agoCast orphan subscription id to int 30001/head
Christoph Wurst [Wed, 1 Dec 2021 09:48:14 +0000 (10:48 +0100)]
Cast orphan subscription id to int

DB columns are of type int by default, so they need to be casted.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 1 Dec 2021 02:30:46 +0000 (02:30 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix profile actions menu 29995/head
Christopher Ng [Wed, 1 Dec 2021 00:46:43 +0000 (00:46 +0000)]
Fix profile actions menu

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #29964 from nextcloud/fix/ie-davclient
Pytal [Tue, 30 Nov 2021 22:53:39 +0000 (14:53 -0800)]
Merge pull request #29964 from nextcloud/fix/ie-davclient

2 years agoRemove files_iedavclient 29964/head
John Molakvoæ (skjnldsv) [Mon, 29 Nov 2021 16:00:59 +0000 (17:00 +0100)]
Remove files_iedavclient

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #29966 from nextcloud/feat/remove-isIE
John Molakvoæ [Tue, 30 Nov 2021 13:04:05 +0000 (14:04 +0100)]
Merge pull request #29966 from nextcloud/feat/remove-isIE

2 years agoMerge pull request #29958 from nextcloud/fix/translit-php8/deps-and-tests
MichaIng [Tue, 30 Nov 2021 12:07:02 +0000 (13:07 +0100)]
Merge pull request #29958 from nextcloud/fix/translit-php8/deps-and-tests

Remove iconv from dependencies and tests

2 years agoMerge pull request #29670 from nextcloud/feat/package-node-npm-engines-update
John Molakvoæ [Tue, 30 Nov 2021 12:04:46 +0000 (13:04 +0100)]
Merge pull request #29670 from nextcloud/feat/package-node-npm-engines-update

2 years agoRemove isIE and associated legacy scripts 29966/head
John Molakvoæ (skjnldsv) [Mon, 29 Nov 2021 16:06:01 +0000 (17:06 +0100)]
Remove isIE and associated legacy scripts

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoMerge branch 'master' into feat/package-node-npm-engines-update 29670/head
John Molakvoæ [Tue, 30 Nov 2021 12:02:44 +0000 (13:02 +0100)]
Merge branch 'master' into feat/package-node-npm-engines-update

2 years agoMerge pull request #29974 from nextcloud/fix/repair-step-query-exception-bubble
Christoph Wurst [Tue, 30 Nov 2021 11:53:52 +0000 (12:53 +0100)]
Merge pull request #29974 from nextcloud/fix/repair-step-query-exception-bubble

Let repair step query exceptions bubble up

2 years agoMerge pull request #29960 from nextcloud/fix/bump-christophwurst/id3parser-to-0.1.4
Côme Chilliet [Tue, 30 Nov 2021 10:21:11 +0000 (11:21 +0100)]
Merge pull request #29960 from nextcloud/fix/bump-christophwurst/id3parser-to-0.1.4

Bump christophwurst/id3parser to 0.1.4

2 years agoInclude previous execption for repair steps that don't exist 29974/head
Christoph Wurst [Tue, 30 Nov 2021 09:57:49 +0000 (10:57 +0100)]
Include previous execption for repair steps that don't exist

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoBump christophwurst/id3parser to 0.1.4 29960/head
Côme Chilliet [Mon, 29 Nov 2021 15:36:51 +0000 (16:36 +0100)]
Bump christophwurst/id3parser to 0.1.4

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #29954 from nextcloud/fix/bump-guzzlehttp/guzzle-to-7.4.0
Côme Chilliet [Tue, 30 Nov 2021 09:35:51 +0000 (10:35 +0100)]
Merge pull request #29954 from nextcloud/fix/bump-guzzlehttp/guzzle-to-7.4.0

Bump guzzlehttp/guzzle to 7.4.0

2 years agoBump guzzlehttp/guzzle to 7.4.0 29954/head
Côme Chilliet [Mon, 29 Nov 2021 14:37:52 +0000 (15:37 +0100)]
Bump guzzlehttp/guzzle to 7.4.0

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #29872 from nextcloud/enh/28139/profile-page-title
Louis [Tue, 30 Nov 2021 09:19:33 +0000 (10:19 +0100)]
Merge pull request #29872 from nextcloud/enh/28139/profile-page-title

Set profile page title

2 years agoLet repair step query exceptions bubble up
Christoph Wurst [Tue, 30 Nov 2021 07:56:41 +0000 (08:56 +0100)]
Let repair step query exceptions bubble up

And hide the type error caused by a constructor call with missing
arguments.

`new $repairStep();` only works for the rare case that no arguments are
required. Anything else will throw. Then we previously hid the trace of
the more important query exception.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoMerge pull request #29957 from nextcloud/fix/bump-giggsey/libphonenumber-for-php...
Côme Chilliet [Tue, 30 Nov 2021 07:42:58 +0000 (08:42 +0100)]
Merge pull request #29957 from nextcloud/fix/bump-giggsey/libphonenumber-for-php-to-8.12.37

Bump giggsey/libphonenumber-for-php to 8.12.37

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 30 Nov 2021 02:26:19 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoRemove iconv from dependencies and tests 29958/head
MichaIng [Mon, 29 Nov 2021 15:21:03 +0000 (16:21 +0100)]
Remove iconv from dependencies and tests

which is not used anymore since: https://github.com/nextcloud/server/pull/29470

Signed-off-by: MichaIng <micha@dietpi.com>
2 years agoSet profile page title 29872/head
Christopher Ng [Mon, 29 Nov 2021 20:33:03 +0000 (20:33 +0000)]
Set profile page title

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #29870 from nextcloud/fix/erroneous-status-on-profile
Pytal [Mon, 29 Nov 2021 20:31:09 +0000 (12:31 -0800)]
Merge pull request #29870 from nextcloud/fix/erroneous-status-on-profile

2 years agoPrevent your own status from replacing another user's status 29870/head
Christopher Ng [Mon, 29 Nov 2021 18:55:35 +0000 (18:55 +0000)]
Prevent your own status from replacing another user's status

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #29917 from nextcloud/fix/29768/l10n
Pytal [Mon, 29 Nov 2021 18:48:32 +0000 (10:48 -0800)]
Merge pull request #29917 from nextcloud/fix/29768/l10n

2 years agoBump giggsey/libphonenumber-for-php to 8.12.37 29957/head
Côme Chilliet [Mon, 29 Nov 2021 14:58:54 +0000 (15:58 +0100)]
Bump giggsey/libphonenumber-for-php to 8.12.37

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #29951 from nextcloud/fix/log-interpolation-exceptions
Christoph Wurst [Mon, 29 Nov 2021 15:43:40 +0000 (16:43 +0100)]
Merge pull request #29951 from nextcloud/fix/log-interpolation-exceptions

Interpolate the log message also for logged exceptions

2 years agoMerge pull request #29830 from nextcloud/enhancement/wfe-operation-scope-psalm-type...
Christoph Wurst [Mon, 29 Nov 2021 15:42:44 +0000 (16:42 +0100)]
Merge pull request #29830 from nextcloud/enhancement/wfe-operation-scope-psalm-type-hint

Add Psalm specific scope type hint for the WFE operation

2 years agoMerge pull request #29953 from nextcloud/fix/bump-pimple/pimple-to-3.5.0
Carl Schwan [Mon, 29 Nov 2021 15:30:27 +0000 (16:30 +0100)]
Merge pull request #29953 from nextcloud/fix/bump-pimple/pimple-to-3.5.0

Bump pimple/pimple to 3.5.0

2 years agoBump pimple/pimple to 3.5.0 29953/head
Côme Chilliet [Mon, 29 Nov 2021 14:27:13 +0000 (15:27 +0100)]
Bump pimple/pimple to 3.5.0

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoInterpolate the log message also for logged exceptions 29951/head
Christoph Wurst [Mon, 29 Nov 2021 13:29:35 +0000 (14:29 +0100)]
Interpolate the log message also for logged exceptions

According to PSR-3 the log message can have placeholders that are
replaced from the context object. Our logger implementation did that for
all PSR-3 logger methods. The only exception was our custom `logException`.

Since PsrLoggerAdapter calls logException when an exception key is
present in the context object, log messages were no longer interpolated.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoMerge pull request #29868 from nextcloud/drone-pipeline-php8.0
John Molakvoæ [Mon, 29 Nov 2021 11:28:22 +0000 (12:28 +0100)]
Merge pull request #29868 from nextcloud/drone-pipeline-php8.0

2 years agoMerge pull request #29470 from nextcloud/fix/translit-php8
blizzz [Mon, 29 Nov 2021 10:37:19 +0000 (11:37 +0100)]
Merge pull request #29470 from nextcloud/fix/translit-php8

Avoid use of iconv to get rid of unicode

2 years agoMerge pull request #29931 from nextcloud/dependabot/npm_and_yarn/marked-4.0.5
Louis [Mon, 29 Nov 2021 08:35:39 +0000 (09:35 +0100)]
Merge pull request #29931 from nextcloud/dependabot/npm_and_yarn/marked-4.0.5

Bump marked from 4.0.4 to 4.0.5

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 29 Nov 2021 02:25:06 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 28 Nov 2021 02:23:39 +0000 (02:23 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump marked from 4.0.4 to 4.0.5 29931/head
dependabot[bot] [Sat, 27 Nov 2021 15:38:00 +0000 (15:38 +0000)]
Bump marked from 4.0.4 to 4.0.5

Bumps [marked](https://github.com/markedjs/marked) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.0.4...v4.0.5)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #29935 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios...
dependabot[bot] [Sat, 27 Nov 2021 15:32:40 +0000 (15:32 +0000)]
Merge pull request #29935 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.8.0

2 years agoBump @nextcloud/axios from 1.7.0 to 1.8.0 29935/head
dependabot[bot] [Sat, 27 Nov 2021 14:37:47 +0000 (14:37 +0000)]
Bump @nextcloud/axios from 1.7.0 to 1.8.0

Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/axios"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #29934 from nextcloud/dependabot/npm_and_yarn/jquery-3.6.0
MichaIng [Sat, 27 Nov 2021 14:36:08 +0000 (15:36 +0100)]
Merge pull request #29934 from nextcloud/dependabot/npm_and_yarn/jquery-3.6.0

Bump jquery from 3.5.1 to 3.6.0

2 years agoBump jquery from 3.5.1 to 3.6.0 29934/head
dependabot[bot] [Sat, 27 Nov 2021 02:05:23 +0000 (02:05 +0000)]
Bump jquery from 3.5.1 to 3.6.0

Bumps [jquery](https://github.com/jquery/jquery) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.5.1...3.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #29919 from nextcloud/automated/noid/psalm-baseline-update-1637899872
MichaIng [Sat, 27 Nov 2021 13:47:35 +0000 (14:47 +0100)]
Merge pull request #29919 from nextcloud/automated/noid/psalm-baseline-update-1637899872

[Automated] Update psalm-baseline.xml

2 years agoMerge pull request #29933 from nextcloud/dependabot/npm_and_yarn/jsdom-18.1.1
dependabot[bot] [Sat, 27 Nov 2021 06:28:00 +0000 (06:28 +0000)]
Merge pull request #29933 from nextcloud/dependabot/npm_and_yarn/jsdom-18.1.1

2 years agoMerge pull request #29932 from nextcloud/dependabot/npm_and_yarn/testing-library...
dependabot[bot] [Sat, 27 Nov 2021 05:36:35 +0000 (05:36 +0000)]
Merge pull request #29932 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.15.1

2 years agoBump jsdom from 18.1.0 to 18.1.1 29933/head
dependabot[bot] [Sat, 27 Nov 2021 05:06:28 +0000 (05:06 +0000)]
Bump jsdom from 18.1.0 to 18.1.1

Bumps [jsdom](https://github.com/jsdom/jsdom) from 18.1.0 to 18.1.1.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/18.1.0...18.1.1)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #29930 from nextcloud/dependabot/npm_and_yarn/sass-1.43.5
dependabot[bot] [Sat, 27 Nov 2021 05:05:01 +0000 (05:05 +0000)]
Merge pull request #29930 from nextcloud/dependabot/npm_and_yarn/sass-1.43.5

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 27 Nov 2021 02:25:46 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump @testing-library/jest-dom from 5.15.0 to 5.15.1 29932/head
dependabot[bot] [Sat, 27 Nov 2021 02:04:00 +0000 (02:04 +0000)]
Bump @testing-library/jest-dom from 5.15.0 to 5.15.1

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.15.0 to 5.15.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.15.0...v5.15.1)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump sass from 1.43.4 to 1.43.5 29930/head
dependabot[bot] [Sat, 27 Nov 2021 02:02:35 +0000 (02:02 +0000)]
Bump sass from 1.43.4 to 1.43.5

Bumps [sass](https://github.com/sass/dart-sass) from 1.43.4 to 1.43.5.
- [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.43.4...1.43.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #29926 from nextcloud/fix/noid/short-accounts-data-value
John Molakvoæ [Fri, 26 Nov 2021 17:24:23 +0000 (18:24 +0100)]
Merge pull request #29926 from nextcloud/fix/noid/short-accounts-data-value

2 years agoObey col length of 255 to insert and search in accounts_data 29926/head
Arthur Schiwon [Fri, 26 Nov 2021 15:30:14 +0000 (16:30 +0100)]
Obey col length of 255 to insert and search in accounts_data

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoadd method to shorten a string to given byte size to Utils
Arthur Schiwon [Fri, 26 Nov 2021 15:21:40 +0000 (16:21 +0100)]
add method to shorten a string to given byte size to Utils

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoReintroduce memcached 29868/head
acsfer [Fri, 26 Nov 2021 11:02:51 +0000 (12:02 +0100)]
Reintroduce memcached

2 years agoDrop old/duplicate pipelines
acsfer [Fri, 26 Nov 2021 10:43:18 +0000 (11:43 +0100)]
Drop old/duplicate pipelines

2 years agoUpdate psalm baseline 29919/head
nextcloud-command [Fri, 26 Nov 2021 04:11:12 +0000 (04:11 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 26 Nov 2021 02:46:04 +0000 (02:46 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #29871 from nextcloud/enh/dynamic-profile-visibility-dropdown...
Pytal [Fri, 26 Nov 2021 02:04:37 +0000 (18:04 -0800)]
Merge pull request #29871 from nextcloud/enh/dynamic-profile-visibility-dropdown-rows

2 years agoFix source of translations 29917/head
Christopher Ng [Fri, 26 Nov 2021 02:00:40 +0000 (02:00 +0000)]
Fix source of translations

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoSet number of visibility dropdown rows dynamically 29871/head
Christopher Ng [Fri, 26 Nov 2021 00:51:57 +0000 (00:51 +0000)]
Set number of visibility dropdown rows dynamically

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #29893 from nextcloud/enh/28139/a11y
Pytal [Fri, 26 Nov 2021 00:50:21 +0000 (16:50 -0800)]
Merge pull request #29893 from nextcloud/enh/28139/a11y

2 years agoImprove accessibility 29893/head
Christopher Ng [Fri, 26 Nov 2021 00:16:02 +0000 (00:16 +0000)]
Improve accessibility

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #29906 from nextcloud/fix/strict_comp_for_redis
Vincent Petry [Thu, 25 Nov 2021 18:52:30 +0000 (19:52 +0100)]
Merge pull request #29906 from nextcloud/fix/strict_comp_for_redis

Use strict comparison to detect usage of redis cluster

2 years agoMerge pull request #29891 from nextcloud/enh/profile-status-margin
blizzz [Thu, 25 Nov 2021 16:27:16 +0000 (17:27 +0100)]
Merge pull request #29891 from nextcloud/enh/profile-status-margin

Adjust margin of user status on profile

2 years agoMerge pull request #29894 from nextcloud/fix/inactive-profile-parameter
blizzz [Thu, 25 Nov 2021 16:25:49 +0000 (17:25 +0100)]
Merge pull request #29894 from nextcloud/fix/inactive-profile-parameter

Fix inactive profile parameters being displayed in the Profile visibility section

2 years agoMerge pull request #29837 from nextcloud/fix/user_ldap-check-cache
Julius Härtl [Thu, 25 Nov 2021 15:33:52 +0000 (16:33 +0100)]
Merge pull request #29837 from nextcloud/fix/user_ldap-check-cache

2 years agoUse strict comparison to detect usage of redis cluster 29906/head
Louis Chemineau [Thu, 25 Nov 2021 15:19:42 +0000 (16:19 +0100)]
Use strict comparison to detect usage of redis cluster

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoOnly add the vue exeption to actual button elements 29905/head
marco [Thu, 25 Nov 2021 15:16:02 +0000 (16:16 +0100)]
Only add the vue exeption to actual button elements

Signed-off-by: marco <marcoambrosini@pm.me>
2 years agoMerge pull request #29895 from nextcloud/bugfix/noid/check-for-invalid-characters...
Julius Härtl [Thu, 25 Nov 2021 10:07:46 +0000 (11:07 +0100)]
Merge pull request #29895 from nextcloud/bugfix/noid/check-for-invalid-characters-before-trimming

Check for invalid characters before trimming

2 years agoCorrectly set the response after a ClientException as well 29895/head
Joas Schilling [Thu, 25 Nov 2021 08:07:46 +0000 (09:07 +0100)]
Correctly set the response after a ClientException as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoAdd an integration test
Joas Schilling [Thu, 25 Nov 2021 08:07:34 +0000 (09:07 +0100)]
Add an integration test

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoCheck for invalid characters before trimming
Joas Schilling [Thu, 25 Nov 2021 07:48:26 +0000 (08:48 +0100)]
Check for invalid characters before trimming

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix inactive profile parameters being returned 29894/head
Christopher Ng [Thu, 25 Nov 2021 05:01:18 +0000 (05:01 +0000)]
Fix inactive profile parameters being returned

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoAdjust margin of status on profile 29891/head
Christopher Ng [Thu, 25 Nov 2021 01:37:54 +0000 (01:37 +0000)]
Adjust margin of status on profile

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 25 Nov 2021 02:25:06 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #29826 from nextcloud/fix/noid/fix-personal-settings
Julius Härtl [Wed, 24 Nov 2021 13:43:12 +0000 (14:43 +0100)]
Merge pull request #29826 from nextcloud/fix/noid/fix-personal-settings

2 years agoMerge pull request #29809 from nextcloud/dependabot/composer/build/integration/sabre...
MichaIng [Wed, 24 Nov 2021 13:42:35 +0000 (14:42 +0100)]
Merge pull request #29809 from nextcloud/dependabot/composer/build/integration/sabre/dav-4.2.0

Update sabre/dav requirement from 3.2.3 to 4.2.0 in /build/integration

2 years agoMerge pull request #29869 from nextcloud/fix/28139/hide-status-from-public
Vincent Petry [Wed, 24 Nov 2021 10:23:59 +0000 (11:23 +0100)]
Merge pull request #29869 from nextcloud/fix/28139/hide-status-from-public

Hide user status on profile from public

2 years agoMerge pull request #29864 from nextcloud/bugfix/noid/dav-propfind-ctime
Vincent Petry [Wed, 24 Nov 2021 10:20:12 +0000 (11:20 +0100)]
Merge pull request #29864 from nextcloud/bugfix/noid/dav-propfind-ctime

Allow to fetch the creation time of folders

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 24 Nov 2021 02:25:52 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoPersonalsettings - remove marginLeft as it breaks the layout 29826/head
szaimen [Sun, 21 Nov 2021 14:44:01 +0000 (15:44 +0100)]
Personalsettings - remove marginLeft as it breaks the layout

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoHide user status from public 29869/head
Christopher Ng [Tue, 23 Nov 2021 22:58:44 +0000 (22:58 +0000)]
Hide user status from public

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoAdd Drone php8.0 pipelines for MariaDB10.4, MySQL8, PGSQL13
acsfer [Tue, 23 Nov 2021 21:21:58 +0000 (22:21 +0100)]
Add Drone php8.0 pipelines for MariaDB10.4, MySQL8, PGSQL13

Add Drone php8.0 pipelines for MariaDB10.4, MySQL8, PGSQL13

2 years agoAllow to fetch the creation time of folders 29864/head
Julius Härtl [Tue, 23 Nov 2021 15:55:33 +0000 (16:55 +0100)]
Allow to fetch the creation time of folders

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoUpdate sabre/dav requirement from 3.2.3 to 4.2.0 in /build/integration 29809/head
dependabot[bot] [Sat, 20 Nov 2021 02:04:51 +0000 (02:04 +0000)]
Update sabre/dav requirement from 3.2.3 to 4.2.0 in /build/integration

Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases)
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sabre-io/dav/compare/3.2.3...4.2.0)

---
updated-dependencies:
- dependency-name: sabre/dav
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #29432 from nextcloud/fix/support-php-8.1
Vincent Petry [Tue, 23 Nov 2021 14:41:20 +0000 (15:41 +0100)]
Merge pull request #29432 from nextcloud/fix/support-php-8.1

Support PHP 8.1 - First batch

2 years agoMerge pull request #29610 from nextcloud/fix/user_ldap-logger
Côme Chilliet [Tue, 23 Nov 2021 14:26:25 +0000 (15:26 +0100)]
Merge pull request #29610 from nextcloud/fix/user_ldap-logger

Get rid of user_ldap LogWrapper and use LoggerInterface

2 years agoMerge pull request #29791 from nextcloud/bugfix/noid/status-editing
Joas Schilling [Tue, 23 Nov 2021 13:36:10 +0000 (14:36 +0100)]
Merge pull request #29791 from nextcloud/bugfix/noid/status-editing

Fix multiple bugs with user status

2 years agoFix multiple bugs with user status 29791/head
Carl Schwan [Fri, 19 Nov 2021 14:09:05 +0000 (15:09 +0100)]
Fix multiple bugs with user status

* Fix editing the status while on a call, don't send a bogus request
* Clean backup user status when setting up a new status manually
* A bit more type hinting

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMove back logger to protected in OCA\User_LDAP\User\User 29610/head
Côme Chilliet [Tue, 23 Nov 2021 10:06:14 +0000 (11:06 +0100)]
Move back logger to protected in OCA\User_LDAP\User\User

It was changed to private because of a bad copy/paste.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #29833 from nextcloud/fix/29340/fix-mobile-profilepage
szaimen [Tue, 23 Nov 2021 10:05:05 +0000 (11:05 +0100)]
Merge pull request #29833 from nextcloud/fix/29340/fix-mobile-profilepage

make profile page usable on mobile