]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
add "Available" column to welcome page (#648)
authorLeif Ryge <leif@synthesize.us>
Thu, 20 Nov 2014 22:46:20 +0000 (22:46 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Sun, 23 Nov 2014 06:03:00 +0000 (06:03 +0000)
commit335c2ed06ab97443e1809819bb77b9946bec405c
tree9de266da0e1c4e5e19e2d3ba27e656b15ce0978a
parent9c1beac57b408ec4f9c9192ba787a8dd42c2c907
add "Available" column to welcome page (#648)

add get_available_space() to NativeStorageServer

It uses a new 'available-space' key in the server's v1 version dict, or falls
back to 'maximum-immutable-share-size' (which presently always has the same
value but could have a different meaning in the future).

This is a squash merge of 9773555bb87fab71145ad7a0e84785a4e92d11f7
src/allmydata/storage/server.py
src/allmydata/storage_client.py
src/allmydata/test/test_web.py
src/allmydata/web/root.py
src/allmydata/web/welcome.xhtml