summaryrefslogtreecommitdiffstats
path: root/remoting/webapp
Commit message (Expand)AuthorAgeFilesLines
* Make JS compiler happy about OAUTH2_USE_OFFICEIAL_CLIENT_ID.sergeyu@chromium.org2012-04-241-0/+3
* Unregister host if we fail to start it.sergeyu@chromium.org2012-04-241-0/+3
* Trap exceptions calling getDaemonConfig on ChromeOS.jamiewalch@google.com2012-04-241-1/+6
* Remoting daemon process to support unofficial client IDhclam@chromium.org2012-04-243-0/+14
* Get host id via getDaemonConfig.jamiewalch@google.com2012-04-231-15/+15
* Show client plugin if no hello is received in 0.5s.jamiewalch@google.com2012-04-191-0/+28
* Revert r132818.jamiewalch@google.com2012-04-198-46/+2
* [Chromoting] Display long local host names correctly.simonmorris@chromium.org2012-04-192-7/+4
* Allow Enter to be used to enter a PIN.jamiewalch@google.com2012-04-181-2/+6
* Reduce PIN complexity requirements.jamiewalch@google.com2012-04-182-2/+2
* [Chromoting] Show an error message if the client plugin is disabled.simonmorris@chromium.org2012-04-188-3/+47
* Web-app visual and string tweaks.jamiewalch@google.com2012-04-174-32/+26
* [Chromoting] The webapp revokes OAuth refresh tokens when they will no longer...simonmorris@chromium.org2012-04-172-7/+75
* Source major & minor versions from remoting, build & patch versions from Chrome.wez@chromium.org2012-04-152-19/+10
* [Chromoting] Tweak CL to fix toolbar button positions.simonmorris@chromium.org2012-04-141-6/+1
* Don't register more than one 'connect' event handler per HostTableEntry. Don'...jamiewalch@google.com2012-04-132-15/+32
* CSS rules are not semicolon terminated.jamiewalch@google.com2012-04-121-1/+1
* Remap the right Control key to Cmd when running on ChromeOS.wez@chromium.org2012-04-125-1/+55
* Fix the USB keycode field name in injectKeyEvent API.wez@chromium.org2012-04-101-1/+1
* Test type of daemonState (there will be no exception accessing a missing prop...jamiewalch@google.com2012-04-101-3/+4
* Fix stop/start button state and host name.jamiewalch@google.com2012-04-103-6/+47
* Add config validation for updateDaemonConfig() method.sergeyu@chromium.org2012-04-091-3/+11
* [Chromoting] Clear all localStorage when the user signs out.simonmorris@chromium.org2012-04-093-4/+6
* Store PIN hash in host config.sergeyu@chromium.org2012-04-072-10/+28
* Clean up daemon DOM.jamiewalch@google.com2012-04-063-25/+21
* Move host registration code to the HostController class.sergeyu@chromium.org2012-04-062-181/+131
* Don't propagate the click event if the user disables the daemon.jamiewalch@google.com2012-04-061-2/+6
* Enable alphanumeric input in fullscreen.jamiewalch@google.com2012-04-052-2/+6
* Show the cached host list when loaded, until the fresh list arrives.wez@chromium.org2012-04-051-0/+1
* [Chromoting] Stop the user typing non-digits when setting the daemon PIN.simonmorris@chromium.org2012-04-051-0/+8
* Rename DaemonPlugin class to HostController.sergeyu@chromium.org2012-04-055-54/+55
* Chromoting Me2Me installation flow for Mac.lambroslambrou@chromium.org2012-04-055-19/+88
* [Chromoting] Require that the daemon PIN consists of 6 or more digits.simonmorris@chromium.org2012-04-052-5/+40
* Unregister host on stop.jamiewalch@google.com2012-04-043-2/+22
* [Chromoting] Compare the two daemon PINs specified by the user at daemon inst...simonmorris@chromium.org2012-04-043-3/+25
* Moved special-case handling of 'home' mode.jamiewalch@google.com2012-04-043-32/+29
* [Chromoting] Improve the PIN entry part of the host setup dialog.simonmorris@chromium.org2012-04-042-4/+14
* Add a button to the web-app to send Ctrl-Alt-Delete to the host.wez@chromium.org2012-04-045-0/+58
* Disable click-to-connect while the hostname is being edited.jamiewalch@google.com2012-04-042-12/+19
* Disable daemon UI if unsupported.jamiewalch@google.com2012-04-043-14/+21
* Replace SetDaemonPin() method with UpdateDaemonConfig()sergeyu@chromium.org2012-04-043-6/+11
* [Chromoting] Stop the webapp sending any items that are on the clipboard when...simonmorris@chromium.org2012-04-034-8/+65
* Add ref to client_plugin.js file in main.html.garykac@chromium.org2012-04-031-0/+1
* Added 'why is this safe?' linkjamiewalch@google.com2012-04-033-0/+13
* Filter the local host id from the list.jamiewalch@google.com2012-04-037-34/+141
* Add completion callbacks in the DaemonController interface.sergeyu@chromium.org2012-04-035-92/+187
* Add an apiFeatures property to the client plugin.wez@chromium.org2012-04-034-18/+47
* [Chromoting] The client plugin can pass clipboard items to the webapp.simonmorris@chromium.org2012-04-031-0/+10
* Rename injectKey to injectKeyEvent and add isInjectKeyEventSupported.wez@chromium.org2012-04-023-3/+24
* Save the host id to local storage.jamiewalch@google.com2012-04-021-0/+3