Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wrong var name fixed | Bjoern Schiessle | 2012-07-03 | 1 | -2/+2 |
| | |||||
* | Implemented deleteAll() method in OC_FilesystemView (interface) and ↵ | Sam Tuke | 2012-06-21 | 1 | -0/+3 |
| | | | | | | | | | 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() | ||||
* | Fixed deleteAll function for deleting all old versions of files (expireAll) | Sam Tuke | 2012-06-19 | 1 | -0/+4 |
| | | | | Added new readdir() method to all storage classes and handlers (only working implementation in local.php) | ||||
* | also add hasUpdated to oc_filesystem and oc_filesystemview | Robin Appelman | 2012-06-15 | 1 | -0/+9 |
| | |||||
* | use absolute path for file proxies | Robin Appelman | 2012-06-09 | 1 | -4/+40 |
| | |||||
* | Don't use substr to get first char of string | Bart Visscher | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | Add cache for getStorage and getInternalPath functions. | Bart Visscher | 2012-06-08 | 1 | -2/+10 |
| | | | | These are called for almost every file operation. | ||||
* | Added & improved documentation | Sam Tuke | 2012-05-31 | 1 | -3/+11 |
| | |||||
* | Improved class comment block | Sam Tuke | 2012-05-31 | 1 | -10/+11 |
| | |||||
* | added extensive class comment based on icewind's January list email | Sam Tuke | 2012-05-31 | 1 | -19/+33 |
| | |||||
* | fixed typos in var names | Sam Tuke | 2012-05-31 | 1 | -3/+3 |
| | |||||
* | clarified comment | Sam Tuke | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | fix opening encrypted files from the browser | Robin Appelman | 2012-05-05 | 1 | -2/+2 |
| | |||||
* | emit the correct hooks for file_put_contents and some readfile improvements | Robin Appelman | 2012-04-25 | 1 | -3/+16 |
| | |||||
* | typo | Arthur Schiwon | 2012-04-13 | 1 | -3/+3 |
| | |||||
* | don't fail on missing extension | Arthur Schiwon | 2012-04-13 | 1 | -1/+5 |
| | |||||
* | Move writable check into local filestorage so shared files can be renamed | Michael Gapczynski | 2012-04-01 | 1 | -1/+1 |
| | |||||
* | Check file handle exists before trying to read file | Michael Gapczynski | 2012-04-01 | 1 | -6/+9 |
| | |||||
* | return path of tmp file like filestorage/common does. Fixes broken ↵ | Arthur Schiwon | 2012-03-27 | 1 | -4/+5 |
| | | | | folder-/multifile-download. | ||||
* | better handeling of files that can behave like folder (e.g. archives) | Robin Appelman | 2012-03-03 | 1 | -0/+1 |
| | |||||
* | add touch() to all storage backands, and make parameter optional | Robin Appelman | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | use temporary file managment | Robin Appelman | 2012-02-28 | 1 | -1/+2 |
| | |||||
* | some cleanup in filestorage | Robin Appelman | 2012-02-27 | 1 | -12/+4 |
| | |||||
* | extend filestorage common and provide test implementation | Robin Appelman | 2012-02-27 | 1 | -2/+2 |
| | |||||
* | add more valid fopen modes | Robin Appelman | 2012-02-26 | 1 | -0/+8 |
| | |||||
* | merge master into encryption | Robin Appelman | 2012-02-26 | 1 | -1/+8 |
|\ | |||||
| * | chunked implementation for readfile | Robin Appelman | 2012-02-26 | 1 | -1/+8 |
| | | | | | | | | prevents memory issues when downloading large files | ||||
* | | fix incorrect information in the filecache when using encryption | Robin Appelman | 2012-02-21 | 1 | -1/+5 |
| | | |||||
* | | implement file_put_contents with stream data using fopen | Robin Appelman | 2012-02-21 | 1 | -1/+15 |
| | | |||||
* | | move implementation of from/toTmpFile from the file storage to the filesystem | Robin Appelman | 2012-02-21 | 1 | -19/+15 |
| | | |||||
* | | only trigger hooks for the default filesystem view | Robin Appelman | 2012-02-21 | 1 | -9/+13 |
| | | |||||
* | | no post hooks for fopen | Robin Appelman | 2012-02-21 | 1 | -3/+5 |
| | | |||||
* | | use streams instead of temporary files for cross-storage copy and rename | Robin Appelman | 2012-02-21 | 1 | -6/+15 |
| | | |||||
* | | encryption proxy wip | Robin Appelman | 2012-02-21 | 1 | -1/+1 |
|/ | |||||
* | allow to set a files mtime through a PROPPATCH request on resource | Klaas Freitag | 2012-02-14 | 1 | -2/+2 |
| | | | | 'lastmodified'. Needed for syncing algorithms. | ||||
* | - Added the ability to change a files mtime via webdavs propset. | Klaas Freitag | 2012-02-10 | 1 | -0/+3 |
| | | | | - Added some minor debug help to fscache | ||||
* | writable not writeable | Robin Appelman | 2012-02-05 | 1 | -3/+3 |
| | |||||
* | use filesystem cache for searching | Robin Appelman | 2012-01-31 | 1 | -17/+0 |
| | |||||
* | initial work on filesystemview | Robin Appelman | 2012-01-20 | 1 | -0/+335 |