]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - docs/webapi.txt
webish: make POST /uri?t=upload deposit you on an 'Upload Results' page
[tahoe-lafs/tahoe-lafs.git] / docs / webapi.txt
2008-02-06 Brian Warnerwebish: make POST /uri?t=upload deposit you on an ...
2008-02-06 Brian Warnerwebish: add PUT /uri?mutable=true
2008-02-06 Brian Warnerwebish: add POST /uri?t=upload&mutable=true
2008-02-06 Brian Warnerwebish: add upload/view-uri forms (not associated with...
2008-01-30 nejucomodocs: webapi: Add concise shorthand for options, input...
2007-12-18 Brian Warnerremove the slash-to-bang conversion from CLI tools...
2007-12-05 Brian Warnertest_web.py: add coverage for POST t=check
2007-12-05 Brian Warnerwebish: add POST t=mutable, make it replace files in...
2007-11-09 Brian Warnerdocs/webapi.txt: document the POST t=upload&mutable...
2007-10-15 Zooko O'Whielacronxwebapi.txt: update webapi.txt to reflect the security...
2007-10-11 Brian Warnerdocs/webapi.txt: mention that we default to a --webport...
2007-10-11 Brian Warnerdocs: change our default HTTP port to 8123
2007-10-11 Brian Warnerwebapi.txt: reinstate documentation of the unpleasant...
2007-08-23 Zooko O'Whielacronxwebapi.txt: minor edits
2007-08-23 Zooko O'Whielacronxwebapi.txt edits (thanks to Brian Warner)
2007-08-23 Zooko O'Whielacronxnew improved webapi.txt
2007-08-16 Zooko O'Whielacronxwebapi.txt: s/dirnodes/directories/
2007-08-16 Brian Warnerwebapi.txt: specify replace= behavior on all PUT and...
2007-08-16 Brian Warnerwebapi.txt: clear up underspecified items, replace...
2007-08-15 Zooko O'Whielacronxwebapi.txt: shorter and hopefully clearer description...
2007-08-11 Brian Warnerwebapi.txt: separate out debug/test commands, indicate...
2007-08-10 Brian Warnerwebapi.txt: minor clarifications and examples
2007-08-10 Zooko O'Whielacronxwebapi.txt: put back the manifest feature
2007-08-10 Zooko O'Whielacronxwebapi.txt: put back the localfile feature
2007-08-10 Zooko O'Whielacronxwebapi.txt: add URI-based GET variants
2007-08-10 Zooko O'Whielacronxwebapi.txt: some editing, and remove the localfile...
2007-08-10 Zooko O'Whielacronxwebapi.txt: further refactoring and add a section expla...
2007-08-10 Zooko O'Whielacronxwebapi.txt: further refactoring and editing to clarify...
2007-08-10 Zooko O'Whielacronxwebapi.txt: add "?t=file" flag and reorganize doc to...
2007-08-09 Brian Warnerwebapi.txt: update rfc reference
2007-07-16 Brian Warnerwebish.py: disallow slashes in POSTed filenames. Closes...
2007-07-12 robk-orgadd a 'rename' button to the webish dir view
2007-07-12 robk-orgfix a typo in webapi.txt
2007-07-10 Brian Warnerwebapi: normalized API: use t=upload or t=download...
2007-07-10 Brian Warnerwebapi.txt: note that the 'curl' utility can be used...
2007-07-08 Brian Warnerweb: use real JSON instead of the fake stubs
2007-07-08 Brian Warnerweb: remove t=XML, and other dead code
2007-07-08 Brian Warnerweb: /uri/ must escape slashes, we use bangs for this
2007-07-08 Brian Warnerweb: more test work, now all tests pass, POST too,...
2007-07-07 Brian Warnerwebish.py: add links to JSON/etc representations of...
2007-07-07 Brian Warnerwebapi updates
2007-07-05 Brian Warneradd webapi.txt: explain our plans for the node's webserver