- Feb 19, 2016
-
-
Thomas Müller authored
Add global --no-warnings option to occ…
-
Thomas Müller authored
Only add checksum headers for 'real' files
-
Thomas Müller authored
Add hidden text to issue templates
-
Thomas Müller authored
Scrutinizer Auto-Fixes
-
Thomas Müller authored
Sync a users contacts birthday to the users birthday calendar
-
Roeland Jago Douma authored
We can only add the checksum header for real ownCloud files (so we have a fileinfo object etc).
-
Roeland Jago Douma authored
-
Joas Schilling authored
-
Thomas Müller authored
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
Thomas Müller authored
Fix GDrive handling of office files
-
Thomas Müller authored
Require CSRF token for non WebDAV authenticated requests
-
- Feb 18, 2016
-
-
Victor Dubiniuk authored
-
C Montero-Luque authored
-
Thomas Müller authored
getRootFolder should not setup the FS for any user
-
Thomas Müller authored
cache result for getowner
-
Thomas Müller authored
get the actual user instead of a federated cloud id
-
Thomas Müller authored
Fix on shared groups assignment.
-
Thomas Müller authored
Make app updates better visible (part1)
-
Thomas Müller authored
Bump Zipstreamer
-
Thomas Müller authored
-
Thomas Müller authored
Fix quota check for single shared files
-
Roeland Jago Douma authored
-
Thomas Müller authored
Properly trigger testRemote after getting a 404 from remote fed share
-
Thomas Müller authored
set correct http status code in redirect response
-
Roeland Jago Douma authored
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 authored
-
Vincent Petry authored
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 authored
Was intended to respond with a 303 (See other) status code instead of 307 (Temporary Redirect).
-
Thomas Müller authored
-
Thomas Müller authored
-
Lukas Reschke authored
-
Leonardo Diez authored
-
Lukas Reschke authored
-
Thomas Müller authored
Add index names so Doctrine does not use a too long random string
-
Thomas Müller authored
OCS Share API should not return invalid shares
-
Thomas Müller authored
dont die when missing an auth backend
-
Lukas Reschke authored
Explains that this is a bug tracker + links to owncloud.org/support
-
Björn Schießle authored
$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
-
Björn Schießle authored
$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
-