summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' of https://github.com/nggit/noVNCPierre Ossman2022-11-071-1/+1
|\
| * Fix unrecognized option "p" in busybox psnggit2022-11-071-1/+1
* | expose --file-only option to disable dir listingManoj Ghosh2022-10-201-2/+5
|/
* add support for for enabling authenticationnickcFRU2022-08-231-1/+14
* Rename use_require.js to convert.jsSamuel Mannehed2021-12-011-0/+0
* Follow API changes in commander 7.0.0+Pierre Ossman2021-09-281-2/+4
* add Man page and rename launch.sh to novnc_proxy.Jan Zerebecki2021-06-252-1/+1
* Merge branch 'noie' of https://github.com/CendioOssman/noVNCPierre Ossman2020-12-072-263/+19
|\
| * Remove legacy conversion of modulesPierre Ossman2020-10-152-263/+19
* | Merge branches 'logs' and 'timeout' of https://github.com/jcpunk/noVNCPierre Ossman2020-11-101-1/+12
|\ \
| * | Make timeouts/heartbeats easy to setupPat Riehecky2020-11-091-1/+13
| |/
* | Permit setting syslog on websockifyPat Riehecky2020-10-291-1/+5
|/
* Move snap specific script to snap directoryPierre Ossman2020-06-261-29/+0
* Standardize on camelCase in utilsSamuel Mannehed2020-05-313-136/+136
* Remove unused python scriptsSamuel Mannehed2020-01-022-246/+0
* Don't use arrow functions in legacy loaderPierre Ossman2019-11-121-1/+1
* Load support scripts firstPierre Ossman2019-11-121-1/+3
* Upgrade to latest babelPierre Ossman2019-11-122-11/+7
* Always include Promise polyfill for legacy browsersPierre Ossman2019-11-112-16/+25
* Clean up handling of untransformed filesPierre Ossman2019-11-111-5/+9
* Remove redundant "no copy" checkPierre Ossman2019-11-111-2/+0
* Use proper backticks for generating legacy script tagsPierre Ossman2019-11-111-1/+1
* Use "nomodule" instead of manual checkPierre Ossman2019-09-241-20/+4
* Added a Snap package for noVNC (#1231)Tim Edwards2019-07-252-2/+34
* launch.sh: Check for a local websockify directoryLee Yarwood2019-07-091-1/+1
* Add support for separate key file in launch scriptPierre Ossman2019-06-131-2/+13
* Validate HTML and CSS in TravisPierre Ossman2019-03-261-0/+45
* Change copyright header (#1138)Solly Ross2018-10-094-6/+4
* Enforce space after function namePierre Ossman2018-09-061-1/+1
* Enforce space before code blockPierre Ossman2018-09-061-2/+2
* Enforce explicit semi-colonsPierre Ossman2018-09-062-7/+7
* Enforce no trailing whitespacePierre Ossman2018-09-061-2/+2
* Enforce keyword spacingPierre Ossman2018-09-061-1/+1
* Enforce function namesPierre Ossman2018-09-062-2/+2
* Enforce indentationPierre Ossman2018-09-063-167/+167
* Add a record flag to launch.shbug/fix-test-playbackSolly Ross2018-07-301-1/+5
* Use fat arrow functions `const foo = () => { ... };` for callbacksJuanjo Diaz2018-07-123-31/+26
* Fixes #1075Henry Vindin2018-07-011-5/+8
* Prefer const/let over varJuanjo Diaz2018-05-243-65/+65
* Add transpilation for IE11 and skip linux testsJuanjo Diaz2018-05-241-0/+1
* Add eslint and fix reported issuesJuanjo Diaz2018-05-244-10/+19
* Only use converted modules as legacy fallback for appPierre Ossman2018-02-282-28/+92
* Don't include icons Makefile when packagingPierre Ossman2018-01-051-0/+1
* Remove intermediate files when bundlingPierre Ossman2018-01-052-1/+27
* Convert use_require.js to use promisesPierre Ossman2018-01-052-51/+117
* [infra] fix vendor import paths on built filesSolly Ross2017-10-031-6/+6
* [infra] option to clean on use_require.jsSolly Ross2017-10-031-0/+9
* Adjust import of vendor/ modules in NPM packagePierre Ossman2017-07-041-0/+7
* Properly use babel optsPierre Ossman2017-07-041-1/+1
* Merge branch 'keyboard' of https://github.com/CendioOssman/noVNCPierre Ossman2017-05-042-103/+128
|\