Commit Graph

51754 Commits

Author SHA1 Message Date
Christoph Wurst af79ad242e
Bump serialize-javascript to v2.1.2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-16 12:18:01 +01:00
Roeland Jago Douma 85ef2bf944
Merge pull request #18417 from nextcloud/fix/transfer-ownership-ui-email
Make it possible to find transfer to user by email
2019-12-16 11:36:45 +01:00
Roeland Jago Douma 3b8fbf129e
Merge pull request #18384 from nextcloud/fix/18255/global_config_to_always_accept
config.php setting to always accept internal shares
2019-12-16 09:50:45 +01:00
Roeland Jago Douma 348e386a04
Merge pull request #18407 from nextcloud/dependabot/npm_and_yarn/css-loader-3.3.2
Bump css-loader from 3.2.1 to 3.3.2
2019-12-16 09:46:41 +01:00
Christoph Wurst c652188afb
Make it possible to find transfer user by email
The Vue Multiselect uses one prop for the local search. Although the API
already returned matching users for a given email, the users were
filtered out as their displayname doesn't contain the search string –
the email address.

Disabling the local seach and only using the most recently fetched
matches fixes this problem.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-16 09:10:01 +01:00
Roeland Jago Douma bb4264c565
config.php setting to always accept internal shares
Part of #18255

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-16 09:07:25 +01:00
dependabot-preview[bot] 25b16f0203 Bump css-loader from 3.2.1 to 3.3.2
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.2.1 to 3.3.2.
- [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.2.1...v3.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-16 07:33:17 +00:00
Roeland Jago Douma 7557b53086
Merge pull request #18401 from nextcloud/rakekniven-patch-1
l10n. Change grammar.
2019-12-16 08:06:50 +01:00
Roeland Jago Douma 5ac97f9bd2
Merge pull request #18408 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import-2.19.1
Bump eslint-plugin-import from 2.18.2 to 2.19.1
2019-12-16 08:05:40 +01:00
Nextcloud bot d72e6c7697
[tx-robot] updated from transifex 2019-12-16 02:26:23 +00:00
dependabot-preview[bot] c259c95f64
Merge pull request #18410 from nextcloud/dependabot/npm_and_yarn/url-search-params-polyfill-7.0.1 2019-12-15 13:43:31 +00:00
dependabot-preview[bot] 42aa1ed279 Bump url-search-params-polyfill from 7.0.0 to 7.0.1
Bumps [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/jerrybendy/url-search-params-polyfill/releases)
- [Commits](https://github.com/jerrybendy/url-search-params-polyfill/compare/v7.0.0...v7.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-15 13:13:43 +00:00
Nextcloud bot 4dc7fc1220
[tx-robot] updated from transifex 2019-12-15 02:26:54 +00:00
dependabot-preview[bot] 0c522151b0
Bump eslint-plugin-import from 2.18.2 to 2.19.1
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.18.2 to 2.19.1.
- [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.18.2...v2.19.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-15 02:14:42 +00:00
Nextcloud bot bc291d50c3
[tx-robot] updated from transifex 2019-12-14 02:26:27 +00:00
rakekniven c24b000c41
l10n. Change grammar.
First I thought to change "send" > "sent".

Later my mind changed to change the complete sentence.
Any native english speaker around? Please check and judge :-)

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2019-12-13 17:55:20 +01:00
blizzz f7674c592c
Merge pull request #17494 from nextcloud/fix/16340/ignore-invalid-json
Return a default user record if json is broken
2019-12-13 15:43:36 +01:00
blizzz 9cafc508d5
Merge pull request #18302 from mwegrzynek/patch-1
Fix comments search result to work with multibyte strings
2019-12-13 15:37:18 +01:00
blizzz c96aa7e1a8
Merge pull request #18359 from nextcloud/fix/18271/dismiss_transfer_ownership_notification
Dismiss transferownership notification cancels transfer
2019-12-13 15:28:25 +01:00
blizzz ae6460c259
Merge pull request #18351 from nextcloud/enhancement/typed-filesystem-events
Add typed events for the filesystem/scanner
2019-12-13 12:47:01 +01:00
Christoph Wurst b97d90e0c3
Log critical fallback to user default if we can't parse the JSON
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-13 12:39:29 +01:00
Daniel Kesselberg bbe41a73dd
Return a default user record if json is broken
It's possible that json_decode returns null. Mostly the json is broken.
AddMissingDefaultValues expects an array. Pass null will fail.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-12-13 12:31:45 +01:00
Christoph Wurst b81b824da1
Add typed events for the filesystem/scanner
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-13 09:41:05 +01:00
Nextcloud bot 642606754b
[tx-robot] updated from transifex 2019-12-13 02:26:18 +00:00
Roeland Jago Douma 87104ce510
Merge pull request #17784 from nextcloud/enh/disable-clear-site-data-via-config
Disable Clear-Site-Data for Chrom* (and Opera, Brave, etc)
2019-12-12 21:59:42 +01:00
Roeland Jago Douma 815241fa09
Merge pull request #18378 from nextcloud/wiswedel/stringPolishing/shareSettings
removed unclear wording "non-link shares"
2019-12-12 20:23:16 +01:00
Roeland Jago Douma d85e86f899
Merge pull request #18372 from nextcloud/wiswedel/stringPolishing/shareDefaultPermissions
clarified default permission setting string
2019-12-12 20:23:05 +01:00
Greta 42c8f9f679
Merge pull request #17239 from nextcloud/feature/17208/Move_usersmanagement_to_multiline
Move users management to multi line
2019-12-12 16:10:17 +01:00
Sascha Wiswedel 4510013b0c
removed unclear wording "non-link shares"
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-12 15:53:50 +01:00
Roeland Jago Douma 749a7e810d
Merge pull request #18365 from nextcloud/bump/crl
Bump the CRL
2019-12-12 15:38:44 +01:00
Sascha Wiswedel fb0b94f0c5
clarified default permission setting string
The permission is actually about re-sharing, not about sharing after all

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-12-12 14:41:28 +01:00
Roeland Jago Douma 2077c74563
Merge pull request #18343 from nextcloud/version/18/beta2
18 Beta 2
2019-12-12 12:25:57 +01:00
Roeland Jago Douma b90206a3bf
Bump the CRL
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-12 12:25:19 +01:00
Greta Doci c864bc8321
Move users management to multi line
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-12-12 12:25:13 +01:00
Roeland Jago Douma c6e51924c8
Merge pull request #18236 from nextcloud/bugfix/noid/always-detect-mimetype-by-content-in-workflows
Allow to detect mimetype by content
2019-12-12 11:19:55 +01:00
Roeland Jago Douma 4f60609f83
Merge pull request #18364 from nextcloud/bugfix/noid/webcal_support_more_ipv6_addresses
Support more IPv6 addresses in the RefreshWebcalJob
2019-12-12 11:05:13 +01:00
John Molakvoæ 5e0f820029
Add accessibility label to show password checkbox (#16642)
Add accessibility label to show password checkbox
2019-12-12 10:47:25 +01:00
Georg Ehrke 27a31cdaf1
Support more IPv6 addresses in the RefreshWebcalJob
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-12-12 10:05:36 +01:00
Roeland Jago Douma 4356c91ffd
Fix detection of non extention types
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-12 09:58:22 +01:00
Roeland Jago Douma 8473a09499
REVERT ME: comment out failing gz detection test
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-12 08:24:46 +01:00
Roeland Jago Douma a33a4c53ef
Merge pull request #18233 from nextcloud/enhancement/recommended-apps-page
Add a dedicated page for the recommended apps installation
2019-12-12 08:13:30 +01:00
Christoph Wurst 302558cfd2
Add a dedicated page for the recommended apps installation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-12-12 08:13:01 +01:00
Nextcloud bot c60955f436
[tx-robot] updated from transifex 2019-12-12 02:26:32 +00:00
Roeland Jago Douma 3f21b7b70a
Dismiss transferownership notification cancels transfer
Fixes #18271

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-11 12:58:44 +01:00
Roeland Jago Douma 97deaf85b9
Merge pull request #17935 from nextcloud/feature/noid/public-auth-for-circles
adding share type circles
2019-12-11 12:37:54 +01:00
Roeland Jago Douma c71e9de5ff
Merge pull request #18350 from nextcloud/enhancement/typed-group-events-II
Add typed events for all group hooks and legacy events
2019-12-11 12:28:03 +01:00
Christoph Wurst 917f1807fd
Merge pull request #18348 from nextcloud/enhancement/typed-user-events-II
Add typed events for all user hooks and legacy events
2019-12-11 12:02:32 +01:00
Christoph Wurst 7f71e67765
Merge pull request #18341 from kbucheli/handle_ipv6_address_with_explicit_interface
handle IPv6 addresses with an explict incoming interface at the end
2019-12-11 11:26:23 +01:00
Christoph Wurst db44cc859b
Merge pull request #18349 from nextcloud/techdebt/deprecate-hooks-emitter-symfony-dispatcher
Deprecate hooks, emitter and Symfony dispatcher mechanisms
2019-12-11 11:25:24 +01:00
Roeland Jago Douma 9a40ccfbf0
Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-path
Use file path for direct editing
2019-12-11 11:17:26 +01:00