]>
source.dussan.org Git - nextcloud-server.git/log
Arthur Schiwon [Wed, 12 Aug 2020 08:23:13 +0000 (10:23 +0200)]
adapt tests for nc18
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Tue, 11 Aug 2020 16:53:50 +0000 (18:53 +0200)]
do not flip available state to unavailable, allow empty results
- the detection relies that the first, requested result is not empty
- it might be empty though – groups without members
- protect switching from available to unavailable
- switching the other way around was also not envisaged either
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 24 Jun 2020 11:09:15 +0000 (13:09 +0200)]
LDAP: shortcut in reading nested group members when IN_CHAIN is available
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Roeland Jago Douma [Tue, 11 Aug 2020 18:26:12 +0000 (20:26 +0200)]
Merge pull request #22184 from nextcloud/backport/21173/stable18
[stable18] Fix empty 'more' apps navigation after installing an app
Roeland Jago Douma [Tue, 11 Aug 2020 13:17:01 +0000 (15:17 +0200)]
Merge pull request #22191 from nextcloud/backport/22190/stable18
[stable18] Fix default log_rotate_size in config.sample.php
Morris Jobke [Tue, 11 Aug 2020 12:00:26 +0000 (14:00 +0200)]
Fix default log_rotate_size in config.sample.php
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
blizzz [Tue, 11 Aug 2020 10:36:16 +0000 (10:36 +0000)]
Merge pull request #22179 from nextcloud/backport/22176/stable18
[stable18] Remove unexpected argument
Jan-Christoph Borchardt [Sun, 31 May 2020 23:54:16 +0000 (01:54 +0200)]
Fix empty 'more' apps navigation after installing an app
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Morris Jobke [Tue, 11 Aug 2020 09:09:11 +0000 (11:09 +0200)]
Merge pull request #22172 from nextcloud/backport/21728/stable18
[stable18] Reuse cache for directory mtime/size if filesystem changes can be ignored
Daniel Kesselberg [Mon, 10 Aug 2020 20:36:30 +0000 (22:36 +0200)]
Remove unexpected argument
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Tue, 11 Aug 2020 02:17:15 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 10 Aug 2020 13:42:33 +0000 (15:42 +0200)]
Merge pull request #21982 from nextcloud/backport/21628/stable18
[stable18] fix moving files from external storage to object store trashbin
Julius Härtl [Tue, 7 Jul 2020 08:22:22 +0000 (10:22 +0200)]
Reuse cache for directory mtime/size if filesystem changes can be ignored
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Mon, 10 Aug 2020 02:17:07 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 9 Aug 2020 02:16:56 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
blizzz [Fri, 7 Aug 2020 10:56:43 +0000 (10:56 +0000)]
Merge pull request #22054 from nextcloud/backport/22015/stable18
[stable18] Correctly remove usergroup shares on removing group members
Nextcloud bot [Fri, 7 Aug 2020 02:17:00 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 6 Aug 2020 02:17:34 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 5 Aug 2020 02:17:18 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 4 Aug 2020 02:16:52 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 1 Aug 2020 02:17:22 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Thu, 30 Jul 2020 14:31:56 +0000 (16:31 +0200)]
fix object store trashbin handling
object stores are "special" given how they interact with the cache on their own
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 30 Jul 2020 14:11:45 +0000 (16:11 +0200)]
dont update mimetype when moving to trash
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 23 Jul 2020 18:31:35 +0000 (20:31 +0200)]
fix renameFromStorage messing with folder mimetype
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 1 Jul 2020 13:37:47 +0000 (15:37 +0200)]
use exceptions for error signaling in writeStream
this remove the ambiguity when writing zero length files
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 30 Jun 2020 14:09:50 +0000 (16:09 +0200)]
rollback cache rename if trashbin move fails
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 29 Jun 2020 16:14:47 +0000 (18:14 +0200)]
fix moving files from external storage to object store trashbin
having the "cache rename" after the "storage move" caused the target
to get the fileid from the source file, without taking care that the object
is stored under the original file id.
By doing the "cache rename" first, we trigger the "update existing file"
logic while moving the file to the object store and the object gets stored for the
correct file id
Signed-off-by: Robin Appelman <robin@icewind.nl>
Morris Jobke [Fri, 31 Jul 2020 10:47:15 +0000 (12:47 +0200)]
Merge pull request #22071 from nextcloud/backport/22005/stable18
[stable18] Fix height to big for iPhone when using many apps
kevin147147 [Sat, 25 Jul 2020 21:45:38 +0000 (23:45 +0200)]
Fix height to big for iPhone when using many apps
Same story as https://github.com/nextcloud/server/pull/10276
I'm testing on iPhone without home button. These devices now have an even higher bottom bar.
Nextcloud bot [Fri, 31 Jul 2020 02:17:41 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Thu, 30 Jul 2020 14:31:13 +0000 (14:31 +0000)]
Merge pull request #22051 from nextcloud/dependabot/npm_and_yarn/stable18/elliptic-6.5.3
Morris Jobke [Thu, 30 Jul 2020 12:12:55 +0000 (14:12 +0200)]
Merge pull request #22058 from nextcloud/backport/21972/stable18
[stable18] Fix PHPUnit deprecation warnings
Morris Jobke [Thu, 23 Jul 2020 11:44:18 +0000 (13:44 +0200)]
Remove deprecated test of internal attributes via assertAttributeEquals in constructor tests
I removed the tests completely because they just test that the constructor assigns the values to the internal properties. Nothing that should be cared about from the outside.
See https://github.com/sebastianbergmann/phpunit/issues/3339#issuecomment-
428843322
It is seen as bad practice to test internal stuff of objects instead of the actual input and output of mathod calls.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 23 Jul 2020 11:39:13 +0000 (13:39 +0200)]
Replace deprecated assertArraySubset with logic that does the same
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 23 Jul 2020 11:38:49 +0000 (13:38 +0200)]
Use assertEqualsCanonicalizing instead of deprecated assertEquals parameter
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 23 Jul 2020 11:36:49 +0000 (13:36 +0200)]
Remove deprecated test of internal attributes via assertAttributeEquals
See https://github.com/sebastianbergmann/phpunit/issues/3339#issuecomment-
428843322
It is seen as bad practice to test internal stuff of objects instead of the actual input and output of mathod calls.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 23 Jul 2020 11:36:32 +0000 (13:36 +0200)]
Use assertStringContainsString instead of assertContains on strings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 30 Jul 2020 08:04:16 +0000 (10:04 +0200)]
Use old IServerContainer methods
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Joas Schilling [Mon, 27 Jul 2020 10:12:11 +0000 (12:12 +0200)]
Correctly remove usergroup shares on removing group members
Signed-off-by: Joas Schilling <coding@schilljs.com>
dependabot-preview[bot] [Wed, 29 Jul 2020 21:45:22 +0000 (21:45 +0000)]
[Security] Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. **This update includes a security fix.**
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Morris Jobke [Wed, 29 Jul 2020 12:21:49 +0000 (14:21 +0200)]
Merge pull request #21976 from nextcloud/backport/21658/stable18
[stable18] allow admin to configure the max trashbin size
Greta [Wed, 29 Jul 2020 12:19:47 +0000 (14:19 +0200)]
Merge pull request #22035 from nextcloud/backport/21950/stable18
[stable18] Properly fetch translation for remote wipe confirmation dialog
Julius Härtl [Wed, 22 Jul 2020 14:56:17 +0000 (16:56 +0200)]
Properly fetch translation for remote wipe confirmation dialog
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Wed, 29 Jul 2020 02:17:10 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 28 Jul 2020 02:16:57 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 27 Jul 2020 02:16:51 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Sun, 26 Jul 2020 10:31:39 +0000 (12:31 +0200)]
Merge pull request #21992 from nextcloud/backport/21977/stable18
[stable18] Ignore whitespace in sharing by mail
Nextcloud bot [Sat, 25 Jul 2020 02:16:54 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
onehappycat [Thu, 23 Jul 2020 20:20:18 +0000 (22:20 +0200)]
Ignore whitespace in sharing by mail
Signed-off-by: onehappycat <one.happy.cat@gmx.com>
Robin Appelman [Thu, 2 Jul 2020 15:28:27 +0000 (17:28 +0200)]
allow admin to configure the max trashbin size
this allows an admin to configure the max trashbin size instead of always relying on the users quota.
The trashbin size can be configured using the `occ trash:size` command and can be set both globally and per-user
Signed-off-by: Robin Appelman <robin@icewind.nl>
Morris Jobke [Fri, 24 Jul 2020 11:20:18 +0000 (13:20 +0200)]
Merge pull request #21979 from nextcloud/backport/21973/stable18
[stable18] Fix risky test in twofactor_backupcodes
Nextcloud bot [Fri, 24 Jul 2020 02:17:11 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 23 Jul 2020 12:32:58 +0000 (14:32 +0200)]
Fix risky test in twofactor_backupcodes
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 23 Jul 2020 20:14:27 +0000 (22:14 +0200)]
Merge pull request #21807 from nextcloud/backport/21748/stable18
[stable18] Improve error reporting on sharing errors
Joas Schilling [Wed, 8 Jul 2020 09:24:29 +0000 (11:24 +0200)]
Improve error reporting on sharing errors
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Morris Jobke [Thu, 23 Jul 2020 07:45:33 +0000 (09:45 +0200)]
Merge pull request #21961 from nextcloud/backport/21760/stable18
[stable18] Fix parsing of language code
Julius Härtl [Thu, 23 Jul 2020 06:35:20 +0000 (08:35 +0200)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Daniel Kesselberg [Wed, 8 Jul 2020 18:03:09 +0000 (20:03 +0200)]
Fix parsing of language code
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Thu, 23 Jul 2020 02:17:21 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 22 Jul 2020 02:16:57 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 21 Jul 2020 18:32:53 +0000 (20:32 +0200)]
Merge pull request #21936 from nextcloud/backport/21929/stable18
[stable18] Encryption is ready if master key is enabled
Julius Härtl [Tue, 21 Jul 2020 07:16:43 +0000 (09:16 +0200)]
Encryption is ready if master key is enabled
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Tue, 21 Jul 2020 02:17:25 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 20 Jul 2020 13:12:00 +0000 (15:12 +0200)]
Merge pull request #21877 from nextcloud/backport/21855/stable18
[stable18] fix typo in revokeShare()
Nextcloud bot [Mon, 20 Jul 2020 02:17:07 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 19 Jul 2020 02:17:25 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 18 Jul 2020 02:17:16 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 17 Jul 2020 02:17:30 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 16 Jul 2020 18:48:15 +0000 (20:48 +0200)]
Merge pull request #20842 from nextcloud/backport/20832/stable18
[stable18] Do not filter id matching userId on non-user-share shares
Roeland Jago Douma [Thu, 16 Jul 2020 18:47:35 +0000 (20:47 +0200)]
Merge pull request #21841 from nextcloud/backport/21838/stable18
[stable18] Do not log RequestedRangeNotSatisfiable exceptions in DAV
Roeland Jago Douma [Thu, 16 Jul 2020 18:47:10 +0000 (20:47 +0200)]
Merge pull request #21783 from nextcloud/backport/21777/stable18
[stable18] lower minimum search length to 2 characters
Sergej Pupykin [Wed, 15 Jul 2020 23:19:21 +0000 (02:19 +0300)]
fix typo
Nextcloud bot [Thu, 16 Jul 2020 02:19:50 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 15 Jul 2020 18:51:02 +0000 (20:51 +0200)]
Merge pull request #21802 from nextcloud/version/18.0.7/final
18.0.7 final
Nextcloud bot [Wed, 15 Jul 2020 02:19:57 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 14 Jul 2020 18:46:33 +0000 (20:46 +0200)]
Do not log RequestedRangeNotSatisfiable exceptions in DAV
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
John Molakvoæ (skjnldsv) [Tue, 5 May 2020 16:46:24 +0000 (18:46 +0200)]
Do not filter id matching userId on non-user-share shares
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Tue, 14 Jul 2020 02:17:39 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 13 Jul 2020 08:48:52 +0000 (10:48 +0200)]
18.0.7 final
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Mon, 13 Jul 2020 02:17:25 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 12 Jul 2020 02:17:07 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 11 Jul 2020 02:17:37 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 10 Jul 2020 02:17:12 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Thu, 9 Jul 2020 13:00:30 +0000 (15:00 +0200)]
lower minimum search length to 2 characters
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Thu, 9 Jul 2020 19:36:30 +0000 (21:36 +0200)]
Merge pull request #21700 from nextcloud/version/18.0.7/RC1
18.0.7 RC1
Roeland Jago Douma [Thu, 9 Jul 2020 19:34:21 +0000 (21:34 +0200)]
Merge pull request #21781 from nextcloud/backport/21778/stable18
[stable18] Set the moment locale even earlier
Roeland Jago Douma [Thu, 9 Jul 2020 18:37:38 +0000 (20:37 +0200)]
Merge pull request #21773 from nextcloud/backport/21489/stable18
[stable18] Use the correct mountpoint to calculate
Christoph Wurst [Thu, 9 Jul 2020 13:04:38 +0000 (15:04 +0200)]
Set the moment locale even earlier
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Robin Appelman [Wed, 8 Jul 2020 13:32:11 +0000 (15:32 +0200)]
better cleanup in share tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 8 Jul 2020 11:58:27 +0000 (13:58 +0200)]
ensure home storage is initialized on first setup
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 8 Jul 2020 11:58:04 +0000 (13:58 +0200)]
ensure mounts are scanned during tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Daniel Calviño Sánchez [Mon, 22 Jun 2020 17:40:11 +0000 (19:40 +0200)]
Add more integration tests for resharing permissions
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Roeland Jago Douma [Fri, 19 Jun 2020 14:25:49 +0000 (16:25 +0200)]
Use the correct mountpoint to calculate
If we use the owners mount point this results in null. And then the rest
of the checks get called with null. Which doesn't work.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Thu, 9 Jul 2020 02:17:54 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 8 Jul 2020 18:12:34 +0000 (20:12 +0200)]
Merge pull request #21752 from nextcloud/backport/21706/stable18
[stable18] Add a clear message why you could end up there
Joas Schilling [Mon, 6 Jul 2020 11:44:12 +0000 (13:44 +0200)]
Add a clear message why you could end up there
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Wed, 8 Jul 2020 11:04:58 +0000 (13:04 +0200)]
Merge pull request #21499 from lmamane/stable18-21285-oneliner
fix #21285 as oneliner
Nextcloud bot [Wed, 8 Jul 2020 02:17:16 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 7 Jul 2020 02:16:50 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 6 Jul 2020 21:00:38 +0000 (23:00 +0200)]
Merge pull request #21575 from nextcloud/backport/21379/stable18
[stable18] Fix share permission checkboxes enabled when permissions can not be set