aboutsummaryrefslogtreecommitdiffstats
path: root/mod/cloud.php
Commit message (Expand)AuthorAgeFilesLines
* start to partition the davredmatrix2015-06-101-27/+4
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-171-1/+1
|\
| * more work isolating the projectname from core.redmatrix2015-05-171-1/+1
* | second pass name changeredmatrix2015-05-051-1/+1
* | first pass name changeredmatrix2015-05-051-3/+3
|/
* local_user => local_channelfriendica2015-01-281-1/+1
* revert recent 3.0 changes to mod/cloud so we can work on this completely in a...friendica2015-01-131-30/+19
* theme toggle issue when viewing mod/cloud of another channelfriendica2015-01-121-9/+0
* that was not intended to be merged with master yet. Put it under a definefriendica2015-01-111-2/+36
* begin the grand unification for 3.0. Start by splitting DAV into a web access...friendica2015-01-061-27/+3
* A fix, but I have no case to verify.Klaus2014-10-121-2/+2
* Moved classes from reddav.php into own files.Klaus Weidenbach2014-10-121-2/+2
* dav issuefriendica2014-10-081-1/+0
* Moved RedBrowser class from reddav.php to it's own file.Klaus Weidenbach2014-10-061-12/+18
* Some documentation for include/reddav.php and a bit code cleanup.Klaus Weidenbach2014-10-051-42/+44
* derivative themes not loading parent theme includes when visiting /cloudfriendica2014-07-281-0/+11
* provide os_mkdir to workaround permission issues with php mkdirfriendica2014-07-161-1/+1
* Return a correct timestamp when a folder is empty.Klaus Weidenbach2014-06-291-27/+27
* Display quota and translatable stringsPaolo Tacconi2014-06-251-0/+1
* strip hard-wired zids from posted links as they will have the wrong identity ...friendica2014-02-161-2/+2
* The final piece of the DAV authentication puzzle. Provide a directory view to...friendica2014-01-261-5/+9
* don't prompt guests for a password if they're accessing an embedded public file.friendica2014-01-261-2/+22
* seems you can't easily have a blank password for DAV guests, so the guest pas...friendica2014-01-211-2/+4
* create store directory if it's missing before initialising DAVfriendica2014-01-211-1/+4
* catch auth exceptionsfriendica2014-01-201-2/+7
* strip zid= from REQUEST_URI as well as QUERY_STRING - sabre uses bothfriendica2014-01-191-0/+3
* kill the ummagumma effectfriendica2014-01-161-2/+4
* prevent zid's from reaching the DAV core code.friendica2014-01-161-0/+3
* directory creation error, display localtimes on cloud webpage, doc updatesfriendica2014-01-101-0/+2
* add cloud link to profile_tabs and Comanchify the suckerfriendica2014-01-091-0/+15
* disable web browser post inputs if no storage write permissionfriendica2014-01-051-78/+6
* reddav - basic mkdir support - needs more work to be robustfriendica2014-01-051-0/+2
* the web browser interface for DAV has now got zotfriendica2014-01-051-1/+23
* more dav workfriendica2014-01-031-1/+1
* basic browsing and file retrieval for webdav working - uploads not yet. A lot...friendica2014-01-021-1/+1
* some DAV tweaks before the next round of heavy liftingfriendica2014-01-021-5/+3
* return to working on red-dav; This is a bit of a slog at the moment and the b...friendica2014-01-011-3/+21
* move killme inside module function so that typo worksfriendica2013-10-221-2/+2
* very early cloud demo code - READ THE FRICKIN NOTES and also THE CODE in mod/...friendica2013-10-221-0/+107