summaryrefslogtreecommitdiffstats
path: root/lib/filestorage/local.php
Commit message (Collapse)AuthorAgeFilesLines
* put filestorages in a namespaceRobin Appelman2012-09-071-199/+0
|
* adding space between) and {Thomas Mueller2012-09-071-48/+48
|
* Whitespace fixes in libBart Visscher2012-08-291-2/+2
|
* Merge branch 'share_api'Michael Gapczynski2012-08-191-4/+4
|\ | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php
| * Change is_writable() call to isUpdatable()Michael Gapczynski2012-07-251-1/+1
| |
| * Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-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 filestorageMichael Gapczynski2012-07-241-1/+1
| | |
| * | Add CRUDS permissions calls to filesystem, deprecate is_readable() and ↵Michael Gapczynski2012-07-241-2/+2
| | | | | | | | | | | | is_writable()
* | | add OC_FileStorage::getLocalFolderRobin Appelman2012-08-191-1/+4
| |/ |/|
* | Fix parameter order in OC_Filestorage_Common->hashBart Visscher2012-07-211-1/+1
| |
* | remove unused and depricated getFolderSizeRobin Appelman2012-07-201-11/+1
|/
* Implemented deleteAll() method in OC_FilesystemView (interface) and ↵Sam Tuke2012-06-211-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 versionsSam Tuke2012-06-201-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 Tuke2012-06-191-0/+3
| | | | Added new readdir() method to all storage classes and handlers (only working implementation in local.php)
* add hasUpdated to oc_filestorageRobin Appelman2012-06-151-0/+9
|
* add temporary filestorage backend for testing purposedRobin Appelman2012-05-111-1/+1
|
* Move writable check into local filestorage so shared files can be renamedMichael Gapczynski2012-04-011-0/+4
|
* revert an accidental changeRobin Appelman2012-03-031-3/+2
|
* small improvement for is_dirRobin Appelman2012-03-031-1/+4
|
* better handeling of files that can behave like folder (e.g. archives)Robin Appelman2012-03-031-1/+1
|
* add touch() to all storage backands, and make parameter optionalRobin Appelman2012-02-291-3/+8
|
* some cleanup in filestorageRobin Appelman2012-02-271-3/+1
|
* merge master into encryptionRobin Appelman2012-02-261-3/+0
|\
| * chunked implementation for readfileRobin Appelman2012-02-261-3/+0
| | | | | | | | prevents memory issues when downloading large files
* | proper mimetypes for encrypted filesRobin Appelman2012-02-211-44/+3
| |
* | move implementation of from/toTmpFile from the file storage to the filesystemRobin Appelman2012-02-211-22/+0
| |
* | encryption proxy wipRobin Appelman2012-02-211-1/+1
|/
* Merge branch 'master' of gitorious.org:owncloud/owncloudKlaas Freitag2012-02-141-8/+5
|\
| * make local filestorage comply with test casesRobin Appelman2012-02-141-8/+5
| |
* | allow to set a files mtime through a PROPPATCH request on resourceKlaas Freitag2012-02-141-7/+10
|/ | | | 'lastmodified'. Needed for syncing algorithms.
* - Added the ability to change a files mtime via webdavs propset.Klaas Freitag2012-02-101-0/+7
| | | | - Added some minor debug help to fscache
* writable not writeableRobin Appelman2012-02-051-1/+1
|
* merge master into filesystemRobin Appelman2012-01-301-1/+1
|\
| * fix non-absolute symbolic linksRobin Appelman2012-01-271-1/+1
| |
* | merge master into filesystemRobin Appelman2012-01-161-1/+8
|\|
| * fix previous changeGeorg Ehrke2012-01-121-1/+1
| |
| * added a file to fix wrong recognised mime-typesGeorg Ehrke2012-01-121-1/+8
| |
* | merge master into filesystemRobin Appelman2012-01-081-1/+1
|\|
| * Correct local permissions checksMichael Gapczynski2012-01-011-2/+2
| |
| * Replace canRead()/canWrite() with is_readable()/is_writeable() for proper ↵Michael Gapczynski2012-01-011-2/+2
| | | | | | | | permission checks
* | provide caching for file metadataRobin Appelman2011-11-091-82/+1
| |
* | remove OC_Filesystem::fromUploadedFileRobin Appelman2011-11-081-11/+0
| |
* | remove OC_Filesystem::fileatimeRobin Appelman2011-11-081-3/+0
|/
* attempt to manage some special chars in file listBrice Maron2011-11-011-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 detectionRobin Appelman2011-10-231-9/+12
|
* escape filenames for getMimeTypeRobin Appelman2011-10-201-0/+1
|
* Don't use sys_get_temp_dir(), as it reports the wrong path in restricted ↵Hendrik Langer2011-10-191-1/+1
| | | | environments
* use OC_Log instead of error_logRobin Appelman2011-10-161-1/+0
|
* only call error_log() if DEBUG is trueFlorian Pritz2011-09-241-1/+1
| | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* some filesystem fixesRobin Appelman2011-08-151-34/+4
|