Nextcloud bot
ef903785ac
[tx-robot] updated from transifex
2019-07-11 02:14:38 +00:00
dependabot-preview[bot]
640898928e
[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>
2019-07-10 22:24:46 +00:00
Roeland Jago Douma
9a54a0cb02
Merge pull request #16330 from nextcloud/backport/16323/stable16
...
[stable16] Use HTTP1.1 to read S3 objects
2019-07-10 21:09:15 +02:00
Roeland Jago Douma
73e1fef0a3
Merge pull request #16325 from nextcloud/backport/16308/stable16
...
[stable16] Prevent undefined offset 0 in findByUserIdOrMail
2019-07-10 15:27:12 +02:00
Roeland Jago Douma
b62b835f6c
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>
2019-07-10 13:20:38 +00:00
Daniel Kesselberg
c885ef3991
Return first value from $users
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-10 10:18:03 +00:00
Nextcloud bot
9c2074fb53
[tx-robot] updated from transifex
2019-07-10 02:14:09 +00:00
Morris Jobke
ecf60b59ef
Merge pull request #16254 from nextcloud/backport/16208/stable16
...
[stable16] Always set the display name for user shares
2019-07-09 14:44:01 +02:00
Morris Jobke
185087e9bc
Merge pull request #16303 from nextcloud/version/noid/16.0.3
...
16.0.3
2019-07-09 13:50:40 +02:00
Morris Jobke
bc29891423
16.0.3
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-09 09:53:08 +02:00
Roeland Jago Douma
7224caaf93
Merge pull request #16297 from nextcloud/backport/16288/stable16
...
[stable16] Try to delete the cypress folder of the viewer app
2019-07-09 08:52:06 +02:00
Nextcloud bot
533fc0f454
[tx-robot] updated from transifex
2019-07-09 02:13:56 +00:00
Roeland Jago Douma
6e319dd4db
Merge pull request #16249 from nextcloud/backport/16170/stable16
...
[stable16] fix permissions for drag-n-drop uploads
2019-07-08 20:44:23 +02:00
Morris Jobke
ac3cc7829f
Try to delete the cypress folder of the viewer app
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-08 17:19:34 +00:00
John Molakvoæ
3ffd5b0a14
[stable16] Properly load permissions in showActions ( #16282 )
...
[stable16] Properly load permissions in showActions
2019-07-08 09:38:45 +02:00
Nextcloud bot
99b5b337eb
[tx-robot] updated from transifex
2019-07-08 02:13:53 +00:00
Julius Härtl
57688ce673
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>
2019-07-07 18:21:05 +00:00
Nextcloud bot
7524f18305
[tx-robot] updated from transifex
2019-07-07 02:14:21 +00:00
John Molakvoæ
4cebe07bb7
[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
2019-07-06 08:48:58 +02:00
Nextcloud bot
7028cfffe8
[tx-robot] updated from transifex
2019-07-06 02:13:51 +00:00
Julius Härtl
662fd359f5
Always set the display name for user shares
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-05 12:53:45 +00:00
Roeland Jago Douma
aaea7c9146
Merge pull request #16244 from nextcloud/backport/16241/stable16
...
[stable16] Fix redirect after rescanFailedIntegrityCheck to "Overview" page
2019-07-05 14:42:55 +02:00
Robin Appelman
1a16ede0b2
fix permissions for drag-n-drop uploads
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-07-05 10:23:47 +00:00
Sven Strickroth
cabccd160b
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>
2019-07-05 08:22:56 +00:00
Nextcloud bot
047fda6a81
[tx-robot] updated from transifex
2019-07-05 02:14:17 +00:00
Roeland Jago Douma
33f44c9024
Merge pull request #16189 from nextcloud/backport/16183/stable16
...
[stable16] Do not fail hard on new user mail error
2019-07-04 12:23:02 +02:00
Roeland Jago Douma
80cdd4cbea
Merge pull request #16218 from nextcloud/version/noid/16.0.2
...
16.0.2
2019-07-04 08:47:21 +02:00
Nextcloud bot
a77a9b3c83
[tx-robot] updated from transifex
2019-07-04 02:13:56 +00:00
Robin Appelman
edb6df2199
add test for overwriting in non creatable directory
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-07-03 21:31:15 +00:00
Robin Appelman
135cfd2c55
dont use part files for dav writes when the target folder doesn't have create permissions
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-07-03 21:31:14 +00:00
Morris Jobke
51f1291382
16.0.2
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-03 22:12:16 +02:00
Morris Jobke
79d86aadc0
Merge pull request #16211 from nextcloud/backport/16186/stable16
...
[stable16] Better check reshare permissions part2
2019-07-03 21:28:04 +02:00
Joas Schilling
b4a38cc242
Remove duplicate tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 18:08:08 +00:00
Joas Schilling
03005dea43
Unify the permission checking in one place only
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 18:08:08 +00:00
Joas Schilling
16d1354239
Better check reshare permissions when creating a share
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 18:08:08 +00:00
Morris Jobke
88114a4d3f
Merge pull request #16201 from nextcloud/backport/16199/stable16
...
[stable16] RefreshWebcalJob: replace ugly Regex with standard php utils
2019-07-03 09:59:26 +02:00
Nextcloud bot
21e2c2d79c
[tx-robot] updated from transifex
2019-07-03 02:13:51 +00:00
Georg Ehrke
946424f64f
RefreshWebcalJob: replace ugly Regex with standard php utils
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-07-02 21:03:17 +00:00
John Molakvoæ
af901a8509
[stable16] Forward OCSException to initiator ( #16191 )
...
[stable16] Forward OCSException to initiator
2019-07-02 15:54:21 +02:00
Daniel Kesselberg
181172656a
Forward OCSException to initiator
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-02 10:34:42 +00:00
John Molakvoæ (skjnldsv)
98bfe79e5f
Do not fail hard on new user mail error
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-07-02 09:54:35 +00:00
Nextcloud bot
cad16d7863
[tx-robot] updated from transifex
2019-07-02 02:13:49 +00:00
Roeland Jago Douma
a17f4b0d7c
Merge pull request #16157 from richardhj/patch-1
...
Update Nextcloud version in docs link
2019-07-01 20:00:35 +02:00
Joas Schilling
3402e620b4
Merge pull request #16177 from nextcloud/backport/16175/stable16
...
[stable16] Allow apps to overwrite the maximum length when reading from database
2019-07-01 17:33:21 +02:00
Joas Schilling
e19240b60b
Allow apps to overwrite the maximum length when reading from database
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-01 14:39:54 +00:00
Nextcloud bot
8828c873bc
[tx-robot] updated from transifex
2019-07-01 02:13:42 +00:00
Nextcloud bot
e36ad8177c
[tx-robot] updated from transifex
2019-06-30 02:14:15 +00:00
Richard Henkenjohann
276f784c20
Update Nextcloud version in docs link
...
Signed-off-by: Richard Henkenjohann <richardhenkenjohann@googlemail.com>
2019-06-29 19:11:58 +02:00
Roeland Jago Douma
e84c958574
Merge pull request #16064 from nextcloud/version/16.0.2/RC1
...
16.0.2 RC1
2019-06-29 07:19:38 +02:00
Nextcloud bot
36ea3677d2
[tx-robot] updated from transifex
2019-06-29 02:13:39 +00:00