]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/webish.py
Merge pull request #236 from daira/2725.timezone-test.0
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / webish.py
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...
2007-06-25 Brian Warnervdrive: switch to URI:DIR and URI:DIR-RO, providing...
2007-06-15 Brian Warnerwebish: log dirname in mkdir
2007-06-15 Brian Warnerwebish: when mounting a shared directory, don't automat...
2007-06-15 Brian Warnerwebish: add option to export/import shared directories...
2007-06-15 Brian Warnercreate a personal (non-shared) vdrive, in addition...
2007-06-15 Brian Warnerwebish: enable deletion of directories
2007-06-15 Brian Warnerwebish.py: put the URI in a narrower auto-scrolling...
2007-06-15 Brian Warnermake new vdrive work, implement convenience wrapper...
2007-06-15 Brian Warnerrevamp vdrive: nodes with furls. tests still fail.
2007-06-11 Brian Warnerwebish: display program/library versions on the welcome...
2007-06-10 Brian Warnerwebish: show vdrive and introducer connectedness separately
2007-05-25 Zooko O'Whielacronxswitch from FieldStorage.value to FieldStorage.file
2007-05-22 Zooko O'Whielacronxrename all "*PBURL*" to "*FURL*"
2007-05-23 Brian Warnerchange uri-packer-unpacker to deal with dictionaries...
2007-05-16 Zooko O'Whielacronxenable private upload, in which the file is inserted...
next