Commit Graph

108 Commits (f2b5bc8ab8fadaee3db3a03e6a4748fdb28a01b1)

Author SHA1 Message Date
Michael Gapczynski ca4c006d5a Make zip downloads use actual folder names, fix spelling mistakes 12 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 12 years ago
Michael Gapczynski b035626709 Retrieve storage correctly, filename is not the mountpoint 12 years ago
Michael Gapczynski 65f1e52107 Change old is_readable to isReadable, fixes downloads 12 years ago
Thomas Mueller 186147d1ee refs #933 send content length header - this will allow the browser to show the progressbar 12 years ago
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 12 years ago
Robin Appelman c6a5ce54a7 these functions should be static 12 years ago
Bart Visscher 85bd28c508 Fix some of "Closing brace must be on a line by itself" 12 years ago
Robin Appelman bcb27c81d4 use new obEnd function instead of ob_end_clean 12 years ago
Robin Appelman 288ecf318c add getFileInfo and getDirectoryContent to OC_Files for compatibility 13 years ago
Valerio Ponte de7e419610 Fixed style according to owncloud styleguide 13 years ago
Valerio Ponte 8e190a5a97 Moved X-Sendfile headers into OC_Files::get 13 years ago
Thomas Tanghus 56239df2e7 Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* 13 years ago
Robin Appelman ae74c54d65 normalize filepaths in OC_Files::getFileInfo 13 years ago
Michael Gapczynski 3d13c9db70 Return empty array if file does not exist inside Shared folder, fixes issue #91 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Robin Appelman 5bfff6c56e use absolute paths when resolving mount points 13 years ago
Robin Appelman 3437071cf1 remove old searchByMime 13 years ago
Robin Appelman 6db81afab9 move some stuff to the new api 13 years ago
Robin Appelman 39adadd3e3 move the cache api from OC_Files to filesystem(view) 13 years ago
Robin Appelman 5a3d6805a2 cleanup OC_Files a bit 13 years ago
Felix Moeller 2d61f03452 More Checkstyle cleanup 13 years ago
Felix Moeller 6a00a6b9ed Make Jenkins more happy. 13 years ago
Robin Appelman 707bd68bb4 automatically scan files when needed 13 years ago
Robin Appelman 2522c25af7 use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api for the filecache 13 years ago
Robin Appelman 1901ac8b17 drop depricated is_readable and is_writable 13 years ago
Robin Appelman cfa036eaa9 drop filectime from the filesystem api's 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Robin Appelman aaa1b73364 don't use depricated OC_Filesystem 13 years ago
Robin Appelman 035d83fe91 don't use the workaround for shared files on the /Shared folder 13 years ago
Michael Gapczynski 025d308929 Actually fix shared webdav access 13 years ago
Michael Gapczynski 33d1906f23 Fix getting file info for subfolders in shared folders 13 years ago
Bart Visscher 737a6730db Add OC_Files::searchByMime function 13 years ago
Bart Visscher a80e0403a1 Fix getting individual shared file information 13 years ago
Bart Visscher 8820cd934a Forgot to return the fileinfo 13 years ago
Bart Visscher b6dc6c5bb9 Don't use OC_FileCache directly, but use the functions in OC_Files 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Michael Gapczynski 837eb1871d Don't delete the file anymore to replace it in the UI, just overwrite it 13 years ago
Michael Gapczynski efa0478d2d Remove share permission for encrypted files 13 years ago
Thomas Mueller 58b1e841f1 fix translations within subfolder /lib 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Michael Gapczynski 885b8c481b Check if files_sharing app is enabled, move file specific javascript to files_sharing app 13 years ago
Robin Appelman 53a888cc81 more path normalization 13 years ago
Michael Gapczynski df8a2e5361 File sharing cleanup, works perfectly I think :) 13 years ago
Michael Gapczynski 4d17ed2f71 Make file actions permissions aware 13 years ago
Michael Gapczynski 7c908a0016 Sharing files working using share API 13 years ago
Bjoern Schiessle 94add1c000 typo fixed 13 years ago
Bjoern Schiessle b95996c02c - when creating a new text file or directory which name already exist use the same pattern as for file uploads in such a case (add a (N) to the name) 13 years ago
Michael Gapczynski 71350bc618 I'm having trouble making up my mind... translateItem -> getItems() -> formatItems(). It may change again. Preparing shared storage for new api. 13 years ago