]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 19 Jun 2020 02:16:27 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21463 from nextcloud/fix/continue-not-return-register-exception
Christoph Wurst [Thu, 18 Jun 2020 11:33:38 +0000 (13:33 +0200)]
Merge pull request #21463 from nextcloud/fix/continue-not-return-register-exception

Continue with next app when one errors during register

4 years agoContinue with next app when one errors during register 21463/head
Christoph Wurst [Thu, 18 Jun 2020 07:17:00 +0000 (09:17 +0200)]
Continue with next app when one errors during register

My patch at #21461 had a little error in that it exits the method when a
query exception is encountered during the register step of an app. What
we actually want is to continue with the next app and finish the overall
registration procedure.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #21461 from nextcloud/fix/catch-app-register-boot-exceptions
Roeland Jago Douma [Thu, 18 Jun 2020 06:59:45 +0000 (08:59 +0200)]
Merge pull request #21461 from nextcloud/fix/catch-app-register-boot-exceptions

Catch all exceptions when an app is registering or booting

4 years agoMerge pull request #21442 from nextcloud/td/js/accessibilityjs_to_initialstate
Roeland Jago Douma [Thu, 18 Jun 2020 06:30:16 +0000 (08:30 +0200)]
Merge pull request #21442 from nextcloud/td/js/accessibilityjs_to_initialstate

Move accessibility js route to static js and initial state

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 18 Jun 2020 02:16:35 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoCatch all exceptions when an app is registering or booting 21461/head
Christoph Wurst [Wed, 17 Jun 2020 19:07:42 +0000 (21:07 +0200)]
Catch all exceptions when an app is registering or booting

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMove accessibility js route to static js and initial state 21442/head
Roeland Jago Douma [Tue, 16 Jun 2020 19:54:20 +0000 (21:54 +0200)]
Move accessibility js route to static js and initial state

Yet again another js file that doesn't have to be served via nextcloud.
But can just be done via the webbrowser.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #21456 from nextcloud/fix/bootstrap-appphp-order
Christoph Wurst [Wed, 17 Jun 2020 16:44:37 +0000 (18:44 +0200)]
Merge pull request #21456 from nextcloud/fix/bootstrap-appphp-order

Load the app.php before running apps' boot method

4 years agoMerge pull request #21453 from nextcloud/bugfix/noid/dont-initialize-directly
Roeland Jago Douma [Wed, 17 Jun 2020 13:40:11 +0000 (15:40 +0200)]
Merge pull request #21453 from nextcloud/bugfix/noid/dont-initialize-directly

Don't initialize Application directly

4 years agoMerge pull request #21417 from nextcloud/bugfix/noid/modal-support-for-vue-apps
Joas Schilling [Wed, 17 Jun 2020 13:35:52 +0000 (15:35 +0200)]
Merge pull request #21417 from nextcloud/bugfix/noid/modal-support-for-vue-apps

Fix modal support for vue apps

4 years agoLoad the app.php before running apps' boot method 21456/head
Christoph Wurst [Wed, 17 Jun 2020 12:44:02 +0000 (14:44 +0200)]
Load the app.php before running apps' boot method

Some apps require the composer autoloader from app.php. If we run boot
before including that file, classes and functions from dependencies
won't be found.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #21454 from nextcloud/nickvergessen-patch-1
Christoph Wurst [Wed, 17 Jun 2020 11:12:28 +0000 (13:12 +0200)]
Merge pull request #21454 from nextcloud/nickvergessen-patch-1

Delete FUNDING.yml

4 years agoDelete FUNDING.yml 21454/head
Joas Schilling [Wed, 17 Jun 2020 10:45:16 +0000 (12:45 +0200)]
Delete FUNDING.yml

4 years agoDon't initialize Application directly 21453/head
Joas Schilling [Wed, 17 Jun 2020 10:18:15 +0000 (12:18 +0200)]
Don't initialize Application directly

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #21434 from nextcloud/bugfix/noid/dont-break-with-GenericEventWrapper
Joas Schilling [Wed, 17 Jun 2020 09:55:14 +0000 (11:55 +0200)]
Merge pull request #21434 from nextcloud/bugfix/noid/dont-break-with-GenericEventWrapper

Don't break event listeners with the GenericEventWrapper

