summaryrefslogtreecommitdiffstats
path: root/lib/filesystem.php
Commit message (Expand)AuthorAgeFilesLines
* fix some minor problems with path noramlizationRobin Appelman2012-08-141-1/+1
* some basic path normalizationRobin Appelman2012-08-141-0/+22
* Catch exceptions and write to log when creating storage object failsMichael Gapczynski2012-08-131-1/+6
* Check blacklist when renaming filesMichael Gapczynski2012-08-111-3/+11
* Smarter remove of etag properties for pathBart Visscher2012-07-261-1/+0
* Fix oc-1362: post_rename has no path param but newpath and oldpathBart Visscher2012-07-261-1/+5
* Create uniqid ETag for directoriesBart Visscher2012-07-251-0/+1
* Rename functionsBart Visscher2012-07-251-1/+1
* Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-251-2/+2
* some indention fixesRobin Appelman2012-07-241-93/+93
* Fix missing parameter decleration, thanks Jenkins :-)Bart Visscher2012-07-211-1/+1
* remove obsolete oc_filesystem::mountallRobin Appelman2012-07-211-11/+0
* Add ETag support to the Sabre file connector.Bart Visscher2012-07-211-0/+8
* dont try to create mountpoints automaticallyRobin Appelman2012-07-201-3/+0
* fix unused variablesRobin Appelman2012-07-201-9/+8
* use filesystem abstraction layer to copy file versionsBjoern Schiessle2012-07-031-0/+1
* Merge branch 'audit'Bart Visscher2012-06-201-1/+1
|\
| * Start of audit appBart Visscher2012-05-071-1/+1
* | Delay setup of FS until OC_Filesystem is usedBart Visscher2012-06-201-0/+1
* | Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke2012-06-191-0/+3
* | 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
|\ \
| * | made initial testing version of expireAll for version control \ngave some old...Sam Tuke2012-05-161-1/+3
| |/
* / 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
* - Added the ability to change a files mtime via webdavs propset.Klaas Freitag2012-02-101-0/+3
* 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 in...Robin Appelman2012-01-261-0/+12
* | 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 n...Robin Appelman2012-01-031-4/+4