noVNC/app
Samuel Mannehed d472f3f19e Abstract RFB errors to avoid sending strings
The API allowed strings to be passed from the RFB module to the
application using the disconnect reason. This caused problems since
the application didn't have control over translations for these
strings.

Most of the information being passed using this string was very
technical and not helpful to the end user. One exception to this was
the security result information regarding for example authentication
failures. The protocol allows the VNC server to pass a string
directly to the user in the security result.

So the disconnect reason is replaced by a boolean saying if the
disconnection was clean or not. And for the security result information
from the server, a new event has been added.
2017-11-14 15:36:12 +01:00
..
images Remove 512x512 icon 2017-02-23 16:29:16 +01:00
locale Remove 'fuzzy' marks that were mistakenly left 2017-10-11 16:20:25 +02:00
sounds Support RFB bell 2016-09-22 11:15:42 +02:00
styles Merge branch 'api' of https://github.com/CendioOssman/noVNC 2017-11-10 14:19:05 +01:00
error-handler.js Avoid use of 'let' and 'const' 2017-06-02 15:41:37 +02:00
ui.js Abstract RFB errors to avoid sending strings 2017-11-14 15:36:12 +01:00
webutil.js Add missing quotes 2017-10-06 14:15:22 +03:00