aboutsummaryrefslogtreecommitdiffstats
path: root/include/RedDAV
Commit message (Collapse)AuthorAgeFilesLines
* When you delete something in /cloud stay in the right folder.Klaus Weidenbach2014-10-144-56/+70
| | | | | | | When you deleted a file in /cloud you was always jumped back to /cloud/[channel], now you will stay in the parent folder. Some more doxygen documentation. Removed duplicate data from logging output and reduced logging in RedDAV in general.
* Moved classes from reddav.php into own files.Klaus Weidenbach2014-10-124-7/+954
| | | | | | Finished moving classes out from include/reddav.php into own files. Also continued with namespace for RedDAV. Improved some docs and added some todos and fixmes.
* change parent constructor per discussionfriendica2014-10-081-1/+1
|
* dav issuefriendica2014-10-081-1/+1
|
* Moved RedBrowser class from reddav.php to it's own file.Klaus Weidenbach2014-10-061-0/+361
First step on cleaning up ReadDAV classes and restructuring it bit in preparation for adding some more DAV features, photo access, CalDAV, etc. and hopefully also some PHPunits. Add a PHP5.3 namespace for RedDAV classes. Any objections against this or the vendor namespace? Add some more documentation for RedBrowser.