]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoMerge pull request #21581 from nextcloud/3rdparty/symfony/4.4.10
Roeland Jago Douma [Mon, 6 Jul 2020 08:32:48 +0000 (10:32 +0200)]
Merge pull request #21581 from nextcloud/3rdparty/symfony/4.4.10

Bump symfony deps to 4.4.10

4 years agoBump symfony deps to 4.4.10 21581/head
Roeland Jago Douma [Thu, 25 Jun 2020 06:39:03 +0000 (08:39 +0200)]
Bump symfony deps to 4.4.10

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 6 Jul 2020 02:16:08 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21264 from stweil/master
Morris Jobke [Sun, 5 Jul 2020 20:52:28 +0000 (22:52 +0200)]
Merge pull request #21264 from stweil/master

build: Fix some typos (most of them found by codespell)

4 years agoMerge pull request #21636 from nextcloud/lock-exception-readable-path
Morris Jobke [Sun, 5 Jul 2020 20:37:12 +0000 (22:37 +0200)]
Merge pull request #21636 from nextcloud/lock-exception-readable-path

add proper paths to locking exceptions

4 years agoMerge pull request #21626 from nextcloud/enhancement/injectible-callables
Morris Jobke [Sun, 5 Jul 2020 20:03:12 +0000 (22:03 +0200)]
Merge pull request #21626 from nextcloud/enhancement/injectible-callables

Callable parameter injection

4 years agoMerge pull request #21686 from nextcloud/dependabot/npm_and_yarn/babel/core-7.10.4
Roeland Jago Douma [Sat, 4 Jul 2020 13:16:54 +0000 (15:16 +0200)]
Merge pull request #21686 from nextcloud/dependabot/npm_and_yarn/babel/core-7.10.4

Bump @babel/core from 7.10.3 to 7.10.4

4 years agoMerge pull request #21533 from nextcloud/techdebt/noid/dedicated-method-to-get-a...
Roeland Jago Douma [Sat, 4 Jul 2020 06:56:13 +0000 (08:56 +0200)]
Merge pull request #21533 from nextcloud/techdebt/noid/dedicated-method-to-get-a-users-language

Techdebt/noid/dedicated method to get a users language

4 years agoBump @babel/core from 7.10.3 to 7.10.4 21686/head
dependabot-preview[bot] [Sat, 4 Jul 2020 06:48:52 +0000 (06:48 +0000)]
Bump @babel/core from 7.10.3 to 7.10.4

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.3 to 7.10.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.4/packages/babel-core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #21685 from nextcloud/dependabot/npm_and_yarn/babel/preset-env...
Roeland Jago Douma [Sat, 4 Jul 2020 06:46:22 +0000 (08:46 +0200)]
Merge pull request #21685 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.10.4

Bump @babel/preset-env from 7.10.3 to 7.10.4

4 years agoMerge pull request #21682 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import...
Roeland Jago Douma [Sat, 4 Jul 2020 06:45:46 +0000 (08:45 +0200)]
Merge pull request #21682 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import-2.22.0

Bump eslint-plugin-import from 2.21.2 to 2.22.0

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 4 Jul 2020 02:16:15 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoBump @babel/preset-env from 7.10.3 to 7.10.4 21685/head
dependabot-preview[bot] [Sat, 4 Jul 2020 01:23:32 +0000 (01:23 +0000)]
Bump @babel/preset-env from 7.10.3 to 7.10.4

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.10.3 to 7.10.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.4/packages/babel-preset-env)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump eslint-plugin-import from 2.21.2 to 2.22.0 21682/head
dependabot-preview[bot] [Sat, 4 Jul 2020 01:21:09 +0000 (01:21 +0000)]
Bump eslint-plugin-import from 2.21.2 to 2.22.0

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.21.2 to 2.22.0.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.21.2...v2.22.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoUse \OCP\IContainer::injectFn to boot the admin_audit app 21626/head
Christoph Wurst [Mon, 29 Jun 2020 14:09:58 +0000 (16:09 +0200)]
Use \OCP\IContainer::injectFn to boot the admin_audit app

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoUse \OCP\IContainer::injectFn to boot the Accessibility app
Christoph Wurst [Mon, 29 Jun 2020 14:07:21 +0000 (16:07 +0200)]
Use \OCP\IContainer::injectFn to boot the Accessibility app

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoUse \OCP\IContainer::injectFn to boot the DAV app
Christoph Wurst [Mon, 29 Jun 2020 14:04:17 +0000 (16:04 +0200)]
Use \OCP\IContainer::injectFn to boot the DAV app

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoCallable parameter injection
Christoph Wurst [Mon, 29 Jun 2020 13:52:47 +0000 (15:52 +0200)]
Callable parameter injection

