]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoMake it possible to find transfer user by email 18417/head
Christoph Wurst [Mon, 16 Dec 2019 08:10:01 +0000 (09:10 +0100)]
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>
4 years agoMerge pull request #18401 from nextcloud/rakekniven-patch-1
Roeland Jago Douma [Mon, 16 Dec 2019 07:06:50 +0000 (08:06 +0100)]
Merge pull request #18401 from nextcloud/rakekniven-patch-1

l10n. Change grammar.

4 years agoMerge pull request #18408 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import...
Roeland Jago Douma [Mon, 16 Dec 2019 07:05:40 +0000 (08:05 +0100)]
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

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 16 Dec 2019 02:26:23 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #18410 from nextcloud/dependabot/npm_and_yarn/url-search-params...
dependabot-preview[bot] [Sun, 15 Dec 2019 13:43:31 +0000 (13:43 +0000)]
Merge pull request #18410 from nextcloud/dependabot/npm_and_yarn/url-search-params-polyfill-7.0.1

4 years agoBump url-search-params-polyfill from 7.0.0 to 7.0.1 18410/head
dependabot-preview[bot] [Sun, 15 Dec 2019 02:16:34 +0000 (02:16 +0000)]
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>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 15 Dec 2019 02:26:54 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

4 years agoBump eslint-plugin-import from 2.18.2 to 2.19.1 18408/head
dependabot-preview[bot] [Sun, 15 Dec 2019 02:14:42 +0000 (02:14 +0000)]
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>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 14 Dec 2019 02:26:27 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

4 years agol10n. Change grammar. 18401/head
rakekniven [Fri, 13 Dec 2019 16:55:20 +0000 (17:55 +0100)]
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>
4 years agoMerge pull request #17494 from nextcloud/fix/16340/ignore-invalid-json
blizzz [Fri, 13 Dec 2019 14:43:36 +0000 (15:43 +0100)]
Merge pull request #17494 from nextcloud/fix/16340/ignore-invalid-json

Return a default user record if json is broken

4 years agoMerge pull request #18302 from mwegrzynek/patch-1
blizzz [Fri, 13 Dec 2019 14:37:18 +0000 (15:37 +0100)]
Merge pull request #18302 from mwegrzynek/patch-1

Fix comments search result to work with multibyte strings

4 years agoMerge pull request #18359 from nextcloud/fix/18271/dismiss_transfer_ownership_notific...
blizzz [Fri, 13 Dec 2019 14:28:25 +0000 (15:28 +0100)]
Merge pull request #18359 from nextcloud/fix/18271/dismiss_transfer_ownership_notification

Dismiss transferownership notification cancels transfer

4 years agoMerge pull request #18351 from nextcloud/enhancement/typed-filesystem-events
blizzz [Fri, 13 Dec 2019 11:47:01 +0000 (12:47 +0100)]
Merge pull request #18351 from nextcloud/enhancement/typed-filesystem-events

Add typed events for the filesystem/scanner

4 years agoLog critical fallback to user default if we can't parse the JSON 17494/head
Christoph Wurst [Fri, 13 Dec 2019 11:39:29 +0000 (12:39 +0100)]
Log critical fallback to user default if we can't parse the JSON

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoReturn a default user record if json is broken
Daniel Kesselberg [Wed, 9 Oct 2019 15:43:54 +0000 (17:43 +0200)]
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>
4 years agoAdd typed events for the filesystem/scanner 18351/head
Christoph Wurst [Wed, 11 Dec 2019 10:27:05 +0000 (11:27 +0100)]
Add typed events for the filesystem/scanner

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 13 Dec 2019 02:26:18 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #17784 from nextcloud/enh/disable-clear-site-data-via-config
Roeland Jago Douma [Thu, 12 Dec 2019 20:59:42 +0000 (21:59 +0100)]
Merge pull request #17784 from nextcloud/enh/disable-clear-site-data-via-config

Disable Clear-Site-Data for Chrom* (and Opera, Brave, etc)

4 years agoMerge pull request #18378 from nextcloud/wiswedel/stringPolishing/shareSettings
Roeland Jago Douma [Thu, 12 Dec 2019 19:23:16 +0000 (20:23 +0100)]
Merge pull request #18378 from nextcloud/wiswedel/stringPolishing/shareSettings

