aboutsummaryrefslogtreecommitdiffstats
path: root/include/RedDAV/RedFile.php
Commit message (Collapse)AuthorAgeFilesLines
* When you delete something in /cloud stay in the right folder.Klaus Weidenbach2014-10-141-11/+15
| | | | | | | 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-121-0/+275
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.