summaryrefslogtreecommitdiffstats
path: root/lib/connector
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'chunked_upload'Bart Visscher2012-08-031-4/+16
|\
| * 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-276-55/+182
| |\ | | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php
| * | Custom chunking supportBart Visscher2012-07-081-4/+25
| | |
* | | Fix #476Jakob Sack2012-07-311-4/+7
| |/ |/|
* | Smarter remove of etag properties for pathBart Visscher2012-07-261-2/+18
| |
* | Create uniqid ETag for directoriesBart Visscher2012-07-253-1/+39
| |
* | Rename functionsBart Visscher2012-07-253-5/+5
| | | | | | | | | | getETagPropertyForFile -> getETagPropertyForPath removeETagPropertyForFile -> removeETagPropertyForPath
* | fix broken properties in the databaseBjoern Schiessle2012-07-231-1/+1
| |
* | quick fix for broken propertiesBjoern Schiessle2012-07-231-0/+1
| |
* | fix ununsed variablesRobin Appelman2012-07-211-1/+1
| |
* | Add missing public to function definitionBart Visscher2012-07-211-1/+1
| |
* | Add ETag support to the Sabre file connector.Bart Visscher2012-07-213-7/+66
| | | | | | | | This is based on the md5 of the file, can be changed later
* | adapted to new SabreDav versionBjoern Schiessle2012-07-201-10/+12
| |
* | dont check for filecache updates when getting quota info over webdavRobin Appelman2012-07-201-1/+1
| |
* | revert to using fopen for webdav instead of readfileRobin Appelman2012-07-161-1/+1
| |
* | Check if user is already logged in for DAV auth, instead of logging in and ↵Michael Gapczynski2012-07-151-6/+11
| | | | | | | | creating new sessions for every request
* | use readfile() instead iof fopen() for file download over webdav.Bjoern Schiessle2012-07-101-1/+1
| | | | | | | | | | fopen() didn't work for large files on some servers while readfile() seems to work for all files on all configurations.
* | webdav ssl cleanupBjoern Schiessle2012-07-091-35/+38
|/
* allow user to upload his own root certificate for secure webdav mountBjoern Schiessle2012-07-061-1/+1
|
* introduce subclassed client.php and revert changes to 3rdpartyBjoern Schiessle2012-07-061-0/+168
|
* fix webdav errors for empty foldersRobin Appelman2012-06-271-9/+11
|
* Fix initialization of OC_Filesystem setup from DAVBart Visscher2012-06-221-1/+1
|
* Optimize WebDav access by preloading dav custom propertiesBart Visscher2012-06-152-11/+41
|
* Fix webdav property name compareBart Visscher2012-06-151-1/+1
|
* Use setter for FileinfoCacheBart Visscher2012-06-152-11/+11
|
* Optimize WebDav access using OC_FileCacheBart Visscher2012-06-153-23/+31
|
* Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_FileBart Visscher2012-06-082-5/+17
| | | | Speeds up access of directories with large number of files.
* Comment layout and spelling fixesBart Visscher2012-06-081-2/+4
|
* 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-055-66/+90
|
* Merge branch 'master' into sabredav_1.6Georg Ehrke2012-03-193-46/+3
|\
| * fix for webdav when having additional storage backends mountedRobin Appelman2012-03-071-2/+2
| |
| * Remove the link between the principals table and the sabre principals connector.Jakob Sack2012-03-021-44/+0
| |
| * provide early file system when using webdavRobin Appelman2012-02-211-0/+1
| |
* | add empty methods updatePrincipal and searchPrincipals and change method ↵Georg Ehrke2012-02-251-1/+3
| | | | | | | | getPrincipalByPath to work with sabredav 1.6
* | replace Sabre_DAV_Exception_FileNotFound with Sabre_DAV_Exception_NotFoundGeorg Ehrke2012-02-251-1/+1
|/
* allow to set a files mtime through a PROPPATCH request on resourceKlaas Freitag2012-02-141-8/+4
| | | | 'lastmodified'. Needed for syncing algorithms.
* Add copyright to OC_Connector_Sabre_PrincipalBart Visscher2012-02-121-0/+7
|
* Derive the user principles from the owncloud usersBart Visscher2012-02-111-69/+43
| | | | | The code for updating the principles table is still there. To make it easier to revert this commit if that is necessary.
* - Added the ability to change a files mtime via webdavs propset.Klaas Freitag2012-02-101-7/+23
| | | | - Added some minor debug help to fscache
* also use fscache when getting used space for webdavRobin Appelman2011-12-141-3/+3
|
* Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file ↵Florian Vichot2011-11-061-1/+1
| | | | content, as is recommended by SabreDAV to handle large files.
* Database.xmlJakob Sack2011-08-061-2/+2
|
* Add principals, minor changes in base.phpJakob Sack2011-08-061-0/+181
|
* Renaming classes :-)Jakob Sack2011-07-295-28/+28
|
* One class per file!Jakob Sack2011-07-292-2/+0
|
* Use autoloadJakob Sack2011-07-275-0/+559