Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | put filestorages in a namespace | Robin Appelman | 2012-09-07 | 1 | -282/+0 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -31/+31 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -31/+31 |
| | |||||
* | Merge branch 'share_api' | Michael Gapczynski | 2012-08-19 | 1 | -2/+11 |
|\ | | | | | | | | | | | | | 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/+11 |
| | | | | | | | | | | | | is_writable() | ||||
* | | | add OC_FileStorage::getLocalFolder | Robin Appelman | 2012-08-19 | 1 | -0/+20 |
| |/ |/| | |||||
* | | Fix filesystem hash, no longer using basicOperation() | Michael Gapczynski | 2012-07-25 | 1 | -1/+1 |
| | | |||||
* | | remove unused variables | Robin Appelman | 2012-07-20 | 1 | -1/+1 |
|/ | |||||
* | Implemented deleteAll() method in OC_FilesystemView (interface) and ↵ | Sam Tuke | 2012-06-21 | 1 | -0/+85 |
| | | | | | | | | | OC_Filestorage_Common (logic) Made OC_Filestorage_Local and OC_Filestorage_Shared extend OC_Filestorage_Common Set searchInDir() to protected instead of private in OC_Filestorage_Local and OC_Filestorage_Shared Added class documentation to OC_Filestorage_Common Cleaned up OCA_Versions::expireAll() | ||||
* | add hasUpdated to oc_filestorage | Robin Appelman | 2012-06-15 | 1 | -0/+9 |
| | |||||
* | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 1 | -6/+6 |
| | |||||
* | fix commong filestorage for files without extention | Robin Appelman | 2012-03-03 | 1 | -2/+10 |
| | |||||
* | fix file_get_content on empty files for filestorage common | Robin Appelman | 2012-03-03 | 1 | -1/+8 |
| | |||||
* | add search implementation to filestorage common | Robin Appelman | 2012-03-02 | 1 | -1/+20 |
| | |||||
* | add touch() to all storage backands, and make parameter optional | Robin Appelman | 2012-02-29 | 1 | -0/+1 |
| | |||||
* | add test case for getLocalFile | Robin Appelman | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | use temporary file managment | Robin Appelman | 2012-02-28 | 1 | -2/+4 |
| | |||||
* | fix copy/paste error in common filestorage | Robin Appelman | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | extend filestorage common and provide test implementation | Robin Appelman | 2012-02-27 | 1 | -0/+122 |