]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_web.py
remove automatic private dir
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_web.py
2008-01-04 Zooko O'Whielacronxremove automatic private dir
2008-01-03 Zooko O'Whielacronxadd human-encodings of caps, refactor encodings of...
2007-12-25 Brian Warnerrefactor webish.py slightly, improve the test coverage...
2007-12-25 Brian Warnertest_web.py: fix pyflakes error
2007-12-25 Brian Warnertest_web: more coverage of URIPOSTHandler error cases
2007-12-25 Brian Warnertest_web: test POST_upload_no_link against /uri, not...
2007-12-25 Brian Warnertest_web.py: use /uri?t=mkdir instead of /uri/?t=mkdir...
2007-12-20 Zooko O'Whielacronxwebish: add button to make directories and unit test...
2007-12-20 Zooko O'Whielacronxmake the unit test of the overwrite button more general
2007-12-20 Zooko O'Whielacronxmake the wapi/wui [*] support creation of a new directo...
2007-12-19 Brian Warnerdirnode: add set_uris() and set_nodes() (plural), to...
2007-12-20 Zooko O'Whielacronxremove some no-longer needed replacements of "/" with...
2007-12-19 Zooko O'Whielacronxunit test that POST /uri/?t=mkdir works
2007-12-18 Zooko O'Whielacronxmake more precise regexp for WriteableSSKFileURI and...
2007-12-18 Zooko O'Whielacronxfix unit tests to assert that we do *not* link to start...
2007-12-17 Zooko O'Whielacronxput all private state in $BASEDIR/private
2007-12-15 Zooko O'Whielacronxfix the overwrite button and add unit test for it
2007-12-14 Brian Warnertest_web.py: cosmetic, remove leftover trailing space
2007-12-13 Zooko O'Whielacronxremove unimplemented and skipped test for feature that...
2007-12-13 Zooko O'Whielacronxa few documentation and naming convention updates
2007-12-12 Brian Warnertest_web.py: survive localdir/localfile= names with...
2007-12-12 Brian Warnerwebish: append save=true to a GET URL to save-to-disk...
2007-12-07 Zooko O'Whielacronxadd POST /uri?t=upload and tests thereof
2007-12-05 Brian Warnerwebish: fix overwrite form display
2007-12-05 Brian Warnertest_web.py: add coverage for directory listings that...
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-12-05 Brian Warnertest_web.py: remove last use of fake_* methods, remove...
2007-12-05 Brian Warnerrefactor web tests, and interfaces.IFileNode
2007-12-04 Brian Warnerrename dirnode2.py to dirnode.py
2007-12-04 Brian Warnertest_mutable: improve test coverage a bit, add test_fil...
2007-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-11-09 Brian Warnerwebish: add preliminary mutable file support: upload...
2007-10-22 czookomake the anchor text in the WUI be descriptive of the...
2007-10-11 Brian Warnerwebish: write node.url, for the benefit of CLI tools
2007-10-04 Zooko O'Whielacronxmore information SkipTest for XMLRPC
2007-09-17 Brian Warnerwebish: improve test coverage
2007-09-17 Brian Warnerprovisioning.py: get full test coverage
2007-09-07 Brian Warnerprovisioning.py: update test with new encoding-paramete...
2007-09-06 Brian Warnerwebish: implement 'PUT /uri?t=mkdir' (to create anonymo...
2007-09-06 Brian Warnerwebish: implement 'PUT /uri' (to create anonymous files)
2007-08-28 Brian Warnertest_web: improve provisioning.py test coverage a bit...
2007-08-23 Brian Warnerwebish: modify JSON to match zooko's proposed API chang...
2007-08-23 Brian Warnerweb: replace FILE links with /uri -based ones, to preve...
2007-08-22 Brian Warnerweb: remove /vdrive/private, replace with a start.html...
2007-08-16 Zooko O'Whielacronxfix small bug in unit tests which caused spurious failu...
2007-08-15 Brian Warnerwebish: implement replace= for POST commands
2007-08-15 Brian Warnerwebish: implement replace= for PUT commands
2007-08-14 Brian Warnerwebish: look for when_done= in POST fields as well...
2007-08-11 Brian Warnerwebish: localfile=/localdir= are now disabled by defaul...
2007-08-10 Zooko O'Whielacronxfix test_web refactoring so that the WebMixin class...
2007-08-09 Zooko O'Whielacronxrefactor test_web so that other tests can use the part...
2007-07-25 Brian Warnertest_web.py: oops, fix syntax error caused by removing...
2007-07-25 Brian Warnertest_web.py: remove spurious '# YES' lines, now that...
2007-07-22 Brian WarnerCHK: remove the storage index from the URI, deriving...
2007-07-21 Brian Warneruri: implement URI-processing classes, IFileURI/IDirnod...
2007-07-20 Brian Warnerupload: refactor to enable streaming upload. not all...
2007-07-17 Brian Warnerwebish: improve test coverage further
2007-07-17 Brian Warnerwebish: improve test coverage of WebDownloadTarget
2007-07-17 robk-orgadded unit test to webish's rename function
2007-07-16 Brian Warnerwebish: test error cases more thoroughly by looking...
2007-07-16 Brian Warnerwebish.py: disallow slashes in POSTed filenames. Closes...
2007-07-14 Brian Warnerwebish.py: test that _get_or_create_directories fix...
2007-07-12 Brian Warnerfix several methods to handle LIT URIs correctly, rathe...
2007-07-10 Brian Warnerwebapi: normalized API: use t=upload or t=download...
2007-07-08 Brian Warnerweb: use real JSON instead of the fake stubs
2007-07-08 Brian Warnertest_web.test_welcome: give the rooturl a trailing...
2007-07-08 Brian Warnerweb: remove t=XML, and other dead code
2007-07-08 Brian Warnerweb: improve test coverage
2007-07-08 Brian Warnerweb: make sure we present read-only directories properly
2007-07-08 Brian Warnerweb: /uri/ must escape slashes, we use bangs for this
2007-07-08 Brian Warnerweb: remove debug prints
2007-07-08 Brian Warnerweb: more test work, now all tests pass, POST too,...
2007-07-07 Brian Warnerweb: more test work, now all tests either pass or are...
2007-07-07 Brian Warnerwebapi: checkpointing more test progress
2007-07-07 Brian Warnercheckpointing new webapi: not all tests pass yet