4 years agoMerge pull request #21406 from nextcloud/fix/aws-disable-csm
Christoph Wurst [Wed, 17 Jun 2020 08:58:27 +0000 (10:58 +0200)]
Merge pull request #21406 from nextcloud/fix/aws-disable-csm

Disable Client-Side Monitoring on AWS storage

4 years agoMerge pull request #20865 from nextcloud/enhancement/app-bootstrapping
Christoph Wurst [Wed, 17 Jun 2020 08:46:59 +0000 (10:46 +0200)]
Merge pull request #20865 from nextcloud/enhancement/app-bootstrapping

Add dedicated API for apps' bootstrapping process

4 years agoMigrate Two-Factor Backup Codes to new bootstrap mechanism 20865/head
Christoph Wurst [Mon, 8 Jun 2020 17:27:28 +0000 (19:27 +0200)]
Migrate Two-Factor Backup Codes to new bootstrap mechanism

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMigrate Settings to new bootstrap mechanism
Christoph Wurst [Mon, 8 Jun 2020 17:03:46 +0000 (19:03 +0200)]
Migrate Settings to new bootstrap mechanism

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMigrate Admin Audit app to new bootstrap mechanism
Christoph Wurst [Mon, 8 Jun 2020 16:43:16 +0000 (18:43 +0200)]
Migrate Admin Audit app to new bootstrap mechanism

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMigrate Accessibility app to new bootstrap mechanism
Christoph Wurst [Mon, 8 Jun 2020 16:24:19 +0000 (18:24 +0200)]
Migrate Accessibility app to new bootstrap mechanism

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMigrate Comments to the new bootstrap mechanism
Christoph Wurst [Fri, 5 Jun 2020 14:17:22 +0000 (16:17 +0200)]
Migrate Comments to the new bootstrap mechanism

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoAdd dedicated API for apps' bootstrapping process
Christoph Wurst [Thu, 7 May 2020 19:10:30 +0000 (21:10 +0200)]
Add dedicated API for apps' bootstrapping process

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 17 Jun 2020 02:15:44 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21432 from nextcloud/fix/exception-getresult
Joas Schilling [Tue, 16 Jun 2020 19:24:10 +0000 (21:24 +0200)]
Merge pull request #21432 from nextcloud/fix/exception-getresult

Fix invalid usage of \Exception::getResult

4 years agoDon't break event listeners with the GenericEventWrapper 21434/head
Joas Schilling [Tue, 16 Jun 2020 17:30:36 +0000 (19:30 +0200)]
Don't break event listeners with the GenericEventWrapper

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix invalid usage of \Exception::getResult 21432/head
Christoph Wurst [Tue, 16 Jun 2020 13:37:20 +0000 (15:37 +0200)]
Fix invalid usage of \Exception::getResult

Only OCS exceptions have a getResult method. Any other exception will
cause another error due to this invalid method call.

This splits the catch into a specific one for OCS and then a generic one
for anything else that can't be handled.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoDarker background for dark mode 21417/head
Joas Schilling [Tue, 16 Jun 2020 10:21:10 +0000 (12:21 +0200)]
Darker background for dark mode

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #21416 from nextcloud/fix/user-deleted-token-cleanup
Christoph Wurst [Tue, 16 Jun 2020 08:01:29 +0000 (10:01 +0200)]
Merge pull request #21416 from nextcloud/fix/user-deleted-token-cleanup

Clean up auth tokens when user is deleted

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 16 Jun 2020 02:16:05 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21408 from nextcloud/bugfix/21088/duplicate-sharee-match
Roeland Jago Douma [Mon, 15 Jun 2020 17:50:26 +0000 (19:50 +0200)]
Merge pull request #21408 from nextcloud/bugfix/21088/duplicate-sharee-match

Avoid duplicate matches in wide and exact results

4 years agoClean up auth tokens when user is deleted 21416/head
Christoph Wurst [Mon, 15 Jun 2020 14:09:39 +0000 (16:09 +0200)]
Clean up auth tokens when user is deleted

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoRebuild JS files
Joas Schilling [Mon, 15 Jun 2020 14:44:59 +0000 (16:44 +0200)]
Rebuild JS files

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAdd darkmode support for the modal background
Joas Schilling [Mon, 15 Jun 2020 14:54:31 +0000 (16:54 +0200)]
Add darkmode support for the modal background

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMake the confirm dialog modal by default
Joas Schilling [Mon, 15 Jun 2020 14:43:18 +0000 (16:43 +0200)]
Make the confirm dialog modal by default

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix modal support for vue apps
Joas Schilling [Mon, 15 Jun 2020 14:42:45 +0000 (16:42 +0200)]
Fix modal support for vue apps

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #21404 from nextcloud/bugfix/noid/flow-tag-parent-share
Roeland Jago Douma [Mon, 15 Jun 2020 14:31:50 +0000 (16:31 +0200)]
Merge pull request #21404 from nextcloud/bugfix/noid/flow-tag-parent-share

