| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This updates the .npmignore file to ignore some new files that were
recently added, and to keep the `core` directory, so that noVNC can be
used as an ES6 module from NPM.
This also updates package.json to clean when generating lib files in the
`prepare` phase (which has replaced the `prepublish` phase).
|
|
|
|
|
|
|
|
|
|
| |
This commit restructures many of the ES6 modules, splitting them
up to actual export multiple functions instead of a single object.
It also splits up Util into multiple sub-modules, to make it easier
to maintain.
Finally, localisation is renamed to localization.
|
|
|
|
|
| |
This commit vendors a converted, stripped-down version of Pako which
uses ES6 modules instead of CommonJS modules.
|
|
|
|
|
|
| |
This commit restructures noVNC, splitting it into the core directory
and the app directory, with the former containing core noVNC parts,
and the latter containing parts specific to the application.
|
|
|
|
|
|
|
| |
When `utils/launch.sh` clones websockify, it can be cloned
into the incorrect directory, depending on how `utils/launch.sh`
is run. This commit ensures that websockify is always cloned into
`utils/websockify`.
|
|
|
|
|
|
| |
Relies on the libraries chai and mocha (available via npm from Node.JS).
Add anything installed via npm to the .gitignore file.
|
|
|
|
| |
Also, update nova-novncproxy to import websockify instead of wsproxy.
|
| |
|
| |
|
|
|
|
| |
No sequence numbering and only support b64encoding at the moment.
|
|
|