summaryrefslogtreecommitdiff
path: root/app/webutil.js
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing of query string variablesSamuel Mannehed2021-09-081-1/+1
* Add support for URL fragment parametersyatru2021-09-011-1/+10
* Use Fetch API for getting JSON dataPierre Ossman2020-12-041-32/+0
* Remove unused injectParamIfMissing()Pierre Ossman2020-12-041-30/+0
* Standardize on camelCase in AppSamuel Mannehed2020-05-311-3/+3
* Standardize on camelCase in LoggingSamuel Mannehed2020-05-311-4/+4
* Update copyright to 2019 for modified filesSamuel Mannehed2019-09-301-1/+1
* Remove callbacks from UI in favour of promisesJuanjo Diaz2019-02-271-34/+28
* Change copyright header (#1138)Solly Ross2018-10-091-2/+1
* Enforce space after function namePierre Ossman2018-09-061-13/+13
* Enforce no trailing whitespacePierre Ossman2018-09-061-1/+1
* Use fat arrow functions `const foo = () => { ... };` for callbacksJuanjo Diaz2018-07-121-9/+5
* Prefer const/let over varJuanjo Diaz2018-05-241-30/+40
* Add eslint and fix reported issuesJuanjo Diaz2018-05-241-14/+14
* Use localstorage only to initialize settings mapAndrew Webster2018-02-131-7/+17
* Remove jshint commentsJuanjo Diaz2018-01-311-3/+0
* Remove console statementsJuanjo Diaz2018-01-301-2/+0
* Add missing quotesGiannis Kosmas2017-10-061-1/+1
* Avoid use of 'let' and 'const'Pierre Ossman2017-06-021-1/+1
* Remove trailing whitespaceSamuel Mannehed2017-05-131-1/+1
* Refactor ES6 module structure/split up UtilSolly Ross2017-03-211-39/+29
* Remove WebUtil.load_scriptsSolly Ross2017-03-071-69/+0
* Load translations over XHRSolly Ross2017-03-071-0/+34
* Remove WebUtil.dirObjSolly Ross2017-03-071-29/+0
* Uncomment ES6 module syntaxSolly Ross2017-02-261-4/+2
* Use setCapture() polyfill everywherePierre Ossman2017-02-091-94/+0
* Remove alternative style sheetsPierre Ossman2017-01-041-39/+0
* Use gettext .po files for translationsPierre Ossman2016-11-171-5/+0
* Move app-specific location of language filesSamuel Mannehed2016-10-281-0/+6
* Allow moving the controlbar handleSamuel Mannehed2016-09-231-0/+93
* Clean up UtilSolly Ross2016-09-161-0/+69
* Enable noVNC to become BrowserifiableSolly Ross2016-09-161-0/+281