- Mar 09, 2016
-
-
Morris Jobke authored
* ref #22784
-
Jenkins for ownCloud authored
-
- Mar 08, 2016
-
-
Roeland Jago Douma authored
Fix share mounting recursion
-
Vincent Petry authored
-
Thomas Müller authored
Fix migration of group shared calendars and addressbooks
-
Thomas Müller authored
-
Thomas Müller authored
Delete empty file
-
Thomas Müller authored
don't hide server not available exception, fixes #20536
-
Thomas Müller authored
Show version to update to properly
-
Thomas Müller authored
Cleanup OCS Share Api
-
Thomas Müller authored
Remove double URL encoding
-
Jenkins for ownCloud authored
-
- Mar 07, 2016
-
-
Thomas Müller authored
Initialize submodules for Scrutinizer as well
-
Lukas Reschke authored
Scrutinizer otherwise complains about the fact that some classes are undefined etc. Let's see whether that works
-
Lukas Reschke authored
ZipStreamer as bundled with 9.0 will properly encode the filename already. Fixes https://github.com/owncloud/core/issues/22836#issuecomment-193336245
-
Thomas Müller authored
improve log output when no LDAP user was found on login attempt
-
Thomas Müller authored
Handle calendar migration issue by writing the faulty event to the lo…
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
The code to get a share by id is somewhat messy. And was duplicated. Now this is done is a separate function
-
Thomas Müller authored
Fix call to disk_free_space when a file is provided
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
Fix archive file name when downloading public share
-
Thomas Müller authored
Fix uploading to fed share when free space is unlimited
-
Thomas Müller authored
Update error text for link passwords
-
Thomas Müller authored
Trigger login if remember_login checked
-
Thomas Müller authored
Add locking to the node api
-
Thomas Müller authored
Fix tooltip for versions mtime
-
Thomas Müller authored
Return false on 401 in file list + trash file list
-
Thomas Müller authored
Correctly default to null and add type hint
-
Thomas Müller authored
Make sure that the return value is an array
-
Thomas Müller authored
For 9.0 we don't have the possibility to store calendar and addressbo…
-
Joas Schilling authored
-
Vincent Petry authored
When no files were specified for download, it means folder download. In this case, no need to pass an empty "files" argument.
-
Vincent Petry authored
When download a public link share folder using the button on the top right, it doesn't provide a list of files. This fix makes sure to trigger the correct logic when no file list was given.
-
Vincent Petry authored
In the case of shared files, we have to call free_space() on the file name. This has the side-effect that when uploading to a local storage without quota set, it will call disk_free_space with the file name, which fails. This fix uses the parent folder in case the given path is a file.
-
Joas Schilling authored
-
Vincent Petry authored
A federated share can report unlimited quota as -3, so the ajax/upload.php code needs to be adjusted to block uploads when the free space is unlimited.
-
Jenkins for ownCloud authored
-