]>
source.dussan.org Git - nextcloud-server.git/log
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>
Roeland Jago Douma [Mon, 24 Oct 2016 09:35:17 +0000 (11:35 +0200)]
Merge pull request #1870 from nextcloud/do-not-allow-sharee-enumeration-via-email-option
Do not allow sharee enumeration via email option
Joas Schilling [Mon, 24 Oct 2016 08:30:59 +0000 (10:30 +0200)]
Do not allow sharee enumeration via email option
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Fri, 21 Oct 2016 19:32:10 +0000 (21:32 +0200)]
Merge pull request #1847 from nextcloud/backport-1164-avatar-files-accesscontrol-fixes
[stable10] Avatar fixes for access-control app
Morris Jobke [Fri, 21 Oct 2016 16:56:41 +0000 (18:56 +0200)]
Merge pull request #1845 from nextcloud/backport-1822-restore-overwritten-services-after-errors
[stable10] Restore overwritten services after errors
Morris Jobke [Fri, 21 Oct 2016 16:08:02 +0000 (18:08 +0200)]
Merge pull request #1844 from nextcloud/backport-1812-allow-to-dismiss-the-code-integrity-warning
[stable10] Allow to dismiss the code integrity warning
Joas Schilling [Mon, 29 Aug 2016 14:50:45 +0000 (16:50 +0200)]
The red box already makes clear it's an error
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 29 Aug 2016 14:50:01 +0000 (16:50 +0200)]
Check the mimetype before reading the content and catch exception
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 20 Oct 2016 13:15:54 +0000 (15:15 +0200)]
Restore all services when a tests failed/finished for better testcase isolation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 20 Oct 2016 13:11:01 +0000 (15:11 +0200)]
Make sure all tests use the TestCase method to overwrite services
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 20 Oct 2016 09:33:29 +0000 (11:33 +0200)]
Allow to dismiss the code integrity warning
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Thu, 20 Oct 2016 14:42:40 +0000 (16:42 +0200)]
Merge pull request #1818 from nextcloud/stable10-fullscreen-icon
[stable10] add fullscreen icon
Jan-Christoph Borchardt [Wed, 19 Oct 2016 13:31:02 +0000 (15:31 +0200)]
add fullscreen icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Roeland Jago Douma [Wed, 19 Oct 2016 17:44:26 +0000 (19:44 +0200)]
Merge pull request #1772 from nextcloud/backport-1771-fix-issue-loading-checks-from-cache
[stable10] Do not reset the list after adding cached entries