]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoMerge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_in
Roeland Jago Douma [Wed, 19 Aug 2020 18:10:45 +0000 (20:10 +0200)]
Merge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_in

SSE: make legacy format opt in

4 years agoMerge pull request #22041 from nextcloud/feature/noid/typed_events_dav
Morris Jobke [Wed, 19 Aug 2020 17:34:12 +0000 (19:34 +0200)]
Merge pull request #22041 from nextcloud/feature/noid/typed_events_dav

Add Typed Events for CalDAV- and CardDAV-related Events

4 years agoMerge pull request #22304 from nextcloud/techdebt/noid/matching-param-names
Morris Jobke [Wed, 19 Aug 2020 17:34:02 +0000 (19:34 +0200)]
Merge pull request #22304 from nextcloud/techdebt/noid/matching-param-names

Use matching parameter names form interfaces and implementations

4 years agoMerge pull request #22280 from nextcloud/bugfix/noid/429-on-brute-force-maximum
Morris Jobke [Wed, 19 Aug 2020 16:21:01 +0000 (18:21 +0200)]
Merge pull request #22280 from nextcloud/bugfix/noid/429-on-brute-force-maximum

Send "429 Too Many Requests" in case of brute force protection

4 years agoBetter psalm CI output 22304/head
Morris Jobke [Wed, 19 Aug 2020 16:12:15 +0000 (18:12 +0200)]
Better psalm CI output

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoUse matching parameter names form interfaces and implementations
Morris Jobke [Wed, 19 Aug 2020 15:54:00 +0000 (17:54 +0200)]
Use matching parameter names form interfaces and implementations

Found by Psalm 3.14.1

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22288 from nextcloud/techdebt/noid/fix-oc_image-invalid-scalar...
Morris Jobke [Wed, 19 Aug 2020 15:55:56 +0000 (17:55 +0200)]
Merge pull request #22288 from nextcloud/techdebt/noid/fix-oc_image-invalid-scalar-arguments

Cast float/char to int to avoid invalid scalar argument warning

4 years agoFix the return type of OC_Template->fetchPage() to be string only 22280/head
Morris Jobke [Wed, 19 Aug 2020 14:48:06 +0000 (16:48 +0200)]
Fix the return type of OC_Template->fetchPage() to be string only

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoAdd legacy scanning command 22218/head
Roeland Jago Douma [Mon, 17 Aug 2020 19:00:37 +0000 (21:00 +0200)]
Add legacy scanning command

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoAdd setup check that links to the migration documentation
Morris Jobke [Wed, 12 Aug 2020 13:16:33 +0000 (15:16 +0200)]
Add setup check that links to the migration documentation

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMake legacy cipher opt in
Roeland Jago Douma [Wed, 12 Aug 2020 11:22:24 +0000 (13:22 +0200)]
Make legacy cipher opt in

* Systems that upgrade have this enabled by default
* New systems disable it
* We'll have to add some wargning in the setup checks if this is enabled

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoTypecast parameter of getAddressBookById 22041/head
Georg Ehrke [Wed, 19 Aug 2020 13:30:13 +0000 (15:30 +0200)]
Typecast parameter of getAddressBookById

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoMore test fixing
Joas Schilling [Wed, 19 Aug 2020 10:40:25 +0000 (12:40 +0200)]
More test fixing

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22299 from nextcloud/enh/noid/show-disabled-user-count-in-userreport
Roeland Jago Douma [Wed, 19 Aug 2020 09:23:27 +0000 (11:23 +0200)]
Merge pull request #22299 from nextcloud/enh/noid/show-disabled-user-count-in-userreport

Show disabled user count in occ user:report

