summaryrefslogtreecommitdiffstats
path: root/lib/connector/sabre/directory.php
Commit message (Expand)AuthorAgeFilesLines
* adding comments to explain what's going on hereThomas Mueller2012-11-061-0/+4
* fixes #329: query the database in chunks of 200Thomas Mueller2012-11-051-10/+12
* Whitespace cleanupBart Visscher2012-10-141-1/+1
* Forgot to return the fileinfoBart Visscher2012-09-211-1/+1
* Don't use OC_FileCache directly, but use the functions in OC_FilesBart Visscher2012-09-211-3/+5
* Run proxies and emit signals when finising chunked uploadBart Visscher2012-09-181-2/+1
* Check format of chunked filenameBart Visscher2012-09-171-0/+3
* Respect coding styleThomas Müller2012-09-101-5/+4
* adding space between) and {Thomas Mueller2012-09-071-1/+1
* Whitespace fixes in libBart Visscher2012-08-291-1/+0
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-1/+1
* Chunked upload: Refactor OC_FileChunking to objectBart Visscher2012-07-271-3/+4
* Chunked upload: Refactor to static classBart Visscher2012-07-271-18/+5
* Merge branch 'master' into chunked_uploadBart Visscher2012-07-271-4/+43
|\
| * Create uniqid ETag for directoriesBart Visscher2012-07-251-0/+20
| * Rename functionsBart Visscher2012-07-251-1/+1
| * Add ETag support to the Sabre file connector.Bart Visscher2012-07-211-3/+19
| * dont check for filecache updates when getting quota info over webdavRobin Appelman2012-07-201-1/+1
* | Custom chunking supportBart Visscher2012-07-081-4/+25
|/
* fix webdav errors for empty foldersRobin Appelman2012-06-271-9/+11
* Optimize WebDav access by preloading dav custom propertiesBart Visscher2012-06-151-2/+20
* Use setter for FileinfoCacheBart Visscher2012-06-151-6/+4
* Optimize WebDav access using OC_FileCacheBart Visscher2012-06-151-14/+11
* don't allow user to delete Shared dir via webdav and sync client (bug #774)Bjoern Schiessle2012-06-041-2/+4
* fixing file headers with copy rightThomas Müller2012-05-051-7/+20
* Merge branch 'master' into sabredav_1.6Georg Ehrke2012-03-191-2/+2
|\
| * fix for webdav when having additional storage backends mountedRobin Appelman2012-03-071-2/+2
* | replace Sabre_DAV_Exception_FileNotFound with Sabre_DAV_Exception_NotFoundGeorg Ehrke2012-02-251-1/+1
|/
* also use fscache when getting used space for webdavRobin Appelman2011-12-141-3/+3
* Renaming classes :-)Jakob Sack2011-07-291-10/+10
* Use autoloadJakob Sack2011-07-271-0/+128