]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Mon, 11 May 2020 19:18:38 +0000 (21:18 +0200)]
Move the password confirmation form template to post
I know we use JS for this. But it triggers some false positives on
testing.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
blizzz [Wed, 27 May 2020 08:18:58 +0000 (10:18 +0200)]
Merge pull request #21115 from nextcloud/backport/21106/stable18
[stable18] use the loginname to verify the old password in user password changes
Nextcloud bot [Wed, 27 May 2020 02:16:21 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Mon, 25 May 2020 21:00:00 +0000 (23:00 +0200)]
use the loginname to verify the old password in user password changes
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Roeland Jago Douma [Tue, 26 May 2020 09:44:15 +0000 (11:44 +0200)]
Merge pull request #21096 from nextcloud/backport/21090/stable18
[stable18] Do not read certificate bundle from data dir by default
Nextcloud bot [Tue, 26 May 2020 02:16:13 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 25 May 2020 19:31:36 +0000 (21:31 +0200)]
Merge pull request #20881 from nextcloud/backport/20841/stable18
[stable18] add locking to resolve concurent move to trashbin conflicts
Morris Jobke [Mon, 25 May 2020 13:03:52 +0000 (15:03 +0200)]
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>
Morris Jobke [Mon, 25 May 2020 11:38:04 +0000 (13:38 +0200)]
Merge pull request #20965 from nextcloud/backport/20033/stable18
[stable18] Enable fseek for files in S3 storage
Nextcloud bot [Mon, 25 May 2020 02:16:31 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 24 May 2020 02:16:04 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 23 May 2020 02:16:31 +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>
Nextcloud bot [Fri, 22 May 2020 02:17:31 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 21 May 2020 02:17:37 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
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>
Morris Jobke [Wed, 20 May 2020 11:23:39 +0000 (13:23 +0200)]
Merge pull request #21053 from nextcloud/backport/21050/stable18
[stable18] 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:38 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 19 May 2020 09:58:59 +0000 (11:58 +0200)]
Merge pull request #21030 from nextcloud/backport/21003/stable18
[stable18] Remove entries from locales.json incompatible with punic
Nextcloud bot [Tue, 19 May 2020 02:17:20 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 18 May 2020 10:30:13 +0000 (12:30 +0200)]
Merge pull request #20996 from nextcloud/backport/20629/stable18
[stable18] Don't load text file preview when text app is available (Fixes: #20615)
Daniel Kesselberg [Sat, 16 May 2020 21:21:22 +0000 (23:21 +0200)]
Remove entries from locales.json incompatible with punic
As reported at https://github.com/nextcloud/server/issues/20999 the list contains en_US_POSIX as locale but punic is unable to parse such a locale. If you select that locale everyone is confused.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Morris Jobke [Mon, 18 May 2020 09:52:12 +0000 (11:52 +0200)]
Merge pull request #20994 from nextcloud/backport/19540/stable18
[stable18] Fix issues with Keystone auth v3 in files_external app
Morris Jobke [Mon, 18 May 2020 09:03:54 +0000 (11:03 +0200)]
Merge pull request #20992 from nextcloud/backport/20941/stable18
[stable18] update icewind/smb to 3.2.4
Nextcloud bot [Mon, 18 May 2020 02:16:32 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 17 May 2020 02:17:08 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 16 May 2020 02:17:24 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Jonas Meurer [Thu, 23 Apr 2020 11:45:10 +0000 (13:45 +0200)]
Don't load text file preview when text app is available (Fixes: #20615)
When opening a shared text document, the files_sharing app uses
internal preview support in case no other app to open the text file is
available.
So far, it only checks for the old files_texteditor app, not for the new
new text app. This commit fixes this by checking for both.
Signed-off-by: Jonas Meurer <jonas@freesources.org>
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>
Julien Lutran [Wed, 19 Feb 2020 10:23:51 +0000 (11:23 +0100)]
Fix issues with Keystone auth v3 in files_external app
Signed-off-by: Julien Lutran <julien.lutran@corp.ovh.com>
Roeland Jago Douma [Fri, 15 May 2020 06:18:49 +0000 (08:18 +0200)]
Merge pull request #20955 from nextcloud/httpcache-18
[stable18] Proxy server could cache http response when it is not private
Roeland Jago Douma [Fri, 15 May 2020 06:12:14 +0000 (08:12 +0200)]
Merge pull request #20975 from nextcloud/dependabot/npm_and_yarn/build/stable18/handlebars-4.6.0
[Security] Bump handlebars from 4.5.3 to 4.6.0 in /build
Nextcloud bot [Fri, 15 May 2020 02:17:29 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Thu, 14 May 2020 12:56:41 +0000 (12:56 +0000)]
[Security] Bump handlebars from 4.5.3 to 4.6.0 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 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.5.3...v4.6.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Nextcloud bot [Thu, 14 May 2020 02:16:48 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
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>
Nextcloud bot [Wed, 13 May 2020 02:16:36 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 12 May 2020 19:05:58 +0000 (21:05 +0200)]
Merge pull request #20574 from nextcloud/backport/16035/stable18
[stable18] dont show remote and email options if we have an exact match for local user email
Robin Appelman [Fri, 21 Jun 2019 13:38:19 +0000 (15:38 +0200)]
dont show remote and email options if we have an exact match for local user email
Signed-off-by: Robin Appelman <robin@icewind.nl>
Morris Jobke [Tue, 12 May 2020 12:21:37 +0000 (14:21 +0200)]
Merge pull request #20802 from nextcloud/backport/19124/stable18
[stable18] Exclude groups from sharing: Skip delete groups
Roeland Jago Douma [Tue, 12 May 2020 11:41:09 +0000 (13:41 +0200)]
Merge pull request #20877 from nextcloud/backport/20719/stable18
[stable18] Fix languages empty array
Nextcloud bot [Tue, 12 May 2020 02:16:21 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 11 May 2020 19:00:28 +0000 (21:00 +0200)]
Merge pull request #20924 from nextcloud/backport/20915/stable18
[stable18] Use random_bytes
Roeland Jago Douma [Mon, 11 May 2020 14:43:47 +0000 (16:43 +0200)]
Merge pull request #20774 from nextcloud/backport/19743/stable18
[stable18] dont try to update storage mtime if we can't get the mtime
GretaD [Wed, 29 Apr 2020 12:42:07 +0000 (14:42 +0200)]
Fix languages empty array
Signed-off-by: GretaD <gretadoci@gmail.com>
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:17 +0000 (13:14 +0200)]
Merge pull request #20747 from nextcloud/backport/20718/stable18
[stable18] Add a wrapper to fall back to the share owner on public shares
Nextcloud bot [Mon, 11 May 2020 02:16:21 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 10 May 2020 02:16:11 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 9 May 2020 07:53:14 +0000 (09:53 +0200)]
Merge pull request #20886 from nextcloud/backport/20853/stable18
[stable18] Fix color-text-maxcontrast not passing WCAG AA
Nextcloud bot [Sat, 9 May 2020 02:16:46 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Jan-Christoph Borchardt [Thu, 7 May 2020 08:36:22 +0000 (10:36 +0200)]
Fix color-text-maxcontrast not passing WCAG AA
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
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:16 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 7 May 2020 02:16:24 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 6 May 2020 09:48:38 +0000 (11:48 +0200)]
Merge pull request #20805 from nextcloud/backport/20640/stable18
[stable18] Correctly hide table headers in filepicker
John Molakvoæ [Wed, 6 May 2020 07:03:01 +0000 (09:03 +0200)]
Merge pull request #20830 from nextcloud/backport/20825/stable18
Nextcloud bot [Wed, 6 May 2020 02:16:39 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
John Molakvoæ (skjnldsv) [Tue, 5 May 2020 10:17:07 +0000 (12:17 +0200)]
Fix filtering our owner & current user from shares
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Tue, 5 May 2020 02:16:25 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 4 May 2020 12:07:47 +0000 (14:07 +0200)]
Merge pull request #20808 from nextcloud/backport/20807/stable18
[stable18] 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>
Raimund Schlüßler [Fri, 24 Apr 2020 19:09:22 +0000 (21:09 +0200)]
Correctly hide table headers in filepicker
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Daniel Kesselberg [Fri, 24 Jan 2020 15:03:39 +0000 (16:03 +0100)]
Ignore delete groups
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Mon, 4 May 2020 02:16:28 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 3 May 2020 02:16:25 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 2 May 2020 02:16:43 +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:26 +0000 (14:43 +0200)]
Merge pull request #20763 from nextcloud/backport/20710/stable18
[stable18] Fix Argon2 options checks
Roeland Jago Douma [Fri, 1 May 2020 11:03:41 +0000 (13:03 +0200)]
Merge pull request #20635 from nextcloud/backport/20587/stable18
[stable18] Allow specifying a default expiration date
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 [Tue, 21 Apr 2020 12:10:33 +0000 (14:10 +0200)]
Allow specifying a default expiration date
This overrides the max expiration date.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 1 May 2020 07:08:59 +0000 (09:08 +0200)]
Merge pull request #20740 from nextcloud/backport/20262/stable18
[stable18] Allow to navigate to others with access from the sidebar
Roeland Jago Douma [Fri, 1 May 2020 07:07:26 +0000 (09:07 +0200)]
Merge pull request #20750 from nextcloud/backport/20744/stable18
[stable18] Fix public layout header title & description
Nextcloud bot [Fri, 1 May 2020 02:16:58 +0000 (02:16 +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>
Roeland Jago Douma [Wed, 1 Apr 2020 13:07:35 +0000 (15:07 +0200)]
Allow to navigate to others with access from the sidebar
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Thu, 30 Apr 2020 02:17:21 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 29 Apr 2020 12:59:04 +0000 (14:59 +0200)]
Merge pull request #20647 from nextcloud/backport/19002/stable18
[stable18] Fix security header setting in .htaccess by adding 'onsuccess unset'
Roeland Jago Douma [Wed, 29 Apr 2020 08:09:49 +0000 (10:09 +0200)]
Merge pull request #20680 from nextcloud/backport/20632/stable18
[stable18] Only catch anonymous OPTIONS for Office
Nextcloud bot [Wed, 29 Apr 2020 02:17:05 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
blizzz [Tue, 28 Apr 2020 18:43:49 +0000 (20:43 +0200)]
Merge pull request #20701 from nextcloud/backport/20676/stable18
[stable18] Don't remove last user in ldap group when limit is -1
Morris Jobke [Tue, 28 Apr 2020 15:03:46 +0000 (17:03 +0200)]
Merge pull request #20703 from nextcloud/backport/20636/stable18
[stable18] Add tests for update notification controller for non-default updater …
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>
Clement Wong [Mon, 27 Apr 2020 00:28:47 +0000 (02:28 +0200)]
Don't remove last user in ldap group when limit is -1
Signed-off-by: Clement Wong <git@clement.hk>
Roeland Jago Douma [Tue, 28 Apr 2020 09:30:49 +0000 (11:30 +0200)]
Merge pull request #20682 from nextcloud/backport/20650/stable18
[stable18] Adhere to EMailTemplate interface in constructor call.
Nextcloud bot [Tue, 28 Apr 2020 02:16:32 +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:23 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 26 Apr 2020 02:16:22 +0000 (02:16 +0000)]
[tx-robot] updated from transifex
zertrin [Sun, 19 Jan 2020 15:53:08 +0000 (23:53 +0800)]
Fix security header setting in .htaccess by adding 'onsuccess unset'
The headers might already be set by the system administrator at the http server
level (apache or nginx) for some or all virtualhosts.
Using "always set" in the .htaccess of Nextcloud leads to the situation where
the headers might be set twice (once in the default 'onsuccess' table and once
in the 'always' table)! Which leads to warnings in the admin area.
Adding "onsuccess unset" solves the problem, and forces the header in
the 'onsucess' table to be unset, and the header in the 'always' table to be set.
NOTE: with this change, Nextcloud overrides whatever the system administrator
might have already set
See github issues #16893 #16476 #16938 #18017 and discussion in PR #19002
Signed-off-by: zertrin <zertrin@gmail.com>