Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | | | | | When uploading a file using davfs php warned about a missing argument to OC_FileProxy_Quota::preFile_put_contents(). Since we get a resource from OC_Connector_Sabre_File->put(), we have to convert that before running strlen because it expects a string. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 1 | -3/+3 | |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
* | 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 | |
|\| | | | | | | | | | | | | | classes Conflicts: lib/base.php | |||||
| * | 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 | |
| | | | | | | | | variable | |||||
* | | Fix bug in opendir() and remove getStorageMountPoint(), now using datadir ↵ | Michael Gapczynski | 2011-07-12 | 1 | -9/+0 | |
| | | | | | | | | argument instead | |||||
* | | 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 | |
|\| | | | | | | | | | | | Conflicts: .gitignore lib/base.php | |||||
| * | add post_* hooks to filesystem for write, create, delete, rename and copy | Robin Appelman | 2011-06-19 | 1 | -27/+76 | |
| | | ||||||
| * | allow plugins to cancel filesystem operations using the provided hooks | Robin Appelman | 2011-06-16 | 1 | -49/+103 | |
| | | ||||||
| * | allow tear down of filesystem. | Robin Appelman | 2011-06-12 | 1 | -2/+14 | |
| | | | | | | | | also fix a bug when chrooting to '/' | |||||
* | | OC_FILESTOAGE_SHARED now works with hard coded values for files | Michael Gapczynski | 2011-06-18 | 1 | -1/+1 | |
| | | ||||||
* | | First version of shared storage provider - not functional | Michael Gapczynski | 2011-06-16 | 1 | -1/+1 | |
|/ | ||||||
* | add search functionality, for now only searches files but plugins/apps can ↵ | Robin Appelman | 2011-04-24 | 1 | -0/+15 | |
| | | | | extend that | |||||
* | make OC_HOOKS actually work | Robin Appelman | 2011-04-23 | 1 | -0/+12 | |
| | ||||||
* | seperate hooks for OC_FILESYSTEM and OC_FILESTORAGE | Robin Appelman | 2011-04-18 | 1 | -0/+53 | |
| | ||||||
* | add free_space to OC_FILESYSTEM | Robin Appelman | 2011-04-17 | 1 | -0/+6 | |
| | ||||||
* | fix that might solve strange uploading issues | Arthur Schiwon | 2011-04-17 | 1 | -0/+5 | |
| | ||||||
* | added OC_FILESYSTEM::hash() | Robin Appelman | 2011-03-17 | 1 | -0/+5 | |
| | | | | syntax is the same has http://www.php.net/manual/en/function.hash-file.php | |||||
* | Start of the refactoring. Commit is quite big because I forgot to use git ↵ | Jakob Sack | 2011-03-01 | 1 | -0/+380 | |
right from the beginning. Sorry. |