source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2756   17 years broder Fix race condition in ajaxterm
(edit) @2755   17 years broder Link to the web terminal page from the VM list for paravms
(edit) @2754   17 years broder Compress ajaxterm redraws with gzip, to reduce latency
(edit) @2753   17 years broder Allow reconnecting to the same terminal session
(edit) @2752   17 years broder ajaxterm!
(edit) @2751   17 years broder Add terminal page
(edit) @2750   17 years broder Allow pages to specify extra header elements
(edit) @2749   17 years broder Make ajaxterm play nicely with CherryPy?
(edit) @2748   17 years broder Allow passing a different command for each ajaxterm invocation
(edit) @2747   17 years broder Import upstream ajaxterm 0.10
(edit) @2746   17 years broder Create branch ajaxterm-rebased
(edit) @2745   17 years broder Cleanup invirt-web's cherrypy-rebased -> trunk merge in the git-migration
(edit) @2744   17 years broder Tag 0.1.1 of invirt-web
(edit) @2743   17 years price invirt.fcgi: Document wrapper scripts more explicitly.
(edit) @2742   17 years price Fix format string usage.
(edit) @2741   17 years price invirt.fcgi: fix usage message, simplify option-parsing logic
(edit) @2740   17 years quentin Merge auth.fcgi and unauth.fcgi fixes from the old branch
(edit) @2739   17 years quentin Properly separate the auth.fcgi and unauth.fcgi scripts
(edit) @2738   17 years broder Tag 0.1.0 of invirt-web
(edit) @2737   17 years broder Merge cherrypy-rebased branch of invirt-web into trunk.
(edit) @2736   17 years quentin Add an icon to be shown when a VM is being installed
(edit) @2735   17 years broder The cherrypy branch has been subsumed by the cherrypy-rebased branch.
(edit) @2734   17 years broder Fix dumb mistakes in my r2655.
(edit) @2733   17 years broder Deduplicate the code in auth.fcgi and unauth.fcgi But call the …
(edit) @2732   17 years broder Don't calculate static_dir in the fcgi files - we no longer use it there.
(edit) @2731   17 years broder Remove the "checkpoint" code for timing measurements.
(edit) @2730   17 years broder Setup hosting for static resources in the InvirtWeb? and …
(edit) @2729   17 years broder Use separate fcgi files for the authed and unauthed site. This allows …
(edit) @2728   17 years broder Fix the unauthenticated web interface. Separate the separate …
(edit) @2727   17 years broder Punt some RewriteRules? for deprecated URLs we no longer use.
(edit) @2726   17 years broder command: recognize new "internal" name for delete This fixes the bug …
(edit) @2725   17 years broder Fill in changelog with the many things that changed. I might still be …
(edit) @2724   17 years broder view.py: fix long lines
(edit) @2723   17 years broder view.py: double blank lines at toplevel This is a style convention …
(edit) @2722   17 years broder view.py: clean up remote_user_login Remove dead code, and make the …
(edit) @2721   17 years broder view.py: fix a docstring The first line of a docstring should be …
(edit) @2720   17 years broder main.py: small Python style improvement
(edit) @2719   17 years broder list.mako: map/lambda make Guido sad, use a comprehension In Python …
(edit) @2718   17 years broder info.mako: cut no-longer-used hidden field
(edit) @2717   17 years broder Update the cherrypy branch to use authz.afs.cells instead of just …
(edit) @2716   17 years broder "Cherry-pick" r2557 (Re-arrange the authz configuration.) to the …
(edit) @2715   17 years broder Document MachineView?.getattr
(edit) @2714   17 years broder Make changelog entries describe package changes, not packaging changes
(edit) @2713   17 years broder Clarify the operation of MakoHandler?
(edit) @2712   17 years broder Revert "Replace weird username logic with the old logic." This …
(edit) @2711   17 years broder fix a syntax error from my r2526
(edit) @2710   17 years broder Restore explanatory comment on random.seed().
(edit) @2709   17 years broder style tweaks
(edit) @2708   17 years broder tighten a bit of code
(edit) @2707   17 years broder main.py: FieldStorage? is history, so revert to sugared getitem.
(edit) @2706   17 years broder fix super-long lines
(edit) @2705   17 years broder tighten a bit of code
(edit) @2704   17 years broder cut a leftover comment, fix a bit of spacing
(edit) @2703   17 years broder cut uninformative comment and blank line
(edit) @2702   17 years broder main.fcgi: usage, fix a bit of spacing
(edit) @2701   17 years broder small style fix
(edit) @2700   17 years broder Replace weird username logic with the old logic. remote_user_login() …
(edit) @2699   17 years broder style nit
(edit) @2698   17 years broder Removed useless method
(edit) @2697   17 years broder Remove unused external_remote_user_login function
(edit) @2696   17 years broder Punt the "moocow" VNC password - it's dumb, and we already have our …
(edit) @2695   17 years broder Remove unused template code
(edit) @2694   17 years broder Use contact address from config on error page
(edit) @2693   17 years broder Full error handling
(edit) @2692   17 years broder Unauthenticated front page
(edit) @2691   17 years broder Make modify form work
(edit) @2690   17 years broder Implement administrator mode
(edit) @2689   17 years broder Update the errortest handler for cherrypy
(edit) @2688   17 years broder Only aklog to a cell if encryption is actually needed.
(edit) @2687   17 years broder Show installer status on the front page, and unbreak the autoinstall …
(edit) @2686   17 years broder Clarify that staff can receive Windows license keys from MIT
(edit) @2685   17 years broder Write handler for create form, and consolidate code to require POST …
(edit) @2684   17 years broder Make commands work from list and info pages
(edit) @2683   17 years broder Use RESTful URLs for commands
(edit) @2682   17 years broder Translate newlines to break tags in the machine description.
(edit) @2681   17 years broder Mount app on / regardless of whether it's fastcgi
(edit) @2680   17 years broder Port vnc page to Mako and CherryPy?
(edit) @2679   17 years broder Remove calls to helppopup from outside templates
(edit) @2678   17 years broder Upgrade info page to Mako, and use REST-style URLs.
(edit) @2677   17 years broder Get username from cherrypy request object
(edit) @2676   17 years broder Implement help handler
(edit) @2675   17 years broder Show the cherrypy request object on the helloworld page Add kwargs to …
(edit) @2674   17 years broder Use global imports for Mako templates
(edit) @2673   17 years broder Allow global imports to be specified for Mako templates
(edit) @2672   17 years broder Move the help popup code into the templates where it belongs
(edit) @2671   17 years broder Provide basic authentication on the development server
(edit) @2670   17 years broder Get login information from Apache, if available
(edit) @2669   17 years broder Get username and state from CherryPy? request
(edit) @2668   17 years broder Port list to Mako
(edit) @2667   17 years broder Port functions to Mako
(edit) @2666   17 years broder skeleton and helloworld Mako templates
(edit) @2665   17 years broder Add list method, require authentication for it, and add a hello world …
(edit) @2664   17 years broder Connect to the database on init
(edit) @2663   17 years broder Stub InvirtWeb? implementation
(edit) @2662   17 years broder CherryPy? config files
(edit) @2661   17 years broder Mount static resources so they can be accessed via CherryPy?
(edit) @2660   17 years broder Basic CherryPy? FastCGI handler
(edit) @2659   17 years broder Mako and SimpleJSON CherryPy? hooks
(edit) @2658   17 years broder Depend on python-cherrypy3 and python-mako in preparation of migrating …
(edit) @2657   17 years broder Create branch cherrypy-rebased
Note: See TracRevisionLog for help on using the revision log.