- Nov 20, 2014
-
-
Vincent Petry authored
Fixes an issue when uploading files to external storage when recovery keys are enabled The Util class only works with real users, so instantiating it with the virtual recovery key user or public key user can cause issues.
-
Volkan Gezer authored
-
- Nov 19, 2014
-
-
Vincent Petry authored
-
Vincent Petry authored
Whenever a file is shared with others or with link, a delete button used to be visible that triggered a direct deletion. This button has been removed to avoid accidental deletion from people who might believe it was an unshare button. Unsharing is still possible inside the share dropdown.
-
Joas Schilling authored
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- Nov 18, 2014
-
-
Lukas Reschke authored
Fixes the OCS capability API at /ocs/v1.php/cloud/capabilities
-
Lukas Reschke authored
$file only contains the filename and not the absolute path, that means that files in a subdirectory will not get properly resolved and an empty filesize is returned. This feature only exists on master.
-
Jenkins for ownCloud authored
-
- Nov 17, 2014
-
-
Björn Schießle authored
-
Lukas Reschke authored
We don't support direct updates from older ownCloud versions except the previous one therefore this code is unused and can be removed.
-
Lukas Reschke authored
This PR removes phpass and migrates to the new Hasher interface. Please notice that due to https://github.com/owncloud/core/issues/10671 old hashes are not updated but the hashes are backwards compatible so this shouldn't hurt. Once the sharing classes have a possibility to update the passwords of single shares those methods should be used within the newHash if block.
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
- Nov 16, 2014
-
-
Jenkins for ownCloud authored
-
- Nov 15, 2014
-
-
Jenkins for ownCloud authored
-
- Nov 14, 2014
-
-
Vincent Petry authored
Sometimes there are bugs that cause setupFS() to be called for non-existing users. Instead of failing hard and breaking the instance, this fix simply logs a warning.
-
Vincent Cloutier authored
-
Lukas Reschke authored
fixes download issue introduced by #10755 Conflicts: apps/files_sharing/public.php
-
Jenkins for ownCloud authored
-
- Nov 13, 2014
-
-
Vincent Petry authored
This fixes an issue when a subdir has the same name as its parent, it would get exluded from the list.
-
Jenkins for ownCloud authored
-
- Nov 12, 2014
-
-
Morris Jobke authored
-
Jenkins for ownCloud authored
-
- Nov 11, 2014
-
-
Morris Jobke authored
* otherwise it will always think it hits the limit and need another round to fetch additional results
-
Jenkins for ownCloud authored
-
- Nov 10, 2014
-
-
Adam Williamson authored
ownCloud passes us a Unix time integer, but the GDrive API wants an RFC3339-formatted date. Actually it wants a single particular RFC3339 format, not just anything that complies will do - it requires the fractions to be specified, though RFC3339 doesn't. This resolves issue #11267 (and was also noted by PVince81 in reviewing PR #6989).
-
Jenkins for ownCloud authored
-
- Nov 09, 2014
-
-
Jenkins for ownCloud authored
-
- Nov 08, 2014
-
-
Jenkins for ownCloud authored
-
- Nov 07, 2014
-
-
Björn Schießle authored
the real file and the part file, because some information from the part file might be needed later
-
Björn Schießle authored
-
Björn Schießle authored
-
Jenkins for ownCloud authored
-
- Nov 06, 2014
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-