]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
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 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 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 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>
4 years agoFix LDAP application class instance created directly 18292/head
Christoph Wurst [Mon, 9 Dec 2019 09:12:02 +0000 (10:12 +0100)]
Fix LDAP application class instance created directly

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #17325 from nextcloud/enh/decouple-register-resource-provider
Christoph Wurst [Mon, 9 Dec 2019 08:51:25 +0000 (09:51 +0100)]
Merge pull request #17325 from nextcloud/enh/decouple-register-resource-provider

Decouple resource provider registration

4 years agoMerge pull request #18278 from nextcloud/dependabot/npm_and_yarn/babel/preset-env...
Roeland Jago Douma [Mon, 9 Dec 2019 08:28:50 +0000 (09:28 +0100)]
Merge pull request #18278 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.7.6

Bump @babel/preset-env from 7.7.4 to 7.7.6

4 years agoMerge pull request #18289 from nextcloud/bug/18203/dont-log-exception-on-connect...
Roeland Jago Douma [Mon, 9 Dec 2019 08:05:31 +0000 (09:05 +0100)]
Merge pull request #18289 from nextcloud/bug/18203/dont-log-exception-on-connect-exception

Don't log the stack trace for ConnectException

4 years agoBump @babel/preset-env from 7.7.4 to 7.7.6 18278/head
dependabot-preview[bot] [Mon, 9 Dec 2019 07:31:07 +0000 (07:31 +0000)]
Bump @babel/preset-env from 7.7.4 to 7.7.6

Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.4 to 7.7.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #18264 from nextcloud/enh/actions/fix
Roeland Jago Douma [Mon, 9 Dec 2019 07:30:17 +0000 (08:30 +0100)]
Merge pull request #18264 from nextcloud/enh/actions/fix

Move away from fixupbot

4 years agoMerge pull request #18282 from nextcloud/dependabot/npm_and_yarn/eslint-loader-3.0.3
Roeland Jago Douma [Mon, 9 Dec 2019 07:29:39 +0000 (08:29 +0100)]
Merge pull request #18282 from nextcloud/dependabot/npm_and_yarn/eslint-loader-3.0.3

Bump eslint-loader from 3.0.2 to 3.0.3

4 years agoMerge pull request #18280 from nextcloud/dependabot/npm_and_yarn/babel/core-7.7.5
Roeland Jago Douma [Mon, 9 Dec 2019 07:29:14 +0000 (08:29 +0100)]
Merge pull request #18280 from nextcloud/dependabot/npm_and_yarn/babel/core-7.7.5

Bump @babel/core from 7.7.4 to 7.7.5

4 years agoMerge pull request #18290 from nextcloud/debt/tests-enable-disable-apps-contains...
Roeland Jago Douma [Mon, 9 Dec 2019 07:28:21 +0000 (08:28 +0100)]
Merge pull request #18290 from nextcloud/debt/tests-enable-disable-apps-contains-string

Fix: Using assertContains() with string haystacks is deprecated and w…

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

4 years agoFix: Using assertContains() with string haystacks is deprecated and will not be suppo... 18290/head
Daniel Kesselberg [Sun, 8 Dec 2019 21:33:17 +0000 (22:33 +0100)]
Fix: Using assertContains() with string haystacks is deprecated and will not be supported in PHPUnit 9.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoAdd mimetype for keepass database. 18287/head
Daniel Kesselberg [Sun, 8 Dec 2019 15:43:39 +0000 (16:43 +0100)]
Add mimetype for keepass database.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoDon't log the stack trace for ConnectException 18289/head
Daniel Kesselberg [Sun, 8 Dec 2019 17:16:45 +0000 (18:16 +0100)]
Don't log the stack trace for ConnectException

