]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoadd tooltip to option 19399/head
Robin Appelman [Fri, 10 Apr 2020 11:20:20 +0000 (13:20 +0200)]
add tooltip to option

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoAdd option to check share ACL's when listing directories
Robin Appelman [Mon, 10 Feb 2020 15:36:03 +0000 (16:36 +0100)]
Add option to check share ACL's when listing directories

If a file or folder in a directory doesn't have read permissions they
will not be shown

Note that enabling this option incurs a performance penalty additional
requests need to be made to get all the acl.

Additionally the acl resolving logic is fairly primitive at the moment
and might not work correctly in all setups (it should error to showing
the entry)

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #20114 from nextcloud/techdebt/noid/allow-some-apps-to-have-root...
Roeland Jago Douma [Tue, 21 Apr 2020 14:00:34 +0000 (16:00 +0200)]
Merge pull request #20114 from nextcloud/techdebt/noid/allow-some-apps-to-have-root-urls

Allow some apps to have root URLs in their own routing file

4 years agoMerge pull request #20552 from liamjack/fix/20551/login_username_autocapitalize
Roeland Jago Douma [Tue, 21 Apr 2020 13:43:46 +0000 (15:43 +0200)]
Merge pull request #20552 from liamjack/fix/20551/login_username_autocapitalize

Disable autocapitalize for username field on login / reset password pages

4 years agoMerge pull request #20577 from nextcloud/bugfix/noid/sabre4_aftermethod
Roeland Jago Douma [Tue, 21 Apr 2020 11:26:13 +0000 (13:26 +0200)]
Merge pull request #20577 from nextcloud/bugfix/noid/sabre4_aftermethod

Fix usages of afterMethod -> afterMethod:*

4 years agoMerge pull request #20564 from go2sh/fix_fileinfo
Morris Jobke [Tue, 21 Apr 2020 10:24:54 +0000 (12:24 +0200)]
Merge pull request #20564 from go2sh/fix_fileinfo

Set fileInfo correctly for LegacyTabs

4 years agoFix usages of afterMethod -> afterMethod:* 20577/head
Georg Ehrke [Tue, 21 Apr 2020 08:19:06 +0000 (10:19 +0200)]
Fix usages of afterMethod -> afterMethod:*

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoFix #20551 - Disable autocapitalize for username field on login / reset password... 20552/head
Liam JACK [Sat, 18 Apr 2020 16:21:08 +0000 (18:21 +0200)]
Fix #20551 - Disable autocapitalize for username field on login / reset password pages

Signed-off-by: Liam JACK <1422590-liamjack@users.noreply.gitlab.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #20557 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint...
Roeland Jago Douma [Tue, 21 Apr 2020 07:01:15 +0000 (09:01 +0200)]
Merge pull request #20557 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-plugin-1.4.0

Bump @nextcloud/eslint-plugin from 1.1.0 to 1.4.0

4 years agoMerge pull request #20554 from nextcloud/dependabot/composer/build/integration/guzzle...
Roeland Jago Douma [Tue, 21 Apr 2020 06:59:55 +0000 (08:59 +0200)]
Merge pull request #20554 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-6.5.3

Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.3 in /build/integration

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

4 years agoMerge pull request #20232 from nextcloud/storage-getdirectorycontent
blizzz [Mon, 20 Apr 2020 22:23:43 +0000 (00:23 +0200)]
Merge pull request #20232 from nextcloud/storage-getdirectorycontent

Add method to storage backends to get directory content with metadata

4 years agoAdd method to storage backends to get directory content with metadata 20232/head
Robin Appelman [Fri, 27 Mar 2020 16:47:20 +0000 (17:47 +0100)]
Add method to storage backends to get directory content with metadata

Currently you need to use `opendir` and then call `getMetadata` for
every file, which adds overhead because most storage backends already
get the metadata when doing the `opendir`.

While storagebackends can (and do) use caching to relief this problem,
this adds cache invalidation dificulties and only a limited number of
items are generally cached (to prevent memory usage exploding when
scanning large storages)

With this new methods storage backends can use the child metadata they
got from listing the folder to return metadata without having to keep
seperate caches.

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 20 Apr 2020 02:16:12 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoSet fileInfo correctly for LegacyTabs 20564/head
Christoph Seitz [Sun, 19 Apr 2020 20:41:40 +0000 (22:41 +0200)]
Set fileInfo correctly for LegacyTabs

