summaryrefslogtreecommitdiffstats
path: root/lib/files.php
Commit message (Expand)AuthorAgeFilesLines
* Make zip downloads use actual folder names, fix spelling mistakesMichael Gapczynski2013-01-281-6/+9
* merge master into filesystemRobin Appelman2013-01-161-1/+1
|\
| * Whitespace cleanupBart Visscher2013-01-161-1/+1
* | Retrieve storage correctly, filename is not the mountpointMichael Gapczynski2012-12-271-1/+1
* | Change old is_readable to isReadable, fixes downloadsMichael Gapczynski2012-12-271-1/+1
* | merge master into filesystemRobin Appelman2012-12-251-7/+11
|\|
| * refs #933 send content length header - this will allow the browser to show th...Thomas Mueller2012-12-191-2/+1
| * fix utf8 filenames in ie download response header according to rfc5987, see h...Jörn Friedrich Dreyer2012-12-171-1/+6
* | these functions should be staticRobin Appelman2012-12-151-2/+2
* | merge master into filesystemRobin Appelman2012-12-151-1/+0
|\|
| * Fix some of "Closing brace must be on a line by itself"Bart Visscher2012-12-151-1/+3
* | merge master into filesystemRobin Appelman2012-11-301-1/+1
|\|
| * use new obEnd function instead of ob_end_cleanRobin Appelman2012-11-291-1/+1
* | merge master into filesystemRobin Appelman2012-11-181-23/+52
|\|
| * Fixed style according to owncloud styleguideValerio Ponte2012-11-141-20/+30
| * Moved X-Sendfile headers into OC_Files::getValerio Ponte2012-11-141-20/+39
| * Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-111-4/+4
| * normalize filepaths in OC_Files::getFileInfoRobin Appelman2012-11-071-0/+1
| * Return empty array if file does not exist inside Shared folder, fixes issue #91Michael Gapczynski2012-11-051-7/+10
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
| * Checkstyle: many fixesFelix Moeller2012-11-021-8/+8
* | add getFileInfo and getDirectoryContent to OC_Files for compatibilityRobin Appelman2012-11-151-0/+8
* | use absolute paths when resolving mount pointsRobin Appelman2012-10-271-10/+0
* | remove old searchByMimeRobin Appelman2012-10-271-18/+0
* | move some stuff to the new apiRobin Appelman2012-10-261-1/+1
* | move the cache api from OC_Files to filesystem(view)Robin Appelman2012-10-261-92/+0
* | cleanup OC_Files a bitRobin Appelman2012-10-241-136/+0
* | merge master into filesystemRobin Appelman2012-10-241-3/+3
|\|
| * More Checkstyle cleanupFelix Moeller2012-10-231-3/+3
| * Make Jenkins more happy.Felix Moeller2012-10-231-21/+21
* | automatically scan files when neededRobin Appelman2012-10-211-222/+241
* | use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api...Robin Appelman2012-10-211-55/+53
* | drop depricated is_readable and is_writableRobin Appelman2012-10-211-1/+1
* | drop filectime from the filesystem api'sRobin Appelman2012-10-201-2/+1
* | don't use depricated OC_FilesystemRobin Appelman2012-10-101-27/+27
|/
* don't use the workaround for shared files on the /Shared folderRobin Appelman2012-10-081-6/+10
* Actually fix shared webdav accessMichael Gapczynski2012-10-081-16/+7
* Fix getting file info for subfolders in shared foldersMichael Gapczynski2012-10-081-2/+8
* Add OC_Files::searchByMime functionBart Visscher2012-09-251-1/+18
* Fix getting individual shared file informationBart Visscher2012-09-241-1/+2
* Forgot to return the fileinfoBart Visscher2012-09-211-0/+1
* Don't use OC_FileCache directly, but use the functions in OC_FilesBart Visscher2012-09-211-0/+28
* adding space between) and {Thomas Mueller2012-09-071-42/+42
* Don't delete the file anymore to replace it in the UI, just overwrite itMichael Gapczynski2012-09-051-1/+1
* Remove share permission for encrypted filesMichael Gapczynski2012-08-311-1/+5
* fix translations within subfolder /libThomas Mueller2012-08-301-2/+2
* Whitespace fixes in libBart Visscher2012-08-291-2/+2
* Check if files_sharing app is enabled, move file specific javascript to files...Michael Gapczynski2012-08-221-2/+2
* Merge branch 'share_api'Michael Gapczynski2012-08-191-6/+33
|\
| * File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-161-2/+2