The stack trace for ConnectException could contain the old apps.json content and is probably huge.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoBump nextcloud-vue-collections from 0.6.0 to 0.7.1 18281/head
dependabot-preview[bot] [Sun, 8 Dec 2019 02:15:53 +0000 (02:15 +0000)]
Bump nextcloud-vue-collections from 0.6.0 to 0.7.1

Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.6.0 to 0.7.1.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases)
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoBump css-loader from 3.2.0 to 3.2.1 (#18279)
John Molakvoæ [Sun, 8 Dec 2019 10:26:29 +0000 (11:26 +0100)]
Bump css-loader from 3.2.0 to 3.2.1 (#18279)

Bump css-loader from 3.2.0 to 3.2.1

4 years agoBump css-loader from 3.2.0 to 3.2.1 18279/head
dependabot-preview[bot] [Sun, 8 Dec 2019 02:14:34 +0000 (02:14 +0000)]
Bump css-loader from 3.2.0 to 3.2.1

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.2.0 to 3.2.1.
- [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.0...v3.2.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, 8 Dec 2019 02:17:32 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoBump eslint-loader from 3.0.2 to 3.0.3 18282/head
dependabot-preview[bot] [Sun, 8 Dec 2019 02:16:26 +0000 (02:16 +0000)]
Bump eslint-loader from 3.0.2 to 3.0.3

Bumps [eslint-loader](https://github.com/webpack-contrib/eslint-loader) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/webpack-contrib/eslint-loader/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.2...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump @babel/core from 7.7.4 to 7.7.5 18280/head
dependabot-preview[bot] [Sun, 8 Dec 2019 02:15:15 +0000 (02:15 +0000)]
Bump @babel/core from 7.7.4 to 7.7.5

Bumps [@babel/core](https://github.com/babel/babel) from 7.7.4 to 7.7.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoDecouple resource provider registration 17325/head
Daniel Kesselberg [Sun, 29 Sep 2019 18:57:00 +0000 (20:57 +0200)]
Decouple resource provider registration

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoFix size of header menus (#16057)
John Molakvoæ [Sat, 7 Dec 2019 08:48:10 +0000 (09:48 +0100)]
Fix size of header menus (#16057)

Fix size of header menus

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 7 Dec 2019 02:16:37 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agorejig right to left join for sqlite's satisfaction (#18254)
John Molakvoæ [Fri, 6 Dec 2019 15:10:08 +0000 (16:10 +0100)]
rejig right to left join for sqlite's satisfaction (#18254)

rejig right to left join for sqlite's satisfaction

4 years agoMove away from fixupbot 18264/head
Roeland Jago Douma [Fri, 6 Dec 2019 10:46:10 +0000 (11:46 +0100)]
Move away from fixupbot

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agorejig right to left join for sqlite's satisfaction 18254/head
Arthur Schiwon [Thu, 5 Dec 2019 13:43:58 +0000 (14:43 +0100)]
rejig right to left join for sqlite's satisfaction

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #18262 from nextcloud/bugfix/noid/workflow-eventnames-fallback
Roeland Jago Douma [Fri, 6 Dec 2019 10:36:56 +0000 (11:36 +0100)]
Merge pull request #18262 from nextcloud/bugfix/noid/workflow-eventnames-fallback

Make sure event names is always an array

4 years agoMake sure event names is always an array 18262/head
Julius Härtl [Fri, 6 Dec 2019 09:32:37 +0000 (10:32 +0100)]
Make sure event names is always an array

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 6 Dec 2019 02:16:59 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #18242 from nextcloud/directEditingEditorWithId
Roeland Jago Douma [Thu, 5 Dec 2019 18:48:50 +0000 (19:48 +0100)]
Merge pull request #18242 from nextcloud/directEditingEditorWithId

add id to editor of direct editing

4 years agoMerge pull request #18216 from nextcloud/fix/license-script
Roeland Jago Douma [Thu, 5 Dec 2019 18:46:19 +0000 (19:46 +0100)]
Merge pull request #18216 from nextcloud/fix/license-script

Fix license header script and update headers

4 years agoUpdate license headers 18216/head
Christoph Wurst [Tue, 3 Dec 2019 18:57:53 +0000 (19:57 +0100)]
Update license headers

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoUpdate license script apps
Christoph Wurst [Tue, 3 Dec 2019 17:54:35 +0000 (18:54 +0100)]
Update license script apps

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #18250 from nextcloud/fix/gallery/photos/shipped
Roeland Jago Douma [Thu, 5 Dec 2019 13:48:21 +0000 (14:48 +0100)]
Merge pull request #18250 from nextcloud/fix/gallery/photos/shipped

Fix shipped.json

4 years agoFix shipped.json 18250/head
Roeland Jago Douma [Thu, 5 Dec 2019 11:55:05 +0000 (12:55 +0100)]
Fix shipped.json

We no longer ship gallery but ship photos

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #18234 from nextcloud/version/18/beta1 v18.0.0beta1
Roeland Jago Douma [Thu, 5 Dec 2019 11:23:09 +0000 (12:23 +0100)]
Merge pull request #18234 from nextcloud/version/18/beta1

18 Beta 1

4 years agoAllow to unfavorite all files (#18241)
John Molakvoæ [Thu, 5 Dec 2019 10:33:44 +0000 (11:33 +0100)]
Allow to unfavorite all files (#18241)

Allow to unfavorite all files

4 years agoMerge pull request #17941 from nextcloud/search-by-owner
Roeland Jago Douma [Thu, 5 Dec 2019 10:04:33 +0000 (11:04 +0100)]
Merge pull request #17941 from nextcloud/search-by-owner

Allow filtering the search results to the users home storage

4 years agoMerge pull request #17989 from Noodlesalat/fix-padding-top-filelist
Roeland Jago Douma [Thu, 5 Dec 2019 09:32:53 +0000 (10:32 +0100)]
Merge pull request #17989 from Noodlesalat/fix-padding-top-filelist

Remove whitespace above file list ref #17891

4 years agoMerge pull request #18130 from nextcloud/bugfix/noid/prevent-creating-users-with...
Roeland Jago Douma [Thu, 5 Dec 2019 09:30:00 +0000 (10:30 +0100)]
Merge pull request #18130 from nextcloud/bugfix/noid/prevent-creating-users-with-existing-files

Prevent creating users with existing files

4 years agoMerge pull request #18144 from nextcloud/enh/gs/always_search_lookup
Roeland Jago Douma [Thu, 5 Dec 2019 08:47:01 +0000 (09:47 +0100)]
Merge pull request #18144 from nextcloud/enh/gs/always_search_lookup

Sharee API GS fixes

4 years agoadd id to editor of direct editing 18242/head
tobiasKaminsky [Thu, 5 Dec 2019 08:45:07 +0000 (09:45 +0100)]
add id to editor of direct editing

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
4 years agoAllow to unfavorite all files 18241/head
Joas Schilling [Thu, 5 Dec 2019 08:39:32 +0000 (09:39 +0100)]
Allow to unfavorite all files

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoUse lookup by default 18144/head
John Molakvoæ (skjnldsv) [Tue, 3 Dec 2019 12:42:40 +0000 (13:42 +0100)]
Use lookup by default

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoExpose capability if the lookup server should be queried by default
Roeland Jago Douma [Thu, 28 Nov 2019 09:50:48 +0000 (10:50 +0100)]
Expose capability if the lookup server should be queried by default

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoAlways do sharee lookup on lookup server in GS
Roeland Jago Douma [Thu, 28 Nov 2019 09:48:06 +0000 (10:48 +0100)]
Always do sharee lookup on lookup server in GS

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoFix removing groups that have a slash in the name (#18228)
John Molakvoæ [Thu, 5 Dec 2019 07:18:54 +0000 (08:18 +0100)]
Fix removing groups that have a slash in the name (#18228)

Fix removing groups that have a slash in the name

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 5 Dec 2019 02:16:52 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoFix removing groups that have a slash in the name 18228/head
Gary Kim [Wed, 4 Dec 2019 13:45:33 +0000 (21:45 +0800)]
Fix removing groups that have a slash in the name

Signed-off-by: Gary Kim <gary@garykim.dev>
4 years ago18 Beta 1 18234/head
Roeland Jago Douma [Wed, 4 Dec 2019 18:59:22 +0000 (19:59 +0100)]
18 Beta 1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #18121 from nextcloud/feature/setup-install-recommended-apps
Roeland Jago Douma [Wed, 4 Dec 2019 18:41:54 +0000 (19:41 +0100)]
Merge pull request #18121 from nextcloud/feature/setup-install-recommended-apps

Add checkbox to install recommended apps during setup

4 years agoReplaced history icon by the Material one (#18206)
John Molakvoæ [Wed, 4 Dec 2019 16:54:52 +0000 (17:54 +0100)]
Replaced history icon by the Material one (#18206)

Replaced history icon by the Material one

4 years agoMerge pull request #18226 from nextcloud/ignore-phpunit-8-file
Roeland Jago Douma [Wed, 4 Dec 2019 14:59:46 +0000 (15:59 +0100)]
Merge pull request #18226 from nextcloud/ignore-phpunit-8-file

Ignore .phpunit.result.cache

4 years agoMerge pull request #17920 from nextcloud/fix/15258/ext-storage-respect-deletion
Joas Schilling [Wed, 4 Dec 2019 14:28:57 +0000 (15:28 +0100)]
Merge pull request #17920 from nextcloud/fix/15258/ext-storage-respect-deletion

when a user was deleted remove them from applicable list, unless...

4 years agoI love unit tests that mock unnecessary stuff 18130/head
Joas Schilling [Wed, 4 Dec 2019 14:22:02 +0000 (15:22 +0100)]
I love unit tests that mock unnecessary stuff

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoPrevent creating users with existing files
Joas Schilling [Wed, 27 Nov 2019 09:27:31 +0000 (10:27 +0100)]
Prevent creating users with existing files

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #18163 from nextcloud/fix_file_size
Roeland Jago Douma [Wed, 4 Dec 2019 13:15:07 +0000 (14:15 +0100)]
Merge pull request #18163 from nextcloud/fix_file_size

fix filename size

4 years agoAdd checkbox to install recommended apps during setup 18121/head
Christoph Wurst [Tue, 26 Nov 2019 17:15:10 +0000 (18:15 +0100)]
Add checkbox to install recommended apps during setup

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #18222 from nextcloud/fix/files/reload-on-share-accept
Roeland Jago Douma [Wed, 4 Dec 2019 13:10:17 +0000 (14:10 +0100)]
Merge pull request #18222 from nextcloud/fix/files/reload-on-share-accept

Properly reload file list on share accept

4 years agoMerge pull request #17913 from nextcloud/fix/transfer-ownership-move-files-error...
Roeland Jago Douma [Wed, 4 Dec 2019 12:53:43 +0000 (13:53 +0100)]
Merge pull request #17913 from nextcloud/fix/transfer-ownership-move-files-error-handling

Catch file transfer error and stop transfer ownership command

4 years agoIgnore .phpunit.result.cache 18226/head
Joas Schilling [Wed, 4 Dec 2019 12:22:25 +0000 (13:22 +0100)]
Ignore .phpunit.result.cache

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix files app LoadSidebar event (#18213)
John Molakvoæ [Wed, 4 Dec 2019 11:47:40 +0000 (12:47 +0100)]
Fix files app LoadSidebar event (#18213)

Fix files app LoadSidebar event

4 years agoMerge pull request #17833 from nextcloud/propagator-no-negative-sizes
Roeland Jago Douma [Wed, 4 Dec 2019 10:49:26 +0000 (11:49 +0100)]
Merge pull request #17833 from nextcloud/propagator-no-negative-sizes

dont set folder size to negative values during propagation

4 years agoMerge pull request #18161 from nextcloud/fix/noid/absocsroute-subfolder
Roeland Jago Douma [Wed, 4 Dec 2019 10:49:06 +0000 (11:49 +0100)]
Merge pull request #18161 from nextcloud/fix/noid/absocsroute-subfolder

fix generation of an url to an absolute ocs route when NC in subfolder

4 years agoMerge pull request #18220 from nextcloud/fix/theming/tests
Roeland Jago Douma [Wed, 4 Dec 2019 10:29:31 +0000 (11:29 +0100)]
Merge pull request #18220 from nextcloud/fix/theming/tests

Fix the theming tests

4 years agoProperly reload file list on share accept 18222/head
John Molakvoæ (skjnldsv) [Wed, 4 Dec 2019 10:18:55 +0000 (11:18 +0100)]
Properly reload file list on share accept

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agofix filename size, add comment 18163/head
Greta Doci [Fri, 29 Nov 2019 14:08:24 +0000 (15:08 +0100)]
fix filename size, add comment

Signed-off-by: Greta Doci <gretadoci@gmail.com>
4 years agoMerge pull request #17715 from nextcloud/fix/5456/respect_avatar_privacy
Joas Schilling [Wed, 4 Dec 2019 09:28:45 +0000 (10:28 +0100)]
Merge pull request #17715 from nextcloud/fix/5456/respect_avatar_privacy

Honor avatar visibility settings

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 4 Dec 2019 09:24:13 +0000 (09:24 +0000)]
[tx-robot] updated from transifex

4 years agoProperly query files 18213/head
John Molakvoæ (skjnldsv) [Wed, 4 Dec 2019 08:57:55 +0000 (09:57 +0100)]
Properly query files

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoMerge pull request #17949 from nextcloud/debt/deprecated-const 17964/head
Joas Schilling [Wed, 4 Dec 2019 08:49:41 +0000 (09:49 +0100)]
Merge pull request #17949 from nextcloud/debt/deprecated-const

Connection::TRANSACTION_READ_COMMITTED is deprecated

4 years agoUse own getIconUrl method
John Molakvoæ (skjnldsv) [Wed, 4 Dec 2019 08:44:35 +0000 (09:44 +0100)]
Use own getIconUrl method

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoMerge pull request #18209 from nextcloud/bugfix/noid/directediting-token-getuser
Roeland Jago Douma [Wed, 4 Dec 2019 08:10:46 +0000 (09:10 +0100)]
Merge pull request #18209 from nextcloud/bugfix/noid/directediting-token-getuser

Add missing getUser method to direct editing IToken interface

4 years agoMerge pull request #18212 from nextcloud/bugfix/noid/subject-message-mixed-up
Roeland Jago Douma [Wed, 4 Dec 2019 08:09:34 +0000 (09:09 +0100)]
Merge pull request #18212 from nextcloud/bugfix/noid/subject-message-mixed-up

Fix mixed up message and subject on notifications for file transfer

4 years agoMerge pull request #18215 from nextcloud/fix/setup/password_confirmation
Roeland Jago Douma [Wed, 4 Dec 2019 08:08:09 +0000 (09:08 +0100)]
Merge pull request #18215 from nextcloud/fix/setup/password_confirmation

Set last-password-confirmation for setup

4 years agoFix files app LoadSidebar event
John Molakvoæ (skjnldsv) [Tue, 3 Dec 2019 17:20:46 +0000 (18:20 +0100)]
Fix files app LoadSidebar event

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoFix the theming tests 18220/head
Roeland Jago Douma [Wed, 4 Dec 2019 08:07:24 +0000 (09:07 +0100)]
Fix the theming tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 4 Dec 2019 02:16:52 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoSet last-password-confirmation for setup 18215/head
Roeland Jago Douma [Tue, 3 Dec 2019 18:31:31 +0000 (19:31 +0100)]
Set last-password-confirmation for setup

Else you have to enter your password directly after setup if you do
anything admin worthy.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoFix mixed up message and subject on notifications for file transfer 18212/head
Joas Schilling [Tue, 3 Dec 2019 16:52:33 +0000 (17:52 +0100)]
Fix mixed up message and subject on notifications for file transfer

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoReplaced png history icon 18206/head
Kilian Périsset [Tue, 3 Dec 2019 15:10:12 +0000 (16:10 +0100)]
Replaced png history icon

4 years agoMerge pull request #17930 from nextcloud/rakekniven-patch-1
John Molakvoæ [Tue, 3 Dec 2019 14:40:03 +0000 (15:40 +0100)]
Merge pull request #17930 from nextcloud/rakekniven-patch-1

l10n: Triple dot to ellipsis

4 years agoAdd missing getUser method to direct editing IToken interface 18209/head
Julius Härtl [Tue, 3 Dec 2019 14:25:19 +0000 (15:25 +0100)]
Add missing getUser method to direct editing IToken interface

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoadd @since to limitToHome 17941/head
Robin Appelman [Tue, 3 Dec 2019 14:21:35 +0000 (15:21 +0100)]
add @since to limitToHome

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoremove old 'owner' filter
Robin Appelman [Tue, 3 Dec 2019 14:20:54 +0000 (15:20 +0100)]
remove old 'owner' filter

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoReplaced history icon by the Material one
Kilian P [Tue, 3 Dec 2019 13:32:16 +0000 (14:32 +0100)]
Replaced history icon by the Material one

Asked here : https://github.com/nextcloud/android/pull/4865
The purpose is to replace the "too small" restore icon on server and Android.

4 years agoAllow filtering the search results to the users home storage
Robin Appelman [Fri, 8 Nov 2019 14:05:21 +0000 (15:05 +0100)]
Allow filtering the search results to the users home storage

This is done by adding a

```xml
<d:eq>
    <d:prop>
        <oc:owner-id/>
    </d:prop>
    <d:literal>$userId</d:literal>
</d:eq>
```

clause to the search query.

Searching by `owner-id` can only be done with the current user id
and the comparison can not be inside a `<d:not>` or `<d:or>` statement

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #18120 from nextcloud/bugfix/11087/dav_principal_backend_respect_s...
John Molakvoæ [Tue, 3 Dec 2019 12:49:06 +0000 (13:49 +0100)]
Merge pull request #18120 from nextcloud/bugfix/11087/dav_principal_backend_respect_sharing_settings

respect shareapi_allow_share_dialog_user_enumeration in Principal backend for Sabre/DAV

4 years agoMerge pull request #18140 from nextcloud/bugfix/17814/csp-svg
Roeland Jago Douma [Tue, 3 Dec 2019 09:48:04 +0000 (10:48 +0100)]
Merge pull request #18140 from nextcloud/bugfix/17814/csp-svg

Allow inline styles for theming images

4 years agoMerge pull request #15952 from nextcloud/feature/noid/inherited-shares
Roeland Jago Douma [Tue, 3 Dec 2019 09:13:55 +0000 (10:13 +0100)]
Merge pull request #15952 from nextcloud/feature/noid/inherited-shares

Inherited Shares

4 years agorespect shareapi_allow_share_dialog_user_enumeration in Principal backend for Sabre/DAV 18120/head
Georg Ehrke [Tue, 26 Nov 2019 15:37:57 +0000 (16:37 +0100)]
respect shareapi_allow_share_dialog_user_enumeration in Principal backend for Sabre/DAV

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoMerge pull request #17443 from nextcloud/enh/expired_token_on_invalid_pass
Roeland Jago Douma [Tue, 3 Dec 2019 07:59:11 +0000 (08:59 +0100)]
Merge pull request #17443 from nextcloud/enh/expired_token_on_invalid_pass

Throw an invalid token exception is token is marked outdated