removed unclear wording "non-link shares"

4 years agoMerge pull request #18372 from nextcloud/wiswedel/stringPolishing/shareDefaultPermissions
Roeland Jago Douma [Thu, 12 Dec 2019 19:23:05 +0000 (20:23 +0100)]
Merge pull request #18372 from nextcloud/wiswedel/stringPolishing/shareDefaultPermissions

clarified default permission setting string

4 years agoMerge pull request #17239 from nextcloud/feature/17208/Move_usersmanagement_to_multiline
Greta [Thu, 12 Dec 2019 15:10:17 +0000 (16:10 +0100)]
Merge pull request #17239 from nextcloud/feature/17208/Move_usersmanagement_to_multiline

Move users management to multi line

4 years agoremoved unclear wording "non-link shares" 18378/head
Sascha Wiswedel [Thu, 12 Dec 2019 14:53:50 +0000 (15:53 +0100)]
removed unclear wording "non-link shares"

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
4 years agoMerge pull request #18365 from nextcloud/bump/crl
Roeland Jago Douma [Thu, 12 Dec 2019 14:38:44 +0000 (15:38 +0100)]
Merge pull request #18365 from nextcloud/bump/crl

Bump the CRL

4 years agoclarified default permission setting string 18372/head
Sascha Wiswedel [Thu, 12 Dec 2019 13:41:28 +0000 (14:41 +0100)]
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>
4 years agoMerge pull request #18343 from nextcloud/version/18/beta2 v18.0.0beta2
Roeland Jago Douma [Thu, 12 Dec 2019 11:25:57 +0000 (12:25 +0100)]
Merge pull request #18343 from nextcloud/version/18/beta2

18 Beta 2

4 years agoBump the CRL 18365/head
Roeland Jago Douma [Thu, 12 Dec 2019 09:44:43 +0000 (10:44 +0100)]
Bump the CRL

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMove users management to multi line 17239/head
Greta Doci [Mon, 23 Sep 2019 11:00:04 +0000 (13:00 +0200)]
Move users management to multi line

Signed-off-by: Greta Doci <gretadoci@gmail.com>
4 years agoMerge pull request #18236 from nextcloud/bugfix/noid/always-detect-mimetype-by-conten...
Roeland Jago Douma [Thu, 12 Dec 2019 10:19:55 +0000 (11:19 +0100)]
Merge pull request #18236 from nextcloud/bugfix/noid/always-detect-mimetype-by-content-in-workflows

Allow to detect mimetype by content

4 years agoMerge pull request #18364 from nextcloud/bugfix/noid/webcal_support_more_ipv6_addresses
Roeland Jago Douma [Thu, 12 Dec 2019 10:05:13 +0000 (11:05 +0100)]
Merge pull request #18364 from nextcloud/bugfix/noid/webcal_support_more_ipv6_addresses

Support more IPv6 addresses in the RefreshWebcalJob

