| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 folder-/mu... | Arthur Schiwon | 2012-03-27 | 1 | -4/+5 |
* | 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 |
* | | 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 |
* | - Added the ability to change a files mtime via webdavs propset. | Klaas Freitag | 2012-02-10 | 1 | -0/+3 |
* | 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 |