1. 12 Mar, 2012 2 commits
  2. 11 Mar, 2012 5 commits
  3. 09 Mar, 2012 1 commit
  4. 20 Feb, 2012 5 commits
  5. 15 Feb, 2012 1 commit
  6. 14 Feb, 2012 2 commits
  7. 02 Feb, 2012 1 commit
    • Joel Martin's avatar
      Make WebSocket encrypt setting default to page protocol. · 1af3e54b
      Joel Martin authored
      I.e. if the page is https:// then the WebSocket encrypt setting will
      default to wss:// (TLS encryption).
      
      Note that since noVNC settings are saved in cookies, this will only
      affect first load. If you have already loaded the page, then the
      encrypt setting will be whatever you last set it to.
      1af3e54b
  8. 31 Jan, 2012 2 commits
  9. 30 Jan, 2012 2 commits
  10. 29 Jan, 2012 2 commits
  11. 28 Jan, 2012 2 commits
  12. 27 Jan, 2012 1 commit
    • Joel Martin's avatar
      Default path 'websockify' for Clojure Websockify. · 523cc4d6
      Joel Martin authored
      The Jetty WebSocket server code used by the Clojure version of
      websockify doesn't support WebSocket and Web at the same path so pass
      in a default value for the path so that we can support the Clojure
      version websockify.
      523cc4d6
  13. 26 Jan, 2012 1 commit
  14. 25 Jan, 2012 2 commits
  15. 24 Jan, 2012 2 commits
  16. 12 Jan, 2012 3 commits
  17. 05 Jan, 2012 1 commit
  18. 15 Dec, 2011 4 commits
  19. 01 Dec, 2011 1 commit
    • Joel Martin's avatar
      Add View Only mode setting. · 06a9ef0c
      Joel Martin authored
      Resolve issue: https://github.com/kanaka/noVNC/pull/101
      
      Based on proposal from @mightpenguin:
      Matthew Balman <emperor@mightypenguin.org>
      
      If view_only option is set then do not send mouse and keyboard events.
      This is not a secure/enforced way to make a client view only. To
      enforce view only at the server, most VNC servers support setting
      a view only password.
      06a9ef0c