Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove duplicate return | Thomas Mueller | 2013-01-05 | 1 | -2/+0 |
| | |||||
* | enhanced log message | Thomas Mueller | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | documentation adjusted on the way | Thomas Mueller | 2013-01-04 | 1 | -0/+1 |
| | |||||
* | Fallback to use COM or exec('stat ..') is only executed if stat or filesize ↵ | Thomas Mueller | 2013-01-04 | 1 | -12/+35 |
| | | | | | | | return negative values. Special case of BSD has been added as stat syntax differs In addition unknown OS is logged | ||||
* | workaround for 32-bit systems to handle filesizes bigger than 2GB | Thomas Mueller | 2013-01-03 | 1 | -1/+18 |
| | |||||
* | Checkstyle: Fix the last 25 NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -4/+4 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 2 | -8/+8 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 3 | -26/+26 |
| | |||||
* | NoSpaceAfterComma | Felix Moeller | 2012-10-28 | 1 | -18/+18 |
| | |||||
* | Merge pull request #81 from fmms/master | Lukas Reschke | 2012-10-24 | 2 | -3/+3 |
|\ | | | | | Codestyle add some needed spaces. | ||||
| * | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 2 | -3/+3 |
| | | |||||
* | | check free space using folder's owner | scambra | 2012-09-19 | 1 | -0/+9 |
|/ | |||||
* | Suppress error message which would send headers for hosted sited where ↵ | Thomas Tanghus | 2012-09-08 | 1 | -1/+1 |
| | | | | disk_free_space() has been disabled for security. | ||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 4 | -95/+95 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 3 | -35/+35 |
| | |||||
* | Merge branch 'share_api' | Michael Gapczynski | 2012-08-19 | 3 | -10/+19 |
|\ | | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php | ||||
| * | Add tests for Share API, all tests passing :) | Michael Gapczynski | 2012-08-15 | 1 | -4/+4 |
| | | |||||
| * | Change is_writable() call to isUpdatable() | Michael Gapczynski | 2012-07-25 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 2 | -14/+4 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Missed a is_readable() call in local filestorage | Michael Gapczynski | 2012-07-24 | 1 | -1/+1 |
| | | | |||||
| * | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and ↵ | Michael Gapczynski | 2012-07-24 | 2 | -4/+13 |
| | | | | | | | | | | | | is_writable() | ||||
* | | | add OC_FileStorage::getLocalFolder | Robin Appelman | 2012-08-19 | 2 | -1/+24 |
| |/ |/| | |||||
* | | Fix filesystem hash, no longer using basicOperation() | Michael Gapczynski | 2012-07-25 | 1 | -1/+1 |
| | | |||||
* | | Fix parameter order in OC_Filestorage_Common->hash | Bart Visscher | 2012-07-21 | 1 | -1/+1 |
| | | |||||
* | | remove unused variables | Robin Appelman | 2012-07-20 | 1 | -1/+1 |
| | | |||||
* | | remove unused and depricated getFolderSize | Robin Appelman | 2012-07-20 | 1 | -11/+1 |
|/ | |||||
* | Implemented deleteAll() method in OC_FilesystemView (interface) and ↵ | Sam Tuke | 2012-06-21 | 2 | -2/+87 |
| | | | | | | | | | 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() | ||||
* | added new user settings interface for deleting old file versions | Sam Tuke | 2012-06-20 | 1 | -3/+0 |
| | | | | | fixed OCA_VersionsexpireAll() to use native PHP readdir() removed local storage implementation of readdir() | ||||
* | Fixed deleteAll function for deleting all old versions of files (expireAll) | Sam Tuke | 2012-06-19 | 1 | -0/+3 |
| | | | | 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 | 2 | -0/+18 |
| | |||||
* | add temporary filestorage backend for testing purposed | Robin Appelman | 2012-05-11 | 2 | -1/+18 |
| | |||||
* | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 1 | -6/+6 |
| | |||||
* | Move writable check into local filestorage so shared files can be renamed | Michael Gapczynski | 2012-04-01 | 1 | -0/+4 |
| | |||||
* | Move Google Docs storage backend to files_remote app | Michael Gapczynski | 2012-03-24 | 1 | -411/+0 |
| | |||||
* | Implement fopen() for Google Docs storage backend | Michael Gapczynski | 2012-03-24 | 1 | -26/+96 |
| | |||||
* | revert an accidental change | Robin Appelman | 2012-03-03 | 1 | -3/+2 |
| | |||||
* | small improvement for is_dir | Robin Appelman | 2012-03-03 | 1 | -1/+4 |
| | |||||
* | fix commong filestorage for files without extention | Robin Appelman | 2012-03-03 | 1 | -2/+10 |
| | |||||
* | better handeling of files that can behave like folder (e.g. archives) | Robin Appelman | 2012-03-03 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -4/+20 |
| | |||||
* | add touch() to all storage backands, and make parameter optional | Robin Appelman | 2012-02-29 | 3 | -3/+12 |
| | |||||
* | Fix opendir for folders aka Google Docs collections | Michael Gapczynski | 2012-02-29 | 1 | -2/+1 |
| | |||||
* | More work on Google Docs storage backend | Michael Gapczynski | 2012-02-28 | 1 | -104/+175 |
| | |||||
* | 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 |
| | |||||
* | Initial work on Google Docs storage backend | Michael Gapczynski | 2012-02-27 | 1 | -22/+238 |
| | |||||
* | some cleanup in filestorage | Robin Appelman | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | extend filestorage common and provide test implementation | Robin Appelman | 2012-02-27 | 2 | -0/+197 |
| |