Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing file headers with copy right | Thomas Müller | 2012-05-05 | 5 | -66/+90 |
| | |||||
* | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-03-19 | 3 | -46/+3 |
|\ | |||||
| * | fix for webdav when having additional storage backends mounted | Robin Appelman | 2012-03-07 | 1 | -2/+2 |
| | | |||||
| * | Remove the link between the principals table and the sabre principals connector. | Jakob Sack | 2012-03-02 | 1 | -44/+0 |
| | | |||||
| * | provide early file system when using webdav | Robin Appelman | 2012-02-21 | 1 | -0/+1 |
| | | |||||
* | | add empty methods updatePrincipal and searchPrincipals and change method ↵ | Georg Ehrke | 2012-02-25 | 1 | -1/+3 |
| | | | | | | | | getPrincipalByPath to work with sabredav 1.6 | ||||
* | | replace Sabre_DAV_Exception_FileNotFound with Sabre_DAV_Exception_NotFound | Georg Ehrke | 2012-02-25 | 1 | -1/+1 |
|/ | |||||
* | allow to set a files mtime through a PROPPATCH request on resource | Klaas Freitag | 2012-02-14 | 1 | -8/+4 |
| | | | | 'lastmodified'. Needed for syncing algorithms. | ||||
* | Add copyright to OC_Connector_Sabre_Principal | Bart Visscher | 2012-02-12 | 1 | -0/+7 |
| | |||||
* | Derive the user principles from the owncloud users | Bart Visscher | 2012-02-11 | 1 | -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 Freitag | 2012-02-10 | 1 | -7/+23 |
| | | | | - Added some minor debug help to fscache | ||||
* | also use fscache when getting used space for webdav | Robin Appelman | 2011-12-14 | 1 | -3/+3 |
| | |||||
* | Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file ↵ | Florian Vichot | 2011-11-06 | 1 | -1/+1 |
| | | | | content, as is recommended by SabreDAV to handle large files. | ||||
* | Database.xml | Jakob Sack | 2011-08-06 | 1 | -2/+2 |
| | |||||
* | Add principals, minor changes in base.php | Jakob Sack | 2011-08-06 | 1 | -0/+181 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 5 | -28/+28 |
| | |||||
* | One class per file! | Jakob Sack | 2011-07-29 | 2 | -2/+0 |
| | |||||
* | Use autoload | Jakob Sack | 2011-07-27 | 5 | -0/+559 |