]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/webish.py
fix webish unit tests by making node.url file optional
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / webish.py
2008-01-08 robk-tahoefix webish unit tests by making node.url file optional
2008-01-08 robk-tahoereinstate creation of node.url files upon startup
2008-01-04 Zooko O'Whielacronxremove automatic private dir
2007-12-25 Brian Warnerrefactor webish.py slightly, improve the test coverage...
2007-12-25 Brian Warnerwebish: use get_args() everywhere, put .fields=None...
2007-12-25 Brian Warnertest_web: more coverage of URIPOSTHandler error cases
2007-12-25 Brian Warnerwebish: factor out queryargs-or-formargs extraction...
2007-12-20 Zooko O'Whielacronxwebish: add button to make directories and unit test...
2007-12-20 Zooko O'Whielacronxmake the wapi/wui [*] support creation of a new directo...
2007-12-19 Brian Warnerthe new pyflakes is stricter, complaining about functio...
2007-12-18 Zooko O'Whielacronxdo not put a link from the welcoXme page to the start...
2007-12-17 Zooko O'Whielacronxput all private state in $BASEDIR/private
2007-12-15 Zooko O'Whielacronxwe no longer need to replace "/" with "!" in urls
2007-12-15 Zooko O'Whielacronxfix the overwrite button and add unit test for it
2007-12-13 Zooko O'Whielacronxrefactor the feature of getting versions of packages...
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-03 Zooko O'Whielacronxfix several bugs and warnings -- thanks, pyflakes
2007-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-11-10 Zooko O'Whielacronxdon't provide the "overwrite" button if the file is...
2007-11-10 Zooko O'WhielacronxWUI: hook up an "overwrite" button on mutable files
2007-11-09 Brian Warnerwebish: add preliminary mutable file support: upload...
2007-10-31 Brian Warnerwebish.py: handle asynchronous checker results.
2007-10-24 Brian Warnerwebish: tolerate not having a checker, since some unit...
2007-10-24 Brian Warnerwebish: add checker results and a 'Check' button to...
2007-10-27 Zooko O'Whielacronximprove code coverage by removing untested raise Runtim...
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-09-19 Brian Warnerdownload.py: use producer/consumer to reduce memory...
2007-09-17 Brian Warnerwebish: improve test coverage
2007-09-15 Brian Warnerwebish: upload: when the localdir= doesn't exist, say...
2007-09-06 Brian Warnerwebish: implement 'PUT /uri' (to create anonymous files)
2007-08-27 Brian Warneradd a provisioning utility page which shows necessary...
2007-08-25 Brian Warnerwebish: strip leading/tailing whitespace from user...
2007-08-25 Brian Warnerwebish: strip leading/tailing whitespace from user...
2007-08-22 Zooko O'Whielacronxchange name of the query "allow_local_access()?" to...
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 Brian Warnerwebish.py: allow users to delete (but not create) empty...
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-12 Brian Warnerfix pyflakes warnings from recent b32decode change
2007-08-12 Zooko O'Whielacronxdon't over-encode the nodeid many times with ascii...
2007-08-11 Brian Warnerwebish: localfile=/localdir= are now disabled by defaul...
2007-08-11 Brian Warnerwebish: reduce POST memory footprint by overriding...
2007-08-11 Brian Warnerwebish.POSTHandler: fix typo that meant we didn't look...
2007-07-21 Brian Warneruri: implement URI-processing classes, IFileURI/IDirnod...
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: oops, handle POST without localfile= too
2007-07-16 Brian Warnerwebish.py: disallow slashes in POSTed filenames. Closes...
2007-07-14 Brian Warnerwebish.Directory: add a 'text/plain' link for files...
2007-07-14 Brian Warnerwebish.py: test that _get_or_create_directories fix...
2007-07-14 Brian Warnerwebish: handle PUTs to direct children of the root
2007-07-12 robk-orgadd a 'rename' button to the webish dir view
2007-07-12 robk-orgfix bug in arg handling around 'delete' button in direc...
2007-07-11 robk-orginclude the filename on URI-link urls for files
2007-07-13 Brian Warnerwebish.DirnodeWalkerMixin: comment out the code that...
2007-07-12 Brian Warnerfix several methods to handle LIT URIs correctly, rathe...
2007-07-10 Brian Warnerimport simplejson directly, and remove our local copies...
2007-07-10 Brian Warnerwebapi: normalized API: use t=upload or t=download...
2007-07-10 Brian Warnerwebish: cosmetic: fix missing whitespace in HTML
2007-07-08 Brian Warnerweb: indent the JSON to make it easier for humans to...
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: improve test coverage
2007-07-08 Brian Warnerweb: remove more dead code
2007-07-08 Brian Warnerwebish.py: remove dead code
2007-07-08 Brian Warnerweb: /uri/ must escape slashes, we use bangs for this
2007-07-08 Brian Warnerweb: replace welcome-page download-URI form with new...
2007-07-08 Brian Warnerweb: survive bogus URIs when displaying sizes
2007-07-08 Brian Warnerweb: show the root name of the vdrive
2007-07-08 Brian Warnerweb: add a 'return to welcome page' link
2007-07-08 Brian Warnerweb: add when_done to all POST operations, use it from...
2007-07-08 Brian Warnerweb: make 'delete' buttons work again
2007-07-08 Brian Warnerweb: change per-directory forms to match new POST scheme
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 Warnerwebish.py: add links to JSON/etc representations of...
2007-07-07 Brian Warnerwebish: fix ?t=manifest, ?t=xml so they don't throw...
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
2007-07-03 Brian Warnerwebish: provide a valid Content-Length header on downloads
2007-07-03 Brian Warnerwebish: improve reporting of web download errors that...
2007-07-03 Brian Warnerwebish.py: handle errors during download better. Addres...
2007-06-29 Brian Warnerwebish: make each link in the directory name an href...
2007-06-29 Brian Warnerwebish: fix link to private_vdrive
2007-06-28 Brian WarnerAdd the 'vdrive' service, for clients to access the...
2007-06-27 Brian Warnerwebish.py: add a web page to display the manifest for...
2007-06-27 Brian Warnermerge vdrive.py and filetable.py into a single dirnode.py
2007-06-26 Brian Warnerwebish: mark read-only directories as such when listing...
next