Removed nonexistance makefile target and redundant ch{mod,gp}ing
[invirt/packages/invirt-web.git] / code /
2010-01-19  Paul WeaverCleared up cert language
2010-01-11  Paul WeaverAdded service message to https, modified cert line
2009-12-30  Evan BroderFix modifying powered-on machines.
2009-12-30  Paul WeaverMoved all code for service messages to unauth.make
2009-12-30  Paul Weaverchanged <table> to <div>
2009-12-30  Paul WeaverFixed some style errors
2009-12-30  Paul WeaverAdded some code to display a service message from the...
2009-12-30  Paul Weavermade link to auth using Personal Certificates more...
2009-12-30  Paul WeaverAdded a like for kerberos authentication for the website
2009-12-28  Evan BroderStylize the results box a bit more so it's more visible.
2009-12-28  Evan BroderAdd more user-friendly error handling for common errors...
2009-12-28  Quentin SmithThere's two trs
2009-12-28  Quentin SmithDon't use JavaScript to stripe rows
2009-12-28  Evan BroderAdjust the Makefile shipped with the website to kill...
2009-12-28  Evan BroderAdd label tags to group <input> tags with their labels...
2009-12-27  Evan BroderNuke an extra </form> tag.
2009-12-27  Evan BroderThe <input /> tag is always empty, so having a separate...
2009-12-27  Evan BroderDon't escape a string in one of the Mako templates.
2009-12-27  Evan BroderDon't over-escape Javascript in the web templates.
2009-12-21  Greg Priceinvirt.fcgi: Document wrapper scripts more explicitly. 0.1.1
2009-12-21  Greg PriceFix format string usage.
2009-12-21  Greg Priceinvirt.fcgi: fix usage message, simplify option-parsing...
2009-12-21  Quentin SmithProperly separate the auth.fcgi and unauth.fcgi scripts cherrypy-rebased
2009-12-21  Quentin SmithAdd an icon to be shown when a VM is being installed
2009-12-21  Greg PriceFix dumb mistakes in my r2655.
2009-12-21  Greg PriceDeduplicate the code in auth.fcgi and unauth.fcgi
2009-12-21  Evan BroderDon't calculate static_dir in the fcgi files - we no...
2009-12-21  Evan BroderRemove the "checkpoint" code for timing measurements.
2009-12-20  Evan BroderSetup hosting for static resources in the InvirtWeb and
2009-12-20  Evan BroderUse separate fcgi files for the authed and unauthed...
2009-12-20  Evan BroderFix the unauthenticated web interface.
2009-12-20  Greg Pricecommand: recognize new "internal" name for delete
2009-12-20  Greg Priceview.py: fix long lines
2009-12-20  Greg Priceview.py: double blank lines at toplevel
2009-12-20  Greg Priceview.py: clean up remote_user_login
2009-12-20  Greg Priceview.py: fix a docstring
2009-12-20  Greg Pricemain.py: small Python style improvement
2009-12-20  Greg Pricelist.mako: map/lambda make Guido sad, use a comprehension
2009-12-20  Greg Priceinfo.mako: cut no-longer-used hidden field
2009-12-08  Evan BroderUpdate the cherrypy branch to use authz.afs.cells inste...
2009-12-08  Evan BroderStore AFS cell configuration at authz.afs.cells instead...
2009-11-23  Evan Broder"Cherry-pick" r2557 (Re-arrange the authz configuration...
2009-11-23  Evan BroderRe-arrange the authz configuration.
2009-10-29  Quentin SmithDocument MachineView.__getattr__
2009-10-29  Quentin SmithClarify the operation of MakoHandler
2009-10-29  Quentin SmithRevert "Replace weird username logic with the old logic."
2009-10-29  Greg Pricefix a syntax error from my r2526
2009-10-29  Greg PriceRestore explanatory comment on random.seed().
2009-10-29  Greg Pricestyle tweaks
2009-10-29  Greg Pricetighten a bit of code
2009-10-29  Greg Pricemain.py: FieldStorage is history, so revert to sugared...
2009-10-29  Greg Pricefix super-long lines
2009-10-29  Greg Pricetighten a bit of code
2009-10-29  Greg Pricecut a leftover comment, fix a bit of spacing
2009-10-29  Greg Pricecut uninformative comment and blank line
2009-10-29  Greg Pricemain.fcgi: usage, fix a bit of spacing
2009-10-29  Greg Pricesmall style fix
2009-10-29  Greg PriceReplace weird username logic with the old logic.
2009-10-29  Greg Pricestyle nit
2009-10-29  Paul WeaverRemoved useless method
2009-10-20  Quentin SmithRemove unused external_remote_user_login function
2009-09-29  Evan BroderRevert punting the "moocow" password in invirt-web and 0.0.23
2009-09-29  Evan BroderPunt the "moocow" VNC password - it's dumb, and we...
2009-09-29  Quentin SmithRemove unused template code
2009-09-29  Quentin SmithUse contact address from config on error page
2009-09-29  Evan BroderPunt the "moocow" VNC password - it's dumb, and we... 0.0.22
2009-09-28  Quentin SmithFull error handling
2009-09-28  Quentin SmithUnauthenticated front page
2009-09-28  Quentin SmithMake modify form work
2009-09-27  Quentin SmithImplement administrator mode
2009-08-11  Quentin SmithUpdate the errortest handler for cherrypy
2009-08-10  Evan BroderOnly aklog to a cell if encryption is actually needed.
2009-08-10  Quentin SmithShow installer status on the front page, and unbreak...
2009-08-10  Quentin SmithClarify that staff can receive Windows license keys...
2009-08-10  Quentin SmithWrite handler for create form, and consolidate code...
2009-08-10  Quentin SmithMake commands work from list and info pages
2009-08-10  Quentin SmithUse RESTful URLs for commands
2009-08-10  Evan BroderTranslate newlines to break tags in the machine descrip...
2009-08-09  Quentin SmithMount app on / regardless of whether it's fastcgi
2009-08-09  Quentin SmithPort vnc page to Mako and CherryPy
2009-08-09  Quentin SmithRemove calls to helppopup from outside templates
2009-08-09  Quentin SmithUpgrade info page to Mako, and use REST-style URLs.
2009-08-09  Quentin SmithGet username from cherrypy request object
2009-08-09  Quentin SmithImplement help handler
2009-08-09  Quentin SmithShow the cherrypy request object on the helloworld...
2009-08-09  Quentin SmithUse global imports for Mako templates
2009-08-09  Quentin SmithAllow global imports to be specified for Mako templates
2009-08-09  Quentin SmithMove the help popup code into the templates where it...
2009-08-09  Quentin SmithProvide basic authentication on the development server
2009-08-09  Quentin SmithGet login information from Apache, if available
2009-08-09  Quentin SmithGet username and state from CherryPy request
2009-08-09  Quentin SmithPort list to Mako
2009-08-09  Quentin SmithPort functions to Mako
2009-08-09  Quentin Smithskeleton and helloworld Mako templates
2009-08-09  Quentin SmithAdd list method, require authentication for it, and...
2009-08-09  Quentin SmithConnect to the database on init
2009-08-09  Quentin SmithStub InvirtWeb implementation
2009-08-09  Quentin SmithCherryPy config files
2009-08-09  Quentin SmithMount static resources so they can be accessed via...
2009-08-09  Quentin SmithBasic CherryPy FastCGI handler
next