summaryrefslogtreecommitdiffstats
path: root/lib/connector
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| |
* | Fix OC_Connector_Sabre_Locks for SQLiteJakob Sack2012-08-241-2/+4
| |
* | escape all identifiers with backticksjfd2012-07-312-11/+11
| |
* | Check if user is already logged in for DAV auth, instead of logging in and ↵Michael Gapczynski2012-07-301-6/+11
| | | | | | | | creating new sessions for every request
* | - remove namespace from file property name (webdav)Bjoern Schiessle2012-07-231-0/+1
| | | | | | | | - update script to fix broken properties in the database
* | Revert "use readfile() instead iof fopen() for file download over webdav."Robin Appelman2012-07-191-1/+1
| | | | | | | | This reverts commit 9af74a9c80c074589f2d5efc365b3a9dee3031ed.
* | use readfile() instead iof fopen() for file download over webdav.Bjoern Schiessle2012-07-111-1/+1
| | | | | | | | | | fopen() didn't work for large files on some servers while readfile() seems to work for all files on all configurations.
* | Fix initialization of OC_Filesystem setup from DAVBart Visscher2012-06-221-1/+1
| |
* | Fix webdav property name compareBart Visscher2012-06-191-1/+1
| |
* | Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_FileBart Visscher2012-06-192-5/+17
| | | | | | | | Speeds up access of directories with large number of files.
* | 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