- Nov 20, 2013
-
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle 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.
-
- 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
-
Frank Karlitschek authored
-
Björn Schießle authored
-
- Nov 17, 2013
-
-
Björn Schießle authored
-
- Nov 16, 2013
-
-
Jenkins for ownCloud authored
-
- Nov 15, 2013
-
-
Vincent Petry authored
readd sharing token to public template
-
Arthur Schiwon authored
LDAP Wizard: introduce configuration status indicator, fixes #5741
-
Björn Schießle authored
[encryption] preserve timestamps and etags during encryption/decryption
-
Vincent Petry authored
write encryption tmp files to the cache folder
-
Björn Schießle authored
-