]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 years agoPHPStorm code cleanup 16524/head
Joas Schilling [Wed, 24 Jul 2019 08:39:57 +0000 (10:39 +0200)]
PHPStorm code cleanup

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoGet the topmost parent for the parent instead of doing endless recursion
Joas Schilling [Wed, 24 Jul 2019 08:39:22 +0000 (10:39 +0200)]
Get the topmost parent for the parent instead of doing endless recursion

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 24 Jul 2019 02:15:44 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 23 Jul 2019 02:15:51 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16500 from nextcloud/backport/16495/stable16
Morris Jobke [Mon, 22 Jul 2019 14:03:29 +0000 (16:03 +0200)]
Merge pull request #16500 from nextcloud/backport/16495/stable16

[stable16] Pass $configargs to openssl_pkey_export

5 years agoPass $configargs to openssl_pkey_export 16500/head
Daniel Kesselberg [Sun, 21 Jul 2019 20:21:59 +0000 (22:21 +0200)]
Pass $configargs to openssl_pkey_export

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 22 Jul 2019 02:16:08 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 21 Jul 2019 02:15:18 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 20 Jul 2019 02:14:40 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 19 Jul 2019 02:15:04 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16444 from nextcloud/backport/16440/stable16
Roeland Jago Douma [Thu, 18 Jul 2019 06:08:54 +0000 (08:08 +0200)]
Merge pull request #16444 from nextcloud/backport/16440/stable16

[stable16] Fix File#putContents(string) on ObjectStorage

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 18 Jul 2019 02:15:01 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoFix File#putContents(string) on ObjectStorage 16444/head
Marcel Klehr [Mon, 15 Jul 2019 21:51:02 +0000 (23:51 +0200)]
Fix File#putContents(string) on ObjectStorage

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
5 years agoMerge pull request #16437 from nextcloud/backport/16151/stable16
Morris Jobke [Wed, 17 Jul 2019 15:33:42 +0000 (17:33 +0200)]
Merge pull request #16437 from nextcloud/backport/16151/stable16

[stable16] Update operationprogressbar.js

5 years agoUpdate operationprogressbar.js 16437/head
James Lao [Fri, 28 Jun 2019 16:08:16 +0000 (09:08 -0700)]
Update operationprogressbar.js

To fix issue #16137

Signed-off-by: james.lao@gmail.com <james.lao@gmail.com>
5 years agoMerge pull request #16432 from nextcloud/backport/16424/stable16
Roeland Jago Douma [Wed, 17 Jul 2019 07:20:40 +0000 (09:20 +0200)]
Merge pull request #16432 from nextcloud/backport/16424/stable16

[stable16] Do not keep searching for recent

5 years agoDo not keep searching for recent 16432/head
Roeland Jago Douma [Tue, 16 Jul 2019 17:10:09 +0000 (19:10 +0200)]
Do not keep searching for recent

If userA has a lot of recent files. But only shares 1 file with userB
(that has no files at all). We could keep searching until we run out of
recent files for userA.

Now assume the inactive userB has 20 incomming shares like that from
different users. getRecent then basically keeps consuming huge amounts
of resources and with each iteration the load on the DB increases
(because of the offset).

This makes sure we do not get more than 3 times the limit we search for
or more than 5 queries.

This means we might miss some recent entries but we should fix that
separatly. This is just to make sure the load on the DB stays sane.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 17 Jul 2019 02:15:40 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16425 from nextcloud/backport/16423/stable16
Morris Jobke [Tue, 16 Jul 2019 19:09:34 +0000 (21:09 +0200)]
Merge pull request #16425 from nextcloud/backport/16423/stable16

[stable16] Only prevent disabling encrytion via the API

5 years agoOnly prevent disabling encrytion via the API 16425/head
Joas Schilling [Tue, 16 Jul 2019 12:24:47 +0000 (14:24 +0200)]
Only prevent disabling encrytion via the API

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #16414 from nextcloud/backport/15606/stable16
Morris Jobke [Tue, 16 Jul 2019 11:34:08 +0000 (13:34 +0200)]
Merge pull request #16414 from nextcloud/backport/15606/stable16

[stable16] Add catch for RuntimeException