4 years agoUpdate autoloader
Joas Schilling [Wed, 19 Aug 2020 09:21:02 +0000 (11:21 +0200)]
Update autoloader

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix unit tests
Joas Schilling [Wed, 19 Aug 2020 09:20:12 +0000 (11:20 +0200)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix CS
Joas Schilling [Thu, 9 Jul 2020 10:25:57 +0000 (12:25 +0200)]
Fix CS

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoCorrectly return ms delay when at max
Joas Schilling [Thu, 9 Jul 2020 10:16:52 +0000 (12:16 +0200)]
Correctly return ms delay when at max

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAdd missing default
Joas Schilling [Wed, 3 Jun 2020 06:33:05 +0000 (08:33 +0200)]
Add missing default

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoSimplify array filter
Joas Schilling [Thu, 19 Mar 2020 13:14:37 +0000 (14:14 +0100)]
Simplify array filter

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix wrong doc + type hint
Joas Schilling [Thu, 19 Mar 2020 13:13:52 +0000 (14:13 +0100)]
Fix wrong doc + type hint

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoOnly throw when also the last 30 mins were attacking
Joas Schilling [Thu, 19 Mar 2020 12:42:31 +0000 (13:42 +0100)]
Only throw when also the last 30 mins were attacking

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMake the throttling O(2^n) instead of O(n^n)
Joas Schilling [Thu, 19 Mar 2020 12:31:07 +0000 (13:31 +0100)]
Make the throttling O(2^n) instead of O(n^n)

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMake Throttler strict
Joas Schilling [Thu, 19 Mar 2020 12:30:15 +0000 (13:30 +0100)]
Make Throttler strict

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoSplit delay calculation from getting the attempts
Joas Schilling [Thu, 19 Mar 2020 12:26:24 +0000 (13:26 +0100)]
Split delay calculation from getting the attempts

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoLet the database count the entries
Joas Schilling [Thu, 19 Mar 2020 12:01:34 +0000 (13:01 +0100)]
Let the database count the entries

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoSend "429 Too Many Requests" in case of brute force protection
Joas Schilling [Thu, 19 Mar 2020 11:09:57 +0000 (12:09 +0100)]
Send "429 Too Many Requests" in case of brute force protection

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22297 from nextcloud/feature/15929/allow-to-disable-share-emails
Joas Schilling [Wed, 19 Aug 2020 07:50:42 +0000 (09:50 +0200)]
Merge pull request #22297 from nextcloud/feature/15929/allow-to-disable-share-emails

Allow to disable share emails

4 years agoShow disabled user count in occ user:report 22299/head
Morris Jobke [Wed, 19 Aug 2020 07:31:41 +0000 (09:31 +0200)]
Show disabled user count in occ user:report

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoAllow to disable share emails 22297/head
Joas Schilling [Wed, 19 Aug 2020 07:03:58 +0000 (09:03 +0200)]
Allow to disable share emails

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 19 Aug 2020 02:17:11 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoAdd Typed Events for CalDAV- and CardDAV-related Events
Georg Ehrke [Tue, 28 Jul 2020 07:35:51 +0000 (09:35 +0200)]
Add Typed Events for CalDAV- and CardDAV-related Events

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoMerge pull request #22285 from nextcloud/techdebt/noid/move-to-typed-event-in-list.php
Morris Jobke [Tue, 18 Aug 2020 19:29:48 +0000 (21:29 +0200)]
Merge pull request #22285 from nextcloud/techdebt/noid/move-to-typed-event-in-list.php

Use dispatchTyped instead of dispatch on the new event dispatcher

4 years agoUse dispatchTyped instead of dispatch on the new event dispatcher 22285/head
Morris Jobke [Tue, 18 Aug 2020 14:25:19 +0000 (16:25 +0200)]
Use dispatchTyped instead of dispatch on the new event dispatcher

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22291 from nextcloud/bugfix/22117/fix-activity-tests-again
Roeland Jago Douma [Tue, 18 Aug 2020 18:00:30 +0000 (20:00 +0200)]
Merge pull request #22291 from nextcloud/bugfix/22117/fix-activity-tests-again

Fix activity tests again

4 years agoFix activity tests again 22291/head
Joas Schilling [Tue, 18 Aug 2020 16:21:03 +0000 (18:21 +0200)]
Fix activity tests again

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22287 from nextcloud/techdebt/22236/update-psalm-baseline
Morris Jobke [Tue, 18 Aug 2020 15:01:59 +0000 (17:01 +0200)]
Merge pull request #22287 from nextcloud/techdebt/22236/update-psalm-baseline

Update psalm baseline due to fixes in #22236

4 years agoCast float/char to int to avoid invalid scalar argument warning 22288/head
Morris Jobke [Tue, 18 Aug 2020 14:51:59 +0000 (16:51 +0200)]
Cast float/char to int to avoid invalid scalar argument warning

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoUpdate psalm baseline due to fixes in #22236 22287/head
Morris Jobke [Tue, 18 Aug 2020 14:49:36 +0000 (16:49 +0200)]
Update psalm baseline due to fixes in #22236

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22236 from nextcloud/bugfix/noid/dav_sharing_backend_canWrite_isOwner
Morris Jobke [Tue, 18 Aug 2020 14:48:43 +0000 (16:48 +0200)]
Merge pull request #22236 from nextcloud/bugfix/noid/dav_sharing_backend_canWrite_isOwner

CalDAV: Add ability to limit sharing to owner

4 years agoMerge pull request #21787 from nextcloud/enh/hello-psalm
Morris Jobke [Tue, 18 Aug 2020 11:38:03 +0000 (13:38 +0200)]
Merge pull request #21787 from nextcloud/enh/hello-psalm

Hello psalm

4 years agoAdd ability to limit sharing to owner 22236/head
Georg Ehrke [Tue, 11 Aug 2020 07:24:08 +0000 (09:24 +0200)]
Add ability to limit sharing to owner

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoCheck only the baseline.xml and exclude the psalm.xml from the file check 21787/head
Morris Jobke [Tue, 18 Aug 2020 10:37:53 +0000 (12:37 +0200)]
Check only the baseline.xml and exclude the psalm.xml from the file check

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoAdd patches for stubs
Morris Jobke [Tue, 18 Aug 2020 09:24:44 +0000 (11:24 +0200)]
Add patches for stubs

* https://github.com/JetBrains/phpstorm-stubs/pull/893
* https://github.com/JetBrains/phpstorm-stubs/pull/894
* https://github.com/JetBrains/phpstorm-stubs/pull/895
* https://github.com/JetBrains/phpstorm-stubs/pull/896

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoAdd stubs for gd, intl, IntlChar, ldap, redis_cluster and xsl
Morris Jobke [Tue, 18 Aug 2020 08:10:38 +0000 (10:10 +0200)]
Add stubs for gd, intl, IntlChar, ldap, redis_cluster and xsl

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoAdd a check for fixes in the psalm baseline
Morris Jobke [Tue, 18 Aug 2020 07:09:59 +0000 (09:09 +0200)]
Add a check for fixes in the psalm baseline

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoAdd psalm baseline
Morris Jobke [Tue, 18 Aug 2020 07:02:31 +0000 (09:02 +0200)]
Add psalm baseline

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22195 from nextcloud/design/accessibility-highcontrast-class
John Molakvoæ [Tue, 18 Aug 2020 07:01:04 +0000 (09:01 +0200)]
Merge pull request #22195 from nextcloud/design/accessibility-highcontrast-class

Add highcontrast class to body just like with dark theme

4 years agoSuppress warning for template functions.
Daniel Kesselberg [Fri, 14 Aug 2020 14:18:23 +0000 (16:18 +0200)]
Suppress warning for template functions.

https://github.com/nextcloud/server/blob/6e8e34fef920a073118c22111f0f31eb3b3a91dc/lib/private/legacy/template/functions.php
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoFix variable name for referenced variable.
Daniel Kesselberg [Fri, 14 Aug 2020 14:06:33 +0000 (16:06 +0200)]
Fix variable name for referenced variable.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoSupress UndefinedGlobalVariable for register_command.php
Daniel Kesselberg [Fri, 14 Aug 2020 12:37:05 +0000 (14:37 +0200)]
Supress UndefinedGlobalVariable for register_command.php

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoRemove directory/file element.
Daniel Kesselberg [Fri, 14 Aug 2020 12:31:31 +0000 (14:31 +0200)]
Remove directory/file element.

It will suppress any error of that kind in the file. That was not intended.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoSuppress warning for $_ and $l
Daniel Kesselberg [Mon, 10 Aug 2020 20:25:51 +0000 (22:25 +0200)]
Suppress warning for $_ and $l

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoExclude stubs from code style check
Daniel Kesselberg [Wed, 15 Jul 2020 20:38:09 +0000 (22:38 +0200)]
Exclude stubs from code style check

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoFix: UndefinedFunction Function x does not exist in templates
Daniel Kesselberg [Fri, 10 Jul 2020 12:08:32 +0000 (14:08 +0200)]
Fix: UndefinedFunction Function x does not exist in templates

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoAdd psalm as composer dependency
Daniel Kesselberg [Fri, 10 Jul 2020 11:48:46 +0000 (13:48 +0200)]
Add psalm as composer dependency

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoAdd template functions
Daniel Kesselberg [Fri, 10 Jul 2020 11:44:29 +0000 (13:44 +0200)]
Add template functions

for some reason they are not loaded by default.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoAdd stubs for phpseclib
Daniel Kesselberg [Fri, 10 Jul 2020 10:30:38 +0000 (12:30 +0200)]
Add stubs for phpseclib

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoHello psalm
Daniel Kesselberg [Fri, 10 Jul 2020 08:58:33 +0000 (10:58 +0200)]
Hello psalm

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoAdd highcontrast class to body just like with dark theme 22195/head
Jan C. Borchardt [Tue, 11 Aug 2020 14:22:43 +0000 (16:22 +0200)]
Add highcontrast class to body just like with dark theme

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoMerge pull request #22244 from nextcloud/fix/16876/better_fetch_recent
Roeland Jago Douma [Tue, 18 Aug 2020 05:09:30 +0000 (07:09 +0200)]
Merge pull request #22244 from nextcloud/fix/16876/better_fetch_recent

Improve recent file fetching

4 years agoImprove recent file fetching 22244/head
Roeland Jago Douma [Fri, 14 Aug 2020 06:06:53 +0000 (08:06 +0200)]
Improve recent file fetching

Fixes #16876

Before we'd just fetch everything from all storages we'd have access to.
Then we'd sort. And filter in php. Now this of course is tricky if a
user shared just a file with you and then has a ton of activity.

Now we try to contruct the prefix path. So that the filtering can happen
right away in the databae.

Now this will make the DB more busy. But it should help overall as in
most cases less queries are needed then etc.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 18 Aug 2020 02:17:28 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22273 from nextcloud/bugfix/noid/status-nonexisting-icon
John Molakvoæ [Mon, 17 Aug 2020 20:18:43 +0000 (22:18 +0200)]
Merge pull request #22273 from nextcloud/bugfix/noid/status-nonexisting-icon

Do not try to load non-existing icon

4 years agoMerge pull request #22109 from nextcloud/feature/20931/followup-1
John Molakvoæ [Mon, 17 Aug 2020 20:13:45 +0000 (22:13 +0200)]
Merge pull request #22109 from nextcloud/feature/20931/followup-1

4 years agoLimit custom message input to 80 chars 22109/head
Georg Ehrke [Wed, 12 Aug 2020 11:02:41 +0000 (13:02 +0200)]
Limit custom message input to 80 chars

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoDisplay user-status in sharing list
Georg Ehrke [Fri, 14 Aug 2020 15:03:57 +0000 (17:03 +0200)]
Display user-status in sharing list

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoMerge pull request #22271 from nextcloud/phpdoc/22063/add-interface-method-and-phpdoc
Roeland Jago Douma [Mon, 17 Aug 2020 17:34:56 +0000 (19:34 +0200)]
Merge pull request #22271 from nextcloud/phpdoc/22063/add-interface-method-and-phpdoc

Properly add new methods to interface and document in PHPDoc for getR…

4 years agoMerge pull request #22272 from nextcloud/phpdoc/21787/fix-misplaced-variable-phpdoc
blizzz [Mon, 17 Aug 2020 17:01:06 +0000 (19:01 +0200)]
Merge pull request #22272 from nextcloud/phpdoc/21787/fix-misplaced-variable-phpdoc

Fix "misplaced variables" warning of Psalm in PHPDoc statements

4 years agoDo not try to load non-existing icon 22273/head
Julius Härtl [Mon, 17 Aug 2020 16:25:16 +0000 (18:25 +0200)]
Do not try to load non-existing icon

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #21861 from nextcloud/techdebt/files-psr-container
Morris Jobke [Mon, 17 Aug 2020 15:58:41 +0000 (17:58 +0200)]
Merge pull request #21861 from nextcloud/techdebt/files-psr-container

Migrate files to the PSR container

4 years agoFix "misplaced variables" warning of Psalm in PHPDoc statements 22272/head
Morris Jobke [Mon, 17 Aug 2020 15:16:50 +0000 (17:16 +0200)]
Fix "misplaced variables" warning of Psalm in PHPDoc statements

Ref #21787

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22253 from nextcloud/debt/noid/docblocks
Morris Jobke [Mon, 17 Aug 2020 15:45:11 +0000 (17:45 +0200)]
Merge pull request #22253 from nextcloud/debt/noid/docblocks

Fix some MissingDocblockType or InvalidDocblock warnings.

4 years agoProperly add new methods to interface and document in PHPDoc for getRootMounts() 22271/head
Morris Jobke [Mon, 17 Aug 2020 15:13:41 +0000 (17:13 +0200)]
Properly add new methods to interface and document in PHPDoc for getRootMounts()

Introduced in #22063 and was just forgotten.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoFix TagService DI name 21861/head
Morris Jobke [Mon, 17 Aug 2020 14:55:16 +0000 (16:55 +0200)]
Fix TagService DI name

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMigrate files to the PSR container
Christoph Wurst [Thu, 16 Jul 2020 08:26:41 +0000 (10:26 +0200)]
Migrate files to the PSR container

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #22262 from nextcloud/dependabot/npm_and_yarn/sinon-9.0.3
dependabot-preview[bot] [Mon, 17 Aug 2020 06:24:34 +0000 (06:24 +0000)]
Merge pull request #22262 from nextcloud/dependabot/npm_and_yarn/sinon-9.0.3

4 years agoMerge pull request #22261 from nextcloud/dependabot/npm_and_yarn/jsdom-16.4.0
Roeland Jago Douma [Mon, 17 Aug 2020 04:43:10 +0000 (06:43 +0200)]
Merge pull request #22261 from nextcloud/dependabot/npm_and_yarn/jsdom-16.4.0

Bump jsdom from 16.3.0 to 16.4.0

4 years agoMerge pull request #22260 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.20
Roeland Jago Douma [Mon, 17 Aug 2020 04:42:27 +0000 (06:42 +0200)]
Merge pull request #22260 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.20

Bump lodash from 4.17.19 to 4.17.20

4 years agoBump lodash from 4.17.19 to 4.17.20 22260/head
dependabot-preview[bot] [Sat, 15 Aug 2020 02:36:03 +0000 (02:36 +0000)]
Bump lodash from 4.17.19 to 4.17.20

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.20)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 17 Aug 2020 02:16:39 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 16 Aug 2020 02:16:28 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoBump sinon from 9.0.2 to 9.0.3 22262/head
dependabot-preview[bot] [Sat, 15 Aug 2020 02:38:21 +0000 (02:38 +0000)]
Bump sinon from 9.0.2 to 9.0.3

