Valerio Ponte
|
033c94d076
|
fixed xsendfile zip generation race condition
|
2013-03-20 22:37:02 +01:00 |
Olivier Tétard
|
17fd6482d8
|
Fix file sharing via public link for one particular file.
Fix OC_Files::get() to not return the first character of the filename
if only one file is requested.
|
2013-03-12 20:03:54 +01:00 |
Valerio Ponte
|
99c873ea29
|
fixed typo that broke xsendfile
|
2013-03-09 15:35:36 +01:00 |
Lukas Reschke
|
546fb72b25
|
Merge pull request #2165 from owncloud/fix_2155
Offer download of whole shared dir only if it does not exceed zip input ...
|
2013-03-08 10:31:48 -08:00 |
Arthur Schiwon
|
f4a326173e
|
fix foldersize check to validate zip input size
|
2013-03-08 19:21:06 +01:00 |
Björn Schießle
|
ce9942331e
|
create a meanigful file name if files are from the root folder
|
2013-03-07 14:24:18 +01:00 |
Björn Schießle
|
4a4f705adc
|
json encode list of files
|
2013-03-07 14:15:02 +01:00 |
Bart Visscher
|
ffae6f4b84
|
Style-fix: Breakup long lines
|
2013-02-14 08:38:37 +01:00 |
Michael Gapczynski
|
ca4c006d5a
|
Make zip downloads use actual folder names, fix spelling mistakes
|
2013-01-28 23:51:35 -05:00 |
Robin Appelman
|
5445b94416
|
merge master into filesystem
|
2013-01-16 19:04:50 +01:00 |
Bart Visscher
|
5bfe4adbaa
|
Whitespace cleanup
|
2013-01-16 18:09:16 +01:00 |
Michael Gapczynski
|
b035626709
|
Retrieve storage correctly, filename is not the mountpoint
|
2012-12-27 16:53:32 -05:00 |
Michael Gapczynski
|
65f1e52107
|
Change old is_readable to isReadable, fixes downloads
|
2012-12-27 15:49:48 -05:00 |
Robin Appelman
|
7e36f730ec
|
merge master into filesystem
|
2012-12-25 14:29:29 +01:00 |
Thomas Mueller
|
186147d1ee
|
refs #933 send content length header - this will allow the browser to show the progressbar
|
2012-12-19 11:22:01 +01:00 |
Jörn Friedrich Dreyer
|
b6eb95349e
|
fix utf8 filenames in ie download response header according to rfc5987, see http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http
|
2012-12-17 16:46:07 +01:00 |
Robin Appelman
|
c6a5ce54a7
|
these functions should be static
|
2012-12-15 02:22:09 +01:00 |
Robin Appelman
|
946d58eaa8
|
merge master into filesystem
|
2012-12-15 02:21:26 +01:00 |
Bart Visscher
|
85bd28c508
|
Fix some of "Closing brace must be on a line by itself"
|
2012-12-15 00:43:46 +01:00 |
Robin Appelman
|
d33f697a5f
|
merge master into filesystem
|
2012-11-30 00:18:42 +01:00 |
Robin Appelman
|
bcb27c81d4
|
use new obEnd function instead of ob_end_clean
|
2012-11-29 18:01:21 +01:00 |
Robin Appelman
|
a922eb756e
|
merge master into filesystem
|
2012-11-18 14:07:52 +01:00 |
Robin Appelman
|
288ecf318c
|
add getFileInfo and getDirectoryContent to OC_Files for compatibility
|
2012-11-15 22:08:08 +01:00 |
Valerio Ponte
|
de7e419610
|
Fixed style according to owncloud styleguide
|
2012-11-14 20:10:20 +01:00 |
Valerio Ponte
|
8e190a5a97
|
Moved X-Sendfile headers into OC_Files::get
now should work with temp files too
|
2012-11-14 20:10:20 +01:00 |
Thomas Tanghus
|
56239df2e7
|
Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*
|
2012-11-11 23:10:23 +01:00 |
Robin Appelman
|
ae74c54d65
|
normalize filepaths in OC_Files::getFileInfo
|
2012-11-07 22:54:10 +01:00 |
Michael Gapczynski
|
3d13c9db70
|
Return empty array if file does not exist inside Shared folder, fixes issue #91
|
2012-11-05 17:54:23 -05:00 |
Felix Moeller
|
30d7993e01
|
Checkstyle fixes: NoSpaceAfterComma
|
2012-11-04 11:10:46 +01:00 |
Felix Moeller
|
afadf93d31
|
Checkstyle: many fixes
|
2012-11-02 19:53:02 +01:00 |
Robin Appelman
|
5bfff6c56e
|
use absolute paths when resolving mount points
|
2012-10-27 12:17:35 +02:00 |
Robin Appelman
|
3437071cf1
|
remove old searchByMime
|
2012-10-27 10:40:27 +02:00 |
Robin Appelman
|
6db81afab9
|
move some stuff to the new api
|
2012-10-26 23:05:02 +02:00 |
Robin Appelman
|
39adadd3e3
|
move the cache api from OC_Files to filesystem(view)
|
2012-10-26 12:30:25 +02:00 |
Robin Appelman
|
5a3d6805a2
|
cleanup OC_Files a bit
|
2012-10-24 15:52:30 +02:00 |
Robin Appelman
|
7b150dfa96
|
merge master into filesystem
|
2012-10-24 15:32:29 +02:00 |
Felix Moeller
|
2d61f03452
|
More Checkstyle cleanup
This is for all LowerCaseConstant warnings
|
2012-10-23 08:01:09 +02:00 |
Felix Moeller
|
6a00a6b9ed
|
Make Jenkins more happy.
This is NoSpaceAfterComma
|
2012-10-23 00:28:12 +02:00 |
Robin Appelman
|
707bd68bb4
|
automatically scan files when needed
|
2012-10-21 22:05:29 +02:00 |
Robin Appelman
|
2522c25af7
|
use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api for the filecache
most apps would want to use this api instead of using the cache directly
|
2012-10-21 02:12:58 +02:00 |
Robin Appelman
|
1901ac8b17
|
drop depricated is_readable and is_writable
|
2012-10-21 00:13:16 +02:00 |
Robin Appelman
|
cfa036eaa9
|
drop filectime from the filesystem api's
|
2012-10-20 23:58:07 +02:00 |
Robin Appelman
|
aaa1b73364
|
don't use depricated OC_Filesystem
|
2012-10-10 13:18:36 +02:00 |
Robin Appelman
|
035d83fe91
|
don't use the workaround for shared files on the /Shared folder
|
2012-10-08 23:37:50 +02:00 |
Michael Gapczynski
|
025d308929
|
Actually fix shared webdav access
|
2012-10-08 17:21:52 -04:00 |
Michael Gapczynski
|
33d1906f23
|
Fix getting file info for subfolders in shared folders
|
2012-10-08 16:05:57 -04:00 |
Bart Visscher
|
737a6730db
|
Add OC_Files::searchByMime function
Include shared files in result
|
2012-09-25 21:15:01 +02:00 |
Bart Visscher
|
a80e0403a1
|
Fix getting individual shared file information
|
2012-09-24 21:12:32 +02:00 |
Bart Visscher
|
8820cd934a
|
Forgot to return the fileinfo
|
2012-09-21 21:28:53 +02:00 |
Bart Visscher
|
b6dc6c5bb9
|
Don't use OC_FileCache directly, but use the functions in OC_Files
This adds getFileInfo to OC_Files to also get fileinfo from shared files
|
2012-09-21 13:31:12 +02:00 |