Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'share_api' | Michael Gapczynski | 2012-08-19 | 1 | -2/+5 |
|\ | | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php | ||||
| * | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php | ||||
| * | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and ↵ | Michael Gapczynski | 2012-07-24 | 1 | -2/+5 |
| | | | | | | | | | | | | is_writable() | ||||
* | | | add OC_FileStorage::getLocalFolder | Robin Appelman | 2012-08-19 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Fix filesystem hash, no longer using basicOperation() | Michael Gapczynski | 2012-07-25 | 1 | -1/+1 |
| | | |||||
* | | fix unused variables | Robin Appelman | 2012-07-20 | 1 | -1/+1 |
|/ | |||||
* | removed readdir to fix bug oc-1054 | Sam Tuke | 2012-06-20 | 1 | -1/+0 |
| | |||||
* | Fixed deleteAll function for deleting all old versions of files (expireAll) | Sam Tuke | 2012-06-19 | 1 | -0/+1 |
| | | | | Added new readdir() method to all storage classes and handlers (only working implementation in local.php) | ||||
* | add hasUpdated to oc_filestorage | Robin Appelman | 2012-06-15 | 1 | -0/+9 |
| | |||||
* | fixed typo | Sam Tuke | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | add touch() to all storage backands, and make parameter optional | Robin Appelman | 2012-02-29 | 1 | -0/+1 |
| | |||||
* | make OC_FileStorage abstract | Robin Appelman | 2012-02-27 | 1 | -25/+25 |
| | |||||
* | merge master into encryption | Robin Appelman | 2012-02-26 | 1 | -1/+0 |
|\ | |||||
| * | chunked implementation for readfile | Robin Appelman | 2012-02-26 | 1 | -1/+0 |
| | | | | | | | | prevents memory issues when downloading large files | ||||
* | | move implementation of from/toTmpFile from the file storage to the filesystem | Robin Appelman | 2012-02-21 | 1 | -2/+0 |
|/ | |||||
* | writable not writeable | Robin Appelman | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | remove OC_Filesystem::fromUploadedFile | Robin Appelman | 2011-11-08 | 1 | -1/+0 |
| | |||||
* | remove OC_Filesystem::fileatime | Robin Appelman | 2011-11-08 | 1 | -1/+0 |
| | |||||
* | some filesystem fixes | Robin Appelman | 2011-08-15 | 1 | -3/+0 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud into autoload | Jakob Sack | 2011-07-29 | 1 | -2/+0 |
|\ | | | | | | | | | | | Conflicts: lib/base.php lib/filestorage.php | ||||
| * | make use of the command line tools id3info and mp3info for scanning music if ↵ | Robin Appelman | 2011-07-28 | 1 | -57/+1 |
| | | | | | | | | they are available | ||||
* | | Further improvements | Jakob Sack | 2011-07-27 | 1 | -2/+0 |
| | | |||||
* | | One class per File | Jakob Sack | 2011-07-27 | 1 | -412/+0 |
|/ | |||||
* | add getLocalFile to local storage provider | Robin Appelman | 2011-07-22 | 1 | -0/+4 |
| | |||||
* | move list of mimetypes by extention to a seperate file. | Robin Appelman | 2011-07-17 | 1 | -63/+7 |
| | |||||
* | fix delTree | Robin Appelman | 2011-06-12 | 1 | -1/+1 |
| | |||||
* | fix incorrect variable name in libfilestorage | Robin Appelman | 2011-06-04 | 1 | -1/+1 |
| | |||||
* | no hooks for OC_FILESTORAGE the one from OC_FILESYSTEM should be enough | Robin Appelman | 2011-04-29 | 1 | -48/+7 |
| | |||||
* | add search functionality, for now only searches files but plugins/apps can ↵ | Robin Appelman | 2011-04-24 | 1 | -1/+20 |
| | | | | extend that | ||||
* | correct them the right way this time | Robin Appelman | 2011-04-18 | 1 | -2/+2 |
| | |||||
* | typo's ... | Robin Appelman | 2011-04-18 | 1 | -2/+2 |
| | |||||
* | seperate hooks for OC_FILESYSTEM and OC_FILESTORAGE | Robin Appelman | 2011-04-18 | 1 | -23/+33 |
| | |||||
* | replace filesystem observer with the more general OC_HOOK | Robin Appelman | 2011-04-18 | 1 | -38/+25 |
| | |||||
* | more improvements for foldersize | Robin Appelman | 2011-04-17 | 1 | -17/+13 |
| | |||||
* | add free_space to OC_FILESYSTEM | Robin Appelman | 2011-04-17 | 1 | -0/+5 |
| | |||||
* | fix keeping track of foldersize | Robin Appelman | 2011-04-17 | 1 | -15/+43 |
| | |||||
* | debug output should not be there | Arthur Schiwon | 2011-04-17 | 1 | -1/+0 |
| | |||||
* | fix that might solve strange uploading issues | Arthur Schiwon | 2011-04-17 | 1 | -0/+12 |
| | |||||
* | Some work on the fancy user management | Jakob Sack | 2011-04-17 | 1 | -3/+4 |
| | |||||
* | show size of folders in filebrowser | Robin Appelman | 2011-04-16 | 1 | -1/+69 |
| | |||||
* | When moving a file from/to a temporary location, also update the file ↵ | Matthew Dawson | 2011-03-17 | 1 | -0/+4 |
| | | | | | | | access/modification times. When PHP moves a file across filesystem boundaries, it does not update the access/modification times. Thus do it manually so that this information is not lost. | ||||
* | added OC_FILESYSTEM::hash() | Robin Appelman | 2011-03-17 | 1 | -0/+8 |
| | | | | syntax is the same has http://www.php.net/manual/en/function.hash-file.php | ||||
* | Start of the refactoring. Commit is quite big because I forgot to use git ↵ | Jakob Sack | 2011-03-01 | 1 | -0/+432 |
right from the beginning. Sorry. |