]>
source.dussan.org Git - nextcloud-server.git/log
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
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>
Nextcloud bot [Mon, 6 Jul 2020 02:16:08 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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)
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
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
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
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
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>
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
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
Nextcloud bot [Sat, 4 Jul 2020 02:16:15 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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>
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>
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>
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>
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>
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>
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
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>
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
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
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…
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
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>
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>
Nextcloud bot [Fri, 3 Jul 2020 02:17:12 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
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
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
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
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
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
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
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.
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>
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
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>
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
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
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>
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
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>
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>
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>
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
Nextcloud bot [Wed, 1 Jul 2020 02:16:15 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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>
Daniel Kesselberg [Fri, 27 Mar 2020 13:00:17 +0000 (14:00 +0100)]
Hello codecov :rocket:
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
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
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.
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.
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
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
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
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
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
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
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>
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>
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
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>
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
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>
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>
Nextcloud bot [Tue, 30 Jun 2020 02:16:10 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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
Nextcloud bot [Mon, 29 Jun 2020 02:16:35 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 28 Jun 2020 02:16:10 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 27 Jun 2020 02:16:43 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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>
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>
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>
Joas Schilling [Fri, 26 Jun 2020 14:16:06 +0000 (16:16 +0200)]
Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 26 Jun 2020 14:13:09 +0000 (16:13 +0200)]
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 26 Jun 2020 13:25:33 +0000 (15:25 +0200)]
Add missing return
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
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>
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>
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>
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>
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>
Daniel Kesselberg [Thu, 25 Jun 2020 21:36:45 +0000 (23:36 +0200)]
Remove unused method.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
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>
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>
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
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
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
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>
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>
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>
Nextcloud bot [Thu, 25 Jun 2020 02:16:42 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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>
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
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
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
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
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
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
Joas Schilling [Wed, 24 Jun 2020 16:11:20 +0000 (18:11 +0200)]
Fix tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>