summaryrefslogtreecommitdiffstats
path: root/lib/filesystem.php
Commit message (Collapse)AuthorAgeFilesLines
* also add hasUpdated to oc_filesystem and oc_filesystemviewRobin Appelman2012-06-151-0/+9
|
* Whitespace fixBart Visscher2012-06-131-1/+1
|
* check for view before trying to invoke method on objectBartek Przybylski2012-06-131-1/+1
|
* Create directory for mount point if it doesn't already existMichael Gapczynski2012-06-121-0/+3
|
* add function in filesystem to strip webrootBartek Przybylski2012-06-091-0/+14
|
* Don't use substr to get first char of stringBart Visscher2012-06-081-5/+5
|
* Comment layout and spelling fixesBart Visscher2012-06-081-1/+1
|
* Merge branch 'unstable'Bart Visscher2012-06-041-1/+3
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
| * made initial testing version of expireAll for version control \ngave some ↵Sam Tuke2012-05-161-1/+3
| | | | | | | | old vars new camelcase names
* | update copyrightFrank Karlitschek2012-05-261-1/+1
|/
* remove non existing files from the cache when rescanning a folderRobin Appelman2012-04-291-0/+1
|
* initial mount configuration workRobin Appelman2012-04-251-0/+48
|
* tests for oc_filesystemRobin Appelman2012-04-121-0/+8
|
* Check blacklist before saving to filesystemTom Needham2012-04-031-0/+13
|
* better handeling of files that can behave like folder (e.g. archives)Robin Appelman2012-03-031-6/+4
|
* add touch() to all storage backands, and make parameter optionalRobin Appelman2012-02-291-1/+1
|
* allow to set a files mtime through a PROPPATCH request on resourceKlaas Freitag2012-02-141-2/+2
| | | | 'lastmodified'. Needed for syncing algorithms.
* - Added the ability to change a files mtime via webdavs propset.Klaas Freitag2012-02-101-0/+3
| | | | - Added some minor debug help to fscache
* writable not writeableRobin Appelman2012-02-051-2/+2
|
* watch for changes outside owncloud to the filesRobin Appelman2012-02-051-0/+8
|
* use filesystem cache for searchingRobin Appelman2012-01-311-1/+1
|
* dont try to use the filesystem when it isnt setup yetRobin Appelman2012-01-311-0/+2
|
* merge master into filesystemRobin Appelman2012-01-301-0/+11
|\
| * initialize all storage backends when searching for a file, fixed searching ↵Robin Appelman2012-01-261-0/+12
| | | | | | | | in the Shared folder
* | initial work on filesystemviewRobin Appelman2012-01-201-247/+98
| |
* | forgot to merge somethingRobin Appelman2012-01-161-23/+1
| |
* | merge master into filesystemRobin Appelman2012-01-161-16/+126
|\|
| * constans for signals handlingBartek Przybylski2012-01-141-20/+105
| |
* | merge master into filesystemRobin Appelman2012-01-081-36/+20
|\|
| * don't check if the target path is writable for operations that can create a ↵Robin Appelman2012-01-031-4/+4
| | | | | | | | | | | | new file fixes file upload
| * fix is_readable and is_writableRobin Appelman2012-01-021-19/+20
| |
| * Correct local permissions checksMichael Gapczynski2012-01-011-2/+2
| |
| * Replace canRead()/canWrite() with is_readable()/is_writeable() for proper ↵Michael Gapczynski2012-01-011-38/+23
| | | | | | | | permission checks
* | use cache for searching filesRobin Appelman2011-11-101-9/+7
| |
* | always load the filecacheRobin Appelman2011-11-101-0/+2
| |
* | provide caching for file metadataRobin Appelman2011-11-091-0/+9
| |
* | remove OC_Filesystem::fromUploadedFileRobin Appelman2011-11-081-24/+4
| |
* | remove OC_Filesystem::fileatimeRobin Appelman2011-11-081-3/+0
| |
* | remove the need to register storage providers, pass the classname during ↵Robin Appelman2011-11-081-40/+7
|/ | | | mounting instead
* fix fopenRobin Appelman2011-10-231-1/+3
|
* make sharing work with the new mouting mechanismRobin Appelman2011-10-181-1/+1
|
* mount filesystems on demandRobin Appelman2011-10-181-4/+9
|
* Implemented ace-edtior as an app. Basic file editing and saving supported.Tom Needham2011-09-281-0/+4
|
* remove some debug statementsRobin Appelman2011-09-251-3/+0
|
* fix warning when uploading file using webdavFlorian Pritz2011-09-241-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 trueFlorian Pritz2011-09-241-3/+3
| | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* Merge branch 'master' into sharingMichael Gapczynski2011-08-151-194/+84
|\
| * a bit of refactoring for oc_filesystem and implement user quotaRobin Appelman2011-08-151-194/+84
| |
* | Merge branch 'master' into sharingMichael Gapczynski2011-07-311-3/+6
|\|
| * fix search results having files from other usersRobin Appelman2011-07-311-3/+6
| |