Flow: Include root folder for shared storages when fetching system tags

4 years agoMerge pull request #21397 from nextcloud/dependabot/npm_and_yarn/css-loader-3.6.0
Roeland Jago Douma [Mon, 15 Jun 2020 14:29:50 +0000 (16:29 +0200)]
Merge pull request #21397 from nextcloud/dependabot/npm_and_yarn/css-loader-3.6.0

Bump css-loader from 3.5.3 to 3.6.0

4 years agoMerge pull request #21394 from nextcloud/dependabot/npm_and_yarn/vue-router-3.3.4
Roeland Jago Douma [Mon, 15 Jun 2020 08:18:54 +0000 (10:18 +0200)]
Merge pull request #21394 from nextcloud/dependabot/npm_and_yarn/vue-router-3.3.4

Bump vue-router from 3.3.2 to 3.3.4

4 years agoAvoid duplicate matches in wide and exact results 21408/head
Julius Härtl [Mon, 15 Jun 2020 07:29:30 +0000 (09:29 +0200)]
Avoid duplicate matches in wide and exact results

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoBump css-loader from 3.5.3 to 3.6.0 21397/head
dependabot-preview[bot] [Mon, 15 Jun 2020 07:27:35 +0000 (07:27 +0000)]
Bump css-loader from 3.5.3 to 3.6.0

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.5.3 to 3.6.0.
- [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.5.3...v3.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #21395 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import...
Roeland Jago Douma [Mon, 15 Jun 2020 07:25:15 +0000 (09:25 +0200)]
Merge pull request #21395 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import-2.21.2

Bump eslint-plugin-import from 2.20.2 to 2.21.2

4 years agoDisable Client-Side Monitoring on AWS storage 21406/head
Christoph Wurst [Mon, 15 Jun 2020 07:12:42 +0000 (09:12 +0200)]
Disable Client-Side Monitoring on AWS storage

The S3 client enables this by default and then tries to read
`.aws/config`. This causes `open_basedir` restriction related error for
some setups. So this patch disables the CSM because it's most likely
unused anyway.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoBump vue-router from 3.3.2 to 3.3.4 21394/head
dependabot-preview[bot] [Sun, 14 Jun 2020 01:25:00 +0000 (01:25 +0000)]
Bump vue-router from 3.3.2 to 3.3.4

Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.3.2 to 3.3.4.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.3.2...v3.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #21221 from nextcloud/bugfix/20720/fix-pagination-of-contacts...
Joas Schilling [Mon, 15 Jun 2020 06:46:41 +0000 (08:46 +0200)]
Merge pull request #21221 from nextcloud/bugfix/20720/fix-pagination-of-contacts-search

Fix pagination of contacts search

4 years agoFlow: Include root folder for shared storages when fetching system tags 21404/head
Julius Härtl [Mon, 15 Jun 2020 06:23:04 +0000 (08:23 +0200)]
Flow: Include root folder for shared storages when fetching system tags

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 15 Jun 2020 02:15:55 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 14 Jun 2020 02:15:50 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

4 years agoBump eslint-plugin-import from 2.20.2 to 2.21.2 21395/head
dependabot-preview[bot] [Sun, 14 Jun 2020 01:25:35 +0000 (01:25 +0000)]
Bump eslint-plugin-import from 2.20.2 to 2.21.2

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.2 to 2.21.2.
- [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.20.2...v2.21.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #21380 from nextcloud/bugfix/noid/longer-timeout-for-appstore
Joas Schilling [Fri, 12 Jun 2020 21:07:14 +0000 (23:07 +0200)]
Merge pull request #21380 from nextcloud/bugfix/noid/longer-timeout-for-appstore

Increase timeout of the appstore requests

4 years agoIncrease timeout of the appstore requests 21380/head
Joas Schilling [Fri, 12 Jun 2020 07:28:41 +0000 (09:28 +0200)]
Increase timeout of the appstore requests

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #21358 from nextcloud/enhancement/search-group-by-displayname
Roeland Jago Douma [Thu, 11 Jun 2020 14:10:34 +0000 (16:10 +0200)]
Merge pull request #21358 from nextcloud/enhancement/search-group-by-displayname

Allow group search by display name

4 years agoMerge pull request #21282 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs...
Roeland Jago Douma [Thu, 11 Jun 2020 13:18:40 +0000 (15:18 +0200)]
Merge pull request #21282 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-1.4.0

Bump @nextcloud/dialogs from 1.3.1 to 1.4.0

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 11 Jun 2020 02:15:48 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

4 years agoAllow group search by display name 21358/head
Christoph Wurst [Wed, 10 Jun 2020 09:44:07 +0000 (11:44 +0200)]
Allow group search by display name

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #21185 from nextcloud/bugfix/noid/reflect-unreadable-state-in-ui
Joas Schilling [Wed, 10 Jun 2020 08:54:51 +0000 (10:54 +0200)]
Merge pull request #21185 from nextcloud/bugfix/noid/reflect-unreadable-state-in-ui

Reflect unreadable state in the UI

4 years agoMerge pull request #21347 from nextcloud/fix/21188/pass_share_permissions_to_api_call
Roeland Jago Douma [Wed, 10 Jun 2020 08:35:48 +0000 (10:35 +0200)]
Merge pull request #21347 from nextcloud/fix/21188/pass_share_permissions_to_api_call

Pass the proper share permissions to the create share call

4 years agoFix pagination of contacts search 21221/head
Joas Schilling [Thu, 4 Jun 2020 08:05:28 +0000 (10:05 +0200)]
Fix pagination of contacts search

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoReflect unreadable state in the UI 21185/head
Joas Schilling [Tue, 2 Jun 2020 08:45:13 +0000 (10:45 +0200)]
Reflect unreadable state in the UI

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 10 Jun 2020 02:16:03 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoPass the proper share permissions to the create share call 21347/head
Roeland Jago Douma [Tue, 9 Jun 2020 18:59:41 +0000 (20:59 +0200)]
Pass the proper share permissions to the create share call

Fixes #21188

This way we do not run into the share permission issue

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #21317 from FlorentCoppint/s3_upload_part_size
Roeland Jago Douma [Tue, 9 Jun 2020 17:28:58 +0000 (19:28 +0200)]
Merge pull request #21317 from FlorentCoppint/s3_upload_part_size

Upload part size as S3 parameter instead of constant value

4 years agoMerge pull request #21252 from nextcloud/smb-3.2.5
Robin Appelman [Tue, 9 Jun 2020 12:27:46 +0000 (12:27 +0000)]
Merge pull request #21252 from nextcloud/smb-3.2.5

update icewind/smb to 3.2.5

4 years agoMerge pull request #21319 from nextcloud/log-level-storage-test
Roeland Jago Douma [Tue, 9 Jun 2020 11:11:36 +0000 (13:11 +0200)]
Merge pull request #21319 from nextcloud/log-level-storage-test

increase log level for storage self-test

4 years agoMerge pull request #21208 from nextcloud/dependabot/composer/doctrine/dbal-2.10.2
Roeland Jago Douma [Tue, 9 Jun 2020 09:08:36 +0000 (11:08 +0200)]
Merge pull request #21208 from nextcloud/dependabot/composer/doctrine/dbal-2.10.2

Bump doctrine/dbal from 2.9.2 to 2.10.2

4 years agoMerge pull request #21311 from nextcloud/techdebt/noid/make-share-order-reliable
Roeland Jago Douma [Tue, 9 Jun 2020 08:33:41 +0000 (10:33 +0200)]
Merge pull request #21311 from nextcloud/techdebt/noid/make-share-order-reliable

Always sort shares in a reliable way

4 years agoMerge pull request #21322 from nextcloud/techdebt/deprecate-iservercontainer-getevent...
Roeland Jago Douma [Tue, 9 Jun 2020 08:32:41 +0000 (10:32 +0200)]
Merge pull request #21322 from nextcloud/techdebt/deprecate-iservercontainer-geteventdispatcher

Deprecate \OCP\IServerContainer::getEventDispatcher

4 years agoMerge pull request #21318 from nextcloud/fix/noid/user-delete-clear-ldap-cache
Roeland Jago Douma [Tue, 9 Jun 2020 08:21:45 +0000 (10:21 +0200)]
Merge pull request #21318 from nextcloud/fix/noid/user-delete-clear-ldap-cache

clear LDAP cache after user deletion

4 years agoMerge pull request #21326 from nextcloud/enh/noid/office-pattern-opendocument
Roeland Jago Douma [Tue, 9 Jun 2020 07:50:27 +0000 (09:50 +0200)]
Merge pull request #21326 from nextcloud/enh/noid/office-pattern-opendocument

Extends office documents pattern to match open documents.

4 years agoMerge pull request #21332 from nextcloud/fix/ocp-since-checker
Roeland Jago Douma [Tue, 9 Jun 2020 07:43:27 +0000 (09:43 +0200)]
Merge pull request #21332 from nextcloud/fix/ocp-since-checker

Use empty for the OCP @since checker

4 years agoMerge pull request #21327 from nextcloud/techdebt/noid/certificates-js
Roeland Jago Douma [Tue, 9 Jun 2020 07:42:38 +0000 (09:42 +0200)]
Merge pull request #21327 from nextcloud/techdebt/noid/certificates-js

Remove obsolete scripts for certificates ui

4 years agoUpload part size as S3 parameter instead of constant value 21317/head
Florent [Mon, 8 Jun 2020 15:38:00 +0000 (17:38 +0200)]
Upload part size as S3 parameter instead of constant value

Some S3 providers need a custom upload part size (500 MB static value in Nextcloud).
Here is a commit to change this value via S3 configuration, instead of using S3_UPLOAD_PART_SIZE constant.
A new parameter is added for an S3 connection : uploadPartSize

Signed-off-by: Florent <florent@coppint.com>
4 years agoMerge pull request #21302 from nextcloud/techdebt/noid/adjust-to-parent-implementation
Christoph Wurst [Tue, 9 Jun 2020 06:52:40 +0000 (08:52 +0200)]
Merge pull request #21302 from nextcloud/techdebt/noid/adjust-to-parent-implementation

Adjust to parent implementation

4 years agoUse empty for the OCP @since checker 21332/head
Christoph Wurst [Tue, 9 Jun 2020 06:49:24 +0000 (08:49 +0200)]
Use empty for the OCP @since checker

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 9 Jun 2020 02:15:56 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

4 years agoExtends office documents pattern to match open documents. 21326/head
Daniel Kesselberg [Mon, 8 Jun 2020 12:57:13 +0000 (14:57 +0200)]
Extends office documents pattern to match open documents.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoRemove obsolete scripts 21327/head
Daniel Kesselberg [Mon, 8 Jun 2020 21:43:10 +0000 (23:43 +0200)]
Remove obsolete scripts

Leftover from https://github.com/nextcloud/server/pull/21224.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoDeprecate \OCP\IServerContainer::getEventDispatcher 21322/head
Christoph Wurst [Mon, 8 Jun 2020 17:10:26 +0000 (19:10 +0200)]
Deprecate \OCP\IServerContainer::getEventDispatcher

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoincrease log level for storage self-test 21319/head
Robin Appelman [Mon, 8 Jun 2020 16:12:49 +0000 (18:12 +0200)]
increase log level for storage self-test

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoclear LDAP cache after user deletion 21318/head
Arthur Schiwon [Mon, 8 Jun 2020 15:52:43 +0000 (17:52 +0200)]
clear LDAP cache after user deletion

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoAlways sort shares in a reliable way 21311/head
Joas Schilling [Mon, 8 Jun 2020 12:47:15 +0000 (14:47 +0200)]
Always sort shares in a reliable way

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #21058 from nextcloud/bug/set_serverBackground_custom_default
Roeland Jago Douma [Mon, 8 Jun 2020 11:44:47 +0000 (13:44 +0200)]
Merge pull request #21058 from nextcloud/bug/set_serverBackground_custom_default

Set serverBackground if it is a custom background or default hub

4 years agoMerge pull request #21198 from nextcloud/bugfix/19040
Roeland Jago Douma [Mon, 8 Jun 2020 11:43:59 +0000 (13:43 +0200)]
Merge pull request #21198 from nextcloud/bugfix/19040

Only use background fade if nextcloud blue is set

4 years agoAdjust to parent implementation 21302/head
Joas Schilling [Mon, 8 Jun 2020 09:30:05 +0000 (11:30 +0200)]
Adjust to parent implementation

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #21299 from nextcloud/fix/generic-event-wrapper-constructor-get...
Roeland Jago Douma [Mon, 8 Jun 2020 09:26:23 +0000 (11:26 +0200)]
Merge pull request #21299 from nextcloud/fix/generic-event-wrapper-constructor-get-class

Fix missing parent constructor call and get_class usage in GenericEventWrapper

4 years agoSet serverBackground if it is a custom background or default hub 21058/head
GretaD [Wed, 20 May 2020 15:32:05 +0000 (17:32 +0200)]
Set serverBackground if it is a custom background or default hub

Signed-off-by: GretaD <gretadoci@gmail.com>
4 years agoMerge pull request #20272 from nextcloud/enh/sabre/gzip_propfind
Roeland Jago Douma [Mon, 8 Jun 2020 09:23:30 +0000 (11:23 +0200)]
Merge pull request #20272 from nextcloud/enh/sabre/gzip_propfind

Gzip the propfind response

4 years agoFix missing parent constructor call and get_class usage in GenericEventWrapper 21299/head
Christoph Wurst [Mon, 8 Jun 2020 07:42:45 +0000 (09:42 +0200)]
Fix missing parent constructor call and get_class usage in GenericEventWrapper

* The parent constructor was not called
* `get_class` does not allow null values in php7.2+

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoBump @nextcloud/dialogs from 1.3.1 to 1.4.0 21282/head
dependabot-preview[bot] [Mon, 8 Jun 2020 06:49:55 +0000 (06:49 +0000)]
Bump @nextcloud/dialogs from 1.3.1 to 1.4.0

Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v1.3.1...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #21278 from nextcloud/dependabot/npm_and_yarn/nextcloud/auth-1.3.0
Roeland Jago Douma [Mon, 8 Jun 2020 06:47:22 +0000 (08:47 +0200)]
Merge pull request #21278 from nextcloud/dependabot/npm_and_yarn/nextcloud/auth-1.3.0

Bump @nextcloud/auth from 1.2.3 to 1.3.0

4 years agoRemove dropped " ON " when join has no condition 21208/head
Joas Schilling [Mon, 8 Jun 2020 06:01:44 +0000 (08:01 +0200)]
Remove dropped " ON " when join has no condition

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 8 Jun 2020 02:15:55 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21274 from nextcloud/bug/21268/paswordless-for-everyone
Roeland Jago Douma [Sun, 7 Jun 2020 13:04:47 +0000 (15:04 +0200)]
Merge pull request #21274 from nextcloud/bug/21268/paswordless-for-everyone

Enable passwordless for everyone not only admins.

4 years agoBump @nextcloud/auth from 1.2.3 to 1.3.0 21278/head
dependabot-preview[bot] [Sun, 7 Jun 2020 01:18:11 +0000 (01:18 +0000)]
Bump @nextcloud/auth from 1.2.3 to 1.3.0

Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 1.2.3 to 1.3.0.
- [Release notes](https://github.com/nextcloud/nextcloud-auth/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-auth/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v1.2.3...v1.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #21224 from nextcloud/techdebt/noid/remove-unreachable-controller...
Roeland Jago Douma [Sun, 7 Jun 2020 08:42:19 +0000 (10:42 +0200)]
Merge pull request #21224 from nextcloud/techdebt/noid/remove-unreachable-controller-and-route

Remove controller and routes which have no UI component anyway

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 7 Jun 2020 02:15:50 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

4 years agoEnable passwordless for everyone not only admins. 21274/head
Daniel Kesselberg [Sat, 6 Jun 2020 19:32:24 +0000 (21:32 +0200)]
Enable passwordless for everyone not only admins.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoAllow for compression of the PROPFIND responses 20272/head
Roeland Jago Douma [Thu, 2 Apr 2020 13:17:04 +0000 (15:17 +0200)]
Allow for compression of the PROPFIND responses

For now it just gzip and only for propfind (the 99% case). Already saves
a bunch since the propfinds compress so nicely.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoRemove old unit tests as well 21224/head
Joas Schilling [Fri, 5 Jun 2020 13:10:20 +0000 (15:10 +0200)]
Remove old unit tests as well

Signed-off-by: Joas Schilling <coding@schilljs.com>