Commit graph

51213 commits

Author SHA1 Message Date
Roeland Jago Douma
fbf7c93293
Merge pull request #21104 from nextcloud/backport/20676/stable17
[stable17] Don't remove last user in ldap group when limit is -1
2020-05-27 21:58:49 +02:00
blizzz
0d691c3dfc
Merge pull request #21116 from nextcloud/backport/21106/stable17
[stable17] use the loginname to verify the old password in user password changes
2020-05-27 10:18:27 +02:00
Nextcloud bot
247dd76269
[tx-robot] updated from transifex 2020-05-27 02:16:29 +00:00
Clement Wong
95a647be3e
Don't remove last user in ldap group when limit is -1
Signed-off-by: Clement Wong <git@clement.hk>
2020-05-26 21:42:36 +02:00
Arthur Schiwon
466bed2142 use the loginname to verify the old password in user password changes
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-05-26 19:24:26 +00:00
Roeland Jago Douma
1fe36b44f8
Merge pull request #21097 from nextcloud/backport/21090/stable17
[stable17] Do not read certificate bundle from data dir by default
2020-05-26 11:45:58 +02:00
Nextcloud bot
47e28d88f4
[tx-robot] updated from transifex 2020-05-26 02:16:22 +00:00
Morris Jobke
4257de3b17 Do not read certificate bundle from data dir by default
Before the resources/config/ca-bundle.crt was only used when the list of custom
certificates was empty and the instance was not installed. But it should also
be used when the list is empty and the instance is installed.