Bumps [sinon](https://github.com/sinonjs/sinon) from 9.0.2 to 9.0.3.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v9.0.2...v9.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump jsdom from 16.3.0 to 16.4.0 22261/head
dependabot-preview[bot] [Sat, 15 Aug 2020 02:37:38 +0000 (02:37 +0000)]
Bump jsdom from 16.3.0 to 16.4.0

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.3.0 to 16.4.0.
- [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/16.3.0...16.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 15 Aug 2020 02:17:13 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoFix more MissingDocblockType or InvalidDocblock warnings. 22253/head
Daniel Kesselberg [Fri, 14 Aug 2020 18:19:23 +0000 (20:19 +0200)]
Fix more MissingDocblockType or InvalidDocblock warnings.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoMerge pull request #22257 from nextcloud/debt/noid/add-parameter-to-set
Morris Jobke [Fri, 14 Aug 2020 18:15:16 +0000 (20:15 +0200)]
Merge pull request #22257 from nextcloud/debt/noid/add-parameter-to-set

Update documentation for QueryBuilder::set

4 years agoUpdate documentation for QueryBuilder::set 22257/head
Daniel Kesselberg [Fri, 14 Aug 2020 17:55:01 +0000 (19:55 +0200)]
Update documentation for QueryBuilder::set

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoExpose status via Collaborators API
Georg Ehrke [Wed, 5 Aug 2020 08:37:20 +0000 (10:37 +0200)]
Expose status via Collaborators API

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoMerge pull request #22221 from nextcloud/fix/19097/ldap-depracted-event
blizzz [Fri, 14 Aug 2020 14:07:12 +0000 (16:07 +0200)]
Merge pull request #22221 from nextcloud/fix/19097/ldap-depracted-event

provide event class and typed event to LDAP loaded event; also fixing a logged deprecation message

4 years agoMerge pull request #18969 from nextcloud/enh/apps/use-sidebar
Morris Jobke [Fri, 14 Aug 2020 13:44:04 +0000 (15:44 +0200)]
Merge pull request #18969 from nextcloud/enh/apps/use-sidebar

Migrate app management settings to proper sidebar standards

4 years agoFix some MissingDocblockType or InvalidDocblock warnings.
Daniel Kesselberg [Fri, 14 Aug 2020 13:10:48 +0000 (15:10 +0200)]
Fix some MissingDocblockType or InvalidDocblock warnings.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoUse appsidebar for apps 18969/head
John Molakvoæ (skjnldsv) [Thu, 9 Apr 2020 10:58:05 +0000 (12:58 +0200)]
Use appsidebar for apps

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoUse appsidebar for apps
John Molakvoæ (skjnldsv) [Sat, 18 Jan 2020 09:21:27 +0000 (10:21 +0100)]
Use appsidebar for apps

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoMerge pull request #22243 from nextcloud/fix/20490/no_session_duplicate_warnings
Morris Jobke [Fri, 14 Aug 2020 07:22:24 +0000 (09:22 +0200)]
Merge pull request #22243 from nextcloud/fix/20490/no_session_duplicate_warnings

Silence duplicate session warnings

4 years agoMerge pull request #22198 from nextcloud/dependabot/npm_and_yarn/vue-router-3.4.3
dependabot-preview[bot] [Fri, 14 Aug 2020 06:02:44 +0000 (06:02 +0000)]
Merge pull request #22198 from nextcloud/dependabot/npm_and_yarn/vue-router-3.4.3

4 years agoBump vue-router from 3.3.4 to 3.4.3 22198/head
dependabot-preview[bot] [Fri, 14 Aug 2020 05:07:37 +0000 (05:07 +0000)]
Bump vue-router from 3.3.4 to 3.4.3

Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.3.4 to 3.4.3.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.3.4...v3.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #22200 from cweiske/duplicated-sql-where-line
Roeland Jago Douma [Fri, 14 Aug 2020 03:43:42 +0000 (05:43 +0200)]
Merge pull request #22200 from cweiske/duplicated-sql-where-line

Remove duplicated SQL addWhere line

4 years agoSilence duplicate session warnings 22243/head
Roeland Jago Douma [Fri, 14 Aug 2020 03:23:11 +0000 (05:23 +0200)]
Silence duplicate session warnings

Fixes #20490

Basically restroring the old behavior.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 14 Aug 2020 02:31:59 +0000 (02:31 +0000)]
[tx-robot] updated from transifex