This is like what we have to DI and classes, but for callables.

The motivating factor is to get rid of *service locators* in the `boot`
method of apps as a new pattern is about to emerge where we have lots of
`query` calls on the app or server container in order to fetch some
services.

With this little helper it's possible to call another (public) method
and magically have everything injected.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #21280 from nextcloud/dependabot/npm_and_yarn/nextcloud/router...
Morris Jobke [Fri, 3 Jul 2020 10:31:35 +0000 (12:31 +0200)]
Merge pull request #21280 from nextcloud/dependabot/npm_and_yarn/nextcloud/router-1.1.0

Bump @nextcloud/router from 1.0.2 to 1.1.0

4 years agoUse the new method everywhere 21533/head
Joas Schilling [Tue, 23 Jun 2020 06:45:01 +0000 (08:45 +0200)]
Use the new method everywhere

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #21662 from nextcloud/fix/s3-bucket-compat-static-call
Christoph Wurst [Fri, 3 Jul 2020 08:22:53 +0000 (10:22 +0200)]
Merge pull request #21662 from nextcloud/fix/s3-bucket-compat-static-call

Fix static method call for s3 bucket compat check

4 years agoMerge pull request #20198 from nextcloud/enh/enable-codecov
Roeland Jago Douma [Fri, 3 Jul 2020 08:07:04 +0000 (10:07 +0200)]
Merge pull request #20198 from nextcloud/enh/enable-codecov

Send coverage to codecov again

4 years agoMerge pull request #21439 from nextcloud/feature/noid/move-autocomplete-filter-event...
Joas Schilling [Fri, 3 Jul 2020 08:03:34 +0000 (10:03 +0200)]
Merge pull request #21439 from nextcloud/feature/noid/move-autocomplete-filter-event-to-new-dispatcher-and-class

Move AutoComplete::filterResults to new event dispatcher and GenericE…

4 years agoMerge pull request #21431 from nextcloud/search-filter-invalid-results
Roeland Jago Douma [Fri, 3 Jul 2020 07:09:03 +0000 (09:09 +0200)]
Merge pull request #21431 from nextcloud/search-filter-invalid-results

Filter out search results that have invalid encoding

