]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/webish.py
webish: this file is too big, start breaking it into pieces, beginning with status
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / webish.py
2008-03-05 Brian Warnerwebish: this file is too big, start breaking it into...
2008-03-05 Brian Warnerwebish: add more mutable-retrieve timing status
2008-03-05 Brian Warnerweb: status: add 'started' timestamps to all operations
2008-03-04 Brian Warnerwebish: add primitive publish/retrieve status pages
2008-03-04 Brian Warnerwebish: download-results: add per-server response times
2008-03-04 Brian Warnerwebish: download-results: add server_problems
2008-03-04 Brian Warnerwebish download results: add servermap, decrypt time
2008-03-04 Brian Warnerwebish: add 'download results', with some basic timing...
2008-03-03 Brian Warnerwebish: make upload timings visible on the recent uploa...
2008-03-01 Brian Warnerwebish: add per-file upload/download status pages
2008-03-01 Brian Warnerretain 10 most recent upload/download status objects...
2008-03-01 Zooko O'Whielacronxwui/wapi/webish: HTML form checkboxes send the value...
2008-03-01 Zooko O'Whielacronxwapi: add POST /uri/$DIRECTORY?t=set_children
2008-02-29 Zooko O'Whielacronxtest: refactor webist.POSTHandler() to have a method...
2008-02-26 Brian Warnerwebish status: distinguish active uploads/downloads...
2008-02-15 Brian Warnerwebish.py: remove some dead code
2008-02-14 Brian Warnerunicode handling: declare dirnodes to contain unicode...
2008-02-15 Zooko O'Whielacronxswitch from base62 to base32 for storage indices, switc...
2008-02-13 Brian Warnerwebish.py: fix for #237: when listing large directories...
2008-02-13 Brian Warnerwebish: flogify the remaining log messages
2008-02-13 Brian Warnerwebish: censor all caps before logging the HTTP request...
2008-02-12 Brian Warnerwebish: add /status page to display current uploads...
2008-02-12 Brian Warnerwebish: add edge metadata to t=json output, including...
2008-02-11 Brian Warnerwebish: display timestamps
2008-02-06 Brian Warnerwebish: more upload stats: total encode-and-push rate...
2008-02-06 Brian Warnerwebish: add when_done= to POST /uri?t=upload . I did...
2008-02-06 Brian WarnerUploadResults: add more helper timing stats (ciphertext...
2008-02-06 Brian Warneradd upload-results timing info for helper uploads....
2008-02-06 Brian Warneradd upload timings and rates to the POST /uri?t=upload...
2008-02-06 Brian Warnerwebish: make POST /uri?t=upload deposit you on an ...
2008-02-06 Brian Warnerwebish.py: refactor /uri handlers, one rend.Page class...
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-02-06 Brian Warnerupload: return an UploadResults instance (with .uri...
2008-02-06 Brian Warnerwebish: add storage-consumed estimate on welcome page
2008-02-06 Brian Warnerwebish: display tahoe import path on the welcome page...
2008-02-06 Brian Warnerwebish: condense display of nickname a little bit
2008-02-06 Brian Warnerwebish: show nickname too
2008-02-06 Brian Warnerwebish: add extra introducer data (version, timestamps...
2008-01-30 Brian Warnerwebish: remove 'URI-link' from directory page, now...
2008-01-30 Brian Warnerwebish: link to directory URIs rather than a child...
2008-01-28 Brian Warnerwebish: upload+localdir=missing should give an error
2008-01-28 Brian Warnerwebish: oops, unit tests don't have an Uploader, don...
2008-01-28 Brian Warnerdisplay the Helper FURL and our connection status on...
2008-01-23 robk-tahoetweak webish to use resource_filename to find css and...
2008-01-10 robk-tahoeadded tweaked sibpath implementation
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...
next