| Commit message (Expand) | Author | Age | Files | Lines |
* | merge master into filesystem | Robin Appelman | 2012-11-30 | 1 | -0/+1 |
|\ |
|
| * | use new obEnd function instead of ob_end_clean | Robin Appelman | 2012-11-29 | 1 | -1/+1 |
| * | check if $path is a empty string | Björn Schießle | 2012-11-07 | 1 | -1/+1 |
| * | backport from approved patch in stable45: | Björn Schießle | 2012-11-07 | 1 | -4/+1 |
| * | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| * | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -7/+7 |
| * | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -1/+1 |
| * | NoSpaceAfterComma | Felix Moeller | 2012-10-28 | 1 | -14/+14 |
| * | Merge pull request #81 from fmms/master | Lukas Reschke | 2012-10-24 | 1 | -1/+1 |
| |\ |
|
| | * | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -1/+1 |
| * | | use strtotime on non-nummeric times in oc_filesystem::touch | Robin Appelman | 2012-10-23 | 1 | -0/+3 |
| |/ |
|
* | | add OC_FilesystemView alias for compatibility | Robin Appelman | 2012-11-15 | 1 | -0/+8 |
* | | move some code around | Robin Appelman | 2012-10-10 | 1 | -633/+0 |
* | | merge master into filesystem | Robin Appelman | 2012-10-01 | 1 | -1/+2 |
|\| |
|
| * | etag has to be removed after version rollback to enable the sync client to de... | Björn Schießle | 2012-09-28 | 1 | -1/+2 |
* | | Merge branch 'master' into filesystem | Robin Appelman | 2012-09-26 | 1 | -0/+2 |
|\| |
|
| * | The mtime in the file cache has to be updated after version rollback (copy fr... | Björn Schießle | 2012-09-26 | 1 | -0/+2 |
* | | Merge branch 'master' into filesystem | Robin Appelman | 2012-09-22 | 1 | -72/+84 |
|\| |
|
| * | dont trigger filesystem hooks when not using the default view | Robin Appelman | 2012-09-17 | 1 | -72/+84 |
| * | Enable post_write trigger | Bart Visscher | 2012-09-13 | 1 | -2/+2 |
| * | fix file upload | Georg Ehrke | 2012-09-10 | 1 | -2/+2 |
* | | put filestorages in a namespace | Robin Appelman | 2012-09-07 | 1 | -6/+6 |
|/ |
|
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -11/+11 |
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -4/+4 |
* | Merge branch 'share_api' | Michael Gapczynski | 2012-08-19 | 1 | -4/+25 |
|\ |
|
| * | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-14 | 1 | -4/+8 |
| |\ |
|
| * \ | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-31 | 1 | -31/+36 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 1 | -171/+278 |
| |\ \ \ |
|
| * | | | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri... | Michael Gapczynski | 2012-07-24 | 1 | -2/+23 |
* | | | | | also add getLocalFolder to OC_Filsystem and OC_FilesystemView | Robin Appelman | 2012-08-19 | 1 | -0/+10 |
* | | | | | more path normalization | Robin Appelman | 2012-08-17 | 1 | -55/+63 |
| |_|_|/
|/| | | |
|
* | | | | fix some minor problems with path noramlization | Robin Appelman | 2012-08-14 | 1 | -1/+6 |
* | | | | some basic path normalization | Robin Appelman | 2012-08-14 | 1 | -3/+2 |
| |_|/
|/| | |
|
* | | | Fix incorrect copy/paste for file_put_contents() | Michael Gapczynski | 2012-07-27 | 1 | -1/+1 |
* | | | Forgot data parameter for file_put_contents() streams pre proxies | Michael Gapczynski | 2012-07-26 | 1 | -1/+1 |
* | | | Run pre and post proxies for file_put_contents() streams | Michael Gapczynski | 2012-07-26 | 1 | -31/+36 |
| |/
|/| |
|
* | | Fix filesystem hash, no longer using basicOperation() | Michael Gapczynski | 2012-07-25 | 1 | -2/+21 |
* | | Code style. One down... | Thomas Tanghus | 2012-07-21 | 1 | -174/+262 |
* | | fix unused variables | Robin Appelman | 2012-07-20 | 1 | -1/+1 |
|/ |
|
* | use filesystem abstraction layer to copy file versions | Bjoern Schiessle | 2012-07-03 | 1 | -1/+1 |
* | wrong var name fixed | Bjoern Schiessle | 2012-07-03 | 1 | -2/+2 |
* | Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filest... | Sam Tuke | 2012-06-21 | 1 | -0/+3 |
* | Fixed deleteAll function for deleting all old versions of files (expireAll) | Sam Tuke | 2012-06-19 | 1 | -0/+4 |
* | 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 |
* | 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 |