4 years agoFix static method call for s3 bucket compat check 21662/head
Christoph Wurst [Fri, 3 Jul 2020 07:02:58 +0000 (09:02 +0200)]
Fix static method call for s3 bucket compat check

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoBump @nextcloud/router from 1.0.2 to 1.1.0 21280/head
dependabot-preview[bot] [Thu, 2 Jul 2020 21:43:23 +0000 (21:43 +0000)]
Bump @nextcloud/router from 1.0.2 to 1.1.0

Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/nextcloud/nextcloud-router/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-router/commits)

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 [Fri, 3 Jul 2020 02:17:12 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21644 from nextcloud/bugfix/noid/typo-in-variable-name
Morris Jobke [Thu, 2 Jul 2020 22:05:58 +0000 (00:05 +0200)]
Merge pull request #21644 from nextcloud/bugfix/noid/typo-in-variable-name

Fix typo in variable name and make check more accurate

4 years agoMerge pull request #21591 from nextcloud/debt/noid/set-path-for-ocm-permissions
Roeland Jago Douma [Thu, 2 Jul 2020 19:10:19 +0000 (21:10 +0200)]
Merge pull request #21591 from nextcloud/debt/noid/set-path-for-ocm-permissions

Pass $path to ocmPermissions2ncPermissions

4 years agoMerge pull request #21648 from nextcloud/bug/21647/tar-header
Roeland Jago Douma [Thu, 2 Jul 2020 19:09:02 +0000 (21:09 +0200)]
Merge pull request #21648 from nextcloud/bug/21647/tar-header

Add missing TarHeader.php

4 years agoMerge pull request #21360 from nextcloud/root-storage-prevent-scanning
Roeland Jago Douma [Thu, 2 Jul 2020 19:07:16 +0000 (21:07 +0200)]
Merge pull request #21360 from nextcloud/root-storage-prevent-scanning

prevent the root storage from accidentally scanning user folders

4 years agoMerge pull request #21547 from nextcloud/enhancement/workflowengine-bootstrap
Roeland Jago Douma [Thu, 2 Jul 2020 19:03:14 +0000 (21:03 +0200)]
Merge pull request #21547 from nextcloud/enhancement/workflowengine-bootstrap

Migrate WFE to the new bootstrap mechanism

4 years agoMerge pull request #21580 from therealklanni/master
Roeland Jago Douma [Thu, 2 Jul 2020 18:59:54 +0000 (20:59 +0200)]
Merge pull request #21580 from therealklanni/master

Add audio formats to htaccess

4 years agoMerge pull request #21590 from nextcloud/debt/noid/unused-method
Roeland Jago Douma [Thu, 2 Jul 2020 18:58:20 +0000 (20:58 +0200)]
Merge pull request #21590 from nextcloud/debt/noid/unused-method

Remove unused method.

4 years agoAdd missing TarHeader.php 21648/head
Daniel Kesselberg [Wed, 1 Jul 2020 15:59:20 +0000 (17:59 +0200)]
Add missing TarHeader.php

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoMerge pull request #21657 from nextcloud/fix/no_undefined_in_template
Roeland Jago Douma [Thu, 2 Jul 2020 17:57:52 +0000 (19:57 +0200)]
Merge pull request #21657 from nextcloud/fix/no_undefined_in_template

Check if debugMode is defined before using it

4 years agoCheck if debugMode is defined before using it 21657/head
Roeland Jago Douma [Thu, 2 Jul 2020 13:46:59 +0000 (15:46 +0200)]
Check if debugMode is defined before using it

Else the sabre error page (where the var is not defined) will throw
warnings all the time.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #21599 from nextcloud/debt/noid/type-to-types
Roeland Jago Douma [Thu, 2 Jul 2020 10:21:01 +0000 (12:21 +0200)]
Merge pull request #21599 from nextcloud/debt/noid/type-to-types

Replace TYPE with TYPES

4 years agoMerge pull request #21653 from nextcloud/bugfix/noid/fix-ipv6-remote-addresses-from...
Roeland Jago Douma [Thu, 2 Jul 2020 10:01:24 +0000 (12:01 +0200)]
Merge pull request #21653 from nextcloud/bugfix/noid/fix-ipv6-remote-addresses-from-x-forwarded-for-header

Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating

4 years agoFix IPv6 remote addresses from X_FORWARDED_FOR headers before validating 21653/head
Joas Schilling [Thu, 2 Jul 2020 09:05:02 +0000 (11:05 +0200)]
Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #21597 from nextcloud/techdebt/noid/return-value-for-commands
Joas Schilling [Wed, 1 Jul 2020 09:52:14 +0000 (11:52 +0200)]
Merge pull request #21597 from nextcloud/techdebt/noid/return-value-for-commands

Add return value to all commands

4 years agoFix typo in variable name and make check more accurate 21644/head
Joas Schilling [Wed, 1 Jul 2020 08:40:32 +0000 (10:40 +0200)]
Fix typo in variable name and make check more accurate

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAdd a dedicated method to get the language for another user
Joas Schilling [Mon, 22 Jun 2020 15:38:58 +0000 (17:38 +0200)]
Add a dedicated method to get the language for another user

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMove AutoComplete::filterResults to new event dispatcher and GenericEvent 21439/head
Joas Schilling [Tue, 16 Jun 2020 19:14:42 +0000 (21:14 +0200)]
Move AutoComplete::filterResults to new event dispatcher and GenericEvent

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #19646 from firlevapz/bugfix/19400/oauth2-login-opens-new-browser...
Joas Schilling [Wed, 1 Jul 2020 07:39:55 +0000 (09:39 +0200)]
Merge pull request #19646 from firlevapz/bugfix/19400/oauth2-login-opens-new-browser-window

Change OAuth2 redirect link to relative link

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 1 Jul 2020 02:16:15 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoReplace TYPE with TYPES 21599/head
Daniel Kesselberg [Tue, 30 Jun 2020 20:12:06 +0000 (22:12 +0200)]
Replace TYPE with TYPES

As TYPE::* is deprecated.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoHello codecov :rocket: 20198/head
Daniel Kesselberg [Fri, 27 Mar 2020 13:00:17 +0000 (14:00 +0100)]
Hello codecov :rocket:

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoMerge pull request #21604 from nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.3
Roeland Jago Douma [Tue, 30 Jun 2020 19:20:07 +0000 (21:20 +0200)]
Merge pull request #21604 from nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.3

Bump vue-loader from 15.9.2 to 15.9.3

4 years agoMerge pull request #21588 from nextcloud/bug/21214/method-signature
Roeland Jago Douma [Tue, 30 Jun 2020 18:36:30 +0000 (20:36 +0200)]
Merge pull request #21588 from nextcloud/bug/21214/method-signature

Update presign method to match with interface again.

4 years agoMerge pull request #21589 from nextcloud/debt/noid/wrong-exception-call
Roeland Jago Douma [Tue, 30 Jun 2020 18:35:47 +0000 (20:35 +0200)]
Merge pull request #21589 from nextcloud/debt/noid/wrong-exception-call

Set retry = false for forbidden exception.

4 years agoMerge pull request #21603 from nextcloud/dependabot/npm_and_yarn/mochapack-2.0.2
Roeland Jago Douma [Tue, 30 Jun 2020 18:34:52 +0000 (20:34 +0200)]
Merge pull request #21603 from nextcloud/dependabot/npm_and_yarn/mochapack-2.0.2

Bump mochapack from 2.0.0 to 2.0.2

4 years agoMerge pull request #21592 from nextcloud/debt/noid/drop-parallel-lint
Roeland Jago Douma [Tue, 30 Jun 2020 17:40:56 +0000 (19:40 +0200)]
Merge pull request #21592 from nextcloud/debt/noid/drop-parallel-lint

Remove unused jakub-onderka/php-parallel-lint

4 years agoMerge pull request #21596 from nextcloud/debt/noid/share-return-mismatch
Roeland Jago Douma [Tue, 30 Jun 2020 17:40:26 +0000 (19:40 +0200)]
Merge pull request #21596 from nextcloud/debt/noid/share-return-mismatch

Replace Share with IShare and add missing return

4 years agoMerge pull request #21632 from nextcloud/techdebt/app-php-deprecation-log
Roeland Jago Douma [Tue, 30 Jun 2020 17:38:55 +0000 (19:38 +0200)]
Merge pull request #21632 from nextcloud/techdebt/app-php-deprecation-log

Log usages of the deprecated app.php file

4 years agoMerge pull request #21630 from nextcloud/fix/21627/close-x
Roeland Jago Douma [Tue, 30 Jun 2020 17:38:37 +0000 (19:38 +0200)]
Merge pull request #21630 from nextcloud/fix/21627/close-x

Make closing dialogs callback with false

4 years agoMerge pull request #21606 from nextcloud/dependabot/npm_and_yarn/exports-loader-1.1.0
Roeland Jago Douma [Tue, 30 Jun 2020 17:36:52 +0000 (19:36 +0200)]
Merge pull request #21606 from nextcloud/dependabot/npm_and_yarn/exports-loader-1.1.0

Bump exports-loader from 1.0.1 to 1.1.0

4 years agoadd proper paths to locking exceptions 21636/head
Robin Appelman [Tue, 30 Jun 2020 16:10:42 +0000 (18:10 +0200)]
add proper paths to locking exceptions

while some code paths do wrap the "raw" locking exception into one with a proper path, not all of them do
by adding the proper path to the original exception we ensure that we always have the usefull information in out logs

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMake closing dialogs callback with false 21630/head
Gary Kim [Mon, 29 Jun 2020 17:56:02 +0000 (01:56 +0800)]
Make closing dialogs callback with false

Signed-off-by: Gary Kim <gary@garykim.dev>
4 years agoMerge pull request #21605 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.12
Roeland Jago Douma [Tue, 30 Jun 2020 13:16:24 +0000 (15:16 +0200)]
Merge pull request #21605 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.12

Bump dompurify from 2.0.11 to 2.0.12

4 years agoBump dompurify from 2.0.11 to 2.0.12 21605/head
dependabot-preview[bot] [Tue, 30 Jun 2020 08:04:20 +0000 (08:04 +0000)]
Bump dompurify from 2.0.11 to 2.0.12

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.11 to 2.0.12.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.11...2.0.12)

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 #21602 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill...
Roeland Jago Douma [Tue, 30 Jun 2020 08:01:58 +0000 (10:01 +0200)]
Merge pull request #21602 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.3.2

