aboutsummaryrefslogtreecommitdiffstats
path: root/mod/cloud.php
Commit message (Expand)AuthorAgeFilesLines
* 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