Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add ETag support to the Sabre file connector. | Bart Visscher | 2012-07-21 | 3 | -7/+66 | |
| | | | | | | | | | | | | This is based on the md5 of the file, can be changed later | |||||
| * | | adapted to new SabreDav version | Bjoern Schiessle | 2012-07-20 | 1 | -10/+12 | |
| | | | ||||||
| * | | dont check for filecache updates when getting quota info over webdav | Robin Appelman | 2012-07-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | revert to using fopen for webdav instead of readfile | Robin Appelman | 2012-07-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Check if user is already logged in for DAV auth, instead of logging in and ↵ | Michael Gapczynski | 2012-07-15 | 1 | -6/+11 | |
| | | | | | | | | | | | | creating new sessions for every request | |||||
| * | | use readfile() instead iof fopen() for file download over webdav. | Bjoern Schiessle | 2012-07-10 | 1 | -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 cleanup | Bjoern Schiessle | 2012-07-09 | 1 | -35/+38 | |
| |/ | ||||||
| * | allow user to upload his own root certificate for secure webdav mount | Bjoern Schiessle | 2012-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | introduce subclassed client.php and revert changes to 3rdparty | Bjoern Schiessle | 2012-07-06 | 1 | -0/+168 | |
| | | ||||||
| * | fix webdav errors for empty folders | Robin Appelman | 2012-06-27 | 1 | -9/+11 | |
| | | ||||||
| * | Fix initialization of OC_Filesystem setup from DAV | Bart Visscher | 2012-06-22 | 1 | -1/+1 | |
| | | ||||||
| * | Optimize WebDav access by preloading dav custom properties | Bart Visscher | 2012-06-15 | 2 | -11/+41 | |
| | | ||||||
| * | Fix webdav property name compare | Bart Visscher | 2012-06-15 | 1 | -1/+1 | |
| | | ||||||
| * | Use setter for FileinfoCache | Bart Visscher | 2012-06-15 | 2 | -11/+11 | |
| | | ||||||
| * | Optimize WebDav access using OC_FileCache | Bart Visscher | 2012-06-15 | 3 | -23/+31 | |
| | | ||||||
| * | Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File | Bart Visscher | 2012-06-08 | 2 | -5/+17 | |
| | | | | | | | | Speeds up access of directories with large number of files. | |||||
| * | Comment layout and spelling fixes | Bart Visscher | 2012-06-08 | 1 | -2/+4 | |
| | | ||||||
| * | don't allow user to delete Shared dir via webdav and sync client (bug #774) | Bjoern Schiessle | 2012-06-04 | 1 | -2/+4 | |
| | | ||||||
* | | Fix OC_Connector_Sabre_Locks for SQLite | Jakob Sack | 2012-08-24 | 1 | -2/+4 | |
| | | ||||||
* | | escape all identifiers with backticks | jfd | 2012-07-31 | 2 | -11/+11 | |
| | | ||||||
* | | Check if user is already logged in for DAV auth, instead of logging in and ↵ | Michael Gapczynski | 2012-07-30 | 1 | -6/+11 | |
| | | | | | | | | creating new sessions for every request | |||||
* | | - remove namespace from file property name (webdav) | Bjoern Schiessle | 2012-07-23 | 1 | -0/+1 | |
| | | | | | | | | - update script to fix broken properties in the database | |||||
* | | Revert "use readfile() instead iof fopen() for file download over webdav." | Robin Appelman | 2012-07-19 | 1 | -1/+1 | |
| | | | | | | | | This reverts commit 9af74a9c80c074589f2d5efc365b3a9dee3031ed. | |||||
* | | use readfile() instead iof fopen() for file download over webdav. | Bjoern Schiessle | 2012-07-11 | 1 | -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 DAV | Bart Visscher | 2012-06-22 | 1 | -1/+1 | |
| | | ||||||
* | | Fix webdav property name compare | Bart Visscher | 2012-06-19 | 1 | -1/+1 | |
| | | ||||||
* | | Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File | Bart Visscher | 2012-06-19 | 2 | -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 Schiessle | 2012-06-04 | 1 | -2/+4 | |
|/ | ||||||
* | 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 | |