]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Wed, 22 Apr 2020 11:27:33 +0000 (13:27 +0200)]
Add folder argument to files:scan-app-data
If you need to rescan something but don't feel like rescanning your
whole preview stash.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Wed, 22 Apr 2020 02:17:06 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
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
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
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:*
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
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>
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>
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
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
Nextcloud bot [Tue, 21 Apr 2020 02:16:40 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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
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>
Nextcloud bot [Mon, 20 Apr 2020 02:16:12 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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>
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"
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
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"
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
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
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>
Nextcloud bot [Sun, 19 Apr 2020 02:16:10 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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>
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>
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>
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>
Joas Schilling [Fri, 17 Apr 2020 09:31:37 +0000 (11:31 +0200)]
PHP CS fixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
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>
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>
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>
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>
Joas Schilling [Tue, 14 Apr 2020 16:24:02 +0000 (18:24 +0200)]
Fix legacy routes
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
Joas Schilling [Tue, 14 Apr 2020 15:24:29 +0000 (17:24 +0200)]
PHP CS fixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
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>
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
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
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>
Nextcloud bot [Sat, 18 Apr 2020 02:16:28 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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
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>
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>
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
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
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
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
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>
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
Morris Jobke [Fri, 17 Apr 2020 07:00:59 +0000 (09:00 +0200)]
Fix tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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>
Nextcloud bot [Fri, 17 Apr 2020 02:16:31 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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
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>
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>
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
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
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
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
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>
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>
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
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"
Nextcloud bot [Thu, 16 Apr 2020 02:17:30 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
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"
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>
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
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
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
Scott Dutton [Wed, 15 Apr 2020 18:10:06 +0000 (19:10 +0100)]
Update View.php
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>
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
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>
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>
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>
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>
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>
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>
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
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>
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>
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
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
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>
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.
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
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
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
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
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
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>
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
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>
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
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>
Joas Schilling [Tue, 14 Apr 2020 16:55:41 +0000 (18:55 +0200)]
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Wed, 15 Apr 2020 02:17:12 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
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>
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