Georg Ehrke
f4d49758ba
Emit event on status-change
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-09-14 20:05:27 +02:00
Roeland Jago Douma
51320aad18
Merge pull request #22626 from nextcloud/dependabot/npm_and_yarn/dompurify-2.0.15
...
Bump dompurify from 2.0.14 to 2.0.15
2020-09-14 20:02:31 +02:00
dependabot-preview[bot]
064bedf686
Bump dompurify from 2.0.14 to 2.0.15
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 2.0.14 to 2.0.15.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.14...2.0.15 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-14 19:51:23 +02:00
Morris Jobke
1c9a898875
Merge pull request #22761 from nextcloud/extend-integration-tests-for-files-transfer-ownership-command
...
Extend integration tests for "files:transfer-ownership" command
2020-09-14 17:50:53 +02:00
John Molakvoæ
b528939575
Merge pull request #22800 from nextcloud/fix/settings-search
...
Add users and apps inner search and add HeaderMenu cancel
2020-09-14 16:41:29 +02:00
John Molakvoæ (skjnldsv)
58b19efd74
Add users and apps inner search and add HeaderMenu cancel
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-14 16:05:37 +02:00
Morris Jobke
c1ff011990
Merge pull request #22799 from nextcloud/bugfix/noid/dont-log-microsoft-webdav-client-trying-to-tag
...
Don't log Microsoft WebDAV client trying to tag things
2020-09-14 14:43:54 +02:00
dependabot-preview[bot]
e0e7f15b39
Merge pull request #22820 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-2.6.5
2020-09-14 10:46:00 +00:00
dependabot-preview[bot]
9824c82030
Bump @nextcloud/vue from 2.6.4 to 2.6.5
...
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue ) from 2.6.4 to 2.6.5.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases )
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.4...v2.6.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-14 11:50:08 +02:00
Roeland Jago Douma
7d7291edf0
Merge pull request #22821 from nextcloud/dependabot/npm_and_yarn/webpack-merge-5.1.4
...
Bump webpack-merge from 5.1.3 to 5.1.4
2020-09-14 09:51:26 +02:00
John Molakvoæ
a68e23a536
Merge pull request #22797 from nextcloud/fix/search/files
...
Fix files search provider
2020-09-14 09:02:41 +02:00
Joas Schilling
a053aa7221
Merge pull request #22809 from nextcloud/bugfix/noid/remove-unneeded-isset-check
...
Remove unneeded isset check
2020-09-14 08:49:46 +02:00
Roeland Jago Douma
4c0453dc00
Merge pull request #22808 from nextcloud/dashboard/readme-credits
...
Dashboard: Add photo credits and background picture requirements to Readme
2020-09-14 08:43:40 +02:00
John Molakvoæ
8e22c90946
Merge pull request #22770 from nextcloud/bugfix/noid/urldecode_principal_uri
2020-09-14 08:14:40 +02:00
John Molakvoæ
3ffd09d3f1
Merge pull request #22806 from nextcloud/fix/unified-search-indexed-result
...
Fix serializing indexed unified search array as object
2020-09-12 11:25:46 +02:00
dependabot-preview[bot]
5f46856c64
Bump webpack-merge from 5.1.3 to 5.1.4
...
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge ) from 5.1.3 to 5.1.4.
- [Release notes](https://github.com/survivejs/webpack-merge/releases )
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.1.3...v5.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-12 01:22:39 +00:00
Joas Schilling
441adaa74a
Remove unneeded isset check
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-11 16:20:30 +02:00
Jan C. Borchardt
d1e279b4e8
Dashboard: Add photo credits and background picture requirements to Readme
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-09-11 16:07:34 +02:00
Christoph Wurst
0022b63fe8
Fix serializing indexed unified search array as object
...
We expect an array of results from the search provider. If the search
provider returns an array with indexes, php will serialize it as object,
not as array (to preserve the keys). The client doesn't need this info,
so we should just discard it and take the values only to always render a
JSON array.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-09-11 15:57:04 +02:00
Joas Schilling
2dbd6424f7
Don't log Microsoft WebDAV client trying to tag things
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-11 11:52:05 +02:00
Roeland Jago Douma
5724d4c6fe
Fix files search provider
...
The move to OCS make it so no filesystem is setup.
This makes the static file search code do boom.
Explicitly getting the users filesystem helps.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-11 10:27:02 +02:00
Morris Jobke
8ab2d5a8d9
Merge pull request #22791 from nextcloud/fix/noid/ldap-backend-added-post-events
...
announce added user and group backend later as there might be interdeps
2020-09-11 09:33:21 +02:00
Arthur Schiwon
b95e63b8da
announce added user and group backend later as there might be interdeps
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-09-11 00:14:06 +02:00
John Molakvoæ
be9dde8a07
Merge pull request #22395 from nextcloud/fix/settings-chunks
2020-09-10 19:19:56 +02:00
Roeland Jago Douma
92cde8bf17
Merge pull request #22562 from nextcloud/version/20.0.0/beta4
...
20 beta 4
2020-09-10 19:09:21 +02:00
John Molakvoæ
d01278b3ca
Merge pull request #22780 from nextcloud/bugfix/20921
...
Fix tense of updater logs
2020-09-10 19:01:15 +02:00
John Molakvoæ (skjnldsv)
b8c3ee5e96
Compile assets
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-10 18:30:18 +02:00
John Molakvoæ (skjnldsv)
a6d343b182
Fix settings chunk loading
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-10 18:28:32 +02:00
Roeland Jago Douma
4a307c1f5f
Merge pull request #22635 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.4.1
...
Bump @nextcloud/l10n from 1.4.0 to 1.4.1
2020-09-10 16:20:59 +02:00
Morris Jobke
e269f15d56
Merge pull request #22234 from nextcloud/bugfix/noid/reshare-mount
...
Use user mount with matching shared storage only
2020-09-10 16:19:04 +02:00
Morris Jobke
3d61f7b258
Merge pull request #22774 from nextcloud/bugfix/noid/no-delay-without-ip
...
Don't break when the IP is empty
2020-09-10 16:11:06 +02:00
blizzz
40eabfb181
Merge pull request #22771 from nextcloud/fix/noid/ldap-group-add-user-update
...
switch to typed event for LDAPs user added to group case
2020-09-10 16:02:43 +02:00
Georg Ehrke
b5204a78cc
Mitigate encoding issue with user principal uri
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-09-10 16:00:03 +02:00
Morris Jobke
a89c8a257d
Merge pull request #22782 from nextcloud/revert-22687-dependabot/npm_and_yarn/query-string-6.13.1
...
Revert "Bump query-string from 5.1.1 to 6.13.1"
2020-09-10 15:54:15 +02:00
Morris Jobke
6cc8a424a3
Revert "Bump query-string from 5.1.1 to 6.13.1"
2020-09-10 15:53:48 +02:00
Morris Jobke
4ae8caaf28
Merge pull request #22768 from nextcloud/fix/22288/change-0-to-null-for-bmp-encoding
...
Change 0 to null to properly encode image to BMP if the first pixel is black
2020-09-10 15:25:08 +02:00
Nils Wittenbrink
0aa550c0ab
Fix tense of updater logs
...
Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
2020-09-10 15:17:59 +02:00
Morris Jobke
0aa442220b
Merge pull request #22739 from nextcloud/bugfix/16989
...
Don't fail if copying a file of 0 byte size
2020-09-10 15:16:19 +02:00
Joas Schilling
f91a85c32e
Merge pull request #22773 from nextcloud/revert-22614-fix/22606/popover-boundaries
...
Revert "Increase html body height to full content height"
2020-09-10 14:57:28 +02:00
dependabot-preview[bot]
14994808c8
Bump @nextcloud/l10n from 1.4.0 to 1.4.1
...
Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.4.0...v1.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-10 14:38:31 +02:00
Joas Schilling
c25063dc07
Don't break when the IP is empty
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-10 14:20:27 +02:00
Roeland Jago Douma
b056b5b7fc
Merge pull request #22672 from nextcloud/dependabot/npm_and_yarn/v-click-outside-3.1.1
...
Bump v-click-outside from 3.1.0 to 3.1.1
2020-09-10 13:57:58 +02:00
Joas Schilling
5bfd7143dc
Revert "Increase html body height to full content height"
2020-09-10 13:33:36 +02:00
npmbuildbot[bot]
e092086b94
Compile assets
...
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-09-10 11:09:14 +00:00
Arthur Schiwon
263f5bd1d9
switch to typed event for LDAPs user added to group case
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-09-10 12:57:10 +02:00
dependabot[bot]
de1e80f5ea
Bump v-click-outside from 3.1.0 to 3.1.1
...
Bumps [v-click-outside](https://github.com/ndelvalle/v-click-outside ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/ndelvalle/v-click-outside/releases )
- [Commits](https://github.com/ndelvalle/v-click-outside/compare/v3.1.0...v3.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-10 10:53:13 +00:00
Morris Jobke
04c174ab89
Merge pull request #22665 from nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.7.0
...
Update behat/behat requirement from ~3.6.1 to ~3.7.0 in /build/integration
2020-09-10 12:52:31 +02:00
Morris Jobke
9c44523937
Merge pull request #22687 from nextcloud/dependabot/npm_and_yarn/query-string-6.13.1
...
Bump query-string from 5.1.1 to 6.13.1
2020-09-10 12:51:00 +02:00
Morris Jobke
756254c36a
Merge pull request #22747 from nextcloud/s3-isdir-empty
...
fix s3 doesDirectoryExist check for empty directories
2020-09-10 12:48:37 +02:00
Morris Jobke
a45c4c3502
Merge pull request #22622 from nextcloud/dependabot/npm_and_yarn/sass-loader-10.0.2
...
Bump sass-loader from 9.0.3 to 10.0.2
2020-09-10 12:45:03 +02:00