]>
source.dussan.org Git - nextcloud-server.git/log
Thomas Müller [Wed, 17 Feb 2016 15:13:37 +0000 (16:13 +0100)]
Fix PHPDoc
Scrutinizer Auto-Fixer [Wed, 17 Feb 2016 13:21:07 +0000 (13:21 +0000)]
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Thomas Müller [Fri, 19 Feb 2016 08:13:35 +0000 (09:13 +0100)]
Merge pull request #22405 from owncloud/gdrive-mimetype-and-office-fixes
Fix GDrive handling of office files
Thomas Müller [Fri, 19 Feb 2016 08:13:00 +0000 (09:13 +0100)]
Merge pull request #22424 from owncloud/add-generic-csrf-protection-to-webdav
Require CSRF token for non WebDAV authenticated requests
C Montero-Luque [Thu, 18 Feb 2016 19:39:05 +0000 (14:39 -0500)]
9.0.0 beta 2
Thomas Müller [Thu, 18 Feb 2016 15:46:00 +0000 (16:46 +0100)]
Merge pull request #22493 from owncloud/issue_22467
getRootFolder should not setup the FS for any user
Thomas Müller [Thu, 18 Feb 2016 15:45:40 +0000 (16:45 +0100)]
Merge pull request #22482 from owncloud/getowner-cache
cache result for getowner
Thomas Müller [Thu, 18 Feb 2016 15:44:57 +0000 (16:44 +0100)]
Merge pull request #22444 from owncloud/fix-federated-share-delete
get the actual user instead of a federated cloud id
Thomas Müller [Thu, 18 Feb 2016 15:44:27 +0000 (16:44 +0100)]
Merge pull request #22496 from owncloud/jenkins-22355
Fix on shared groups assignment.
Thomas Müller [Thu, 18 Feb 2016 15:44:01 +0000 (16:44 +0100)]
Merge pull request #22422 from owncloud/issue-17230-better-promotion-of-app-updates
Make app updates better visible (part1)
Thomas Müller [Thu, 18 Feb 2016 15:43:36 +0000 (16:43 +0100)]
Merge pull request #22489 from owncloud/bump-zipstreamer
Bump Zipstreamer
Thomas Müller [Thu, 18 Feb 2016 13:25:32 +0000 (14:25 +0100)]
Merge pull request #21610 from owncloud/quota-sharedfile
Fix quota check for single shared files
Roeland Jago Douma [Thu, 18 Feb 2016 12:55:28 +0000 (13:55 +0100)]
Make scrutinizer happy
Thomas Müller [Thu, 18 Feb 2016 13:24:55 +0000 (14:24 +0100)]
Merge pull request #22498 from owncloud/fedshare-testremote-after-404
Properly trigger testRemote after getting a 404 from remote fed share
Thomas Müller [Thu, 18 Feb 2016 13:24:12 +0000 (14:24 +0100)]
Merge pull request #22497 from owncloud/fix-redirect-response
set correct http status code in redirect response
Roeland Jago Douma [Thu, 18 Feb 2016 08:21:32 +0000 (09:21 +0100)]
getRootFolder should not setup the FS for any user
Fixes #22467
This can go wrong when an app (take the ldap app) DIs something that
needs the rootFolder. This break if we use cookie auth since then we
know the user at that point and thus try to setup the fs for that user.
However if there are then incomming shares from an ldap user they will
fails since the user manager can't find them yet.
Now getRootFolder does not setup the fs for any user.
v1r0x [Thu, 18 Feb 2016 11:39:19 +0000 (12:39 +0100)]
fix unit test
Vincent Petry [Thu, 18 Feb 2016 10:57:03 +0000 (11:57 +0100)]
Properly trigger testRemote after getting a 404 from remote fed share
Whenever a remote fed share's shareinfo call returns a 404, don't
directly assume the storage is not available by throwing
StorageNotAvailableException. We need to properly throw
NotFoundException to trigger the later logic that calls testRemote()
that verifies that the 404 is not from a broken server but really from
an obsolete share.
v1r0x [Thu, 18 Feb 2016 10:56:09 +0000 (11:56 +0100)]
set correct http status code
Was intended to respond with a 303 (See other) status code instead of 307 (Temporary Redirect).
Lukas Reschke [Wed, 17 Feb 2016 23:06:10 +0000 (00:06 +0100)]
Bump Zipstreamer
Leonardo Diez [Fri, 12 Feb 2016 18:26:54 +0000 (19:26 +0100)]
Fix on shared groups assignment.
Lukas Reschke [Tue, 16 Feb 2016 12:16:52 +0000 (13:16 +0100)]
Require CSRF token for non WebDAV authenticated requests
Thomas Müller [Thu, 18 Feb 2016 10:18:32 +0000 (11:18 +0100)]
Merge pull request #22399 from owncloud/issue-22394-index-names-for-oracle
Add index names so Doctrine does not use a too long random string
Thomas Müller [Thu, 18 Feb 2016 10:17:41 +0000 (11:17 +0100)]
Merge pull request #22434 from owncloud/share_ocs_api_handle_invalid_shares
OCS Share API should not return invalid shares
Thomas Müller [Thu, 18 Feb 2016 10:17:19 +0000 (11:17 +0100)]
Merge pull request #22478 from owncloud/external-missing-auth
dont die when missing an auth backend
Bjoern Schiessle [Thu, 18 Feb 2016 08:57:29 +0000 (09:57 +0100)]
get the actual user instead of a federated cloud id
$view->getUidAndFilename($filename); returns the federated cloud id in case of
a federated share. But in this case we need the local user who "owns" the file
which is the current logged in user in case of a federated share
Bjoern Schiessle [Tue, 16 Feb 2016 16:16:47 +0000 (17:16 +0100)]
get the actual user instead of a federated cloud id
$view->getUidAndFilename($filename); returns the federated cloud id in case of
a federated share. But in this case we need the local user who "owns" the file
which is the current logged in user in case of a federated share
Thomas Müller [Thu, 18 Feb 2016 09:14:31 +0000 (10:14 +0100)]
Merge pull request #22475 from owncloud/fix-js-issues
Fixes code analysis issues
Thomas Müller [Thu, 18 Feb 2016 09:14:20 +0000 (10:14 +0100)]
Merge pull request #22418 from owncloud/issue-22393-filelist-plugins-for-other-views
Show the comments and tags on the share filters
Thomas Müller [Thu, 18 Feb 2016 09:14:01 +0000 (10:14 +0100)]
Merge pull request #22408 from owncloud/gdrive-remove-mimetype-detection
Fix GDrive mime type detection with encryption
Joas Schilling [Thu, 18 Feb 2016 09:12:23 +0000 (10:12 +0100)]
No more static
Thomas Müller [Thu, 18 Feb 2016 08:56:40 +0000 (09:56 +0100)]
Merge pull request #22491 from pra85/patch-1
Fix a typo in Readme
Joas Schilling [Tue, 16 Feb 2016 11:59:24 +0000 (12:59 +0100)]
Make app updates better visible
Prayag Verma [Thu, 18 Feb 2016 04:11:55 +0000 (09:41 +0530)]
Fix a typo in Readme
`diffrent` → `different`
Robin Appelman [Wed, 17 Feb 2016 18:14:46 +0000 (19:14 +0100)]
cache result for getowner
Robin Appelman [Wed, 17 Feb 2016 15:51:40 +0000 (16:51 +0100)]
dont die when missing an auth backend
Thomas Müller [Wed, 17 Feb 2016 14:59:14 +0000 (15:59 +0100)]
Merge pull request #22446 from owncloud/3rdparty-adjustment
Add new patchwork references
Vincent Petry [Tue, 16 Feb 2016 11:39:44 +0000 (12:39 +0100)]
Defer quota check in web UI when overwriting shared file
When receiving a shared file, the quota for that file counts in the
owner's storage, not the current user's storage.
To make it possible to overwrite the file even when the current user
doesn't have enough space, the quota check is deferred for such files.
Morris Jobke [Wed, 17 Feb 2016 14:19:42 +0000 (15:19 +0100)]
Fixes code analysis issues
Thomas Müller [Wed, 17 Feb 2016 14:09:30 +0000 (15:09 +0100)]
Merge pull request #22340 from owncloud/allow-licensephp-for-app-repos-aswell
Allow license.php for app repos aswell
Thomas Müller [Wed, 17 Feb 2016 13:49:04 +0000 (14:49 +0100)]
Merge pull request #16783 from owncloud/handle-redirects-global
Adding global error handler for ajax calls which run into redirection…
Thomas Müller [Wed, 17 Feb 2016 13:41:30 +0000 (14:41 +0100)]
Merge pull request #22468 from owncloud/files_external-global
remove global credentials
Thomas Müller [Wed, 17 Feb 2016 13:20:37 +0000 (14:20 +0100)]
Merge pull request #22470 from owncloud/minimum-phpunit-4.4
Minimum phpunit 4.4
Thomas Müller [Wed, 17 Feb 2016 13:02:24 +0000 (14:02 +0100)]
Kill no longer used autotest.cmd
Thomas Müller [Wed, 17 Feb 2016 13:01:57 +0000 (14:01 +0100)]
We require minimum PHPUnit 4.4
Roeland Jago Douma [Wed, 17 Feb 2016 12:50:08 +0000 (13:50 +0100)]
Add unit tests for formatShare
Roeland Jago Douma [Tue, 16 Feb 2016 15:04:17 +0000 (16:04 +0100)]
OCS Share API should not return invalid shares
Since we have lazy shares it can happen that a share is actually
invalid. See https://github.com/owncloud/core/issues/20908
This add checks for the get methods to handle the NotFound exception.
Robin Appelman [Wed, 17 Feb 2016 12:55:27 +0000 (13:55 +0100)]
remove global credentials
Lukas Reschke [Tue, 16 Feb 2016 16:35:32 +0000 (17:35 +0100)]
Add new patchwork references
CI for https://github.com/owncloud/3rdparty/pull/249
Vincent Petry [Tue, 16 Feb 2016 13:39:04 +0000 (14:39 +0100)]
Don't apply quota in stream wrapper for part files
When overwriting shared files as recipient, the part file is written on
the uploader's storage before overwriting the target file.
If the uploader has no quota left, they should still be able to
overwrite that file with Webdav. To make this work, they need to be able
to write the part file to their own storage first.
Vincent Petry [Mon, 11 Jan 2016 11:38:13 +0000 (12:38 +0100)]
Check the quota on the actual file's storage in dav quota plugin
Fix quota plugin to use the correct file name when chunking
When chunking, the file name is the compound name, so need to convert it
to the correct final file name before doing the free space check.
This ensures that in the case of shared files, the correct storage is
used for the quota check.
Thomas Müller [Wed, 17 Feb 2016 10:32:16 +0000 (11:32 +0100)]
Merge pull request #22445 from owncloud/files-client-sendpropfindheaders
Files DAV client send propfind headers
Thomas Müller [Wed, 17 Feb 2016 09:59:03 +0000 (10:59 +0100)]
Merge pull request #22452 from owncloud/fix_22441
Unlock sharee input field when sharing fails
Thomas Müller [Wed, 17 Feb 2016 09:58:31 +0000 (10:58 +0100)]
Merge pull request #22451 from owncloud/use-proper-user-folder
Handles null as return code and uses proper UserFolder in trashbin
Thomas Müller [Wed, 17 Feb 2016 09:58:14 +0000 (10:58 +0100)]
Merge pull request #22437 from owncloud/fix_14095
Allow searching for single character users to share with
Thomas Müller [Wed, 17 Feb 2016 09:57:50 +0000 (10:57 +0100)]
Merge pull request #22435 from owncloud/trashbin-hook-nouser
Don't resize trash when no user
Thomas Müller [Wed, 17 Feb 2016 09:57:23 +0000 (10:57 +0100)]
Merge pull request #22419 from owncloud/issue-20663-console-add-user-group-with-shares
Make sure to init the users Filesystem so we can add group shares
Thomas Müller [Wed, 17 Feb 2016 09:52:58 +0000 (10:52 +0100)]
Merge pull request #22299 from owncloud/erikpel-css-fix
App navigation scrolling (Possible fix for #22158)
Roeland Jago Douma [Wed, 17 Feb 2016 08:19:21 +0000 (09:19 +0100)]
Do not clear sharee input on failed share
Roeland Jago Douma [Tue, 16 Feb 2016 18:40:44 +0000 (19:40 +0100)]
Unlock sharee input field when sharing fails
Fixes #22441
When addShares fails (for whatever reason) we should unlock the sharee
input field so the user does not have to reload the page.
Joas Schilling [Fri, 12 Feb 2016 08:06:07 +0000 (09:06 +0100)]
Check the mailmap file of core as well
Joas Schilling [Fri, 12 Feb 2016 08:04:40 +0000 (09:04 +0100)]
Allow the script to run for different git roots
Jenkins for ownCloud [Wed, 17 Feb 2016 06:56:11 +0000 (01:56 -0500)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 16 Feb 2016 17:45:25 +0000 (18:45 +0100)]
Handles null as return code and uses proper UserFolder in trashbin
Erik Pellikka [Wed, 10 Feb 2016 20:20:05 +0000 (22:20 +0200)]
Fixes #22158
changed 620px to calc(100vh - 100px);
Vincent Petry [Tue, 16 Feb 2016 16:28:35 +0000 (17:28 +0100)]
Fix redundant headers in files dav client
The defaultHeaders are already injected with the xhrProvider, so no need
to pass them again a second time.
Vincent Petry [Tue, 16 Feb 2016 16:28:24 +0000 (17:28 +0100)]
Update davclient library for propfind headers
Vincent Petry [Tue, 16 Feb 2016 15:29:07 +0000 (16:29 +0100)]
Don't resize trash when no user
Happens when overwriting files on federated shares.
Roeland Jago Douma [Tue, 16 Feb 2016 15:23:09 +0000 (16:23 +0100)]
Allow searching for single user
Thomas Müller [Tue, 16 Feb 2016 15:08:21 +0000 (16:08 +0100)]
Merge pull request #22432 from owncloud/files_external-backends
remove login credentails and user provided backends
Thomas Müller [Tue, 16 Feb 2016 14:35:55 +0000 (15:35 +0100)]
Merge pull request #22429 from owncloud/fix-coverage-reporting
Fix coverage reporting
Robin Appelman [Tue, 16 Feb 2016 14:22:23 +0000 (15:22 +0100)]
remove login credentails and user provided backends
Thomas Müller [Tue, 16 Feb 2016 14:10:34 +0000 (15:10 +0100)]
Merge pull request #22430 from owncloud/add-new-apps-to-transifex
Adding transifex to new core apps
Jenkins for ownCloud [Tue, 16 Feb 2016 13:49:12 +0000 (08:49 -0500)]
[tx-robot] updated from transifex
Thomas Müller [Tue, 16 Feb 2016 13:40:10 +0000 (14:40 +0100)]
Adding transifex to new core apps
Thomas Müller [Tue, 16 Feb 2016 13:21:28 +0000 (14:21 +0100)]
Fix coverage reporting
Thomas Müller [Tue, 16 Feb 2016 13:05:32 +0000 (14:05 +0100)]
Merge pull request #22413 from owncloud/kill-coverage-on-scrutinizer
No more code coverage on scrutinizer
Thomas Müller [Tue, 16 Feb 2016 12:37:22 +0000 (13:37 +0100)]
Merge pull request #22416 from owncloud/fix_22402
Return proper error string if sharing for this user is disabled
Thomas Müller [Tue, 16 Feb 2016 12:37:07 +0000 (13:37 +0100)]
Merge pull request #22338 from owncloud/fix_22247
Allow more characters in filenames
Morris Jobke [Tue, 16 Feb 2016 12:21:38 +0000 (13:21 +0100)]
Merge pull request #22417 from owncloud/issue-22389-duplicate-output-message
Remove inaccurate "is already enabled" message
Joas Schilling [Tue, 16 Feb 2016 10:46:35 +0000 (11:46 +0100)]
Make sure to init the users Filesystem so we can add group shares
Joas Schilling [Tue, 16 Feb 2016 10:24:44 +0000 (11:24 +0100)]
Show the comments and tags on the share filters
Joas Schilling [Tue, 16 Feb 2016 09:59:06 +0000 (10:59 +0100)]
Remove inaccurate "is already enabled" message
Roeland Jago Douma [Tue, 16 Feb 2016 09:22:49 +0000 (10:22 +0100)]
Return proper error string if sharing for this user is disabled
Fixes #22402
Thomas Müller [Tue, 16 Feb 2016 09:19:51 +0000 (10:19 +0100)]
Merge pull request #22398 from owncloud/fix-card-properties
Queries on the cards table by uri require the addressbook as well
Thomas Müller [Tue, 16 Feb 2016 09:07:00 +0000 (10:07 +0100)]
Add script to generate coverage badges
Lukas Reschke [Tue, 16 Feb 2016 08:48:40 +0000 (09:48 +0100)]
Send 401 header for OC_JSON::checkLoggedIn()
Joas Schilling [Mon, 15 Feb 2016 14:02:15 +0000 (15:02 +0100)]
Make sure our index names fit in oracle
Thomas Müller [Tue, 16 Feb 2016 08:20:23 +0000 (09:20 +0100)]
Merge pull request #22390 from owncloud/update-tarstreamer
Update TarStreamer to v0.1.0
Thomas Müller [Tue, 16 Feb 2016 08:15:14 +0000 (09:15 +0100)]
Merge pull request #22400 from owncloud/files-select-closesidebar
Close file detail sidebar when selecting/unselecting files
Thomas Müller [Tue, 16 Feb 2016 07:30:20 +0000 (08:30 +0100)]
Merge pull request #22377 from owncloud/remove-unneeded-code
Remove unneeded parameter from OC_App::getEnabledApps
Thomas Müller [Tue, 16 Feb 2016 07:30:11 +0000 (08:30 +0100)]
Merge pull request #22385 from owncloud/issue-22384-invalid-content-location-on-commenting
Posting a comment replies with invalid location URL
Thomas Müller [Tue, 16 Feb 2016 07:29:54 +0000 (08:29 +0100)]
Merge pull request #22392 from owncloud/create-default-calendar-and-addressbook
On login we create a default calendar and a default addressbook for t…
Thomas Müller [Tue, 16 Feb 2016 07:29:38 +0000 (08:29 +0100)]
Merge pull request #22403 from owncloud/improved-error-handling
Remove background job if the server accepted to ask for the shared secret
Thomas Müller [Tue, 16 Feb 2016 07:29:02 +0000 (08:29 +0100)]
Merge pull request #22407 from fancycode/untrusted_domain
Pass checked host as "domain" variable to "untrustedDomain" template.
Thomas Müller [Tue, 16 Feb 2016 07:22:57 +0000 (08:22 +0100)]
No more code coverage on scrutinizer
Jenkins for ownCloud [Tue, 16 Feb 2016 06:55:39 +0000 (01:55 -0500)]
[tx-robot] updated from transifex
Bjoern Schiessle [Mon, 15 Feb 2016 16:33:06 +0000 (17:33 +0100)]
forbidden (403) is a valid return status, don't log the whole exception in this case
Bjoern Schiessle [Mon, 15 Feb 2016 15:59:49 +0000 (16:59 +0100)]
throw exception if we don't find a token for a given server
Bjoern Schiessle [Mon, 15 Feb 2016 15:24:21 +0000 (16:24 +0100)]
Remove background job if the server accepted to ask for the shared secret
If we don't remove it the server will later ask the remote server to ask for
the shared secret which will result in a error log message on the remote server
and in some circumstances maybe even to a failure