Watch for changes of the fileInfo prop and propagate it to,
the underlying component.

Fixes #20106.

Signed-off-by: Christoph Seitz <christoph.seitz@posteo.de>
4 years agoMerge pull request #20561 from nextcloud/revert-20555-dependabot/npm_and_yarn/build...
Roeland Jago Douma [Sun, 19 Apr 2020 09:28:45 +0000 (11:28 +0200)]
Merge pull request #20561 from nextcloud/revert-20555-dependabot/npm_and_yarn/build/karma-coverage-2.0.2

Revert "Bump karma-coverage from 2.0.1 to 2.0.2 in /build"

4 years agoMerge pull request #19214 from nextcloud/enh/preview_folder_tree
Roeland Jago Douma [Sun, 19 Apr 2020 09:22:25 +0000 (11:22 +0200)]
Merge pull request #19214 from nextcloud/enh/preview_folder_tree

Move to subfolders for preview files

4 years agoRevert "Bump karma-coverage from 2.0.1 to 2.0.2 in /build" 20561/head
Roeland Jago Douma [Sun, 19 Apr 2020 09:21:48 +0000 (11:21 +0200)]
Revert "Bump karma-coverage from 2.0.1 to 2.0.2 in /build"

4 years agoMerge pull request #20555 from nextcloud/dependabot/npm_and_yarn/build/karma-coverage...
Roeland Jago Douma [Sun, 19 Apr 2020 08:32:35 +0000 (10:32 +0200)]
Merge pull request #20555 from nextcloud/dependabot/npm_and_yarn/build/karma-coverage-2.0.2

Bump karma-coverage from 2.0.1 to 2.0.2 in /build

4 years agoMerge pull request #20560 from nextcloud/dependabot/npm_and_yarn/style-loader-1.1.4
Roeland Jago Douma [Sun, 19 Apr 2020 08:31:46 +0000 (10:31 +0200)]
Merge pull request #20560 from nextcloud/dependabot/npm_and_yarn/style-loader-1.1.4

Bump style-loader from 1.1.3 to 1.1.4

4 years agoMove to subfolders for preview files 19214/head
Roeland Jago Douma [Thu, 30 Jan 2020 10:37:01 +0000 (11:37 +0100)]
Move to subfolders for preview files

Else the number of files can grow very large very quickly in the preview
folder. Esp on large systems.

This generates the md5 of the fileid. And then creates folders of the
first 7 charts. In that folder is then a folder with the fileid. And
inside there are the previews.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 19 Apr 2020 02:16:10 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoBump style-loader from 1.1.3 to 1.1.4 20560/head
dependabot-preview[bot] [Sun, 19 Apr 2020 01:17:23 +0000 (01:17 +0000)]
Bump style-loader from 1.1.3 to 1.1.4

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.1.3...v1.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump @nextcloud/eslint-plugin from 1.1.0 to 1.4.0 20557/head
dependabot-preview[bot] [Sun, 19 Apr 2020 01:15:21 +0000 (01:15 +0000)]
Bump @nextcloud/eslint-plugin from 1.1.0 to 1.4.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump karma-coverage from 2.0.1 to 2.0.2 in /build 20555/head
dependabot-preview[bot] [Sun, 19 Apr 2020 01:13:43 +0000 (01:13 +0000)]
Bump karma-coverage from 2.0.1 to 2.0.2 in /build

