]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Thu, 30 Apr 2020 13:44:47 +0000 (15:44 +0200)]
Merge pull request #20611 from nextcloud/version/19/beta6
19 beta 6
Roeland Jago Douma [Thu, 30 Apr 2020 12:42:33 +0000 (14:42 +0200)]
Merge pull request #20710 from nextcloud/fix/argon2-options-checks
Fix Argon2 options checks
Roeland Jago Douma [Thu, 30 Apr 2020 12:41:50 +0000 (14:41 +0200)]
Merge pull request #20742 from nextcloud/fix/cs
Run the cs fixer for green ci
Morris Jobke [Thu, 30 Apr 2020 11:46:13 +0000 (13:46 +0200)]
Merge pull request #20718 from nextcloud/fix/public_share_owner_activity_mess
Add a wrapper to fall back to the share owner on public shares
Joas Schilling [Thu, 30 Apr 2020 10:49:57 +0000 (12:49 +0200)]
Merge pull request #20677 from nextcloud/followup/17718/scaling-user-provisioning
Scaling user provisioning for subadmins with many groups
Roeland Jago Douma [Thu, 30 Apr 2020 10:25:37 +0000 (12:25 +0200)]
Merge pull request #20634 from nextcloud/legacy-avatar-placeholder
Generate legacy image placeholder text by taking first letters
Roeland Jago Douma [Thu, 30 Apr 2020 08:28:44 +0000 (10:28 +0200)]
Run the cs fixer for green ci
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
MichaIng [Tue, 28 Apr 2020 19:04:34 +0000 (21:04 +0200)]
Fix Argon2 options checks
The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum.
Options are now applied the following way:
- If config.php contains the setting with an integer higher or equal to the minimum, it is applied.
- If config.php contains the setting with an integer lower than the minimum, the minimum is applied.
- If config.php does not contain the setting or with no integer value, the PHP default is applied.
Signed-off-by: MichaIng <micha@dietpi.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 30 Apr 2020 07:17:51 +0000 (09:17 +0200)]
Merge pull request #20640 from nextcloud/fix/filepicker
Correctly hide table headers in filepicker
Sergey Shliakhov [Tue, 11 Feb 2020 06:12:42 +0000 (07:12 +0100)]
Generate legacy image placeholder text by taking first letters
https://github.com/nextcloud/server/issues/19335
Signed-off-by: Sergey Shliakhov <husband.sergey@gmail.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Thu, 30 Apr 2020 07:13:19 +0000 (09:13 +0200)]
Merge pull request #19436 from nextcloud/bugfix/noid/dav-quota-calculation
Do not include mountpoints when calculating quota usage on WebDAV
Roeland Jago Douma [Thu, 30 Apr 2020 07:10:56 +0000 (09:10 +0200)]
Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendar
Provide links to calendar in event creation/update activities
Roeland Jago Douma [Thu, 30 Apr 2020 07:06:19 +0000 (09:06 +0200)]
Merge pull request #18883 from adrb/optimize_swift_14116
Optimize Openstack Swift files download
Roeland Jago Douma [Thu, 30 Apr 2020 07:02:58 +0000 (09:02 +0200)]
Merge pull request #20717 from nextcloud/fix/getconfig-param-definitions
Define getSystemValueBool/Int/String function default parameter with correct type
Roeland Jago Douma [Tue, 14 Apr 2020 12:42:28 +0000 (14:42 +0200)]
Add a wrapper to fall back to the share owner on public shares
Else it might happen that we setup a storage that has no real owner and
activities do boom etc (looking at you groupfolders and external
storages!).
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 30 Apr 2020 06:52:50 +0000 (08:52 +0200)]
Merge pull request #20720 from nextcloud/bugfix/noid/temporary-fix-contacts-search
Temporary fix contacts search
Nextcloud bot [Thu, 30 Apr 2020 02:17:11 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 29 Apr 2020 19:32:12 +0000 (21:32 +0200)]
Merge pull request #20262 from nextcloud/fix/others_with_acces/navigation
Allow to navigate to others with access from the sidebar
Roeland Jago Douma [Wed, 1 Apr 2020 13:07:35 +0000 (15:07 +0200)]
Allow to navigate to others with access from the sidebar
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Wed, 29 Apr 2020 14:16:50 +0000 (16:16 +0200)]
Merge pull request #20715 from nextcloud/dependabot/npm_and_yarn/style-loader-1.2.1
Bump style-loader from 1.1.4 to 1.2.1
Roeland Jago Douma [Wed, 29 Apr 2020 14:15:04 +0000 (16:15 +0200)]
Merge pull request #20655 from nextcloud/dependabot/npm_and_yarn/build/node-sass-4.14.0
Bump node-sass from 4.13.0 to 4.14.0 in /build
Joas Schilling [Wed, 29 Apr 2020 12:48:41 +0000 (14:48 +0200)]
Temporary fix contacts search
Signed-off-by: Joas Schilling <coding@schilljs.com>
Christoph Wurst [Wed, 29 Apr 2020 12:24:27 +0000 (14:24 +0200)]
Merge pull request #20714 from nextcloud/fix/license-headers-19
Update license headers for 19
MichaIng [Wed, 29 Apr 2020 12:19:52 +0000 (14:19 +0200)]
Define getSystemValueBool/Int/String function default parameter with correct type
Signed-off-by: MichaIng <micha@dietpi.com>
dependabot-preview[bot] [Wed, 29 Apr 2020 11:07:58 +0000 (11:07 +0000)]
Bump style-loader from 1.1.4 to 1.2.1
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.1.4 to 1.2.1.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.1.4...v1.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Wed, 29 Apr 2020 11:05:32 +0000 (13:05 +0200)]
Merge pull request #20663 from nextcloud/dependabot/npm_and_yarn/webpack-4.43.0
Bump webpack from 4.42.1 to 4.43.0
Christoph Wurst [Wed, 29 Apr 2020 09:57:22 +0000 (11:57 +0200)]
Update license headers for 19
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
dependabot-preview[bot] [Wed, 29 Apr 2020 09:10:31 +0000 (09:10 +0000)]
Bump webpack from 4.42.1 to 4.43.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.42.1 to 4.43.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.42.1...v4.43.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
dependabot-preview[bot] [Wed, 29 Apr 2020 08:27:58 +0000 (08:27 +0000)]
Bump node-sass from 4.13.0 to 4.14.0 in /build
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 4.14.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.0...v4.14.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Wed, 29 Apr 2020 08:25:58 +0000 (10:25 +0200)]
Merge pull request #20658 from nextcloud/dependabot/npm_and_yarn/node-sass-4.14.0
Bump node-sass from 4.13.1 to 4.14.0
Nextcloud bot [Wed, 29 Apr 2020 02:16:55 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 28 Apr 2020 14:18:18 +0000 (16:18 +0200)]
Merge pull request #20636 from nextcloud/tests/noid/tests-for-update-notifications-controller
Add tests for update notification controller for non-default updater …
Morris Jobke [Fri, 24 Apr 2020 16:00:49 +0000 (18:00 +0200)]
Add tests for update notification controller for non-default updater server URL
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
blizzz [Tue, 28 Apr 2020 10:58:02 +0000 (12:58 +0200)]
Merge pull request #20676 from clementhk/ldap-group
Don't remove last user in ldap group when limit is -1
Roeland Jago Douma [Tue, 28 Apr 2020 10:04:25 +0000 (12:04 +0200)]
Merge pull request #20673 from nextcloud/enh/tweaks-app-data-scan
Set exit code if something went wrong.
Roeland Jago Douma [Tue, 28 Apr 2020 09:30:07 +0000 (11:30 +0200)]
Merge pull request #20661 from nextcloud/dependabot/npm_and_yarn/css-loader-3.5.3
Bump css-loader from 3.5.2 to 3.5.3
Nextcloud bot [Tue, 28 Apr 2020 02:16:22 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Adrian Brzezinski [Tue, 14 Jan 2020 08:47:18 +0000 (09:47 +0100)]
It's a fix for issue #14116,
Improves efficiency when downloading files from Swift storage.
Before, files were downloaded and then pushed back to user.
That behaevior causes all kinds of performance problems.
Now, files are streamed directly to user.
Signed-off-by: Adrian Brzezinski <adrian.brzezinski@eo.pl>
Morris Jobke [Mon, 27 Apr 2020 09:10:38 +0000 (11:10 +0200)]
Merge pull request #20650 from tekhnee/patch-1
Adhere to EMailTemplate interface in constructor call.
Morris Jobke [Mon, 27 Apr 2020 09:08:21 +0000 (11:08 +0200)]
Merge pull request #20558 from nextcloud/dependabot/npm_and_yarn/vue-click-outside-1.1.0
Bump vue-click-outside from 1.0.7 to 1.1.0
Morris Jobke [Mon, 27 Apr 2020 09:06:50 +0000 (11:06 +0200)]
Merge pull request #19929 from nextcloud/bugfix/user-delete-avatar
Delete avatar if a user is deleted
Morris Jobke [Mon, 27 Apr 2020 09:05:34 +0000 (11:05 +0200)]
Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshare
Fix resharing of federated shares that were created out of links
Morris Jobke [Mon, 27 Apr 2020 09:00:16 +0000 (11:00 +0200)]
Merge pull request #19514 from sndrr/already-enabled-apps
Already enabled apps
Morris Jobke [Mon, 27 Apr 2020 08:58:34 +0000 (10:58 +0200)]
Merge pull request #19084 from nextcloud/bug/13556/wrong-paths-for-svg
Make it possible to resolve svg's outside \OC::$SERVERROOT
Morris Jobke [Mon, 27 Apr 2020 08:38:32 +0000 (10:38 +0200)]
Merge pull request #20632 from nextcloud/bugfix/20624
Only catch anonymous OPTIONS for Office
John Molakvoæ [Mon, 27 Apr 2020 07:49:41 +0000 (09:49 +0200)]
Merge pull request #20678 from nextcloud/fix/missing-argument-JSConfigHelper
John Molakvoæ (skjnldsv) [Mon, 27 Apr 2020 06:40:54 +0000 (08:40 +0200)]
Fix missing argument in JSConfigHelper
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Joas Schilling [Mon, 27 Apr 2020 06:37:53 +0000 (08:37 +0200)]
Don't loop over all groups to check for subadmins
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Mon, 27 Apr 2020 02:16:13 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Clement Wong [Mon, 27 Apr 2020 00:28:47 +0000 (02:28 +0200)]
Don't remove last user in ldap group when limit is -1
Signed-off-by: Clement Wong <git@clement.hk>
Daniel Kesselberg [Sun, 26 Apr 2020 18:37:21 +0000 (20:37 +0200)]
Set exit code if something went wrong.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Thomas Citharel [Tue, 21 Jan 2020 09:32:48 +0000 (10:32 +0100)]
Provide links to calendar in event creation/update activities
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Nextcloud bot [Sun, 26 Apr 2020 02:16:12 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Sun, 26 Apr 2020 01:19:45 +0000 (01:19 +0000)]
Bump css-loader from 3.5.2 to 3.5.3
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.5.2...v3.5.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Sun, 26 Apr 2020 01:17:42 +0000 (01:17 +0000)]
Bump node-sass from 4.13.1 to 4.14.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 4.14.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.1...v4.14.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Tekhnee [Sat, 25 Apr 2020 18:24:21 +0000 (21:24 +0300)]
Adhere to EMailTemplate interface in constructor call.
Email creation appears to have been refactored lately but it looks like custom template-based emails were left out.
Signed-off-by: Tekhnee <info@tekhnee.org>
Mikael Hammarin [Mon, 28 Oct 2019 14:48:46 +0000 (15:48 +0100)]
Patch to optimize for large installations (>5000 users >20000 groups) where subadmins have access to many of groups (>250)
- UsersController:editUser() calls isUserAccessible() even if the user is admin
This fix reduces API calls to editUser (ex change locale/display name) from >2 minutes (!) to ~3 seconds per call in average.
Signed-off-by: Mikael Hammarin <mikael@try2.se>
Nextcloud bot [Sat, 25 Apr 2020 02:16:01 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Raimund Schlüßler [Fri, 24 Apr 2020 19:09:22 +0000 (21:09 +0200)]
Correctly hide table headers in filepicker
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Julius Härtl [Wed, 12 Feb 2020 14:24:35 +0000 (15:24 +0100)]
Do not include mountpoints when calculating quota usage on WebDAV
Signed-off-by: Julius Härtl <jus@bitgrid.net>
blizzz [Fri, 24 Apr 2020 15:15:12 +0000 (17:15 +0200)]
Merge pull request #19002 from zertrin/patch-1
Fix security header setting in .htaccess by adding 'onsuccess unset'
Roeland Jago Douma [Fri, 24 Apr 2020 15:08:31 +0000 (17:08 +0200)]
Merge pull request #20587 from nextcloud/enh/allow_default_expiration_date
Allow specifying a default expiration date
dependabot-preview[bot] [Fri, 24 Apr 2020 14:39:34 +0000 (14:39 +0000)]
Bump vue-click-outside from 1.0.7 to 1.1.0
Bumps [vue-click-outside](https://github.com/vue-bulma/click-outside) from 1.0.7 to 1.1.0.
- [Release notes](https://github.com/vue-bulma/click-outside/releases)
- [Commits](https://github.com/vue-bulma/click-outside/commits/v1.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Fri, 24 Apr 2020 14:31:38 +0000 (16:31 +0200)]
Merge pull request #20570 from nextcloud/fix/20235/use_uploadfile
Use a proper upload file so propfinds return 404
Sander Ruitenbeek [Mon, 17 Feb 2020 08:43:46 +0000 (08:43 +0000)]
Display notice for already enabled apps
Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
Sander Ruitenbeek [Mon, 17 Feb 2020 08:42:22 +0000 (08:42 +0000)]
Updated test to check for already enabled apps
Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
Christoph Wurst [Fri, 24 Apr 2020 14:28:08 +0000 (16:28 +0200)]
Merge pull request #20559 from nextcloud/dependabot/npm_and_yarn/mochapack-1.1.15
Bump mochapack from 1.1.13 to 1.1.15
Julius Härtl [Fri, 13 Mar 2020 13:16:43 +0000 (14:16 +0100)]
Delete avatar if a user is deleted
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Daniel Kesselberg [Wed, 22 Jan 2020 20:14:36 +0000 (21:14 +0100)]
Add test to ensure that symlinked apps_paths are not resolved
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Wed, 22 Jan 2020 20:13:36 +0000 (21:13 +0100)]
Make it possible to resolve svg for apps_paths outside the document root
Previous implementation assumes the app path is always a child \OC::$SERVERROOT. That's not always true.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Tue, 21 Apr 2020 12:10:33 +0000 (14:10 +0200)]
Allow specifying a default expiration date
This overrides the max expiration date.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 24 Apr 2020 14:01:45 +0000 (16:01 +0200)]
Merge pull request #17623 from j3l11234/master
Add support for download share on old android browser
Julius Härtl [Fri, 24 Apr 2020 11:31:17 +0000 (13:31 +0200)]
Only catch anonymous OPTIONS for Office
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Morris Jobke [Fri, 24 Apr 2020 11:36:16 +0000 (13:36 +0200)]
Merge pull request #20627 from nextcloud/cleanup/noid/remove-obsolete-repair-steps
Remove obsolete repair steps for logo and updater channel
blizzz [Fri, 24 Apr 2020 11:20:27 +0000 (13:20 +0200)]
Merge pull request #20298 from nextcloud/enh/noid/auto-logout
Allow to configure auto logout after browser inactivity
Roeland Jago Douma [Fri, 24 Apr 2020 11:07:17 +0000 (13:07 +0200)]
Merge pull request #20626 from nextcloud/enh/scan-appdata-folder-arg
Add folder argument to files:scan-app-data
blizzz [Fri, 24 Apr 2020 10:27:27 +0000 (12:27 +0200)]
Merge pull request #19919 from nextcloud/enh/noid/ldpa_group_perf
LDAP Group Backend optimizations
Morris Jobke [Fri, 24 Apr 2020 07:57:52 +0000 (09:57 +0200)]
Remove obsolete repair steps for logo and updater channel
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Fri, 24 Apr 2020 02:27:55 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
blizzz [Thu, 23 Apr 2020 20:20:58 +0000 (22:20 +0200)]
Merge pull request #18816 from nextcloud/bugfix/noid/paginate-contacts-search
Use paginated search for contacts
Arthur Schiwon [Fri, 17 Apr 2020 14:02:04 +0000 (16:02 +0200)]
formatting
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Julius Härtl [Thu, 23 Apr 2020 18:27:13 +0000 (20:27 +0200)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 23 Apr 2020 18:19:47 +0000 (20:19 +0200)]
Make sure that the legacy jsunit tests can still inject OC.config
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 21 Apr 2020 08:54:22 +0000 (10:54 +0200)]
Do not create remember me cookie
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 21 Apr 2020 07:47:05 +0000 (09:47 +0200)]
Add config fallback for legacy tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 3 Apr 2020 20:43:21 +0000 (22:43 +0200)]
Add config for auto logout after browser inactivity
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 3 Apr 2020 20:42:45 +0000 (22:42 +0200)]
Provide config though initial state service
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Fri, 10 Jan 2020 15:06:44 +0000 (16:06 +0100)]
Use paginated search for contacts
Signed-off-by: Julius Härtl <jus@bitgrid.net>
blizzz [Thu, 23 Apr 2020 15:16:33 +0000 (17:16 +0200)]
Merge pull request #20618 from nextcloud/bugfix/noid/fix-workflow-ui
Fix workflow UI
Julius Härtl [Thu, 23 Apr 2020 14:22:48 +0000 (16:22 +0200)]
Adjust integration tests to new permissions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Robin Appelman [Thu, 23 Apr 2020 14:08:47 +0000 (14:08 +0000)]
Merge pull request #20599 from nextcloud/getDirectoryContent-filter-blacklisted
filter out blacklisted files in getDirectoryContent
Joas Schilling [Thu, 23 Apr 2020 11:45:17 +0000 (13:45 +0200)]
Fix workflow UI
Signed-off-by: Joas Schilling <coding@schilljs.com>
Robin Appelman [Thu, 23 Apr 2020 11:35:30 +0000 (13:35 +0200)]
make php-cs happy
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 22 Apr 2020 14:43:10 +0000 (16:43 +0200)]
filter out blacklisted files in getDirectoryContent
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Thu, 23 Apr 2020 07:10:19 +0000 (09:10 +0200)]
19 beta 6
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 23 Apr 2020 07:01:44 +0000 (09:01 +0200)]
Merge pull request #20510 from nextcloud/version/19/beta5
19 Beta 5
Nextcloud bot [Thu, 23 Apr 2020 02:16:54 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
blizzz [Wed, 22 Apr 2020 21:16:12 +0000 (23:16 +0200)]
Merge pull request #19399 from nextcloud/smb-read-acl
Add option to check share ACL's when listing directories
Roeland Jago Douma [Wed, 22 Apr 2020 20:21:22 +0000 (22:21 +0200)]
Merge pull request #20576 from nextcloud/fix/dav/oc-etag
Make sure that OC-ETag is set again
John Molakvoæ [Wed, 22 Apr 2020 20:06:56 +0000 (22:06 +0200)]
Merge pull request #20595 from nextcloud/fix/ie11-fallback-upload
Fix IE11 upload fallback methods