]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Tue, 12 May 2020 12:52:55 +0000 (14:52 +0200)]
Cache the avatar for a day
I noticed that on larger systems esp when using talk the avatars get
revalidated like crazy. Because people keep the tab open etc. You can do
with a slightly outdated avatar!
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Tue, 12 May 2020 12:26:09 +0000 (14:26 +0200)]
Merge pull request #20933 from nextcloud/enh/default_password_conf_form_to_post
Move the password confirmation form template to post
Morris Jobke [Tue, 12 May 2020 12:25:22 +0000 (14:25 +0200)]
Merge pull request #20813 from nextcloud/lazy-folder
generalize the "lazy folder" concept
Roeland Jago Douma [Tue, 12 May 2020 12:09:18 +0000 (14:09 +0200)]
Merge pull request #20936 from nextcloud/revert-20922-enhancement/debug-globals-trace
Revert "Log trace when deprecated globals are used"
Christoph Wurst [Tue, 12 May 2020 12:06:20 +0000 (14:06 +0200)]
Merge pull request #20858 from nextcloud/fix/20289/remember_webauth_names
Remember the webauthn name of devices
Roeland Jago Douma [Tue, 12 May 2020 10:20:39 +0000 (12:20 +0200)]
Merge pull request #20270 from nextcloud/enh/appframework/gzip
Add AppFramework compression middleware to gzip responses
Christoph Wurst [Tue, 12 May 2020 09:54:34 +0000 (11:54 +0200)]
Revert "Log trace when deprecated globals are used"
Morris Jobke [Tue, 12 May 2020 08:32:27 +0000 (10:32 +0200)]
Merge pull request #20922 from nextcloud/enhancement/debug-globals-trace
Log trace when deprecated globals are used
Christoph Wurst [Mon, 11 May 2020 12:03:59 +0000 (14:03 +0200)]
Log trace when deprecated globals are used
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Thu, 2 Apr 2020 12:07:40 +0000 (14:07 +0200)]
Add AppFramework GZip middleware to gzip responses
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Tue, 12 May 2020 02:16:11 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 11 May 2020 19:43:28 +0000 (21:43 +0200)]
Merge pull request #20910 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-1.3.0
Bump @nextcloud/dialogs from 1.2.2 to 1.3.0
Roeland Jago Douma [Mon, 11 May 2020 19:18:38 +0000 (21:18 +0200)]
Move the password confirmation form template to post
I know we use JS for this. But it triggers some false positives on
testing.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Mon, 11 May 2020 18:59:44 +0000 (20:59 +0200)]
Merge pull request #20876 from nextcloud/warn/js/settings
Fix some linter warnings in settings
dependabot-preview[bot] [Mon, 11 May 2020 11:46:47 +0000 (11:46 +0000)]
Bump @nextcloud/dialogs from 1.2.2 to 1.3.0
Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v1.2.2...v1.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Robin Appelman [Mon, 4 May 2020 15:22:55 +0000 (17:22 +0200)]
generalize the "lazy folder" concept
makes it easy to use lazy intialized folder in other places
Signed-off-by: Robin Appelman <robin@icewind.nl>
Morris Jobke [Mon, 11 May 2020 13:16:40 +0000 (15:16 +0200)]
Merge pull request #20901 from nextcloud/warn/js/comments
Fix some js linter warnings in comments
Roeland Jago Douma [Mon, 11 May 2020 12:21:09 +0000 (14:21 +0200)]
Merge pull request #20915 from nextcloud/enh/use_random_bytes_in_crypto
Use random_bytes
Roeland Jago Douma [Fri, 8 May 2020 08:01:54 +0000 (10:01 +0200)]
Fix some linter warnings in settings
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Mon, 11 May 2020 11:42:58 +0000 (13:42 +0200)]
Merge pull request #20906 from nextcloud/dependabot/npm_and_yarn/mochapack-2.0.0
Bump mochapack from 1.1.15 to 2.0.0
Roeland Jago Douma [Mon, 11 May 2020 11:10:26 +0000 (13:10 +0200)]
Merge pull request #20844 from nextcloud/feature/noid/maintenance-mode-webdav-translated
Translate the maintenance mode message in webdav
Roeland Jago Douma [Mon, 11 May 2020 10:59:59 +0000 (12:59 +0200)]
Merge pull request #20903 from nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.15.0
Bump blueimp-md5 from 2.13.0 to 2.15.0
Roeland Jago Douma [Mon, 11 May 2020 08:31:46 +0000 (10:31 +0200)]
Use random_bytes
Since we don't care if it is human readbale.
The code is backwards compatible with the old format.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
dependabot-preview[bot] [Mon, 11 May 2020 08:54:16 +0000 (08:54 +0000)]
Bump mochapack from 1.1.15 to 2.0.0
Bumps [mochapack](https://github.com/sysgears/mochapack) from 1.1.15 to 2.0.0.
- [Release notes](https://github.com/sysgears/mochapack/releases)
- [Commits](https://github.com/sysgears/mochapack/compare/v1.1.15...v2.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Mon, 11 May 2020 08:51:44 +0000 (10:51 +0200)]
Merge pull request #20907 from nextcloud/dependabot/npm_and_yarn/node-sass-4.14.1
Bump node-sass from 4.14.0 to 4.14.1
dependabot-preview[bot] [Mon, 11 May 2020 07:35:08 +0000 (07:35 +0000)]
Bump node-sass from 4.14.0 to 4.14.1
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.0 to 4.14.1.
- [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.14.0...v4.14.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Mon, 11 May 2020 07:32:26 +0000 (09:32 +0200)]
Merge pull request #20908 from nextcloud/dependabot/npm_and_yarn/mocha-7.1.2
Bump mocha from 7.1.1 to 7.1.2
Roeland Jago Douma [Mon, 11 May 2020 07:31:37 +0000 (09:31 +0200)]
Merge pull request #20902 from nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.2
Bump vue-loader from 15.9.1 to 15.9.2
dependabot-preview[bot] [Sun, 10 May 2020 19:52:27 +0000 (19:52 +0000)]
Bump vue-loader from 15.9.1 to 15.9.2
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.1 to 15.9.2.
- [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.1...v15.9.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Mon, 11 May 2020 02:16:11 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Sun, 10 May 2020 19:57:06 +0000 (19:57 +0000)]
Bump mocha from 7.1.1 to 7.1.2
Bumps [mocha](https://github.com/mochajs/mocha) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v7.1.1...v7.1.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Sun, 10 May 2020 19:53:19 +0000 (19:53 +0000)]
Bump blueimp-md5 from 2.13.0 to 2.15.0
Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/blueimp/JavaScript-MD5/releases)
- [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.13.0...v2.15.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Sun, 10 May 2020 18:23:44 +0000 (20:23 +0200)]
Fix some js linter warnings in comments
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Sun, 10 May 2020 18:14:58 +0000 (20:14 +0200)]
Merge pull request #20894 from nextcloud/dependabot/npm_and_yarn/build/node-sass-4.14.1
Bump node-sass from 4.14.0 to 4.14.1 in /build
Nextcloud bot [Sun, 10 May 2020 02:15:59 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Sun, 10 May 2020 01:16:27 +0000 (01:16 +0000)]
Bump node-sass from 4.14.0 to 4.14.1 in /build
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.0 to 4.14.1.
- [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.14.0...v4.14.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Sat, 9 May 2020 09:02:02 +0000 (11:02 +0200)]
Merge pull request #20786 from nextcloud/enh/dicontainer_cleanup
DI Cleanup
Nextcloud bot [Sat, 9 May 2020 02:16:34 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 8 May 2020 13:01:37 +0000 (15:01 +0200)]
Merge pull request #20875 from nextcloud/warn/js/twofactor_backupcodes
Fix linter warnings on twofactor_backupcodes
Christoph Wurst [Fri, 8 May 2020 11:21:58 +0000 (13:21 +0200)]
Merge pull request #20852 from nextcloud/enh/initialstate/appframework
Add InitialState Appframework service
Georg Ehrke [Fri, 8 May 2020 10:03:25 +0000 (12:03 +0200)]
Merge pull request #20860 from nextcloud/bugfix/noid/macos_contacts_sync_prefer_personal_over_app-generated
macOS contacts: prefer personal over app generated
Morris Jobke [Fri, 8 May 2020 09:25:51 +0000 (11:25 +0200)]
Merge pull request #20815 from nextcloud/share-groupid-only
get only groupids in default share backend
Morris Jobke [Fri, 8 May 2020 09:22:49 +0000 (11:22 +0200)]
Merge pull request #20719 from nextcloud/fix/fix_languages_empty_array
Fix languages empty array
Morris Jobke [Fri, 8 May 2020 09:20:46 +0000 (11:20 +0200)]
Fix OCPSinceChecker and php-cs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Fri, 8 May 2020 08:05:53 +0000 (10:05 +0200)]
Merge pull request #20867 from nextcloud/warnigns/js/workflowengine
Fix linter warnings in workflowengine
GretaD [Wed, 29 Apr 2020 12:42:07 +0000 (14:42 +0200)]
Fix languages empty array
Signed-off-by: GretaD <gretadoci@gmail.com>
Roeland Jago Douma [Fri, 8 May 2020 07:39:09 +0000 (09:39 +0200)]
Fix linter warnings on twofactor_backupcodes
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Morris Jobke [Fri, 8 May 2020 07:47:25 +0000 (09:47 +0200)]
Merge pull request #20868 from nextcloud/warn/js/updatenotification
Fix linter warnings for the updatenotification
Roeland Jago Douma [Sat, 2 May 2020 18:10:59 +0000 (20:10 +0200)]
Move over the IConfig for globalscale
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 7 May 2020 19:56:28 +0000 (21:56 +0200)]
Fix linter warnings for the updatenotification
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Fri, 8 May 2020 06:30:47 +0000 (08:30 +0200)]
Merge pull request #20864 from nextcloud/enh/install_naming
Install page app naming
Morris Jobke [Fri, 8 May 2020 06:10:38 +0000 (08:10 +0200)]
Adjust tests to only return group IDs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 8 May 2020 05:42:00 +0000 (07:42 +0200)]
Remove unused use statement
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Fri, 8 May 2020 02:16:07 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 7 May 2020 19:27:35 +0000 (21:27 +0200)]
Fix linter warnings in workflowengine
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Thu, 7 May 2020 18:29:08 +0000 (20:29 +0200)]
Merge pull request #20861 from nextcloud/fix/replacedialog
Fix replacement dialog
Roeland Jago Douma [Thu, 7 May 2020 17:54:57 +0000 (19:54 +0200)]
Install page app naming
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 7 May 2020 17:51:47 +0000 (19:51 +0200)]
Merge pull request #20859 from nextcloud/fix/20838/validate_apppassword
Validate app password on alternative login
Roeland Jago Douma [Thu, 7 May 2020 14:52:27 +0000 (16:52 +0200)]
Fix replacement dialog
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Georg Ehrke [Thu, 7 May 2020 14:33:36 +0000 (16:33 +0200)]
Rename app-generated to z-app-generated, because macOS Contacts supports only one and will pick the first one alphabetically
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Roeland Jago Douma [Thu, 7 May 2020 14:38:26 +0000 (16:38 +0200)]
Merge pull request #20853 from nextcloud/design/accessibility-maxcontrast
Fix color-text-maxcontrast not passing WCAG AA
Georg Ehrke [Thu, 7 May 2020 14:32:56 +0000 (16:32 +0200)]
Implement ctag and etag in ContactsInteraction
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Roeland Jago Douma [Thu, 7 May 2020 14:32:28 +0000 (16:32 +0200)]
Validate app password on alternative login
Fixes #20838
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 7 May 2020 14:13:19 +0000 (16:13 +0200)]
Remember the webauthn name of devices
Fixes #20289
we should not reset to default once we have logged in with the device.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 7 May 2020 13:31:10 +0000 (15:31 +0200)]
Merge pull request #20849 from nextcloud/version/20
20 in development now
Jan-Christoph Borchardt [Thu, 7 May 2020 08:36:22 +0000 (10:36 +0200)]
Fix color-text-maxcontrast not passing WCAG AA
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Joas Schilling [Thu, 7 May 2020 08:29:04 +0000 (10:29 +0200)]
Bump app versions and requirements
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Thu, 7 May 2020 08:13:06 +0000 (10:13 +0200)]
Add InitialState Appframework service
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 7 May 2020 07:20:15 +0000 (09:20 +0200)]
Merge pull request #20831 from nextcloud/fix/sidebar-fileinfo-change
Do not process the same FileInfo twice
Roeland Jago Douma [Sat, 2 May 2020 18:07:55 +0000 (20:07 +0200)]
Remove double registrations
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 7 May 2020 06:43:55 +0000 (08:43 +0200)]
Merge pull request #20782 from nextcloud/enh/appframework/appconfig_wrapper
Simple AppConfig wrapper for the AppFramework
Roeland Jago Douma [Thu, 7 May 2020 06:30:55 +0000 (08:30 +0200)]
20 in development now
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Thu, 7 May 2020 02:16:14 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 6 May 2020 19:54:36 +0000 (21:54 +0200)]
Merge pull request #20823 from nextcloud/version/19/RC1
19 RC1
Roeland Jago Douma [Wed, 6 May 2020 19:50:49 +0000 (21:50 +0200)]
Merge pull request #20841 from nextcloud/trashbin-locking
add locking to resolve concurent move to trashbin conflicts
John Molakvoæ (skjnldsv) [Tue, 5 May 2020 16:09:35 +0000 (18:09 +0200)]
Do not process the same FileInfo twice
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Morris Jobke [Wed, 6 May 2020 18:54:47 +0000 (20:54 +0200)]
Merge pull request #20837 from nextcloud/bugfix/noid/fix-syntax
Fix syntax
Robin Appelman [Wed, 6 May 2020 13:32:44 +0000 (15:32 +0200)]
add locking to resolve concurent move to trashbin conflicts
uses a lock to prevent two requests from moving a file to the trashbin concurrently
(causing sql duplicate key errors)
Signed-off-by: Robin Appelman <robin@icewind.nl>
Morris Jobke [Wed, 6 May 2020 16:11:54 +0000 (18:11 +0200)]
Translate the maintenance mode message in webdav
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 6 May 2020 15:46:21 +0000 (17:46 +0200)]
Merge pull request #20832 from nextcloud/fix/sharing-filter-user-shares-only-fix-group-display
Do not filter id matching userId on non-user-share shares
Roeland Jago Douma [Wed, 6 May 2020 11:03:24 +0000 (13:03 +0200)]
Merge pull request #18955 from adrb/swift_upload_large_objects
Large Object support for OpenStack Swift
Joas Schilling [Wed, 6 May 2020 08:54:36 +0000 (10:54 +0200)]
Fix syntax
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Wed, 6 May 2020 02:16:28 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
John Molakvoæ (skjnldsv) [Tue, 5 May 2020 16:46:24 +0000 (18:46 +0200)]
Do not filter id matching userId on non-user-share shares
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
John Molakvoæ [Tue, 5 May 2020 16:06:09 +0000 (18:06 +0200)]
Merge pull request #20825 from nextcloud/fix/sharing-own-group
John Molakvoæ (skjnldsv) [Tue, 5 May 2020 10:17:07 +0000 (12:17 +0200)]
Fix filtering our owner & current user from shares
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Tue, 5 May 2020 02:16:14 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 4 May 2020 19:16:15 +0000 (21:16 +0200)]
19 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Mon, 4 May 2020 19:06:27 +0000 (21:06 +0200)]
Merge pull request #20754 from nextcloud/version/19/beta7
19 beta 7
Roeland Jago Douma [Mon, 4 May 2020 19:04:52 +0000 (21:04 +0200)]
Merge pull request #20726 from nextcloud/fix/sharing-link-default-permissions
Fix federated link sharing permissions
Robin Appelman [Mon, 4 May 2020 15:42:28 +0000 (17:42 +0200)]
get only groupids in default share backend
instead of getting the full group object and then only using the id anyway
Signed-off-by: Robin Appelman <robin@icewind.nl>
Morris Jobke [Mon, 4 May 2020 12:32:51 +0000 (14:32 +0200)]
Merge pull request #20794 from nextcloud/bug/noid/scssphp-compiler-notice
Apply patch for scssphp
John Molakvoæ (skjnldsv) [Wed, 29 Apr 2020 14:43:39 +0000 (16:43 +0200)]
Fix federated link sharing permissions
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Morris Jobke [Mon, 4 May 2020 11:37:29 +0000 (13:37 +0200)]
Merge pull request #20807 from nextcloud/wiswedel/trashbinRetentionClarification
clarified trash bin retention by storage shortage override in config.sample.php
Sascha Wiswedel [Mon, 4 May 2020 11:25:05 +0000 (13:25 +0200)]
clarified trash bin retention by storage shortage override
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Daniel Kesselberg [Sun, 3 May 2020 10:50:12 +0000 (12:50 +0200)]
Apply patch for scssphp
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Morris Jobke [Mon, 4 May 2020 08:22:01 +0000 (10:22 +0200)]
Merge pull request #20722 from nextcloud/enh/20693/etag-capabilities
Set etag for capabilities endpoint
Morris Jobke [Mon, 4 May 2020 08:06:16 +0000 (10:06 +0200)]
Merge pull request #20787 from nextcloud/fix/resize_wrong_mime
Fix OC_Image new resize functions
Morris Jobke [Mon, 4 May 2020 08:02:32 +0000 (10:02 +0200)]
Merge pull request #19124 from nextcloud/bug/13647/ignore-delete-groups
Exclude groups from sharing: Skip delete groups
Joas Schilling [Mon, 4 May 2020 07:49:50 +0000 (09:49 +0200)]
Merge pull request #20749 from nextcloud/bug/noid/is-not-setup-via-query-false-positive
PHP 7.4 excludes the arguments from stack traces by default.