]>
source.dussan.org Git - nextcloud-server.git/log
Morris Jobke [Fri, 2 Dec 2016 09:38:51 +0000 (10:38 +0100)]
Merge pull request #2454 from nextcloud/stable10-1872
[stable10] Fix misleading SSL/TLS SMTP email configuration
Morris Jobke [Fri, 2 Dec 2016 09:38:07 +0000 (10:38 +0100)]
Merge pull request #2456 from nextcloud/stable10-1658
[stable10] Default to empty string
Morris Jobke [Fri, 2 Dec 2016 09:37:25 +0000 (10:37 +0100)]
Merge pull request #2451 from nextcloud/stable10-2410
[stable10] Fix missing text for downloads on mobile
Joas Schilling [Fri, 2 Dec 2016 09:21:11 +0000 (10:21 +0100)]
Merge pull request #2459 from nextcloud/stable10-2084
[stable10] Fixes files_drop when avatars are disabled
Roeland Jago Douma [Fri, 2 Dec 2016 07:16:24 +0000 (08:16 +0100)]
Merge pull request #2457 from nextcloud/stable10-1712
[stable10] Tear down FS between cron jobs (#26223)
Roeland Jago Douma [Fri, 2 Dec 2016 07:14:47 +0000 (08:14 +0100)]
Merge pull request #2449 from nextcloud/stable10-1745
[stable10] fix typo
Nextcloud bot [Fri, 2 Dec 2016 01:07:43 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 10 Nov 2016 19:55:18 +0000 (20:55 +0100)]
Fixes files_drop when avatars are disabled
Fixes: #2080
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Vincent Petry [Fri, 30 Sep 2016 11:30:16 +0000 (13:30 +0200)]
[master] Tear down FS between cron jobs (#26223)
Because some cron jobs do not always properly clean up their FS usage
and others might not clean up before setting up the FS, this could
cause potential side effects.
To make sure we exclude side effects, we tear down the FS between cron
jobs.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Lukas Reschke [Fri, 7 Oct 2016 14:23:05 +0000 (16:23 +0200)]
Default to empty string
Otherwise `null` is returned which leads to a ton of similar error messages if the log condition setting is enabled.:
```
{"reqId":"3wVBarnDfOV3qkI1bVCU","remoteAddr":"89.98.78.41","app":"PHP","message":"hash_equals(): Expected user_string to be a string, null given at \/var\/www\/html\/lib\/private\/Log.php#275","level":3,"time":"2016-10-07T14:22:15+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/","user":"icewind"}
```
Joas Schilling [Mon, 24 Oct 2016 09:34:30 +0000 (11:34 +0200)]
Fix misleading SSL/TLS SMTP email configuration
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Tue, 29 Nov 2016 16:06:09 +0000 (17:06 +0100)]
Fix missing text for downloads on mobile
* fixes #2362
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Thomas Citharel [Fri, 14 Oct 2016 09:48:18 +0000 (11:48 +0200)]
fix typo
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Morris Jobke [Thu, 1 Dec 2016 21:56:39 +0000 (22:56 +0100)]
Merge pull request #2445 from nextcloud/stable10-detect-also-a-400-status
[stable10] Catch status code 400
Roeland Jago Douma [Thu, 1 Dec 2016 19:19:52 +0000 (20:19 +0100)]
Merge pull request #2438 from nextcloud/stable10-dont-allow-subfolders-for-write-only-shares
[stable10] On write-only shares do not allow to specify subfolders
Lukas Reschke [Thu, 1 Dec 2016 18:13:28 +0000 (19:13 +0100)]
[stable10] Catch status code 400
In case the server returns a statuscode 400 we should also gracefully return to the home directory.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Thu, 1 Dec 2016 18:02:31 +0000 (19:02 +0100)]
Merge pull request #2440 from nextcloud/stable10-optimize-createParentDirectories
[stable10] Prevent endless loop in \OC\Files\View::createParentDirect…
Lukas Reschke [Thu, 1 Dec 2016 15:52:12 +0000 (16:52 +0100)]
[stable10] Prevent endless loop in \OC\Files\View::createParentDirectories
\OC\Files\View::createParentDirectories was previously prone to an endless loop. If a path such as /foo/existingfile.txt/bar/foo was passed and existingfile.txt existed in foo the loop was never left and running until the PHP process timed out.
This commit changes the logic to a foreach loop over an array and additionally additional error handling using is_file.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Thu, 1 Dec 2016 15:10:15 +0000 (16:10 +0100)]
[stable10] On write-only shares do not allow to specify subfolders
In case of a write-only share we should not allow to specify a subfolder as this is unexpected behaviour.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Nextcloud bot [Thu, 1 Dec 2016 01:07:24 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 30 Nov 2016 14:18:15 +0000 (14:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 30 Nov 2016 01:07:24 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 29 Nov 2016 17:57:54 +0000 (17:57 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 29 Nov 2016 17:03:32 +0000 (17:03 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 29 Nov 2016 01:06:54 +0000 (01:06 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 28 Nov 2016 09:52:03 +0000 (09:52 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 28 Nov 2016 09:31:09 +0000 (09:31 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 28 Nov 2016 01:07:09 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 27 Nov 2016 01:07:19 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 26 Nov 2016 01:07:06 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Thu, 24 Nov 2016 21:21:42 +0000 (22:21 +0100)]
Merge pull request #2320 from nextcloud/fix-getFileSizeViaCOM-regression
[stable10] Fix get file size via com regression
Morris Jobke [Thu, 24 Nov 2016 19:54:33 +0000 (20:54 +0100)]
Fix regressiong from #2048
* fixes https://github.com/nextcloud/server/pull/2048#issuecomment-
262826162
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 24 Nov 2016 11:02:36 +0000 (12:02 +0100)]
Merge pull request #2291 from nextcloud/stable10-imagescale-fix
[stable10] Workaround for PHP bug when calling imagescale
Joas Schilling [Thu, 24 Nov 2016 09:00:09 +0000 (10:00 +0100)]
Merge pull request #2295 from nextcloud/backport-2137-phpunit4-compatibility
Add a wrapper to allow phpunit4 to run the code again
Joas Schilling [Tue, 15 Nov 2016 13:33:06 +0000 (14:33 +0100)]
Add a magic wrapper from hell to allow phpunit4 to run the code again
Remove this once phpunit 5 is the lowest supported version, by reverting:
https://github.com/nextcloud/server/pull/2137
Signed-off-by: Joas Schilling <coding@schilljs.com>
Julius Haertl [Tue, 22 Nov 2016 11:12:59 +0000 (12:12 +0100)]
Workaround for PHP bug when calling imagescale
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Nextcloud bot [Tue, 22 Nov 2016 01:07:03 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 21 Nov 2016 01:07:05 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 20 Nov 2016 01:06:51 +0000 (01:06 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 19 Nov 2016 01:06:51 +0000 (01:06 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 18 Nov 2016 01:07:13 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 17 Nov 2016 17:55:40 +0000 (18:55 +0100)]
Merge pull request #2121 from nextcloud/stable10_2100
[Stable10] Fixes not allowed increasing of link share permissions
Morris Jobke [Thu, 17 Nov 2016 17:34:53 +0000 (18:34 +0100)]
Merge pull request #2186 from nextcloud/stable10-2122
[stable10] Hack to prevent warning for read-only wrapper in public links
Morris Jobke [Thu, 17 Nov 2016 16:41:14 +0000 (17:41 +0100)]
Merge pull request #2185 from nextcloud/stable10-icons-audio-video-off
[stable10] add icons for audio mute and video off
Morris Jobke [Mon, 14 Nov 2016 15:13:05 +0000 (16:13 +0100)]
only use one kind of hack for the storage wrappers of the sharing code
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Vincent Petry [Wed, 2 Nov 2016 09:22:36 +0000 (10:22 +0100)]
Hack to prevent warning for read-only wrapper in public links
Storage wrappers should normally always be registered inside a presetup
hook. However in the public link scenario this is not possible and
there is currently no good alternative with the current architecture.
Instead of logging a warning every time, this fix prevents the warning
to be shown but also adds a FIXME in the code for the future. This is
ok because this app is already using private/internal APIs at the
moment and should be reworked properly in the future.
Jan-Christoph Borchardt [Thu, 17 Nov 2016 04:49:42 +0000 (05:49 +0100)]
add icons for audio mute and video off
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Nextcloud bot [Thu, 17 Nov 2016 01:07:09 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 16 Nov 2016 23:42:50 +0000 (00:42 +0100)]
Merge pull request #2091 from nextcloud/fix_1862
Do not request node when creating a user-group share
Roeland Jago Douma [Wed, 16 Nov 2016 23:01:48 +0000 (00:01 +0100)]
Merge pull request #2142 from nextcloud/stable10-icon-background
[stable10] add dark background fade to icons to make them visible on light backgrounds
Roeland Jago Douma [Wed, 16 Nov 2016 15:14:34 +0000 (16:14 +0100)]
Merge pull request #2155 from nextcloud/stable10-federated-cloud-id
[stable10] specify Federated Cloud ID syntax
Jan-Christoph Borchardt [Tue, 15 Nov 2016 11:07:54 +0000 (12:07 +0100)]
specify Federated Cloud ID syntax
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Jan-Christoph Borchardt [Tue, 15 Nov 2016 16:40:07 +0000 (17:40 +0100)]
add dark background fade to icons to make them visible on light backgrounds
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Roeland Jago Douma [Tue, 15 Nov 2016 08:12:42 +0000 (09:12 +0100)]
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Mon, 14 Nov 2016 14:42:36 +0000 (15:42 +0100)]
[Stable10] Fixes not allowed increasing of link share permissions
Backport of #2100
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Tue, 15 Nov 2016 01:07:12 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 14 Nov 2016 17:10:23 +0000 (18:10 +0100)]
Merge pull request #2118 from nextcloud/stable10-add-bruteforce-check-to-person-endpoint
[stable10] Add bruteforce checker to Person.php
Lukas Reschke [Mon, 14 Nov 2016 14:26:23 +0000 (15:26 +0100)]
Add bruteforce checker to Person.php
Also check for attempts on this endpoint
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Nextcloud bot [Mon, 14 Nov 2016 01:07:13 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 13 Nov 2016 01:07:17 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 12 Nov 2016 01:07:18 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 11 Nov 2016 09:35:04 +0000 (10:35 +0100)]
Fixes retargeting a share of a deleted source
Fixes #1862
We tried to construct the actual node. While this node was no longer
available. This work around makes sure that we don't try to do this.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Joas Schilling [Fri, 11 Nov 2016 07:38:29 +0000 (08:38 +0100)]
Merge pull request #2078 from nextcloud/jospoortvliet-patch-1
[Stable 10] Fix Nextcloud vs oldCloud wording
Nextcloud bot [Fri, 11 Nov 2016 01:07:25 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Jos Poortvliet [Thu, 10 Nov 2016 14:38:37 +0000 (15:38 +0100)]
Update sharedialogview.js
Fix Nextcloud vs oldCloud wording
Nextcloud bot [Thu, 10 Nov 2016 01:07:22 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 9 Nov 2016 13:00:58 +0000 (14:00 +0100)]
Merge pull request #2059 from nextcloud/backport-2058-better-error-message-for-installation-error
[stable10] Use a better error message and point the users to the support channels
Joas Schilling [Wed, 9 Nov 2016 09:29:25 +0000 (10:29 +0100)]
Correctly catch the "soft errors" now
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 9 Nov 2016 08:10:32 +0000 (09:10 +0100)]
Use a better error message and point the users to the support channels
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 9 Nov 2016 08:18:11 +0000 (09:18 +0100)]
Fix help link
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Wed, 9 Nov 2016 07:13:45 +0000 (08:13 +0100)]
Merge pull request #2056 from nextcloud/stable10-fix-public-button
[stable10] fix button on public upload page
Jan-Christoph Borchardt [Mon, 24 Oct 2016 21:26:56 +0000 (23:26 +0200)]
fix button on public upload page
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Roeland Jago Douma [Tue, 8 Nov 2016 19:14:59 +0000 (20:14 +0100)]
Merge pull request #2041 from nextcloud/backport-2036-2040
[stable10] Fix the push state + Apply firefox workaroud to svg filters
Morris Jobke [Tue, 8 Nov 2016 13:37:20 +0000 (14:37 +0100)]
Merge pull request #2048 from nextcloud/stable10-update-containers
[stable10] Update containers to latest version
Morris Jobke [Thu, 1 Sep 2016 08:47:57 +0000 (10:47 +0200)]
Remove unneeded Windows logic
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 1 Sep 2016 10:30:05 +0000 (12:30 +0200)]
Activate APCu on PHP 7
Fix an issue with APCus inc and dec methods on PHP 7
see https://github.com/krakjoe/apcu/issues/183#issuecomment-
244038221 for details
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Tue, 8 Nov 2016 10:46:26 +0000 (11:46 +0100)]
Update containers to latest version
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Julius Haertl [Mon, 7 Nov 2016 23:06:40 +0000 (00:06 +0100)]
Apply firefox workaroud to svg filters
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Nextcloud bot [Tue, 8 Nov 2016 01:07:05 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Mon, 7 Nov 2016 11:51:32 +0000 (12:51 +0100)]
Fix the push state
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Mon, 7 Nov 2016 01:07:10 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sun, 6 Nov 2016 19:18:38 +0000 (20:18 +0100)]
Merge pull request #2025 from nextcloud/stable10-backport-2018
[stable10] Workaround for disappearing app icons for Firefox before version 51
Nextcloud bot [Sun, 6 Nov 2016 01:07:57 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Julius Haertl [Fri, 4 Nov 2016 13:51:03 +0000 (14:51 +0100)]
Workaround for disappearing app icons for Firefox before version 51
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Nextcloud bot [Sat, 5 Nov 2016 01:07:21 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 4 Nov 2016 01:07:13 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 3 Nov 2016 01:07:16 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 2 Nov 2016 01:07:16 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 1 Nov 2016 01:07:05 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 31 Oct 2016 01:07:02 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 30 Oct 2016 00:07:03 +0000 (00:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 29 Oct 2016 00:07:21 +0000 (00:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 28 Oct 2016 00:07:18 +0000 (00:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 27 Oct 2016 00:07:13 +0000 (00:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 26 Oct 2016 00:07:18 +0000 (00:07 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Tue, 25 Oct 2016 19:29:03 +0000 (21:29 +0200)]
Merge pull request #1912 from nextcloud/stable10-backport-1911
[stable10] Fix malformed attribute in files app
Vincent Petry [Tue, 25 Oct 2016 11:02:50 +0000 (13:02 +0200)]
Fix malformed attribute in files app
Nextcloud bot [Tue, 25 Oct 2016 09:36:17 +0000 (09:36 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 25 Oct 2016 08:15:26 +0000 (10:15 +0200)]
Merge pull request #1899 from nextcloud/stable10-php-7.1.0-check
[stable10] console.php also needs a PHP 7.1 check
Morris Jobke [Tue, 25 Oct 2016 07:17:25 +0000 (09:17 +0200)]
console.php also needs a PHP 7.1 check
Signed-off-by: Morris Jobke <hey@morrisjobke.de>