aboutsummaryrefslogtreecommitdiffstats
path: root/include/reddav.php
Commit message (Expand)AuthorAgeFilesLines
* This should resolve the dav authentication loop (correctly)friendica2014-02-221-0/+2
* Make asset icons work in subdir installs as well.Klaus2014-02-151-1/+1
* Fix call to asset icons in RedBrowser.Klaus2014-02-151-0/+10
* more debugging dav in windows, windows never forgets your dav credentials eve...friendica2014-02-131-0/+1
* reddav - disable assetsfriendica2014-02-131-1/+1
* dav issue when listing protected contents from OS interfacefriendica2014-02-121-7/+26
* better auth logging in davfriendica2014-02-111-0/+12
* don't allow the browser to open uploaded html/css/jsfriendica2014-02-091-1/+12
* fix basic auth with account (not channel) loginfriendica2014-01-301-1/+1
* more testing of chatroom interfaces, also corrected a function call that shou...friendica2014-01-291-1/+1
* seems you can't easily have a blank password for DAV guests, so the guest pas...friendica2014-01-211-0/+6
* add the quota and volume size codefriendica2014-01-211-1/+29
* revert 26dfcecf054e1friendica2014-01-191-6/+2
* Prevent zids messing up davThomas Willingham2014-01-201-3/+5
* Fix dav directory creation.Thomas Willingham2014-01-201-2/+3
* Un-break dav auth.Thomas Willingham2014-01-171-3/+4
* fix folder timestamps and change them when a child DAV file is written tofriendica2014-01-151-5/+31
* dav: throw exception if channel for requested DAV directory is deletedfriendica2014-01-151-12/+18
* mod_attach: output stream wasn't workingfriendica2014-01-111-0/+2
* DAV put() issuesfriendica2014-01-101-1/+6
* other reddav issues, but probably won't fix the empty filefriendica2014-01-101-4/+5
* this may fix filesize 0 issuesfriendica2014-01-101-3/+3
* break delivery loop if an item is deleted twicefriendica2014-01-101-1/+1
* directory creation error, display localtimes on cloud webpage, doc updatesfriendica2014-01-101-2/+6
* only let visitors remove their own files.friendica2014-01-091-2/+10
* add link from DAV web ui to filestorage to set properties or delete or whateverfriendica2014-01-091-0/+8
* wrap the web interface to DAV in a Red page. This is before we make the strin...friendica2014-01-091-0/+181
* remove a lot of extraneous debugging now that most of this stuff basically worksfriendica2014-01-091-63/+28
* This should be approaching completion for file OS storage. May be a few minor...friendica2014-01-081-43/+51
* more work on dav - deletion and a bit more progress on OS storagefriendica2014-01-071-12/+5
* make storage limit service classes apply to accounts, not channels. Also incl...friendica2014-01-071-4/+4
* prepare for OS file storage, and add bbcode attachment link to mod/filestorag...friendica2014-01-061-2/+7
* reddav: improve and cleanup permission checksfriendica2014-01-061-76/+62
* whitespacefriendica2014-01-061-6/+0
* implement storage size limitsfriendica2014-01-051-8/+59
* disable web browser post inputs if no storage write permissionfriendica2014-01-051-0/+89
* make directory hierarchy workfriendica2014-01-051-4/+11
* more syntaxfriendica2014-01-051-1/+1
* typosfriendica2014-01-051-4/+4
* set channel default permissions on file creationfriendica2014-01-051-3/+9
* reddav: bring permissions up to date with recent code changesfriendica2014-01-051-3/+9
* dav uploading actually works - there's just an issue with the AnyClient runni...friendica2014-01-051-2/+2
* some dav cleanupfriendica2014-01-051-6/+7
* reddav - basic mkdir support - needs more work to be robustfriendica2014-01-051-5/+104
* more dav workfriendica2014-01-031-8/+71
* basic browsing and file retrieval for webdav working - uploads not yet. A lot...friendica2014-01-021-59/+126
* some DAV tweaks before the next round of heavy liftingfriendica2014-01-021-67/+193
* return to working on red-dav; This is a bit of a slog at the moment and the b...friendica2014-01-011-14/+102
* docofriendica2013-10-281-0/+18
* a bit more progress on DAV driverfriendica2013-10-271-3/+27