]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoFix empty 'more' apps navigation after installing an app 22184/head
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>
4 years agoMerge pull request #22172 from nextcloud/backport/21728/stable18
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

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 11 Aug 2020 02:17:15 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21982 from nextcloud/backport/21628/stable18
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

4 years agoReuse cache for directory mtime/size if filesystem changes can be ignored 22172/head
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>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 10 Aug 2020 02:17:07 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 9 Aug 2020 02:16:56 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22054 from nextcloud/backport/22015/stable18
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

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 7 Aug 2020 02:17:00 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 6 Aug 2020 02:17:34 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 5 Aug 2020 02:17:18 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

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

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 1 Aug 2020 02:17:22 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agofix object store trashbin handling 21982/head
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>
4 years agodont update mimetype when moving to trash
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>
4 years agofix renameFromStorage messing with folder mimetype
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>
4 years agouse exceptions for error signaling in writeStream
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>
4 years agorollback cache rename if trashbin move fails
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>
4 years agofix moving files from external storage to object store trashbin
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>
4 years agoMerge pull request #22071 from nextcloud/backport/22005/stable18
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

4 years agoFix height to big for iPhone when using many apps 22071/head
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.

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 31 Jul 2020 02:17:41 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22051 from nextcloud/dependabot/npm_and_yarn/stable18/elliptic...
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

4 years agoMerge pull request #22058 from nextcloud/backport/21972/stable18
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

4 years agoRemove deprecated test of internal attributes via assertAttributeEquals in constructo... 22058/head
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>
4 years agoReplace deprecated assertArraySubset with logic that does the same
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>
4 years agoUse assertEqualsCanonicalizing instead of deprecated assertEquals parameter
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>
4 years agoRemove deprecated test of internal attributes via assertAttributeEquals
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>
4 years agoUse assertStringContainsString instead of assertContains on strings
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>
4 years agoUse old IServerContainer methods 22054/head
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>
4 years agoCorrectly remove usergroup shares on removing group members
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>
4 years ago[Security] Bump elliptic from 6.5.2 to 6.5.3 22051/head
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>
4 years agoMerge pull request #21976 from nextcloud/backport/21658/stable18
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

4 years agoMerge pull request #22035 from nextcloud/backport/21950/stable18
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

4 years agoProperly fetch translation for remote wipe confirmation dialog 22035/head
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>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 29 Jul 2020 02:17:10 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

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

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 27 Jul 2020 02:16:51 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21992 from nextcloud/backport/21977/stable18
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

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 25 Jul 2020 02:16:54 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoIgnore whitespace in sharing by mail 21992/head
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>
4 years agoallow admin to configure the max trashbin size 21976/head
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>
4 years agoMerge pull request #21979 from nextcloud/backport/21973/stable18
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

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 24 Jul 2020 02:17:11 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoFix risky test in twofactor_backupcodes 21979/head
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>
4 years agoMerge pull request #21807 from nextcloud/backport/21748/stable18
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

4 years agoImprove error reporting on sharing errors 21807/head
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>
4 years agoMerge pull request #21961 from nextcloud/backport/21760/stable18
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

4 years agoBump bundles 21961/head
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>
4 years agoFix parsing of language code
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>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 23 Jul 2020 02:17:21 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 22 Jul 2020 02:16:57 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21936 from nextcloud/backport/21929/stable18
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

4 years agoEncryption is ready if master key is enabled 21936/head
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>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 21 Jul 2020 02:17:25 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21877 from nextcloud/backport/21855/stable18
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()

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 20 Jul 2020 02:17:07 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 19 Jul 2020 02:17:25 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 18 Jul 2020 02:17:16 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

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

4 years agoMerge pull request #20842 from nextcloud/backport/20832/stable18
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

4 years agoMerge pull request #21841 from nextcloud/backport/21838/stable18
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

4 years agoMerge pull request #21783 from nextcloud/backport/21777/stable18
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

4 years agofix typo 21877/head
Sergej Pupykin [Wed, 15 Jul 2020 23:19:21 +0000 (02:19 +0300)]
fix typo

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 16 Jul 2020 02:19:50 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21802 from nextcloud/version/18.0.7/final v18.0.7
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

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 15 Jul 2020 02:19:57 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoDo not log RequestedRangeNotSatisfiable exceptions in DAV 21841/head
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>
4 years agoDo not filter id matching userId on non-user-share shares 20842/head
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>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 14 Jul 2020 02:17:39 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago18.0.7 final 21802/head
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>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 13 Jul 2020 02:17:25 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 12 Jul 2020 02:17:07 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 11 Jul 2020 02:17:37 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 10 Jul 2020 02:17:12 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agolower minimum search length to 2 characters 21783/head
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>
4 years agoMerge pull request #21700 from nextcloud/version/18.0.7/RC1 v18.0.7RC1
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

4 years agoMerge pull request #21781 from nextcloud/backport/21778/stable18
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

4 years agoMerge pull request #21773 from nextcloud/backport/21489/stable18
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

4 years agoSet the moment locale even earlier 21781/head
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>
4 years agobetter cleanup in share tests 21773/head
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>
4 years agoensure home storage is initialized on first setup
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>
4 years agoensure mounts are scanned during tests
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>
4 years agoAdd more integration tests for resharing permissions
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>
4 years agoUse the correct mountpoint to calculate
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>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 9 Jul 2020 02:17:54 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21752 from nextcloud/backport/21706/stable18
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

4 years agoAdd a clear message why you could end up there 21752/head
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>
4 years agoMerge pull request #21499 from lmamane/stable18-21285-oneliner
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

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 8 Jul 2020 02:17:16 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

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

4 years agoMerge pull request #21575 from nextcloud/backport/21379/stable18
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

4 years agoMerge pull request #21702 from nextcloud/backport/18895/stable18
Morris Jobke [Mon, 6 Jul 2020 12:37:15 +0000 (14:37 +0200)]
Merge pull request #21702 from nextcloud/backport/18895/stable18

[stable18] Changes the Birthday calendar color to slightly brighter one

4 years agoMerge pull request #21343 from nextcloud/backport/21252/stable18
Morris Jobke [Mon, 6 Jul 2020 11:40:32 +0000 (13:40 +0200)]
Merge pull request #21343 from nextcloud/backport/21252/stable18

[stable18] update icewind/smb to 3.2.5

4 years agoFix unit tests from #18895 21702/head
Morris Jobke [Mon, 6 Jul 2020 11:32:42 +0000 (13:32 +0200)]
Fix unit tests from #18895

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoChanges the Birthday calendar color to slightly brighter one
Georg Ehrke [Tue, 14 Jan 2020 15:48:48 +0000 (16:48 +0100)]
Changes the Birthday calendar color to slightly brighter one

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years ago18.0.7 RC1 21700/head
Roeland Jago Douma [Mon, 6 Jul 2020 11:17:28 +0000 (13:17 +0200)]
18.0.7 RC1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #21670 from nextcloud/revert-21096-backport/21090/stable18
Roeland Jago Douma [Mon, 6 Jul 2020 08:38:48 +0000 (10:38 +0200)]
Merge pull request #21670 from nextcloud/revert-21096-backport/21090/stable18

Revert "[stable18] Do not read certificate bundle from data dir by default"

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 6 Jul 2020 02:16:27 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #21388 from nextcloud/backport/21380/stable18
Roeland Jago Douma [Sat, 4 Jul 2020 06:55:18 +0000 (08:55 +0200)]
Merge pull request #21388 from nextcloud/backport/21380/stable18

[stable18] Increase timeout of the appstore requests