]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Wed, 6 May 2020 19:39:49 +0000 (21:39 +0200)]
Have share permissions on link shares if it is enabled
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Julius Härtl [Thu, 23 Apr 2020 14:22:48 +0000 (16:22 +0200)]
Adjust integration tests to new permissions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 9 Apr 2020 09:36:49 +0000 (11:36 +0200)]
Remove unneeded test since links have resharing permissions by default
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 5 Mar 2020 13:56:31 +0000 (14:56 +0100)]
Link shares have reshare permission if outgoing federated shares are enabled
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 5 Mar 2020 13:56:04 +0000 (14:56 +0100)]
Set proper share type when converting link shares to federated shares
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Tue, 26 May 2020 02:16:22 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 25 May 2020 17:49:29 +0000 (19:49 +0200)]
Merge pull request #20986 from nextcloud/backport/20955/stable17
[stable17] Proxy server could cache http response when it is not private
Morris Jobke [Mon, 25 May 2020 11:47:29 +0000 (13:47 +0200)]
Merge pull request #20966 from nextcloud/backport/20033/stable17
[stable17] Enable fseek for files in S3 storage
Nextcloud bot [Mon, 25 May 2020 02:16:39 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 24 May 2020 02:16:12 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Clement Wong [Sat, 23 May 2020 20:59:30 +0000 (22:59 +0200)]
Fix http testCacheSeconds
Signed-off-by: Clement Wong <git@clement.hk>
Nextcloud bot [Sat, 23 May 2020 02:16:39 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Thu, 9 Apr 2020 12:37:01 +0000 (14:37 +0200)]
harden seekable http stream a bit against failures
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 1 Apr 2020 16:48:40 +0000 (18:48 +0200)]
update autoloader
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 19 Mar 2020 14:28:02 +0000 (15:28 +0100)]
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>
Robin Appelman [Thu, 19 Mar 2020 13:32:25 +0000 (14:32 +0100)]
make seekable s3 stream generic
Signed-off-by: Robin Appelman <robin@icewind.nl>
Lukas Stabe [Wed, 22 Jan 2020 08:45:41 +0000 (09:45 +0100)]
Enable fseek for files in S3 storage
Signed-off-by: Lukas Stabe <lukas@stabe.de>
Nextcloud bot [Fri, 22 May 2020 02:17:41 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 21 May 2020 02:17:46 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 20 May 2020 11:26:58 +0000 (13:26 +0200)]
Merge pull request #21055 from nextcloud/backport/21050/stable17
[stable17] Caching and compression for app store requests
Morris Jobke [Tue, 19 May 2020 21:04:51 +0000 (23:04 +0200)]
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>
Morris Jobke [Tue, 19 May 2020 21:04:25 +0000 (23:04 +0200)]
Cache appstore requests for 60 instead of 5 minutes
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Wed, 20 May 2020 02:16:47 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 19 May 2020 02:17:29 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 18 May 2020 09:04:16 +0000 (11:04 +0200)]
Merge pull request #20993 from nextcloud/backport/20941/stable17
[stable17] update icewind/smb to 3.2.4
Nextcloud bot [Mon, 18 May 2020 02:16:44 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 17 May 2020 02:17:17 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 16 May 2020 02:17:36 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Tue, 12 May 2020 12:39:08 +0000 (14:39 +0200)]
update icewind/smb to 3.2.4
Signed-off-by: Robin Appelman <robin@icewind.nl>
Morris Jobke [Fri, 15 May 2020 12:55:15 +0000 (14:55 +0200)]
Merge pull request #20882 from nextcloud/backport/20841/stable17
[stable17] add locking to resolve concurent move to trashbin conflicts
Clement Wong [Tue, 12 May 2020 09:49:20 +0000 (11:49 +0200)]
Fix http cache test
Signed-off-by: Clement Wong <git@clement.hk>
Clement Wong [Sun, 10 May 2020 09:06:56 +0000 (11:06 +0200)]
Proxy server could cache http response when it is not private
Signed-off-by: Clement Wong <git@clement.hk>
Roeland Jago Douma [Fri, 15 May 2020 06:12:42 +0000 (08:12 +0200)]
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
Nextcloud bot [Fri, 15 May 2020 02:17:38 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Thu, 14 May 2020 13:06:02 +0000 (13:06 +0000)]
[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>
Nextcloud bot [Thu, 14 May 2020 02:16:58 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 13 May 2020 02:16:45 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 12 May 2020 02:16:31 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 11 May 2020 19:00:39 +0000 (21:00 +0200)]
Merge pull request #20925 from nextcloud/backport/20915/stable17
[stable17] Use random_bytes
Roeland Jago Douma [Mon, 11 May 2020 14:43:44 +0000 (16:43 +0200)]
Merge pull request #20775 from nextcloud/backport/19743/stable17
[stable17] dont try to update storage mtime if we can't get the mtime
Roeland Jago Douma [Mon, 11 May 2020 08:31:46 +0000 (10:31 +0200)]
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>
Roeland Jago Douma [Mon, 11 May 2020 11:14:14 +0000 (13:14 +0200)]
Merge pull request #20748 from nextcloud/backport/20718/stable17
[stable17] Add a wrapper to fall back to the share owner on public shares
Nextcloud bot [Mon, 11 May 2020 02:16:30 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 10 May 2020 02:16:19 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 9 May 2020 02:16:58 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Wed, 6 May 2020 13:32:44 +0000 (15:32 +0200)]
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>
Nextcloud bot [Fri, 8 May 2020 02:16:25 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 7 May 2020 02:16:32 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 6 May 2020 02:16:48 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 5 May 2020 02:16:33 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 4 May 2020 12:07:14 +0000 (14:07 +0200)]
Merge pull request #20809 from nextcloud/backport/20807/stable17
[stable17] clarified trash bin retention by storage shortage override in config.sample.php
Sascha Wiswedel [Mon, 4 May 2020 11:25:05 +0000 (13:25 +0200)]
clarified trash bin retention by storage shortage override
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Nextcloud bot [Mon, 4 May 2020 02:16:37 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 3 May 2020 02:16:34 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 2 May 2020 02:16:53 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Mon, 2 Mar 2020 13:24:45 +0000 (14:24 +0100)]
dont try to update storage mtime if we can't get the mtime
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Fri, 1 May 2020 12:43:08 +0000 (14:43 +0200)]
Merge pull request #20764 from nextcloud/backport/20710/stable17
[stable17] Fix Argon2 options checks
MichaIng [Tue, 28 Apr 2020 19:04:34 +0000 (21:04 +0200)]
Fix Argon2 options checks
The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum.
Options are now applied the following way:
- If config.php contains the setting with an integer higher or equal to the minimum, it is applied.
- If config.php contains the setting with an integer lower than the minimum, the minimum is applied.
- If config.php does not contain the setting or with no integer value, the PHP default is applied.
Signed-off-by: MichaIng <micha@dietpi.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 1 May 2020 08:50:26 +0000 (10:50 +0200)]
Fix owner on publicownerwrapper
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 1 May 2020 07:07:39 +0000 (09:07 +0200)]
Merge pull request #20751 from nextcloud/backport/20744/stable17
[stable17] Fix public layout header title & description
Roeland Jago Douma [Fri, 1 May 2020 07:06:05 +0000 (09:06 +0200)]
Merge pull request #19496 from nextcloud/dependabot/npm_and_yarn/build/stable17/handlebars-4.3.0
[Security] Bump handlebars from 4.1.2 to 4.3.0 in /build
Nextcloud bot [Fri, 1 May 2020 02:17:07 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
John Molakvoæ (skjnldsv) [Thu, 30 Apr 2020 11:31:20 +0000 (13:31 +0200)]
Fix public layout header title & description
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Roeland Jago Douma [Tue, 14 Apr 2020 12:42:28 +0000 (14:42 +0200)]
Add a wrapper to fall back to the share owner on public shares
Else it might happen that we setup a storage that has no real owner and
activities do boom etc (looking at you groupfolders and external
storages!).
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
dependabot-preview[bot] [Thu, 30 Apr 2020 07:14:23 +0000 (07:14 +0000)]
[Security] Bump handlebars from 4.1.2 to 4.3.0 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.3.0. **This update includes a security fix.**
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Nextcloud bot [Thu, 30 Apr 2020 02:17:30 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 29 Apr 2020 08:26:34 +0000 (10:26 +0200)]
Merge pull request #20683 from nextcloud/backport/20650/stable17
[stable17] Adhere to EMailTemplate interface in constructor call.
Roeland Jago Douma [Wed, 29 Apr 2020 08:10:41 +0000 (10:10 +0200)]
Merge pull request #20704 from nextcloud/backport/20636/stable17
[stable17] Add tests for update notification controller for non-default updater …
Roeland Jago Douma [Wed, 29 Apr 2020 08:10:07 +0000 (10:10 +0200)]
Merge pull request #20681 from nextcloud/backport/20632/stable17
[stable17] Only catch anonymous OPTIONS for Office
Nextcloud bot [Wed, 29 Apr 2020 02:17:13 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Fri, 24 Apr 2020 16:00:49 +0000 (18:00 +0200)]
Add tests for update notification controller for non-default updater server URL
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Tue, 28 Apr 2020 11:15:08 +0000 (13:15 +0200)]
Merge pull request #20620 from nextcloud/backport/20470/stable17-fix/noid/karma-coverage
[stable17] Fix jsunit tests
Nextcloud bot [Tue, 28 Apr 2020 02:16:41 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Tekhnee [Sat, 25 Apr 2020 18:24:21 +0000 (21:24 +0300)]
Adhere to EMailTemplate interface in constructor call.
Email creation appears to have been refactored lately but it looks like custom template-based emails were left out.
Signed-off-by: Tekhnee <info@tekhnee.org>
Julius Härtl [Fri, 24 Apr 2020 11:31:17 +0000 (13:31 +0200)]
Only catch anonymous OPTIONS for Office
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Mon, 27 Apr 2020 02:16:31 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 26 Apr 2020 02:16:30 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 25 Apr 2020 02:16:22 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Fri, 24 Apr 2020 12:34:51 +0000 (14:34 +0200)]
Merge pull request #20579 from nextcloud/backport/20449/stable17
[stable17] Array offset error due to empty file versions array
Nextcloud bot [Fri, 24 Apr 2020 02:28:18 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Tue, 14 Apr 2020 09:13:02 +0000 (11:13 +0200)]
Fix jsunit tests
JSUnit tests are failing for some reason. It seems to be related to a new karma-coverage version published a few hours ago.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Morris Jobke [Thu, 23 Apr 2020 12:18:14 +0000 (14:18 +0200)]
Merge pull request #20603 from nextcloud/backport/20595/stable17
[stable17] Fix IE11 upload fallback methods
Nextcloud bot [Thu, 23 Apr 2020 02:17:13 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
John Molakvoæ (skjnldsv) [Wed, 22 Apr 2020 11:40:23 +0000 (13:40 +0200)]
Fix IE11 upload fallback methods
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Roeland Jago Douma [Wed, 22 Apr 2020 19:24:51 +0000 (21:24 +0200)]
Merge pull request #20581 from nextcloud/version/17.0.6/final
17.0.6
Nextcloud bot [Wed, 22 Apr 2020 02:17:25 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 21 Apr 2020 08:54:13 +0000 (10:54 +0200)]
17.0.6
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Liam JACK [Sun, 12 Apr 2020 13:35:17 +0000 (15:35 +0200)]
Fix #19066 - Array offset error due to empty file versions array
Signed-off-by: Liam JACK <liamjack@users.noreply.github.com>
Nextcloud bot [Tue, 21 Apr 2020 02:16:58 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 20 Apr 2020 20:32:53 +0000 (22:32 +0200)]
Merge pull request #20546 from nextcloud/version/17.0.6/RC2
17.0.6 RC2
Roeland Jago Douma [Mon, 20 Apr 2020 20:32:41 +0000 (22:32 +0200)]
Merge pull request #20513 from nextcloud/backport/20246/stable17
[stable17] Provide the proper language to the mailer
Roeland Jago Douma [Tue, 31 Mar 2020 12:02:39 +0000 (14:02 +0200)]
Provide the proper language to the mailer
Else we can't properly translate the footer in the recipients e-mail
language.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Mon, 20 Apr 2020 02:16:30 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 19 Apr 2020 02:16:29 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 18 Apr 2020 09:24:19 +0000 (11:24 +0200)]
Merge pull request #20517 from nextcloud/backport/20505/stable17
[stable17] do not advertise nulled userId for for systemwide credentials
Roeland Jago Douma [Sat, 18 Apr 2020 09:23:30 +0000 (11:23 +0200)]
Merge pull request #20532 from nextcloud/backport/20529/stable17
[stable17] Update list of multiple properties
Roeland Jago Douma [Sat, 18 Apr 2020 09:13:53 +0000 (11:13 +0200)]
17.0.6 RC2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Sat, 18 Apr 2020 02:16:45 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 17 Apr 2020 11:45:15 +0000 (13:45 +0200)]
Merge pull request #20406 from nextcloud/backport/20363/stable17
[stable17] update icewind/smb to 3.2.3
John Molakvoæ (skjnldsv) [Fri, 17 Apr 2020 07:12:06 +0000 (09:12 +0200)]
Update list of multiple properties
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>