Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | put filestorages in a namespace | Robin Appelman | 2012-09-07 | 1 | -199/+0 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -48/+48 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -2/+2 |
| | |||||
* | Merge branch 'share_api' | Michael Gapczynski | 2012-08-19 | 1 | -4/+4 |
|\ | | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php | ||||
| * | Change is_writable() call to isUpdatable() | Michael Gapczynski | 2012-07-25 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 1 | -12/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php | ||||
| * | | Missed a is_readable() call in local filestorage | Michael Gapczynski | 2012-07-24 | 1 | -1/+1 |
| | | | |||||
| * | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and ↵ | Michael Gapczynski | 2012-07-24 | 1 | -2/+2 |
| | | | | | | | | | | | | is_writable() | ||||
* | | | add OC_FileStorage::getLocalFolder | Robin Appelman | 2012-08-19 | 1 | -1/+4 |
| |/ |/| | |||||
* | | Fix parameter order in OC_Filestorage_Common->hash | Bart Visscher | 2012-07-21 | 1 | -1/+1 |
| | | |||||
* | | remove unused and depricated getFolderSize | Robin Appelman | 2012-07-20 | 1 | -11/+1 |
|/ | |||||
* | Implemented deleteAll() method in OC_FilesystemView (interface) and ↵ | Sam Tuke | 2012-06-21 | 1 | -2/+2 |
| | | | | | | | | | 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() | ||||
* | added new user settings interface for deleting old file versions | Sam Tuke | 2012-06-20 | 1 | -3/+0 |
| | | | | | fixed OCA_VersionsexpireAll() to use native PHP readdir() removed local storage implementation of readdir() | ||||
* | Fixed deleteAll function for deleting all old versions of files (expireAll) | Sam Tuke | 2012-06-19 | 1 | -0/+3 |
| | | | | Added new readdir() method to all storage classes and handlers (only working implementation in local.php) | ||||
* | add hasUpdated to oc_filestorage | Robin Appelman | 2012-06-15 | 1 | -0/+9 |
| | |||||
* | add temporary filestorage backend for testing purposed | Robin Appelman | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | Move writable check into local filestorage so shared files can be renamed | Michael Gapczynski | 2012-04-01 | 1 | -0/+4 |
| | |||||
* | revert an accidental change | Robin Appelman | 2012-03-03 | 1 | -3/+2 |
| | |||||
* | small improvement for is_dir | Robin Appelman | 2012-03-03 | 1 | -1/+4 |
| | |||||
* | better handeling of files that can behave like folder (e.g. archives) | Robin Appelman | 2012-03-03 | 1 | -1/+1 |
| | |||||
* | add touch() to all storage backands, and make parameter optional | Robin Appelman | 2012-02-29 | 1 | -3/+8 |
| | |||||
* | some cleanup in filestorage | Robin Appelman | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | merge master into encryption | Robin Appelman | 2012-02-26 | 1 | -3/+0 |
|\ | |||||
| * | chunked implementation for readfile | Robin Appelman | 2012-02-26 | 1 | -3/+0 |
| | | | | | | | | prevents memory issues when downloading large files | ||||
* | | proper mimetypes for encrypted files | Robin Appelman | 2012-02-21 | 1 | -44/+3 |
| | | |||||
* | | move implementation of from/toTmpFile from the file storage to the filesystem | Robin Appelman | 2012-02-21 | 1 | -22/+0 |
| | | |||||
* | | encryption proxy wip | Robin Appelman | 2012-02-21 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Klaas Freitag | 2012-02-14 | 1 | -8/+5 |
|\ | |||||
| * | make local filestorage comply with test cases | Robin Appelman | 2012-02-14 | 1 | -8/+5 |
| | | |||||
* | | allow to set a files mtime through a PROPPATCH request on resource | Klaas Freitag | 2012-02-14 | 1 | -7/+10 |
|/ | | | | 'lastmodified'. Needed for syncing algorithms. | ||||
* | - Added the ability to change a files mtime via webdavs propset. | Klaas Freitag | 2012-02-10 | 1 | -0/+7 |
| | | | | - Added some minor debug help to fscache | ||||
* | writable not writeable | Robin Appelman | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2012-01-30 | 1 | -1/+1 |
|\ | |||||
| * | fix non-absolute symbolic links | Robin Appelman | 2012-01-27 | 1 | -1/+1 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-01-16 | 1 | -1/+8 |
|\| | |||||
| * | fix previous change | Georg Ehrke | 2012-01-12 | 1 | -1/+1 |
| | | |||||
| * | added a file to fix wrong recognised mime-types | Georg Ehrke | 2012-01-12 | 1 | -1/+8 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-01-08 | 1 | -1/+1 |
|\| | |||||
| * | Correct local permissions checks | Michael Gapczynski | 2012-01-01 | 1 | -2/+2 |
| | | |||||
| * | Replace canRead()/canWrite() with is_readable()/is_writeable() for proper ↵ | Michael Gapczynski | 2012-01-01 | 1 | -2/+2 |
| | | | | | | | | permission checks | ||||
* | | provide caching for file metadata | Robin Appelman | 2011-11-09 | 1 | -82/+1 |
| | | |||||
* | | remove OC_Filesystem::fromUploadedFile | Robin Appelman | 2011-11-08 | 1 | -11/+0 |
| | | |||||
* | | remove OC_Filesystem::fileatime | Robin Appelman | 2011-11-08 | 1 | -3/+0 |
|/ | |||||
* | attempt to manage some special chars in file list | Brice Maron | 2011-11-01 | 1 | -0/+5 |
| | | | | | | Added a jquery function to filter by attributes. Add more logging in rename file Use the new function to avoid errors | ||||
* | improve mimetype detection | Robin Appelman | 2011-10-23 | 1 | -9/+12 |
| | |||||
* | escape filenames for getMimeType | Robin Appelman | 2011-10-20 | 1 | -0/+1 |
| | |||||
* | Don't use sys_get_temp_dir(), as it reports the wrong path in restricted ↵ | Hendrik Langer | 2011-10-19 | 1 | -1/+1 |
| | | | | environments | ||||
* | use OC_Log instead of error_log | Robin Appelman | 2011-10-16 | 1 | -1/+0 |
| | |||||
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | some filesystem fixes | Robin Appelman | 2011-08-15 | 1 | -34/+4 |
| |