| Commit message (Expand) | Author | Age | Files | Lines |
* | tests for oc_filesystem | Robin Appelman | 2012-04-12 | 1 | -0/+8 |
* | Check blacklist before saving to filesystem | Tom Needham | 2012-04-03 | 1 | -0/+13 |
* | better handeling of files that can behave like folder (e.g. archives) | Robin Appelman | 2012-03-03 | 1 | -6/+4 |
* | add touch() to all storage backands, and make parameter optional | Robin Appelman | 2012-02-29 | 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 | -2/+2 |
* | watch for changes outside owncloud to the files | Robin Appelman | 2012-02-05 | 1 | -0/+8 |
* | use filesystem cache for searching | Robin Appelman | 2012-01-31 | 1 | -1/+1 |
* | dont try to use the filesystem when it isnt setup yet | Robin Appelman | 2012-01-31 | 1 | -0/+2 |
* | merge master into filesystem | Robin Appelman | 2012-01-30 | 1 | -0/+11 |
|\ |
|
| * | initialize all storage backends when searching for a file, fixed searching in... | Robin Appelman | 2012-01-26 | 1 | -0/+12 |
* | | initial work on filesystemview | Robin Appelman | 2012-01-20 | 1 | -247/+98 |
* | | forgot to merge something | Robin Appelman | 2012-01-16 | 1 | -23/+1 |
* | | merge master into filesystem | Robin Appelman | 2012-01-16 | 1 | -16/+126 |
|\| |
|
| * | constans for signals handling | Bartek Przybylski | 2012-01-14 | 1 | -20/+105 |
* | | merge master into filesystem | Robin Appelman | 2012-01-08 | 1 | -36/+20 |
|\| |
|
| * | don't check if the target path is writable for operations that can create a n... | Robin Appelman | 2012-01-03 | 1 | -4/+4 |
| * | fix is_readable and is_writable | Robin Appelman | 2012-01-02 | 1 | -19/+20 |
| * | Correct local permissions checks | Michael Gapczynski | 2012-01-01 | 1 | -2/+2 |
| * | Replace canRead()/canWrite() with is_readable()/is_writeable() for proper per... | Michael Gapczynski | 2012-01-01 | 1 | -38/+23 |
* | | use cache for searching files | Robin Appelman | 2011-11-10 | 1 | -9/+7 |
* | | always load the filecache | Robin Appelman | 2011-11-10 | 1 | -0/+2 |
* | | provide caching for file metadata | Robin Appelman | 2011-11-09 | 1 | -0/+9 |
* | | remove OC_Filesystem::fromUploadedFile | Robin Appelman | 2011-11-08 | 1 | -24/+4 |
* | | remove OC_Filesystem::fileatime | Robin Appelman | 2011-11-08 | 1 | -3/+0 |
* | | remove the need to register storage providers, pass the classname during moun... | Robin Appelman | 2011-11-08 | 1 | -40/+7 |
|/ |
|
* | fix fopen | Robin Appelman | 2011-10-23 | 1 | -1/+3 |
* | make sharing work with the new mouting mechanism | Robin Appelman | 2011-10-18 | 1 | -1/+1 |
* | mount filesystems on demand | Robin Appelman | 2011-10-18 | 1 | -4/+9 |
* | Implemented ace-edtior as an app. Basic file editing and saving supported. | Tom Needham | 2011-09-28 | 1 | -0/+4 |
* | remove some debug statements | Robin Appelman | 2011-09-25 | 1 | -3/+0 |
* | fix warning when uploading file using webdav | Florian Pritz | 2011-09-24 | 1 | -1/+1 |
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 1 | -3/+3 |
* | Merge branch 'master' into sharing | Michael Gapczynski | 2011-08-15 | 1 | -194/+84 |
|\ |
|
| * | a bit of refactoring for oc_filesystem and implement user quota | Robin Appelman | 2011-08-15 | 1 | -194/+84 |
* | | Merge branch 'master' into sharing | Michael Gapczynski | 2011-07-31 | 1 | -3/+6 |
|\| |
|
| * | fix search results having files from other users | Robin Appelman | 2011-07-31 | 1 | -3/+6 |
* | | Merge branch 'master' into sharing. Integrate with changes in master, rename ... | Michael Gapczynski | 2011-07-30 | 1 | -47/+46 |
|\| |
|
| * | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -46/+46 |
| * | One class per file! | Jakob Sack | 2011-07-29 | 1 | -1/+0 |
| * | Add missing argument for fromTmpFile() inside of rename() | Michael Gapczynski | 2011-07-13 | 1 | -1/+1 |
* | | Add missing argument for fromTmpFile() inside of rename() | Michael Gapczynski | 2011-07-13 | 1 | -1/+1 |
* | | Merge branch 'master' into sharing | Michael Gapczynski | 2011-07-12 | 1 | -1/+1 |
|\| |
|
| * | Add missing parameter for fromTmpFile() inside of copy() | Michael Gapczynski | 2011-07-12 | 1 | -1/+1 |
* | | Merge branch 'master' into sharing | Michael Gapczynski | 2011-07-12 | 1 | -2/+2 |
|\| |
|
| * | Fix post_create and post_write hooks in copy(), was referencing an undefined ... | Michael Gapczynski | 2011-07-12 | 1 | -2/+2 |
* | | Fix bug in opendir() and remove getStorageMountPoint(), now using datadir arg... | Michael Gapczynski | 2011-07-12 | 1 | -9/+0 |
* | | Fix bugs in getSource() and implement new target path standard | Michael Gapczynski | 2011-07-05 | 1 | -0/+10 |
* | | Merge branch 'master' into sharing | Michael Gapczynski | 2011-07-04 | 1 | -58/+173 |
|\| |
|