Bump css-vars-ponyfill from 2.3.1 to 2.3.2

4 years agoLog usages of the deprecated app.php file 21632/head
Christoph Wurst [Tue, 30 Jun 2020 07:43:40 +0000 (09:43 +0200)]
Log usages of the deprecated app.php file

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoBump css-vars-ponyfill from 2.3.1 to 2.3.2 21602/head
dependabot-preview[bot] [Sat, 27 Jun 2020 01:14:32 +0000 (01:14 +0000)]
Bump css-vars-ponyfill from 2.3.1 to 2.3.2

Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases)
- [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v2.3.1...v2.3.2)

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 [Tue, 30 Jun 2020 02:16:10 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21594 from nextcloud/bugfix/21586/precalculate-primary-element...
Joas Schilling [Mon, 29 Jun 2020 12:05:10 +0000 (14:05 +0200)]
Merge pull request #21594 from nextcloud/bugfix/21586/precalculate-primary-element-color-for-dark-mode-too

Precalculate the primary element color for dark mode too

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 29 Jun 2020 02:16:35 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

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

4 years ago[tx-robot] updated from transifex 21610/head
Nextcloud bot [Sat, 27 Jun 2020 02:16:43 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoBump exports-loader from 1.0.1 to 1.1.0 21606/head
dependabot-preview[bot] [Sat, 27 Jun 2020 01:18:16 +0000 (01:18 +0000)]
Bump exports-loader from 1.0.1 to 1.1.0

Bumps [exports-loader](https://github.com/webpack-contrib/exports-loader) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/webpack-contrib/exports-loader/releases)
- [Changelog](https://github.com/webpack-contrib/exports-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/exports-loader/compare/v1.0.1...v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump vue-loader from 15.9.2 to 15.9.3 21604/head
dependabot-preview[bot] [Sat, 27 Jun 2020 01:16:16 +0000 (01:16 +0000)]
Bump vue-loader from 15.9.2 to 15.9.3

Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.2 to 15.9.3.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/compare/v15.9.2...v15.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump mochapack from 2.0.0 to 2.0.2 21603/head
dependabot-preview[bot] [Sat, 27 Jun 2020 01:15:33 +0000 (01:15 +0000)]
Bump mochapack from 2.0.0 to 2.0.2

Bumps [mochapack](https://github.com/sysgears/mochapack) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/sysgears/mochapack/releases)
- [Commits](https://github.com/sysgears/mochapack/compare/v2.0.0...v2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoFix PHP CS 21594/head
Joas Schilling [Fri, 26 Jun 2020 14:16:06 +0000 (16:16 +0200)]
Fix PHP CS

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix unit tests 21597/head
Joas Schilling [Fri, 26 Jun 2020 14:13:09 +0000 (16:13 +0200)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAdd missing return
Joas Schilling [Fri, 26 Jun 2020 13:25:33 +0000 (15:25 +0200)]
Add missing return

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAlso always return in app commands
Joas Schilling [Fri, 26 Jun 2020 13:12:11 +0000 (15:12 +0200)]
Also always return in app commands

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAdd return value to all commands
Joas Schilling [Fri, 26 Jun 2020 12:54:51 +0000 (14:54 +0200)]
Add return value to all commands

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoReplace Share with IShare and add missing return. 21596/head
Daniel Kesselberg [Fri, 26 Jun 2020 08:57:14 +0000 (10:57 +0200)]
Replace Share with IShare and add missing return.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoPrecalculate the primary element color for dark mode too
Joas Schilling [Fri, 26 Jun 2020 07:58:45 +0000 (09:58 +0200)]
Precalculate the primary element color for dark mode too

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoRemove unused jakub-onderka/php-parallel-lint 21592/head
Daniel Kesselberg [Thu, 25 Jun 2020 22:23:11 +0000 (00:23 +0200)]
Remove unused jakub-onderka/php-parallel-lint

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoPass $path to ocmPermissions2ncPermissions 21591/head
Daniel Kesselberg [Thu, 25 Jun 2020 21:42:24 +0000 (23:42 +0200)]
Pass $path to ocmPermissions2ncPermissions

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoRemove unused method. 21590/head
Daniel Kesselberg [Thu, 25 Jun 2020 21:36:45 +0000 (23:36 +0200)]
Remove unused method.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoSet retry = false for forbidden exception. 21589/head
Daniel Kesselberg [Thu, 25 Jun 2020 21:33:14 +0000 (23:33 +0200)]
Set retry = false for forbidden exception.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoUpdate presign method to match with interface again. 21588/head
Daniel Kesselberg [Thu, 25 Jun 2020 20:56:28 +0000 (22:56 +0200)]
Update presign method to match with interface again.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoMerge pull request #21582 from nextcloud/bugfix/noid/extend-description-on-trusted...
Roeland Jago Douma [Thu, 25 Jun 2020 08:03:32 +0000 (10:03 +0200)]
Merge pull request #21582 from nextcloud/bugfix/noid/extend-description-on-trusted-servers

Extend descriptioon on trusted servers

4 years agoMerge pull request #21576 from nextcloud/fix/21464/types
Roeland Jago Douma [Thu, 25 Jun 2020 08:03:11 +0000 (10:03 +0200)]
Merge pull request #21576 from nextcloud/fix/21464/types

fix strings being passed where arrays where expected

4 years agoMerge pull request #21412 from nextcloud/bugfix/21363/fix-robots-noindex
Roeland Jago Douma [Thu, 25 Jun 2020 07:59:42 +0000 (09:59 +0200)]
Merge pull request #21412 from nextcloud/bugfix/21363/fix-robots-noindex

Fix robots noindex signals

4 years agoExtend descriptioon on trusted servers 21582/head
Joas Schilling [Thu, 25 Jun 2020 07:07:14 +0000 (09:07 +0200)]
Extend descriptioon on trusted servers

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix robots "noindex, nofollow" signals 21412/head
Joas Schilling [Mon, 15 Jun 2020 11:50:30 +0000 (13:50 +0200)]
Fix robots "noindex, nofollow" signals

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAdd audio formats to htaccess 21580/head
Kevin Lanni [Thu, 25 Jun 2020 03:33:51 +0000 (20:33 -0700)]
Add audio formats to htaccess

Signed-off-by: Kevin Lanni <therealklanni@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 25 Jun 2020 02:16:42 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agofix strings being passed where arrays where expected 21576/head
Arthur Schiwon [Wed, 24 Jun 2020 21:34:37 +0000 (23:34 +0200)]
fix strings being passed where arrays where expected

also brought type hints up to internal API level

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #21379 from nextcloud/fix-share-permission-checkboxes-enabled...
Roeland Jago Douma [Wed, 24 Jun 2020 19:20:17 +0000 (21:20 +0200)]
Merge pull request #21379 from nextcloud/fix-share-permission-checkboxes-enabled-when-permissions-can-not-be-set

Fix share permission checkboxes enabled when permissions can not be set

4 years agoMerge pull request #21508 from nextcloud/dependabot/npm_and_yarn/exports-loader-1.0.1
Roeland Jago Douma [Wed, 24 Jun 2020 19:07:23 +0000 (21:07 +0200)]
Merge pull request #21508 from nextcloud/dependabot/npm_and_yarn/exports-loader-1.0.1

Bump exports-loader from 0.7.0 to 1.0.1

4 years agoMerge pull request #21558 from nextcloud/part-file-rename-mask
Roeland Jago Douma [Wed, 24 Jun 2020 19:05:07 +0000 (21:05 +0200)]
Merge pull request #21558 from nextcloud/part-file-rename-mask

relax permissions mask check for detecting part file rename

4 years agoMerge pull request #21565 from nextcloud/fix/noid/fix-comment
Roeland Jago Douma [Wed, 24 Jun 2020 19:03:52 +0000 (21:03 +0200)]
Merge pull request #21565 from nextcloud/fix/noid/fix-comment

comment was wrong, block is needed nevertheless

4 years agoMerge pull request #21562 from nextcloud/techdebt/noid/update-share-type-constant...
Joas Schilling [Wed, 24 Jun 2020 17:29:01 +0000 (19:29 +0200)]
Merge pull request #21562 from nextcloud/techdebt/noid/update-share-type-constant-usage

Update share type constant usage

4 years agoMerge pull request #21564 from nextcloud/fix/noid/no-ocdialogs
blizzz [Wed, 24 Jun 2020 16:58:23 +0000 (18:58 +0200)]
Merge pull request #21564 from nextcloud/fix/noid/no-ocdialogs

fix obsolete usage of OCdialogs

4 years agoFix tests 21562/head
Joas Schilling [Wed, 24 Jun 2020 16:11:20 +0000 (18:11 +0200)]
Fix tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agocomment was wrong, block is needed nevertheless 21565/head
Arthur Schiwon [Wed, 24 Jun 2020 15:51:11 +0000 (17:51 +0200)]
comment was wrong, block is needed nevertheless

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>