4 years agoAdd accessibility label to show password checkbox (#16642)
John Molakvoæ [Thu, 12 Dec 2019 09:47:25 +0000 (10:47 +0100)]
Add accessibility label to show password checkbox (#16642)

Add accessibility label to show password checkbox

4 years agoSupport more IPv6 addresses in the RefreshWebcalJob 18364/head
Georg Ehrke [Thu, 12 Dec 2019 09:05:36 +0000 (10:05 +0100)]
Support more IPv6 addresses in the RefreshWebcalJob

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoFix detection of non extention types 18236/head
Roeland Jago Douma [Thu, 12 Dec 2019 08:58:22 +0000 (09:58 +0100)]
Fix detection of non extention types

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoREVERT ME: comment out failing gz detection test
Roeland Jago Douma [Thu, 12 Dec 2019 07:24:46 +0000 (08:24 +0100)]
REVERT ME: comment out failing gz detection test

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #18233 from nextcloud/enhancement/recommended-apps-page
Roeland Jago Douma [Thu, 12 Dec 2019 07:13:30 +0000 (08:13 +0100)]
Merge pull request #18233 from nextcloud/enhancement/recommended-apps-page

Add a dedicated page for the recommended apps installation

4 years agoAdd a dedicated page for the recommended apps installation 18233/head
Christoph Wurst [Wed, 4 Dec 2019 19:18:58 +0000 (20:18 +0100)]
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>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 12 Dec 2019 02:26:32 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

4 years agoDismiss transferownership notification cancels transfer 18359/head
Roeland Jago Douma [Wed, 11 Dec 2019 11:58:44 +0000 (12:58 +0100)]
Dismiss transferownership notification cancels transfer

Fixes #18271

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #17935 from nextcloud/feature/noid/public-auth-for-circles
Roeland Jago Douma [Wed, 11 Dec 2019 11:37:54 +0000 (12:37 +0100)]
Merge pull request #17935 from nextcloud/feature/noid/public-auth-for-circles

adding share type circles

4 years agoMerge pull request #18350 from nextcloud/enhancement/typed-group-events-II
Roeland Jago Douma [Wed, 11 Dec 2019 11:28:03 +0000 (12:28 +0100)]
Merge pull request #18350 from nextcloud/enhancement/typed-group-events-II

Add typed events for all group hooks and legacy events

4 years agoMerge pull request #18348 from nextcloud/enhancement/typed-user-events-II
Christoph Wurst [Wed, 11 Dec 2019 11:02:32 +0000 (12:02 +0100)]
Merge pull request #18348 from nextcloud/enhancement/typed-user-events-II

Add typed events for all user hooks and legacy events

4 years agoMerge pull request #18341 from kbucheli/handle_ipv6_address_with_explicit_interface
Christoph Wurst [Wed, 11 Dec 2019 10:26:23 +0000 (11:26 +0100)]
Merge pull request #18341 from kbucheli/handle_ipv6_address_with_explicit_interface

handle IPv6 addresses with an explict incoming interface at the end

4 years agoMerge pull request #18349 from nextcloud/techdebt/deprecate-hooks-emitter-symfony...
Christoph Wurst [Wed, 11 Dec 2019 10:25:24 +0000 (11:25 +0100)]
Merge pull request #18349 from nextcloud/techdebt/deprecate-hooks-emitter-symfony-dispatcher

Deprecate hooks, emitter and Symfony dispatcher mechanisms

4 years agoMerge pull request #18224 from nextcloud/bugfix/noid/direct-editing-path
Roeland Jago Douma [Wed, 11 Dec 2019 10:17:26 +0000 (11:17 +0100)]
Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-path

Use file path for direct editing

4 years agoMerge pull request #18342 from nextcloud/enh/filesearch/offset
Roeland Jago Douma [Wed, 11 Dec 2019 10:16:34 +0000 (11:16 +0100)]
Merge pull request #18342 from nextcloud/enh/filesearch/offset

Add offset for home limited searches

4 years agoAdd typed events for all group hooks and legacy events 18350/head
Christoph Wurst [Wed, 11 Dec 2019 09:20:36 +0000 (10:20 +0100)]
Add typed events for all group hooks and legacy events

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoDeprecate hooks, emitter and Symfony dispatcher mechanisms 18349/head
Christoph Wurst [Wed, 11 Dec 2019 09:04:36 +0000 (10:04 +0100)]
Deprecate hooks, emitter and Symfony dispatcher mechanisms

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoAdd typed events for all user hooks and legacy events 18348/head
Christoph Wurst [Wed, 11 Dec 2019 08:38:23 +0000 (09:38 +0100)]
Add typed events for all user hooks and legacy events

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago18 Beta 2 18343/head
Roeland Jago Douma [Wed, 11 Dec 2019 06:52:59 +0000 (07:52 +0100)]
18 Beta 2

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #18334 from nextcloud/enh/always_enable_viewer
Roeland Jago Douma [Wed, 11 Dec 2019 06:52:05 +0000 (07:52 +0100)]
Merge pull request #18334 from nextcloud/enh/always_enable_viewer

Viewer should be always enabled

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 11 Dec 2019 02:16:49 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoFix tests 18334/head
John Molakvoæ (skjnldsv) [Tue, 10 Dec 2019 22:29:43 +0000 (23:29 +0100)]
Fix tests

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoAdd offset for home limited searches 18342/head
Roeland Jago Douma [Tue, 10 Dec 2019 22:30:15 +0000 (23:30 +0100)]
Add offset for home limited searches

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agohandle IPv6 addresses with an explict incoming interface at the end (e.g fe80::ae2d... 18341/head
Konrad Bucheli [Tue, 10 Dec 2019 21:16:03 +0000 (22:16 +0100)]
handle IPv6 addresses with an explict incoming interface at the end (e.g fe80::ae2d:d1e7:fe1e:9a8d%enp2s0)

Signed-off-by: Konrad Bucheli <konrad.bucheli@gmx.ch>
Signed-off-by: Konrad Bucheli <kb@open.ch>
4 years agoViewer should be always enabled
Roeland Jago Douma [Tue, 10 Dec 2019 14:08:19 +0000 (15:08 +0100)]
Viewer should be always enabled

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #18338 from nextcloud/fix/nextcloud-vue-collections-transpilation
Christoph Wurst [Tue, 10 Dec 2019 18:44:53 +0000 (19:44 +0100)]
Merge pull request #18338 from nextcloud/fix/nextcloud-vue-collections-transpilation

Transpile the nextcloud-vue-collection package

4 years agoIssue 15965 - Show password checkbox doesn't provide label or accessible name 16642/head
Brent Nesbit [Fri, 2 Aug 2019 18:27:38 +0000 (18:27 +0000)]
Issue 15965 - Show password checkbox doesn't provide label or accessible name

Signed-off-by: Brent Nesbit <github@nesbit.me>
4 years agoTranspile the nextcloud-vue-collection package 18338/head
Christoph Wurst [Tue, 10 Dec 2019 17:10:35 +0000 (18:10 +0100)]
Transpile the nextcloud-vue-collection package

It should support the same browsers as this component, but there seems
to be a regression [1] that breaks the transpilation. Hence including
the package here for the Babel transformation.

[1] https://github.com/juliushaertl/nextcloud-vue-collections/issues/302

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #18293 from nextcloud/feature/transfer-ownership-autocompletion
Roeland Jago Douma [Tue, 10 Dec 2019 14:28:57 +0000 (15:28 +0100)]
Merge pull request #18293 from nextcloud/feature/transfer-ownership-autocompletion

Add autocompletion to the ownership transfer UI

4 years agoMerge pull request #18312 from nextcloud/fix/18249/do_not_disable_auth_apps
Roeland Jago Douma [Tue, 10 Dec 2019 13:43:15 +0000 (14:43 +0100)]
Merge pull request #18312 from nextcloud/fix/18249/do_not_disable_auth_apps

Do not disable authentication apps

4 years agoMerge pull request #18253 from nextcloud/bugfix/noid/broken-oracle-install
Roeland Jago Douma [Tue, 10 Dec 2019 12:28:33 +0000 (13:28 +0100)]
Merge pull request #18253 from nextcloud/bugfix/noid/broken-oracle-install

Pick a shorter name for the transfer ownership table

4 years agoAdd autocompletion to the ownership transfer UI 18293/head
Christoph Wurst [Mon, 9 Dec 2019 10:55:42 +0000 (11:55 +0100)]
Add autocompletion to the ownership transfer UI

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoDo not disable authentication apps 18312/head
Roeland Jago Douma [Tue, 10 Dec 2019 08:01:35 +0000 (09:01 +0100)]
Do not disable authentication apps

For #18249

If an app encounters an error during loading of app.php the app is
normally disabled. However. We should make sure that this doesn't happen
for authentication apps (looking at your user_saml).

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #18297 from nextcloud/enh/notification_dismiss
Roeland Jago Douma [Tue, 10 Dec 2019 10:30:19 +0000 (11:30 +0100)]
Merge pull request #18297 from nextcloud/enh/notification_dismiss

Add interface for notification handler for dimissed events

4 years agoMerge pull request #18314 from nextcloud/fixFileIdSearch
Roeland Jago Douma [Tue, 10 Dec 2019 10:28:40 +0000 (11:28 +0100)]
Merge pull request #18314 from nextcloud/fixFileIdSearch

Fix ambigious fileID on search

4 years agoPick a shorter name for the transfer ownership table 18253/head
Joas Schilling [Thu, 5 Dec 2019 13:38:28 +0000 (14:38 +0100)]
Pick a shorter name for the transfer ownership table

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoTry more methods
Joas Schilling [Tue, 10 Dec 2019 09:56:47 +0000 (10:56 +0100)]
Try more methods

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix external sharing loading script (#18251)
John Molakvoæ [Tue, 10 Dec 2019 09:56:03 +0000 (10:56 +0100)]
Fix external sharing loading script (#18251)

Fix external sharing loading script

4 years agoMerge pull request #18301 from nextcloud/bugfix/noid/fix_array_access_on_non_array
Roeland Jago Douma [Tue, 10 Dec 2019 09:25:21 +0000 (10:25 +0100)]
Merge pull request #18301 from nextcloud/bugfix/noid/fix_array_access_on_non_array

Verify that  is an array before accessing it

4 years agoAdd interface for notification handler for dimissed events 18297/head
Roeland Jago Douma [Mon, 9 Dec 2019 12:19:45 +0000 (13:19 +0100)]
Add interface for notification handler for dimissed events

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agofix https://github.com/nextcloud/server/issues/18313 18314/head
tobiasKaminsky [Tue, 10 Dec 2019 08:47:30 +0000 (09:47 +0100)]
fix https://github.com/nextcloud/server/issues/18313

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
4 years agoUpdate the unit test to dataProviders
Joas Schilling [Wed, 4 Dec 2019 21:32:54 +0000 (22:32 +0100)]
Update the unit test to dataProviders

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAllow to specify apps that somethign is a dir
Joas Schilling [Fri, 29 Nov 2019 11:04:34 +0000 (12:04 +0100)]
Allow to specify apps that somethign is a dir

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoImprove mimetype detection in workflow components
Joas Schilling [Fri, 29 Nov 2019 10:06:04 +0000 (11:06 +0100)]
Improve mimetype detection in workflow components

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoSome more fixes in detecting the mimetype from the content
Joas Schilling [Fri, 29 Nov 2019 10:04:20 +0000 (11:04 +0100)]
Some more fixes in detecting the mimetype from the content

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoCleanup the code
Joas Schilling [Thu, 28 Nov 2019 14:47:13 +0000 (15:47 +0100)]
Cleanup the code

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAllow to check for the mimetype by content only
Joas Schilling [Thu, 28 Nov 2019 14:24:57 +0000 (15:24 +0100)]
Allow to check for the mimetype by content only

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #17260 from nextcloud/feature/noid/filepicker-allow-multiple-buttons
Roeland Jago Douma [Tue, 10 Dec 2019 08:05:48 +0000 (09:05 +0100)]
Merge pull request #17260 from nextcloud/feature/noid/filepicker-allow-multiple-buttons

Allow to have mutliple buttons on the filepicker

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 10 Dec 2019 02:16:43 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #18299 from nextcloud/bugfix/noid/filecache_bigint_mounts
Roeland Jago Douma [Mon, 9 Dec 2019 20:37:58 +0000 (21:37 +0100)]
Merge pull request #18299 from nextcloud/bugfix/noid/filecache_bigint_mounts

Convert various columns in oc_mounts to bigint

4 years agoMerge pull request #18184 from nextcloud/bugfix/noid/is-trusted-domain
Roeland Jago Douma [Mon, 9 Dec 2019 20:37:22 +0000 (21:37 +0100)]
Merge pull request #18184 from nextcloud/bugfix/noid/is-trusted-domain

Move overwritehost check to isTrustedDomain

4 years agoMerge pull request #18300 from nextcloud/bug/18295/recovery-initialization
Roeland Jago Douma [Mon, 9 Dec 2019 20:34:01 +0000 (21:34 +0100)]
Merge pull request #18300 from nextcloud/bug/18295/recovery-initialization

Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must …

4 years agoMerge pull request #18256 from nextcloud/files-aditional-scripts-new-events
Roeland Jago Douma [Mon, 9 Dec 2019 20:24:55 +0000 (21:24 +0100)]
Merge pull request #18256 from nextcloud/files-aditional-scripts-new-events

Use non-depricated events for loading additional scripts in files app

4 years agoMerge pull request #18231 from nextcloud/fix/shared_version_restore
Roeland Jago Douma [Mon, 9 Dec 2019 20:17:24 +0000 (21:17 +0100)]
Merge pull request #18231 from nextcloud/fix/shared_version_restore

Fix restoring shared versions

4 years agoMerge pull request #18263 from nextcloud/fix/search/limit_to_home_limit
Roeland Jago Douma [Mon, 9 Dec 2019 20:13:09 +0000 (21:13 +0100)]
Merge pull request #18263 from nextcloud/fix/search/limit_to_home_limit

Fix search limit to home

4 years agoFix search limit to home 18263/head
Roeland Jago Douma [Fri, 6 Dec 2019 10:29:14 +0000 (11:29 +0100)]
Fix search limit to home

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoFix comments search result to work with multibyte strings 18302/head
Michał Węgrzynek [Mon, 9 Dec 2019 16:22:49 +0000 (17:22 +0100)]
Fix comments search result to work with multibyte strings

Currently, the searching in comments breaks up, if comments contain multibyte characters and string manipulation logic in getRelevantMessagePart happens to cut through them rendering the resulting string invalid (not UTF-8 compliant). This patch replaces all string manipulating functions in this code to multibyte aware ones.

Signed-off-by: Michał Węgrzynek <michal.wegrzynek@malloc.com.pl>
4 years agoVerify that is an array before accessing it 18301/head
Georg Ehrke [Mon, 9 Dec 2019 15:08:13 +0000 (16:08 +0100)]
Verify that  is an array before accessing it

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoMerge pull request #18287 from nextcloud/enh/add-mimetype-kdbx
Roeland Jago Douma [Mon, 9 Dec 2019 15:03:03 +0000 (16:03 +0100)]
Merge pull request #18287 from nextcloud/enh/add-mimetype-kdbx

Add mimetype for keepass database.

4 years agoAllow to have mutliple buttons on the filepicker 17260/head
Joas Schilling [Wed, 25 Sep 2019 12:55:13 +0000 (14:55 +0200)]
Allow to have mutliple buttons on the filepicker

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #18281 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collec...
Roeland Jago Douma [Mon, 9 Dec 2019 14:38:33 +0000 (15:38 +0100)]
Merge pull request #18281 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.7.1

Bump nextcloud-vue-collections from 0.6.0 to 0.7.1

4 years agoMerge pull request #18288 from nextcloud/bug/18277/catch-json-errors
Roeland Jago Douma [Mon, 9 Dec 2019 14:18:50 +0000 (15:18 +0100)]
Merge pull request #18288 from nextcloud/bug/18277/catch-json-errors

Ensure that we don't merge broken json.

4 years agoMerge pull request #18294 from nextcloud/fix/18020/get_share_for_recipient
Roeland Jago Douma [Mon, 9 Dec 2019 13:33:25 +0000 (14:33 +0100)]
Merge pull request #18294 from nextcloud/fix/18020/get_share_for_recipient

Fetch the share for the recipient

4 years agoFix Argument 3 passed to OCA\Encryption\Recovery::__construct() must be an instance... 18300/head
Daniel Kesselberg [Mon, 9 Dec 2019 13:29:22 +0000 (14:29 +0100)]
Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must be an instance of OCA\Encryption\KeyManager

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agouse OCP\EventDispatcher\GenericEvent in more places 18256/head
Robin Appelman [Mon, 9 Dec 2019 13:24:57 +0000 (14:24 +0100)]
use OCP\EventDispatcher\GenericEvent in more places

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoConvert various columns in oc_mounts to bigint 18299/head
Georg Ehrke [Mon, 9 Dec 2019 13:03:13 +0000 (14:03 +0100)]
Convert various columns in oc_mounts to bigint

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoMerge pull request #18292 from nextcloud/fix/ldap-application-routes-instance
Roeland Jago Douma [Mon, 9 Dec 2019 11:27:40 +0000 (12:27 +0100)]
Merge pull request #18292 from nextcloud/fix/ldap-application-routes-instance

Fix LDAP application class instance created directly

4 years agoFetch the share for the recipient 18294/head
Roeland Jago Douma [Mon, 9 Dec 2019 11:23:38 +0000 (12:23 +0100)]
Fetch the share for the recipient

Fixes #18020

For group shares your invite might be handled but that doesn't mean the
whole share is handled. So we just need to make sure to fetch the share
for the current user.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMove custom definition logic into method 18288/head
Daniel Kesselberg [Sun, 8 Dec 2019 21:16:25 +0000 (22:16 +0100)]
Move custom definition logic into method

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoEnsure that we don't merge broken json.
Daniel Kesselberg [Sun, 8 Dec 2019 16:20:50 +0000 (17:20 +0100)]
Ensure that we don't merge broken json.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>