aboutsummaryrefslogtreecommitdiffstats
path: root/include/reddav.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵friendica2014-01-091-0/+181
| | | | strings translateable and put it in a template.
* 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 ↵friendica2014-01-081-43/+51
| | | | minor bugs remaining due to some late-breaking fixes but I've been testing it as I go.
* 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 ↵friendica2014-01-071-4/+4
| | | | include a css file that was missing from work yesterday.
* prepare for OS file storage, and add bbcode attachment link to ↵friendica2014-01-061-2/+7
| | | | mod/filestorage. This isn't beautiful, but it's a start.
* 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 ↵friendica2014-01-051-2/+2
| | | | running through a proxy. There are probably still some issues with tree structure, but you should be able to use your personal cloud in your top level storage directory now.
* 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 ↵friendica2014-01-021-59/+126
| | | | lot of permissions stuff is in place so it's marginally (but probably not completely) permission controlled
* 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 ↵friendica2014-01-011-14/+102
| | | | basic framework isn't even close to working. This does break the working test we did have (which was never connected to the Red backend). Now we're starting to connect Red and DAV together intimately. There will probably be some twists and turns along the way as we get the information we need into all the class objects that need them. But the important part is that the RedDirectory and RedFile classes are loading without throwing white screens and from here we can use logging to figure out what the DAV front end is trying to do and what it is passing to the backend and hopefully figure out what it expects to do with the results. Unless you're a competent developer with a strong background in OOP and are helping develop this code, you should keep it an arm's length away from any production site and don't even think of enabling it. By default it is turned off.
* docofriendica2013-10-281-0/+18
|
* a bit more progress on DAV driverfriendica2013-10-271-3/+27
|
* include/reddav.php is the glue between Red attachments and the SabreDav ↵friendica2013-10-261-0/+154
interfaces. Much work remains beofre we're ready to actually use this interface. Think of it as a conceptual outline and I'm starting to fill it in from the top down.