]>
source.dussan.org Git - nextcloud-server.git/log
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>
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.
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
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.
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
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
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>
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>
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>
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>
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
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
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
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>
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
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
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
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…
Nextcloud bot [Mon, 9 Dec 2019 02:16:28 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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>
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>
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>
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>
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
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>
Nextcloud bot [Sun, 8 Dec 2019 02:17:32 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
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>
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>
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>
John Molakvoæ [Sat, 7 Dec 2019 08:48:10 +0000 (09:48 +0100)]
Fix size of header menus (#16057)
Fix size of header menus
Nextcloud bot [Sat, 7 Dec 2019 02:16:37 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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
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>
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>
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
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>
Nextcloud bot [Fri, 6 Dec 2019 02:16:59 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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
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
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>
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>
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
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>
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
John Molakvoæ [Thu, 5 Dec 2019 10:33:44 +0000 (11:33 +0100)]
Allow to unfavorite all files (#18241)
Allow to unfavorite all files
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
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
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
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
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>
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>
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>
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>
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>
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
Nextcloud bot [Thu, 5 Dec 2019 02:16:52 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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>
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>
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
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
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
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...
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>
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>
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
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>
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
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
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>
John Molakvoæ [Wed, 4 Dec 2019 11:47:40 +0000 (12:47 +0100)]
Fix files app LoadSidebar event (#18213)
Fix files app LoadSidebar event
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
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
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
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>
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>
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
Nextcloud bot [Wed, 4 Dec 2019 09:24:13 +0000 (09:24 +0000)]
[tx-robot] updated from transifex
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>
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
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>
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
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
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
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>
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>
Nextcloud bot [Wed, 4 Dec 2019 02:16:52 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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>
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>
Kilian Périsset [Tue, 3 Dec 2019 15:10:12 +0000 (16:10 +0100)]
Replaced png history icon
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
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>
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>
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>
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.
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>
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
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
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
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>
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