mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
151f69d9b5
* download/upload localdir=/localfile= has been removed. This sort of ambient authority was unsafe to expose over the web (CSRF), and at some point soon we'll have 'cp -r' in the CLI to replace it. * GET save=filename -> GET filename=filename&save=true * GET t=download removed * side-effect causing operations now use POST where appropriate, not PUT * to create multiple directories, either use * POST /uri/DIRCAP/parent?t=mkdir&name=child (more form/browser oriented) * POST /uri/DIRCAP/parent/child?t=mkdir (more machine oriented) The t=mkdir-p form is still accepted, but not preferred (since it leaks the child name queryarg into the logs) * use PUT /uri/MUTABLEFILECAP or PUT /uri/DIRCAP/child (on a mutable file) to replace its contents, or POST /same?t=upload from forms * response bodies and codes are better specified than before |
||
---|---|---|
.. | ||
testgrid | ||
about.html | ||
accounts-introducer.txt | ||
accounts-pubkey.txt | ||
architecture.txt | ||
CHK-hashes.svg | ||
CLI.txt | ||
codemap.txt | ||
configuration.txt | ||
denver.txt | ||
dirnodes.txt | ||
file-encoding1.svg | ||
file-encoding2.svg | ||
file-encoding3.svg | ||
file-encoding4.svg | ||
file-encoding5.svg | ||
file-encoding6.svg | ||
helper.txt | ||
install-details.html | ||
install.html | ||
Makefile | ||
mutable-DSA.svg | ||
mutable-DSA.txt | ||
mutable.txt | ||
running.html | ||
subtree1.svg | ||
URI-extension.txt | ||
uri.txt | ||
using.html | ||
webapi.txt | ||
write_coordination.html |