aboutsummaryrefslogtreecommitdiffstats
path: root/include/RedDAV/RedBrowser.php
Commit message (Collapse)AuthorAgeFilesLines
* design fixes for photos, files and random fixesmarijus2014-12-301-0/+6
|
* some more mime-type -> icon for filebrowsermarijus2014-12-271-2/+13
|
* more work on filesmarijus2014-12-271-0/+41
|
* files: make mod/filestorage.php load via ajax and some design work. work in ↵marijus2014-12-211-10/+14
| | | | progress...
* Add security logger to RedDAV.Klaus Weidenbach2014-12-141-4/+5
| | | | Some smaller clean ups whitepsaces and tabs, use PHP_EOL, Doxygen, etc.
* move all theme initialisation to one place - just after calling module_init. ↵friendica2014-10-201-0/+1
| | | | Revert if there are serious issues, but please note the issues in as much detail as possible so we can work through them.
* When you delete something in /cloud stay in the right folder.Klaus Weidenbach2014-10-141-0/+8
| | | | | | | 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-7/+10
| | | | | | 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.