summaryrefslogtreecommitdiffstats
path: root/lib/filestorage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into files_encryptionSam Tuke2013-01-051-2/+41
|\
| * remove duplicate returnThomas Mueller2013-01-051-2/+0
| * enhanced log messageThomas Mueller2013-01-041-1/+1
| * documentation adjusted on the wayThomas Mueller2013-01-041-0/+1
| * Fallback to use COM or exec('stat ..') is only executed if stat or filesize r...Thomas Mueller2013-01-041-12/+35
| * workaround for 32-bit systems to handle filesizes bigger than 2GBThomas Mueller2013-01-031-1/+18
* | Merge branch 'master' into files_encryptionSam Tuke2012-12-123-60/+60
|\|
| * Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-4/+4
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-042-8/+8
| * Checkstyle: many fixesFelix Moeller2012-11-023-26/+26
| * NoSpaceAfterCommaFelix Moeller2012-10-281-18/+18
| * Merge pull request #81 from fmms/masterLukas Reschke2012-10-242-3/+3
| |\
| | * Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-232-3/+3
| * | check free space using folder's ownerscambra2012-09-191-0/+9
| |/
| * Suppress error message which would send headers for hosted sited where disk_f...Thomas Tanghus2012-09-081-1/+1
| * adding space between) and {Thomas Mueller2012-09-074-95/+95
| * Whitespace fixes in libBart Visscher2012-08-293-35/+35
| * Merge branch 'share_api'Michael Gapczynski2012-08-193-10/+19
| |\
| | * Add tests for Share API, all tests passing :)Michael Gapczynski2012-08-151-4/+4
| | * Change is_writable() call to isUpdatable()Michael Gapczynski2012-07-251-1/+1
| | * Merge branch 'master' into share_apiMichael Gapczynski2012-07-252-14/+4
| | |\
| | * | Missed a is_readable() call in local filestorageMichael Gapczynski2012-07-241-1/+1
| | * | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-242-4/+13
| * | | add OC_FileStorage::getLocalFolderRobin Appelman2012-08-192-1/+24
| | |/ | |/|
| * | Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-251-1/+1
| * | Fix parameter order in OC_Filestorage_Common->hashBart Visscher2012-07-211-1/+1
| * | remove unused variablesRobin Appelman2012-07-201-1/+1
| * | remove unused and depricated getFolderSizeRobin Appelman2012-07-201-11/+1
| |/
* | Reverted temporary changes to core lib filesSam Tuke2012-12-111-2/+2
* | Added library phpseclibSam Tuke2012-12-111-2/+2
* | Merged branch 'master'Sam Tuke2012-10-164-134/+165
* | write keyfiles to serverBjoern Schiessle2012-07-271-1/+1
|/
* Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filest...Sam Tuke2012-06-212-2/+87
* added new user settings interface for deleting old file versionsSam Tuke2012-06-201-3/+0
* Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke2012-06-191-0/+3
* add hasUpdated to oc_filestorageRobin Appelman2012-06-152-0/+18
* add temporary filestorage backend for testing purposedRobin Appelman2012-05-112-1/+18
* renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt2012-04-151-6/+6
* Move writable check into local filestorage so shared files can be renamedMichael Gapczynski2012-04-011-0/+4
* Move Google Docs storage backend to files_remote appMichael Gapczynski2012-03-241-411/+0
* Implement fopen() for Google Docs storage backendMichael Gapczynski2012-03-241-26/+96
* revert an accidental changeRobin Appelman2012-03-031-3/+2
* small improvement for is_dirRobin Appelman2012-03-031-1/+4
* fix commong filestorage for files without extentionRobin Appelman2012-03-031-2/+10
* better handeling of files that can behave like folder (e.g. archives)Robin Appelman2012-03-031-1/+1
* fix file_get_content on empty files for filestorage commonRobin Appelman2012-03-031-1/+8
* add search implementation to filestorage commonRobin Appelman2012-03-022-4/+20
* add touch() to all storage backands, and make parameter optionalRobin Appelman2012-02-293-3/+12
* Fix opendir for folders aka Google Docs collectionsMichael Gapczynski2012-02-291-2/+1
* More work on Google Docs storage backendMichael Gapczynski2012-02-281-104/+175