2009-12-20 |
Evan Broder | Use separate fcgi files for the authed and unauthed... |
tree | commitdiff |
2009-12-20 |
Evan Broder | Fix the unauthenticated web interface. |
tree | commitdiff |
2009-12-20 |
Greg Price | command: recognize new "internal" name for delete |
tree | commitdiff |
2009-12-20 |
Greg Price | view.py: fix long lines |
tree | commitdiff |
2009-12-20 |
Greg Price | view.py: double blank lines at toplevel |
tree | commitdiff |
2009-12-20 |
Greg Price | view.py: clean up remote_user_login |
tree | commitdiff |
2009-12-20 |
Greg Price | view.py: fix a docstring |
tree | commitdiff |
2009-12-20 |
Greg Price | main.py: small Python style improvement |
tree | commitdiff |
2009-12-20 |
Greg Price | list.mako: map/lambda make Guido sad, use a comprehension |
tree | commitdiff |
2009-12-20 |
Greg Price | info.mako: cut no-longer-used hidden field |
tree | commitdiff |
2009-12-08 |
Evan Broder | Update the cherrypy branch to use authz.afs.cells inste... |
tree | commitdiff |
2009-11-23 |
Evan Broder | "Cherry-pick" r2557 (Re-arrange the authz configuration... |
tree | commitdiff |
2009-10-29 |
Quentin Smith | Document MachineView.__getattr__ |
tree | commitdiff |
2009-10-29 |
Quentin Smith | Clarify the operation of MakoHandler |
tree | commitdiff |
2009-10-29 |
Quentin Smith | Revert "Replace weird username logic with the old logic." |
tree | commitdiff |
2009-10-29 |
Greg Price | fix a syntax error from my r2526 |
tree | commitdiff |
2009-10-29 |
Greg Price | Restore explanatory comment on random.seed(). |
tree | commitdiff |
2009-10-29 |
Greg Price | style tweaks |
tree | commitdiff |
2009-10-29 |
Greg Price | tighten a bit of code |
tree | commitdiff |
2009-10-29 |
Greg Price | main.py: FieldStorage is history, so revert to sugared... |
tree | commitdiff |
2009-10-29 |
Greg Price | fix super-long lines |
tree | commitdiff |
2009-10-29 |
Greg Price | tighten a bit of code |
tree | commitdiff |
2009-10-29 |
Greg Price | cut a leftover comment, fix a bit of spacing |
tree | commitdiff |
2009-10-29 |
Greg Price | cut uninformative comment and blank line |
tree | commitdiff |
2009-10-29 |
Greg Price | main.fcgi: usage, fix a bit of spacing |
tree | commitdiff |
2009-10-29 |
Greg Price | small style fix |
tree | commitdiff |
2009-10-29 |
Greg Price | Replace weird username logic with the old logic. |
tree | commitdiff |
2009-10-29 |
Greg Price | style nit |
tree | commitdiff |
2009-10-29 |
Paul Weaver | Removed useless method |
tree | commitdiff |
2009-10-20 |
Quentin Smith | Remove unused external_remote_user_login function |
tree | commitdiff |
2009-09-29 |
Evan Broder | Punt the "moocow" VNC password - it's dumb, and we... |
tree | commitdiff |
2009-09-29 |
Quentin Smith | Remove unused template code |
tree | commitdiff |
2009-09-29 |
Quentin Smith | Use contact address from config on error page |
tree | commitdiff |
2009-09-28 |
Quentin Smith | Full error handling |
tree | commitdiff |
2009-09-28 |
Quentin Smith | Unauthenticated front page |
tree | commitdiff |
2009-09-28 |
Quentin Smith | Make modify form work |
tree | commitdiff |
2009-09-27 |
Quentin Smith | Implement administrator mode |
tree | commitdiff |
2009-08-11 |
Quentin Smith | Update the errortest handler for cherrypy |
tree | commitdiff |
2009-08-10 |
Evan Broder | Only aklog to a cell if encryption is actually needed. |
tree | commitdiff |
2009-08-10 |
Quentin Smith | Show installer status on the front page, and unbreak... |
tree | commitdiff |
2009-08-10 |
Quentin Smith | Clarify that staff can receive Windows license keys... |
tree | commitdiff |
2009-08-10 |
Quentin Smith | Write handler for create form, and consolidate code... |
tree | commitdiff |
2009-08-10 |
Quentin Smith | Make commands work from list and info pages |
tree | commitdiff |
2009-08-10 |
Quentin Smith | Use RESTful URLs for commands |
tree | commitdiff |
2009-08-10 |
Evan Broder | Translate newlines to break tags in the machine descrip... |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Mount app on / regardless of whether it's fastcgi |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Port vnc page to Mako and CherryPy |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Remove calls to helppopup from outside templates |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Upgrade info page to Mako, and use REST-style URLs. |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Get username from cherrypy request object |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Implement help handler |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Show the cherrypy request object on the helloworld... |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Use global imports for Mako templates |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Allow global imports to be specified for Mako templates |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Move the help popup code into the templates where it... |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Provide basic authentication on the development server |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Get login information from Apache, if available |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Get username and state from CherryPy request |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Port list to Mako |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Port functions to Mako |
tree | commitdiff |
2009-08-09 |
Quentin Smith | skeleton and helloworld Mako templates |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Add list method, require authentication for it, and... |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Connect to the database on init |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Stub InvirtWeb implementation |
tree | commitdiff |
2009-08-09 |
Quentin Smith | CherryPy config files |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Mount static resources so they can be accessed via... |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Basic CherryPy FastCGI handler |
tree | commitdiff |
2009-08-09 |
Quentin Smith | Mako and SimpleJSON CherryPy hooks |
tree | commitdiff |
2009-12-08 |
Evan Broder | Store AFS cell configuration at authz.afs.cells instead... |
tree | commitdiff |
2009-11-23 |
Evan Broder | Re-arrange the authz configuration. |
tree | commitdiff |
2009-09-29 |
Evan Broder | Revert punting the "moocow" password in invirt-web and 0.0.23 |
tree | commitdiff |
2009-09-29 |
Evan Broder | Punt the "moocow" VNC password - it's dumb, and we... 0.0.22 |
tree | commitdiff |
2009-05-02 |
Greg Price | xen-ips: silently ignore already-present IPs |
tree | commitdiff |
2009-04-17 |
Evan Broder | When creating a new VM, create the disks in the try... |
tree | commitdiff |
2009-04-07 |
Evan Broder | Fix a potential quota hole from cross-realm Hesiod... |
tree | commitdiff |
2009-03-05 |
Evan Broder | Power off VMs after a Javascript popup. |
tree | commitdiff |
2009-02-28 |
Evan Broder | Don't bork of there is no main.fcgi. |
tree | commitdiff |
2009-02-28 |
Evan Broder | Don't use a SA 0.5ism |
tree | commitdiff |
2009-02-28 |
Evan Broder | Start tracking the membership of the adminacl setting... |
tree | commitdiff |
2009-02-27 |
Evan Broder | Use the newly globalized adminacl instead of the old... |
tree | commitdiff |
2009-02-27 |
Quentin Smith | Add "reusable" column for nics, to avoid reusing addres... |
tree | commitdiff |
2009-02-27 |
Peter Iannucci | Fixed other instance of checked attribute |
tree | commitdiff |
2009-02-26 |
Peter Iannucci | Fixed bug pointed out by Broder with vmtype default... |
tree | commitdiff |
2009-02-21 |
Peter Iannucci | Last fix. |
tree | commitdiff |
2009-02-21 |
Peter Iannucci | Using socket.getfqdn |
tree | commitdiff |
2009-02-21 |
Peter Iannucci | Fixed to use uname instead of environ |
tree | commitdiff |
2009-02-21 |
Greg Price | pkill directly rather than fool around with a CGI |
tree | commitdiff |
2009-02-21 |
Peter Iannucci | Fixed the log in link for xvm-dev by using environ... |
tree | commitdiff |
2009-02-17 |
Anders Kaseorg | Don't confuse {KB, MB, GB} with {KiB, MiB, GiB}. 0.0.20 |
tree | commitdiff |
2009-02-17 |
Peter Iannucci | fixed a minor bug in validation.py |
tree | commitdiff |
2009-02-17 |
Peter Iannucci | Added all the other quotas for great win. 0.0.19 |
tree | commitdiff |
2009-02-17 |
Peter Iannucci | RAM quotas at remctl; RAM quota exception script, table... |
tree | commitdiff |
2009-02-15 |
Evan Broder | Don't encrypt requests to the PRDB if config.authz... |
tree | commitdiff |
2009-02-05 |
Evan Broder | For now, revert r2093-2095, which were committed by... |
tree | commitdiff |
2009-02-05 |
Evan Broder | Get rid of confusing err=True option to invirt.remctl... |
tree | commitdiff |
2009-02-01 |
Edward Z. Yang | Changed HTML for info UI to stop using tables for the... 0.0.18 |
tree | commitdiff |
2009-01-31 |
Greg Price | import CodeError in validation.py, since it uses it |
tree | commitdiff |
2009-01-27 |
Evan Broder | Don't assume that the user creating a VM has a locker... |
tree | commitdiff |
2009-01-27 |
Evan Broder | If the autoinstall or initial boot of a VM fails, destr... |
tree | commitdiff |
2009-01-26 |
Evan Broder | Punt on_restart, etc information from Xen, and bootload... |
tree | commitdiff |
next |