- Nov 21, 2013
-
-
Björn Schießle authored
-
Vincent Petry authored
Fixed error-checking error in sftp.php
-
Vincent Petry authored
Fixed move operation to pass the whole URL as expected
-
- Nov 20, 2013
-
-
Frank Karlitschek authored
-
Vincent Petry authored
The MOVE and COPY spec expect the "Destination" header to receive the full URL, not only the root. Fixes #5942
-
Vincent Petry authored
Fix for extstorage + encryption where unencrypted size is not kept
-
Vincent Petry authored
Change default mimetype detection for storage backends to only use filename
-
Arthur Schiwon authored
always get the right node for the given file path
-
Vincent Petry authored
only check if the key file exists to decide if it is an encrypted file or not
-
Vincent Petry authored
Fix for external storage with encryption where the unencrypted size is first written in the DB, then set back to zero, causing performance issue because the file needs to be reopened every time to find out the unencrypted size (and potentially needs a full redownload)
-
Thomas Müller authored
-
Robin Appelman authored
-
Björn Schießle authored
-
Vincent Petry authored
Fixed getLocalFile() condition for x-send-file
-
Vincent Petry authored
Until now, addSendfileHeader() was called even when no x-send-file headers were set. Even though the method itself doesn't do anything, a call to getLocalFile() was done and would trigger a full download when using external storage. Additionally, the storage resolution code is wrong and always returns the local storage of the root filesystem, which caused the code to be run anyway. This commit fixes both issues.
-
Björn Schießle authored
-
Björn Schießle authored
This solves problems with external storage which doesn't support fseek
-
- Nov 19, 2013
-
-
Frank Karlitschek authored
remove bold from legend, table header, label - less obtrusive
-
Arthur Schiwon authored
fix encryption with LDAP, make sure that the owners home is mounted correctly
-
Björn Schießle authored
-
Vincent Petry authored
[SMB] Fix stat and unlink
-
Vincent Petry authored
Since unlink() smb4php doesn't return true on deletion success, we need to check whether the file was deleted to confirm success. Fixes #5866
-
Vincent Petry authored
Fixes #5778 Added unit test for getId() and constructUrl()
-
Vincent Petry authored
-
- Nov 18, 2013
-
-
Morris Jobke authored
SMB ignore connection errors when NetBIOS is disabled
-
Morris Jobke authored
External storage space is now not counted in total space
-
Morris Jobke authored
Root size for home storage is now size of "files" subdir
-
Vincent Petry authored
Fixes #4593
-
Vincent Petry authored
Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Fixes #5924
-
Jan-Christoph Borchardt authored
change bold 'deleted files' button to normal for less focus
-
Jan-Christoph Borchardt authored
-
Jörn Friedrich Dreyer authored
forward port of https://github.com/owncloud/core/commit/847ad6c40b951cbd3d187e3c72cb55dc3acd6951
-
Thomas Müller authored
fix input type time fields, have them use the default styles
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Vincent Petry authored
Fix apps versioncheck
-
Vincent Petry authored
[encryption] fix redirectToErrorPage() call
-
Morris Jobke authored
Check which permissions are possible to re-share a file
-
Vincent Petry authored
When NetBIOS is blocked or disabled, a smb::look() call can still get the list of shares from smbclient, even though the name resolution at the end of the command fails. This fix makes it ignore the connection error if we already got the list of shares. Fixed #5860
-