This is inverting the logic to stop if the instance is not installed to use the
default bundle. And it also does this when the list is empty.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-25 17:55:55 +00:00
Roeland Jago Douma
b23db6588e
Merge pull request #20986 from nextcloud/backport/20955/stable17
[stable17] Proxy server could cache http response when it is not private
2020-05-25 19:49:29 +02:00
Morris Jobke
27486cfd55
Merge pull request #20966 from nextcloud/backport/20033/stable17
[stable17] Enable fseek for files in S3 storage
2020-05-25 13:47:29 +02:00
Nextcloud bot
76e3d633f7
[tx-robot] updated from transifex 2020-05-25 02:16:39 +00:00
Nextcloud bot
51973af844
[tx-robot] updated from transifex 2020-05-24 02:16:12 +00:00
Clement Wong
557698690a Fix http testCacheSeconds
Signed-off-by: Clement Wong <git@clement.hk>
2020-05-23 23:00:00 +02:00
Nextcloud bot
79fcb710d4
[tx-robot] updated from transifex 2020-05-23 02:16:39 +00:00
Robin Appelman
e471c37b9b
harden seekable http stream a bit against failures
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-22 15:31:23 +02:00
Robin Appelman
44ea3b843a
update autoloader
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-22 15:31:13 +02:00
Robin Appelman
23560884e6
add basic tests for s3 seeking and add some error handling if reopen return the wrong range
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-22 15:31:10 +02:00
Robin Appelman
2ecf23a4dc
make seekable s3 stream generic
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-22 15:31:06 +02:00
Lukas Stabe
4611577ffa
Enable fseek for files in S3 storage
Signed-off-by: Lukas Stabe <lukas@stabe.de>
2020-05-22 15:31:02 +02:00
Nextcloud bot
fcb8d2cb45
[tx-robot] updated from transifex 2020-05-22 02:17:41 +00:00
Nextcloud bot
e64f2c6834
[tx-robot] updated from transifex 2020-05-21 02:17:46 +00:00
Morris Jobke
f048380a5f
Merge pull request #21055 from nextcloud/backport/21050/stable17
[stable17] Caching and compression for app store requests
2020-05-20 13:26:58 +02:00
Morris Jobke
2e41b6f83c
Compress the appstore requests by default
In test it reduced the transfered data from 5 MB to 2 MB. This should reduce the load on the appstore significantly.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-20 11:19:42 +02:00
Morris Jobke
8b2d609a6a
Cache appstore requests for 60 instead of 5 minutes
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-20 11:19:42 +02:00
Nextcloud bot
a075be51ef
[tx-robot] updated from transifex 2020-05-20 02:16:47 +00:00
Nextcloud bot
a2a183fcb3
[tx-robot] updated from transifex 2020-05-19 02:17:29 +00:00
Morris Jobke
83f2f69fc0
Merge pull request #20993 from nextcloud/backport/20941/stable17
[stable17] update icewind/smb to 3.2.4
2020-05-18 11:04:16 +02:00
Nextcloud bot
14aa9ae1e5
[tx-robot] updated from transifex 2020-05-18 02:16:44 +00:00
Nextcloud bot
b4287fbf7c
[tx-robot] updated from transifex 2020-05-17 02:17:17 +00:00
Nextcloud bot
6a6dc52d46
[tx-robot] updated from transifex 2020-05-16 02:17:36 +00:00
Robin Appelman
085fae9ad9
update icewind/smb to 3.2.4
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-15 17:22:53 +02:00
Morris Jobke
bccec95a96
Merge pull request #20882 from nextcloud/backport/20841/stable17
[stable17] add locking to resolve concurent move to trashbin conflicts
2020-05-15 14:55:15 +02:00
Clement Wong
e309165032 Fix http cache test
Signed-off-by: Clement Wong <git@clement.hk>
2020-05-15 06:24:10 +00:00
Clement Wong
5d726f4335 Proxy server could cache http response when it is not private
Signed-off-by: Clement Wong <git@clement.hk>
2020-05-15 06:24:07 +00:00
Roeland Jago Douma
31ecdfb196
Merge pull request #20977 from nextcloud/dependabot/npm_and_yarn/build/stable17/handlebars-4.6.0
[Security] Bump handlebars from 4.3.0 to 4.6.0 in /build
2020-05-15 08:12:42 +02:00
Nextcloud bot
539909fed4
[tx-robot] updated from transifex 2020-05-15 02:17:38 +00:00
dependabot-preview[bot]
fb714e0322
[Security] Bump handlebars from 4.3.0 to 4.6.0 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.0 to 4.6.0. **This update includes a security fix.**
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.0...v4.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-14 13:06:02 +00:00
Nextcloud bot
377c68128e
[tx-robot] updated from transifex 2020-05-14 02:16:58 +00:00
Nextcloud bot
f72185451a
[tx-robot] updated from transifex 2020-05-13 02:16:45 +00:00
Nextcloud bot
7774315bc9
[tx-robot] updated from transifex 2020-05-12 02:16:31 +00:00
Roeland Jago Douma
3c7cd001cd
Merge pull request #20925 from nextcloud/backport/20915/stable17
[stable17] Use random_bytes
2020-05-11 21:00:39 +02:00
Roeland Jago Douma
c76487e6c0
Merge pull request #20775 from nextcloud/backport/19743/stable17
[stable17] dont try to update storage mtime if we can't get the mtime
2020-05-11 16:43:44 +02:00
Roeland Jago Douma
8fabe71710 Use random_bytes
Since we don't care if it is human readbale.
The code is backwards compatible with the old format.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-11 12:27:06 +00:00
Roeland Jago Douma
930e96d0b2
Merge pull request #20748 from nextcloud/backport/20718/stable17
[stable17] Add a wrapper to fall back to the share owner on public shares
2020-05-11 13:14:14 +02:00
Nextcloud bot
a1960e58ef
[tx-robot] updated from transifex 2020-05-11 02:16:30 +00:00
Nextcloud bot
b5e868686c
[tx-robot] updated from transifex 2020-05-10 02:16:19 +00:00
Nextcloud bot
373079c1e8
[tx-robot] updated from transifex 2020-05-09 02:16:58 +00:00
Robin Appelman
069870a82f add locking to resolve concurent move to trashbin conflicts
uses a lock to prevent two requests from moving a file to the trashbin concurrently
(causing sql duplicate key errors)

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-08 11:29:56 +00:00
Nextcloud bot
23fb63daeb
[tx-robot] updated from transifex 2020-05-08 02:16:25 +00:00
Nextcloud bot
f2c27a166a
[tx-robot] updated from transifex 2020-05-07 02:16:32 +00:00