5 years agoLog RuntimeException in CleanupCardDAVPhotoCache 16414/head
Morris Jobke [Mon, 15 Jul 2019 20:26:08 +0000 (22:26 +0200)]
Log RuntimeException in CleanupCardDAVPhotoCache

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agoAdd catch for RuntimeException
Daniel Kesselberg [Fri, 17 May 2019 19:04:01 +0000 (21:04 +0200)]
Add catch for RuntimeException

getDirectoryListing can throw a NotFoundException or a RuntimeException.
The repair step should be skipped if the cache directory is missing so
a catch for both exceptions is required.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years ago[tx-robot] updated from transifex 16411/head
Nextcloud bot [Tue, 16 Jul 2019 02:14:56 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16405 from nextcloud/backport/16400/stable16
Morris Jobke [Mon, 15 Jul 2019 08:19:17 +0000 (10:19 +0200)]
Merge pull request #16405 from nextcloud/backport/16400/stable16

[stable16] addsubtag should push to array

5 years agoaddsubtag should push to array 16405/head
Maxence Lange [Sun, 14 Jul 2019 20:17:55 +0000 (19:17 -0100)]
addsubtag should push to array

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 15 Jul 2019 02:14:38 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 14 Jul 2019 02:15:14 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 13 Jul 2019 02:14:26 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 12 Jul 2019 02:15:09 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16352 from nextcloud/dependabot/npm_and_yarn/stable16/lodash...
Morris Jobke [Thu, 11 Jul 2019 10:53:14 +0000 (12:53 +0200)]
Merge pull request #16352 from nextcloud/dependabot/npm_and_yarn/stable16/lodash-4.17.13

[Security] Bump lodash from 4.17.11 to 4.17.13

5 years agoMerge pull request #16341 from nextcloud/dependabot/npm_and_yarn/stable16/lodash...
dependabot-preview[bot] [Thu, 11 Jul 2019 09:21:02 +0000 (09:21 +0000)]
Merge pull request #16341 from nextcloud/dependabot/npm_and_yarn/stable16/lodash.merge-4.6.2

5 years ago[Security] Bump lodash from 4.17.11 to 4.17.13 16352/head
dependabot-preview[bot] [Thu, 11 Jul 2019 02:45:11 +0000 (02:45 +0000)]
[Security] Bump lodash from 4.17.11 to 4.17.13

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
5 years ago[Security] Bump lodash.merge from 4.6.1 to 4.6.2 16341/head
dependabot-preview[bot] [Thu, 11 Jul 2019 06:48:46 +0000 (06:48 +0000)]
[Security] Bump lodash.merge from 4.6.1 to 4.6.2

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoMerge pull request #16338 from nextcloud/dependabot/npm_and_yarn/stable16/lodash...
Roeland Jago Douma [Thu, 11 Jul 2019 06:47:21 +0000 (08:47 +0200)]
Merge pull request #16338 from nextcloud/dependabot/npm_and_yarn/stable16/lodash.mergewith-4.6.2

[Security] Bump lodash.mergewith from 4.6.1 to 4.6.2

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 11 Jul 2019 02:14:38 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years ago[Security] Bump lodash.mergewith from 4.6.1 to 4.6.2 16338/head
dependabot-preview[bot] [Wed, 10 Jul 2019 22:24:46 +0000 (22:24 +0000)]
[Security] Bump lodash.mergewith from 4.6.1 to 4.6.2

Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoMerge pull request #16330 from nextcloud/backport/16323/stable16
Roeland Jago Douma [Wed, 10 Jul 2019 19:09:15 +0000 (21:09 +0200)]
Merge pull request #16330 from nextcloud/backport/16323/stable16

[stable16] Use HTTP1.1 to read S3 objects

5 years agoMerge pull request #16325 from nextcloud/backport/16308/stable16
Roeland Jago Douma [Wed, 10 Jul 2019 13:27:12 +0000 (15:27 +0200)]
Merge pull request #16325 from nextcloud/backport/16308/stable16

[stable16] Prevent undefined offset 0 in findByUserIdOrMail

5 years agoUse HTTP1.1 to read S3 objects 16330/head
Roeland Jago Douma [Wed, 10 Jul 2019 09:42:22 +0000 (11:42 +0200)]
Use HTTP1.1 to read S3 objects

Some of the READs otherwise use HTTP/1.0 which is not always supported
by all backends. HTTP/1.1 is there since 1999 way longer than S3 so safe
to assume it is always there IMO.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoReturn first value from $users 16325/head
Daniel Kesselberg [Tue, 9 Jul 2019 09:58:14 +0000 (11:58 +0200)]
Return first value from $users

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 10 Jul 2019 02:14:09 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16254 from nextcloud/backport/16208/stable16
Morris Jobke [Tue, 9 Jul 2019 12:44:01 +0000 (14:44 +0200)]
Merge pull request #16254 from nextcloud/backport/16208/stable16

[stable16] Always set the display name for user shares

5 years agoMerge pull request #16303 from nextcloud/version/noid/16.0.3 v16.0.3
Morris Jobke [Tue, 9 Jul 2019 11:50:40 +0000 (13:50 +0200)]
Merge pull request #16303 from nextcloud/version/noid/16.0.3

16.0.3

5 years ago16.0.3 16303/head
Morris Jobke [Tue, 9 Jul 2019 07:53:08 +0000 (09:53 +0200)]
16.0.3

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agoMerge pull request #16297 from nextcloud/backport/16288/stable16
Roeland Jago Douma [Tue, 9 Jul 2019 06:52:06 +0000 (08:52 +0200)]
Merge pull request #16297 from nextcloud/backport/16288/stable16

[stable16] Try to delete the cypress folder of the viewer app

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 9 Jul 2019 02:13:56 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16249 from nextcloud/backport/16170/stable16
Roeland Jago Douma [Mon, 8 Jul 2019 18:44:23 +0000 (20:44 +0200)]
Merge pull request #16249 from nextcloud/backport/16170/stable16

[stable16] fix permissions for drag-n-drop uploads

5 years agoTry to delete the cypress folder of the viewer app 16297/head
Morris Jobke [Mon, 8 Jul 2019 09:54:31 +0000 (11:54 +0200)]
Try to delete the cypress folder of the viewer app

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years ago[stable16] Properly load permissions in showActions (#16282)
John Molakvoæ [Mon, 8 Jul 2019 07:38:45 +0000 (09:38 +0200)]
[stable16] Properly load permissions in showActions (#16282)

[stable16] Properly load permissions in showActions

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 8 Jul 2019 02:13:53 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoProperly load permissions in showActions 16282/head
Julius Härtl [Tue, 18 Jun 2019 10:34:04 +0000 (12:34 +0200)]
Properly load permissions in showActions

When setViewerMode(false) is called, the permissions should be fetched from the available dirInfo

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 7 Jul 2019 02:14:21 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years ago[stable16] dont use part files for dav writes when the target… (#16223)
John Molakvoæ [Sat, 6 Jul 2019 06:48:58 +0000 (08:48 +0200)]
[stable16] dont use part files for dav writes when the target… (#16223)

[stable16] dont use part files for dav writes when the target folder doesn't have create permissions

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 6 Jul 2019 02:13:51 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoAlways set the display name for user shares 16254/head
Julius Härtl [Wed, 3 Jul 2019 09:31:25 +0000 (11:31 +0200)]
Always set the display name for user shares

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoMerge pull request #16244 from nextcloud/backport/16241/stable16
Roeland Jago Douma [Fri, 5 Jul 2019 12:42:55 +0000 (14:42 +0200)]
Merge pull request #16244 from nextcloud/backport/16241/stable16

[stable16] Fix redirect after rescanFailedIntegrityCheck to "Overview" page

5 years agofix permissions for drag-n-drop uploads 16249/head
Robin Appelman [Mon, 1 Jul 2019 09:58:13 +0000 (11:58 +0200)]
fix permissions for drag-n-drop uploads

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agoFix redirect after rescanFailedIntegrityCheck to "Overview" page 16244/head
Sven Strickroth [Fri, 5 Jul 2019 06:56:17 +0000 (08:56 +0200)]
Fix redirect after rescanFailedIntegrityCheck to "Overview" page

The link of the rescanFailedIntegrityCheck link is on the sub page "Overview". After clicking the link, the user is, however, redirected to the "Basic settings" page.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 5 Jul 2019 02:14:17 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16189 from nextcloud/backport/16183/stable16
Roeland Jago Douma [Thu, 4 Jul 2019 10:23:02 +0000 (12:23 +0200)]
Merge pull request #16189 from nextcloud/backport/16183/stable16

[stable16] Do not fail hard on new user mail error

5 years agoMerge pull request #16218 from nextcloud/version/noid/16.0.2 v16.0.2
Roeland Jago Douma [Thu, 4 Jul 2019 06:47:21 +0000 (08:47 +0200)]
Merge pull request #16218 from nextcloud/version/noid/16.0.2

16.0.2

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 4 Jul 2019 02:13:56 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoadd test for overwriting in non creatable directory 16223/head
Robin Appelman [Thu, 13 Jun 2019 15:04:35 +0000 (17:04 +0200)]
add test for overwriting in non creatable directory

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agodont use part files for dav writes when the target folder doesn't have create permissions
Robin Appelman [Tue, 28 May 2019 11:52:32 +0000 (13:52 +0200)]
dont use part files for dav writes when the target folder doesn't have create permissions

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years ago16.0.2 16218/head
Morris Jobke [Wed, 3 Jul 2019 20:12:16 +0000 (22:12 +0200)]
16.0.2

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
5 years agoMerge pull request #16211 from nextcloud/backport/16186/stable16
Morris Jobke [Wed, 3 Jul 2019 19:28:04 +0000 (21:28 +0200)]
Merge pull request #16211 from nextcloud/backport/16186/stable16

[stable16] Better check reshare permissions part2

5 years agoRemove duplicate tests 16211/head
Joas Schilling [Wed, 3 Jul 2019 14:34:14 +0000 (16:34 +0200)]
Remove duplicate tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoUnify the permission checking in one place only
Joas Schilling [Wed, 3 Jul 2019 14:32:45 +0000 (16:32 +0200)]
Unify the permission checking in one place only

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoBetter check reshare permissions when creating a share
Joas Schilling [Tue, 2 Jul 2019 08:22:30 +0000 (10:22 +0200)]
Better check reshare permissions when creating a share

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #16201 from nextcloud/backport/16199/stable16
Morris Jobke [Wed, 3 Jul 2019 07:59:26 +0000 (09:59 +0200)]
Merge pull request #16201 from nextcloud/backport/16199/stable16

[stable16] RefreshWebcalJob: replace ugly Regex with standard php utils

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 3 Jul 2019 02:13:51 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoRefreshWebcalJob: replace ugly Regex with standard php utils 16201/head
Georg Ehrke [Tue, 2 Jul 2019 16:11:05 +0000 (18:11 +0200)]
RefreshWebcalJob: replace ugly Regex with standard php utils

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
5 years ago[stable16] Forward OCSException to initiator (#16191)
John Molakvoæ [Tue, 2 Jul 2019 13:54:21 +0000 (15:54 +0200)]
[stable16] Forward OCSException to initiator (#16191)

[stable16] Forward OCSException to initiator

5 years agoForward OCSException to initiator 16191/head
Daniel Kesselberg [Thu, 20 Jun 2019 16:04:52 +0000 (18:04 +0200)]
Forward OCSException to initiator

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoDo not fail hard on new user mail error 16189/head
John Molakvoæ (skjnldsv) [Tue, 2 Jul 2019 06:04:56 +0000 (08:04 +0200)]
Do not fail hard on new user mail error

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 2 Jul 2019 02:13:49 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16157 from richardhj/patch-1
Roeland Jago Douma [Mon, 1 Jul 2019 18:00:35 +0000 (20:00 +0200)]
Merge pull request #16157 from richardhj/patch-1

Update Nextcloud version in docs link

5 years agoMerge pull request #16177 from nextcloud/backport/16175/stable16
Joas Schilling [Mon, 1 Jul 2019 15:33:21 +0000 (17:33 +0200)]
Merge pull request #16177 from nextcloud/backport/16175/stable16

[stable16] Allow apps to overwrite the maximum length when reading from database

5 years agoAllow apps to overwrite the maximum length when reading from database 16177/head
Joas Schilling [Mon, 1 Jul 2019 13:48:26 +0000 (15:48 +0200)]
Allow apps to overwrite the maximum length when reading from database

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 1 Jul 2019 02:13:42 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 30 Jun 2019 02:14:15 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoUpdate Nextcloud version in docs link 16157/head
Richard Henkenjohann [Sat, 29 Jun 2019 17:07:01 +0000 (19:07 +0200)]
Update Nextcloud version in docs link

Signed-off-by: Richard Henkenjohann <richardhenkenjohann@googlemail.com>
5 years agoMerge pull request #16064 from nextcloud/version/16.0.2/RC1 v16.0.2RC1
Roeland Jago Douma [Sat, 29 Jun 2019 05:19:38 +0000 (07:19 +0200)]
Merge pull request #16064 from nextcloud/version/16.0.2/RC1

16.0.2 RC1

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 29 Jun 2019 02:13:39 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years ago16.0.2 RC1 16064/head
Roeland Jago Douma [Mon, 24 Jun 2019 19:39:19 +0000 (21:39 +0200)]
16.0.2 RC1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #16146 from nextcloud/backport/16070/stable16
Roeland Jago Douma [Fri, 28 Jun 2019 13:19:24 +0000 (15:19 +0200)]
Merge pull request #16146 from nextcloud/backport/16070/stable16

[stable16] Do not show a internet connectivity warning if internet access is dis…

5 years agoDo not show a internet connectivity warning if internet access is disabled 16146/head
Christoph Wurst [Tue, 25 Jun 2019 11:37:31 +0000 (13:37 +0200)]
Do not show a internet connectivity warning if internet access is disabled

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoMerge pull request #16133 from nextcloud/backport/16121/stable16
Roeland Jago Douma [Fri, 28 Jun 2019 07:45:22 +0000 (09:45 +0200)]
Merge pull request #16133 from nextcloud/backport/16121/stable16

[stable16] Don't allow to disable encryption via the API

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 28 Jun 2019 02:13:54 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16010 from nextcloud/backport/design/share-remove-autofocus
Roeland Jago Douma [Thu, 27 Jun 2019 20:19:45 +0000 (22:19 +0200)]
Merge pull request #16010 from nextcloud/backport/design/share-remove-autofocus

Remove auto focus of share input field on dialog open, fix #15261

5 years agoDon't allow to disable encryption via the API 16133/head
Joas Schilling [Thu, 27 Jun 2019 12:54:28 +0000 (14:54 +0200)]
Don't allow to disable encryption via the API

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #16125 from nextcloud/backport/16114/stable16
Roeland Jago Douma [Thu, 27 Jun 2019 20:14:11 +0000 (22:14 +0200)]
Merge pull request #16125 from nextcloud/backport/16114/stable16

[stable16] Fix download link included in public share page with hidden download

5 years agoMerge pull request #16128 from nextcloud/backport/16107/stable16
Roeland Jago Douma [Thu, 27 Jun 2019 20:12:10 +0000 (22:12 +0200)]
Merge pull request #16128 from nextcloud/backport/16107/stable16

[stable16] verify that paths are valid for recursive local move

5 years agoMerge pull request #16127 from nextcloud/backport/16097/stable16
Roeland Jago Douma [Thu, 27 Jun 2019 20:10:16 +0000 (22:10 +0200)]
Merge pull request #16127 from nextcloud/backport/16097/stable16

[stable16] Better check reshare permissions

5 years agoverify that paths are valid for recursive local move 16128/head
Robin Appelman [Thu, 27 Jun 2019 09:10:08 +0000 (11:10 +0200)]
verify that paths are valid for recursive local move

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 years agoFix sharing tests 16127/head
Roeland Jago Douma [Thu, 27 Jun 2019 13:27:21 +0000 (15:27 +0200)]
Fix sharing tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoAdd integration test for increasing sub reshare permissions
Daniel Calviño Sánchez [Fri, 21 Jun 2019 10:22:21 +0000 (12:22 +0200)]
Add integration test for increasing sub reshare permissions

The tests check an user share and a link share; there is a slight
difference in style between them as each one is based on the test above
it, which tests increasing reshare permissions.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years agoDo not create folders with admin user
Daniel Calviño Sánchez [Fri, 21 Jun 2019 10:16:27 +0000 (12:16 +0200)]
Do not create folders with admin user

The admin user is not deleted after each integration test is run, so
folders created by the admin user in one test are still there when the
next tests run; tests should be independent one from each other, so a
regular user that is created and deleted for each test should be used
instead.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years agoCorrectly check share permissions when updating a re-sub-share
Joas Schilling [Fri, 21 Jun 2019 07:22:06 +0000 (09:22 +0200)]
Correctly check share permissions when updating a re-sub-share

Before this change the node you shared was checked for permissions.
This works when you reshare the folder that was shared with you.
However when you reshared a subfolder (e.g. as public link),
you could afterwards update the permissions and grant
create+update permissions although the share you receive was read-only.

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