| Commit message (Expand) | Author | Age | Files | Lines |
* | merge master into filesystem | Robin Appelman | 2013-01-16 | 1 | -1/+1 |
|\ |
|
| * | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -1/+1 |
* | | Retrieve storage correctly, filename is not the mountpoint | Michael Gapczynski | 2012-12-27 | 1 | -1/+1 |
* | | Change old is_readable to isReadable, fixes downloads | Michael Gapczynski | 2012-12-27 | 1 | -1/+1 |
* | | merge master into filesystem | Robin Appelman | 2012-12-25 | 1 | -7/+11 |
|\| |
|
| * | refs #933 send content length header - this will allow the browser to show th... | Thomas Mueller | 2012-12-19 | 1 | -2/+1 |
| * | fix utf8 filenames in ie download response header according to rfc5987, see h... | Jörn Friedrich Dreyer | 2012-12-17 | 1 | -1/+6 |
* | | these functions should be static | Robin Appelman | 2012-12-15 | 1 | -2/+2 |
* | | merge master into filesystem | Robin Appelman | 2012-12-15 | 1 | -1/+0 |
|\| |
|
| * | Fix some of "Closing brace must be on a line by itself" | Bart Visscher | 2012-12-15 | 1 | -1/+3 |
* | | merge master into filesystem | Robin Appelman | 2012-11-30 | 1 | -1/+1 |
|\| |
|
| * | use new obEnd function instead of ob_end_clean | Robin Appelman | 2012-11-29 | 1 | -1/+1 |
* | | merge master into filesystem | Robin Appelman | 2012-11-18 | 1 | -23/+52 |
|\| |
|
| * | Fixed style according to owncloud styleguide | Valerio Ponte | 2012-11-14 | 1 | -20/+30 |
| * | Moved X-Sendfile headers into OC_Files::get | Valerio Ponte | 2012-11-14 | 1 | -20/+39 |
| * | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* | Thomas Tanghus | 2012-11-11 | 1 | -4/+4 |
| * | normalize filepaths in OC_Files::getFileInfo | Robin Appelman | 2012-11-07 | 1 | -0/+1 |
| * | Return empty array if file does not exist inside Shared folder, fixes issue #91 | Michael Gapczynski | 2012-11-05 | 1 | -7/+10 |
| * | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| * | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -8/+8 |
* | | add getFileInfo and getDirectoryContent to OC_Files for compatibility | Robin Appelman | 2012-11-15 | 1 | -0/+8 |
* | | use absolute paths when resolving mount points | Robin Appelman | 2012-10-27 | 1 | -10/+0 |
* | | remove old searchByMime | Robin Appelman | 2012-10-27 | 1 | -18/+0 |
* | | move some stuff to the new api | Robin Appelman | 2012-10-26 | 1 | -1/+1 |
* | | move the cache api from OC_Files to filesystem(view) | Robin Appelman | 2012-10-26 | 1 | -92/+0 |
* | | cleanup OC_Files a bit | Robin Appelman | 2012-10-24 | 1 | -136/+0 |
* | | merge master into filesystem | Robin Appelman | 2012-10-24 | 1 | -3/+3 |
|\| |
|
| * | More Checkstyle cleanup | Felix Moeller | 2012-10-23 | 1 | -3/+3 |
| * | Make Jenkins more happy. | Felix Moeller | 2012-10-23 | 1 | -21/+21 |
* | | automatically scan files when needed | Robin Appelman | 2012-10-21 | 1 | -222/+241 |
* | | use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api... | Robin Appelman | 2012-10-21 | 1 | -55/+53 |
* | | drop depricated is_readable and is_writable | Robin Appelman | 2012-10-21 | 1 | -1/+1 |
* | | drop filectime from the filesystem api's | Robin Appelman | 2012-10-20 | 1 | -2/+1 |
* | | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 1 | -27/+27 |
|/ |
|
* | don't use the workaround for shared files on the /Shared folder | Robin Appelman | 2012-10-08 | 1 | -6/+10 |
* | Actually fix shared webdav access | Michael Gapczynski | 2012-10-08 | 1 | -16/+7 |
* | Fix getting file info for subfolders in shared folders | Michael Gapczynski | 2012-10-08 | 1 | -2/+8 |
* | Add OC_Files::searchByMime function | Bart Visscher | 2012-09-25 | 1 | -1/+18 |
* | Fix getting individual shared file information | Bart Visscher | 2012-09-24 | 1 | -1/+2 |
* | Forgot to return the fileinfo | Bart Visscher | 2012-09-21 | 1 | -0/+1 |
* | Don't use OC_FileCache directly, but use the functions in OC_Files | Bart Visscher | 2012-09-21 | 1 | -0/+28 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -42/+42 |
* | Don't delete the file anymore to replace it in the UI, just overwrite it | Michael Gapczynski | 2012-09-05 | 1 | -1/+1 |
* | Remove share permission for encrypted files | Michael Gapczynski | 2012-08-31 | 1 | -1/+5 |
* | fix translations within subfolder /lib | Thomas Mueller | 2012-08-30 | 1 | -2/+2 |
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -2/+2 |
* | Check if files_sharing app is enabled, move file specific javascript to files... | Michael Gapczynski | 2012-08-22 | 1 | -2/+2 |
* | Merge branch 'share_api' | Michael Gapczynski | 2012-08-19 | 1 | -6/+33 |
|\ |
|
| * | File sharing cleanup, works perfectly I think :) | Michael Gapczynski | 2012-08-16 | 1 | -2/+2 |
| * | Make file actions permissions aware | Michael Gapczynski | 2012-07-25 | 1 | -5/+13 |