Bumps [karma-coverage](https://github.com/karma-runner/karma-coverage) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/karma-runner/karma-coverage/releases)
- [Changelog](https://github.com/karma-runner/karma-coverage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma-coverage/compare/v2.0.1...v2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoUpdate guzzlehttp/guzzle requirement in /build/integration 20554/head
dependabot-preview[bot] [Sun, 19 Apr 2020 01:13:23 +0000 (01:13 +0000)]
Update guzzlehttp/guzzle requirement in /build/integration

Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.3/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.2...6.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoPHP CS fixes 20114/head
Joas Schilling [Fri, 17 Apr 2020 09:31:37 +0000 (11:31 +0200)]
PHP CS fixes

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoDirectly use the class to get the service
Joas Schilling [Fri, 17 Apr 2020 09:20:26 +0000 (11:20 +0200)]
Directly use the class to get the service

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMake sure the cloud_federation_api routes are loaded
Joas Schilling [Fri, 17 Apr 2020 09:19:49 +0000 (11:19 +0200)]
Make sure the cloud_federation_api routes are loaded

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoReduce noise in test output
Joas Schilling [Fri, 17 Apr 2020 09:19:32 +0000 (11:19 +0200)]
Reduce noise in test output

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix route definitions of cloud_federation_api
Joas Schilling [Fri, 17 Apr 2020 09:17:01 +0000 (11:17 +0200)]
Fix route definitions of cloud_federation_api

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix creating the share controller
Joas Schilling [Wed, 15 Apr 2020 12:06:23 +0000 (14:06 +0200)]
Fix creating the share controller

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix legacy routes
Joas Schilling [Tue, 14 Apr 2020 16:24:02 +0000 (18:24 +0200)]
Fix legacy routes

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoExtend tests for root url
Joas Schilling [Tue, 14 Apr 2020 15:53:15 +0000 (17:53 +0200)]
Extend tests for root url

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoPHP CS fixes
Joas Schilling [Tue, 14 Apr 2020 15:24:29 +0000 (17:24 +0200)]
PHP CS fixes

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix creation of legacy routes
Joas Schilling [Mon, 23 Mar 2020 16:00:41 +0000 (17:00 +0100)]
Fix creation of legacy routes

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAllow some apps to have root URLs in their own routing file
Joas Schilling [Mon, 23 Mar 2020 15:33:11 +0000 (16:33 +0100)]
Allow some apps to have root URLs in their own routing file

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #20449 from liamjack/fix/19066/empty_file_versions
Roeland Jago Douma [Sat, 18 Apr 2020 08:54:19 +0000 (10:54 +0200)]
Merge pull request #20449 from liamjack/fix/19066/empty_file_versions

Array offset error due to empty file versions array

4 years agoMerge pull request #20540 from nextcloud/fix/mail-test
Roeland Jago Douma [Sat, 18 Apr 2020 08:34:04 +0000 (10:34 +0200)]
Merge pull request #20540 from nextcloud/fix/mail-test

Fix mailer test

4 years agoAdded trailing space 20540/head
Roeland Jago Douma [Fri, 17 Apr 2020 14:57:18 +0000 (16:57 +0200)]
Added trailing space

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 18 Apr 2020 02:16:28 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20537 from nextcloud/external-tests-allow-local-access
Robin Appelman [Fri, 17 Apr 2020 21:07:07 +0000 (21:07 +0000)]
Merge pull request #20537 from nextcloud/external-tests-allow-local-access

allow local remote access in external storage ci

4 years agoFix mailer test
Roeland Jago Douma [Fri, 17 Apr 2020 14:39:49 +0000 (16:39 +0200)]
Fix mailer test

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoallow local remote access in external storage ci 20537/head
Robin Appelman [Fri, 17 Apr 2020 13:03:17 +0000 (15:03 +0200)]
allow local remote access in external storage ci

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #19901 from nextcloud/bugfix/noid/vcard-photo-handling
Roeland Jago Douma [Fri, 17 Apr 2020 09:43:20 +0000 (11:43 +0200)]
Merge pull request #19901 from nextcloud/bugfix/noid/vcard-photo-handling

Improved vcard photo handling

4 years agoMerge pull request #20529 from nextcloud/fix/Card-multiple
John Molakvoæ [Fri, 17 Apr 2020 08:39:19 +0000 (10:39 +0200)]
Merge pull request #20529 from nextcloud/fix/Card-multiple

Update list of multiple properties

4 years agoMerge pull request #20201 from rmanibus/issue_20130
John Molakvoæ [Fri, 17 Apr 2020 07:45:13 +0000 (09:45 +0200)]
Merge pull request #20201 from rmanibus/issue_20130

display file list in flexbox

4 years agoMerge pull request #20447 from liamjack/fix/13287/welcome_email
John Molakvoæ [Fri, 17 Apr 2020 07:42:49 +0000 (09:42 +0200)]
Merge pull request #20447 from liamjack/fix/13287/welcome_email

Increase max-height on button in welcome email template

4 years agoUpdate list of multiple properties 20529/head
John Molakvoæ (skjnldsv) [Fri, 17 Apr 2020 07:12:06 +0000 (09:12 +0200)]
Update list of multiple properties

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoMerge pull request #20381 from nextcloud/fix/allow_edit_admin_user
Morris Jobke [Fri, 17 Apr 2020 07:06:58 +0000 (09:06 +0200)]
Merge pull request #20381 from nextcloud/fix/allow_edit_admin_user

Allow to edit admin user

4 years agoFix tests 20447/head
Morris Jobke [Fri, 17 Apr 2020 07:00:59 +0000 (09:00 +0200)]
Fix tests

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoFix breadcrumb in move or copy file dialog 20201/head
Loïc Hermann [Fri, 27 Mar 2020 12:31:50 +0000 (13:31 +0100)]
Fix breadcrumb in move or copy file dialog

Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 17 Apr 2020 02:16:31 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20523 from nextcloud/enh/noid/rename-updatenotification
Roeland Jago Douma [Thu, 16 Apr 2020 18:23:01 +0000 (20:23 +0200)]
Merge pull request #20523 from nextcloud/enh/noid/rename-updatenotification

Rename updatenotifications webpack module to updatenotification

4 years agoRename updatenotifications webpack module to updatenotification 20523/head
Gary Kim [Thu, 16 Apr 2020 16:00:23 +0000 (00:00 +0800)]
Rename updatenotifications webpack module to updatenotification

The module build name for `updatenotification` is actually
`updatenotifications` which can be confusing.

It is the only module with a name that is
different from the app's name.

Signed-off-by: Gary Kim <gary@garykim.dev>
4 years agoAllow to edit admin user 20381/head
GretaD [Thu, 9 Apr 2020 10:41:30 +0000 (12:41 +0200)]
Allow to edit admin user

Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoMerge pull request #20505 from nextcloud/fix/noid/system-creds
blizzz [Thu, 16 Apr 2020 09:53:24 +0000 (11:53 +0200)]
Merge pull request #20505 from nextcloud/fix/noid/system-creds

do not advertise nulled userId for for systemwide credentials

4 years agoMerge pull request #20511 from nextcloud/fix/cs-fixer-ldap
Roeland Jago Douma [Thu, 16 Apr 2020 08:37:49 +0000 (10:37 +0200)]
Merge pull request #20511 from nextcloud/fix/cs-fixer-ldap

PHP-CS-Fixer green

4 years agoMerge pull request #16946 from exussum12/patch-1
Roeland Jago Douma [Thu, 16 Apr 2020 08:37:10 +0000 (10:37 +0200)]
Merge pull request #16946 from exussum12/patch-1

Increase max read

4 years agoMerge pull request #20246 from nextcloud/fix/untranslated_mail_footer
Roeland Jago Douma [Thu, 16 Apr 2020 08:06:55 +0000 (10:06 +0200)]
Merge pull request #20246 from nextcloud/fix/untranslated_mail_footer

Provide the proper language to the mailer

4 years agoPHP-CS-Fixer green 20511/head
Roeland Jago Douma [Thu, 16 Apr 2020 07:25:17 +0000 (09:25 +0200)]
PHP-CS-Fixer green

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoProvide the proper language to the mailer 20246/head
Roeland Jago Douma [Tue, 31 Mar 2020 12:02:39 +0000 (14:02 +0200)]
Provide the proper language to the mailer

Else we can't properly translate the footer in the recipients e-mail
language.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #20506 from nextcloud/version/19/beta4 v19.0.0beta4
Roeland Jago Douma [Thu, 16 Apr 2020 06:47:20 +0000 (08:47 +0200)]
Merge pull request #20506 from nextcloud/version/19/beta4

19 beta 4

4 years agoMerge pull request #20509 from nextcloud/revert-20050-bugfix/noid/mysql-equal-trims...
Roeland Jago Douma [Thu, 16 Apr 2020 06:46:18 +0000 (08:46 +0200)]
Merge pull request #20509 from nextcloud/revert-20050-bugfix/noid/mysql-equal-trims-shock

Revert "Make sure MySQL is not saying 'this' = 'this ' is true"

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 16 Apr 2020 02:17:30 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoRevert "Make sure MySQL is not saying 'this' = 'this ' is true" 20509/head
Roeland Jago Douma [Wed, 15 Apr 2020 21:49:16 +0000 (23:49 +0200)]
Revert "Make sure MySQL is not saying 'this' = 'this ' is true"

4 years ago19 beta 4 20506/head
Roeland Jago Douma [Wed, 15 Apr 2020 19:54:55 +0000 (21:54 +0200)]
19 beta 4

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #20503 from nextcloud/fix/noid/dav-catch-throwable
blizzz [Wed, 15 Apr 2020 19:48:35 +0000 (21:48 +0200)]
Merge pull request #20503 from nextcloud/fix/noid/dav-catch-throwable

DAV's exception logger should deal with any Throwable

4 years agoMerge pull request #20386 from nextcloud/version/19/beta3 v19.0.0beta3
Roeland Jago Douma [Wed, 15 Apr 2020 19:47:21 +0000 (21:47 +0200)]
Merge pull request #20386 from nextcloud/version/19/beta3

19 beta 3

4 years agoMerge pull request #20501 from nextcloud/fix/noid/run-cs-fix
Christoph Wurst [Wed, 15 Apr 2020 19:37:46 +0000 (21:37 +0200)]
Merge pull request #20501 from nextcloud/fix/noid/run-cs-fix

Run cs:fix and fix HashWrapper code

4 years agoUpdate View.php 16946/head
Scott Dutton [Wed, 15 Apr 2020 18:10:06 +0000 (19:10 +0100)]
Update View.php

4 years agofix credentialsManager documentation and ensure userId to be used as string 20505/head
Arthur Schiwon [Wed, 15 Apr 2020 17:34:23 +0000 (19:34 +0200)]
fix credentialsManager documentation and ensure userId to be used as string

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #20502 from nextcloud/techdebt/cs-check-diff
Christoph Wurst [Wed, 15 Apr 2020 16:30:28 +0000 (18:30 +0200)]
Merge pull request #20502 from nextcloud/techdebt/cs-check-diff

Print diff in cs:check command

4 years agoadd DB tests for credentials manager
Arthur Schiwon [Wed, 15 Apr 2020 14:44:28 +0000 (16:44 +0200)]
add DB tests for credentials manager

these are actually expected to FAIL, because NULL as a userid is not
allowed in the schema, but documented to be used on the source

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoUpdate Contact Size after removing photo 19901/head
Georg Ehrke [Wed, 15 Apr 2020 13:47:27 +0000 (15:47 +0200)]
Update Contact Size after removing photo

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoDon't populate the PHOTO property when it's not an image
Joas Schilling [Thu, 12 Mar 2020 10:26:31 +0000 (11:26 +0100)]
Don't populate the PHOTO property when it's not an image

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAlways transform the etag and read the data
Joas Schilling [Thu, 12 Mar 2020 10:25:47 +0000 (11:25 +0100)]
Always transform the etag and read the data

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoUse table variable everywhere
Joas Schilling [Thu, 12 Mar 2020 10:05:05 +0000 (11:05 +0100)]
Use table variable everywhere

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoDAV's exception logger should deal with any Throwable 20503/head
Arthur Schiwon [Wed, 15 Apr 2020 13:28:37 +0000 (15:28 +0200)]
DAV's exception logger should deal with any Throwable

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #20037 from nextcloud/fix/19127/deprecated-ldap_control_paged_result_1
blizzz [Wed, 15 Apr 2020 13:02:51 +0000 (15:02 +0200)]
Merge pull request #20037 from nextcloud/fix/19127/deprecated-ldap_control_paged_result_1

do not use deprecated API for LDAP paged results

4 years agoPrint diff in cs:check command 20502/head
Christoph Wurst [Wed, 15 Apr 2020 12:36:14 +0000 (14:36 +0200)]
Print diff in cs:check command

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoRun cs:fix and fix HashWrapper code 20501/head
Morris Jobke [Wed, 15 Apr 2020 12:08:56 +0000 (14:08 +0200)]
Run cs:fix and fix HashWrapper code

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #20500 from nextcloud/update-editor-config
Morris Jobke [Wed, 15 Apr 2020 12:07:08 +0000 (14:07 +0200)]
Merge pull request #20500 from nextcloud/update-editor-config

Update editor config for .yml files

4 years agoMerge pull request #19540 from jlutran/fixKeystoneV3Auth
Morris Jobke [Wed, 15 Apr 2020 12:05:32 +0000 (14:05 +0200)]
Merge pull request #19540 from jlutran/fixKeystoneV3Auth

Fix issues with Keystone auth v3 in files_external app

4 years agoUpdate editor config for .yml files 20500/head
Joas Schilling [Wed, 15 Apr 2020 11:47:33 +0000 (13:47 +0200)]
Update editor config for .yml files

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #20481 from ACTom/add-mindmap-mimetype
Christoph Wurst [Wed, 15 Apr 2020 11:39:35 +0000 (13:39 +0200)]
Merge pull request #20481 from ACTom/add-mindmap-mimetype

Add mindmap mimetype.

4 years agoMerge pull request #20050 from nextcloud/bugfix/noid/mysql-equal-trims-shock
Morris Jobke [Wed, 15 Apr 2020 10:57:27 +0000 (12:57 +0200)]
Merge pull request #20050 from nextcloud/bugfix/noid/mysql-equal-trims-shock

Make sure MySQL is not saying 'this' = 'this ' is true

4 years agoMerge pull request #20138 from nextcloud/bugfix/noid/make-remote-checking-more-generic
Joas Schilling [Wed, 15 Apr 2020 10:48:49 +0000 (12:48 +0200)]
Merge pull request #20138 from nextcloud/bugfix/noid/make-remote-checking-more-generic

Make remote checking more generic

4 years agoMerge pull request #20401 from nextcloud/fix/login-sso-redirct
Roeland Jago Douma [Wed, 15 Apr 2020 09:28:40 +0000 (11:28 +0200)]
Merge pull request #20401 from nextcloud/fix/login-sso-redirct

Fix absolute redirect

4 years agoMerge pull request #19191 from laurisb/patch-1
Roeland Jago Douma [Wed, 15 Apr 2020 09:03:05 +0000 (11:03 +0200)]
Merge pull request #19191 from laurisb/patch-1

Improve Opcache detection

4 years agoMerge pull request #20361 from nextcloud/write-stream-close-on-exception
Christoph Wurst [Wed, 15 Apr 2020 08:48:24 +0000 (10:48 +0200)]
Merge pull request #20361 from nextcloud/write-stream-close-on-exception

Close the streams in `writeStream` even when there is an exception

4 years agoFix issues with Keystone auth v3 in files_external app 19540/head
Julien Lutran [Wed, 19 Feb 2020 10:23:51 +0000 (11:23 +0100)]
Fix issues with Keystone auth v3 in files_external app

Signed-off-by: Julien Lutran <julien.lutran@corp.ovh.com>
4 years agoMerge pull request #19351 from nextcloud/dav-upload-hash
Roeland Jago Douma [Wed, 15 Apr 2020 08:23:22 +0000 (10:23 +0200)]
Merge pull request #19351 from nextcloud/dav-upload-hash

Return hashes of uploaded content for dav uploads

4 years agoMake sure MySQL is not saying 'this' = 'this ' is true 20050/head
Joas Schilling [Fri, 20 Mar 2020 14:08:21 +0000 (15:08 +0100)]
Make sure MySQL is not saying 'this' = 'this ' is true

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #20476 from nextcloud/techdebt/php-cs-check-action
Roeland Jago Douma [Wed, 15 Apr 2020 06:30:29 +0000 (08:30 +0200)]
Merge pull request #20476 from nextcloud/techdebt/php-cs-check-action

Add php-cs check action

4 years agoAllow local remotes in integration tests 20138/head
Joas Schilling [Wed, 15 Apr 2020 06:24:18 +0000 (08:24 +0200)]
Allow local remotes in integration tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix unit tests
Joas Schilling [Tue, 14 Apr 2020 16:55:41 +0000 (18:55 +0200)]
Fix unit tests

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

4 years agoShow a hint for the php-cs fix when the check fails 20476/head
Christoph Wurst [Tue, 14 Apr 2020 16:29:09 +0000 (18:29 +0200)]
Show a hint for the php-cs fix when the check fails

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #20474 from nextcloud/update-crl
Joas Schilling [Tue, 14 Apr 2020 18:38:31 +0000 (20:38 +0200)]
Merge pull request #20474 from nextcloud/update-crl

Update root.crl due to revocation of spgverein.crt