Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix basic auth with account (not channel) login | friendica | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | more testing of chatroom interfaces, also corrected a function call that ↵ | friendica | 2014-01-29 | 1 | -1/+1 |
| | | | | should have been a class instantiation in reddav | ||||
* | seems you can't easily have a blank password for DAV guests, so the guest ↵ | friendica | 2014-01-21 | 1 | -0/+6 |
| | | | | password is now +++ | ||||
* | add the quota and volume size code | friendica | 2014-01-21 | 1 | -1/+29 |
| | |||||
* | revert 26dfcecf054e1 | friendica | 2014-01-19 | 1 | -6/+2 |
| | |||||
* | Prevent zids messing up dav | Thomas Willingham | 2014-01-20 | 1 | -3/+5 |
| | |||||
* | Fix dav directory creation. | Thomas Willingham | 2014-01-20 | 1 | -2/+3 |
| | |||||
* | Un-break dav auth. | Thomas Willingham | 2014-01-17 | 1 | -3/+4 |
| | |||||
* | fix folder timestamps and change them when a child DAV file is written to | friendica | 2014-01-15 | 1 | -5/+31 |
| | |||||
* | dav: throw exception if channel for requested DAV directory is deleted | friendica | 2014-01-15 | 1 | -12/+18 |
| | |||||
* | mod_attach: output stream wasn't working | friendica | 2014-01-11 | 1 | -0/+2 |
| | |||||
* | DAV put() issues | friendica | 2014-01-10 | 1 | -1/+6 |
| | |||||
* | other reddav issues, but probably won't fix the empty file | friendica | 2014-01-10 | 1 | -4/+5 |
| | |||||
* | this may fix filesize 0 issues | friendica | 2014-01-10 | 1 | -3/+3 |
| | |||||
* | break delivery loop if an item is deleted twice | friendica | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | directory creation error, display localtimes on cloud webpage, doc updates | friendica | 2014-01-10 | 1 | -2/+6 |
| | |||||
* | only let visitors remove their own files. | friendica | 2014-01-09 | 1 | -2/+10 |
| | |||||
* | add link from DAV web ui to filestorage to set properties or delete or whatever | friendica | 2014-01-09 | 1 | -0/+8 |
| | |||||
* | wrap the web interface to DAV in a Red page. This is before we make the ↵ | friendica | 2014-01-09 | 1 | -0/+181 |
| | | | | strings translateable and put it in a template. | ||||
* | remove a lot of extraneous debugging now that most of this stuff basically works | friendica | 2014-01-09 | 1 | -63/+28 |
| | |||||
* | This should be approaching completion for file OS storage. May be a few ↵ | friendica | 2014-01-08 | 1 | -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 storage | friendica | 2014-01-07 | 1 | -12/+5 |
| | |||||
* | make storage limit service classes apply to accounts, not channels. Also ↵ | friendica | 2014-01-07 | 1 | -4/+4 |
| | | | | include a css file that was missing from work yesterday. | ||||
* | prepare for OS file storage, and add bbcode attachment link to ↵ | friendica | 2014-01-06 | 1 | -2/+7 |
| | | | | mod/filestorage. This isn't beautiful, but it's a start. | ||||
* | reddav: improve and cleanup permission checks | friendica | 2014-01-06 | 1 | -76/+62 |
| | |||||
* | whitespace | friendica | 2014-01-06 | 1 | -6/+0 |
| | |||||
* | implement storage size limits | friendica | 2014-01-05 | 1 | -8/+59 |
| | |||||
* | disable web browser post inputs if no storage write permission | friendica | 2014-01-05 | 1 | -0/+89 |
| | |||||
* | make directory hierarchy work | friendica | 2014-01-05 | 1 | -4/+11 |
| | |||||
* | more syntax | friendica | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | typos | friendica | 2014-01-05 | 1 | -4/+4 |
| | |||||
* | set channel default permissions on file creation | friendica | 2014-01-05 | 1 | -3/+9 |
| | |||||
* | reddav: bring permissions up to date with recent code changes | friendica | 2014-01-05 | 1 | -3/+9 |
| | |||||
* | dav uploading actually works - there's just an issue with the AnyClient ↵ | friendica | 2014-01-05 | 1 | -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 cleanup | friendica | 2014-01-05 | 1 | -6/+7 |
| | |||||
* | reddav - basic mkdir support - needs more work to be robust | friendica | 2014-01-05 | 1 | -5/+104 |
| | |||||
* | more dav work | friendica | 2014-01-03 | 1 | -8/+71 |
| | |||||
* | basic browsing and file retrieval for webdav working - uploads not yet. A ↵ | friendica | 2014-01-02 | 1 | -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 lifting | friendica | 2014-01-02 | 1 | -67/+193 |
| | |||||
* | return to working on red-dav; This is a bit of a slog at the moment and the ↵ | friendica | 2014-01-01 | 1 | -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. | ||||
* | doco | friendica | 2013-10-28 | 1 | -0/+18 |
| | |||||
* | a bit more progress on DAV driver | friendica | 2013-10-27 | 1 | -3/+27 |
| | |||||
* | include/reddav.php is the glue between Red attachments and the SabreDav ↵ | friendica | 2013-10-26 | 1 | -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. |