Commit Graph

742 Commits (35e015743167f810a8df8ead5a1ecc14654a756e)
 

Author SHA1 Message Date
Dmitry Maksyoma 35e0157431 vncserver test env: remove unnecessary packages 4 years ago
Dmitry Maksyoma 6fa5b9271f Merge branch 'master' into KASM-1810_yaml_config 4 years ago
j-travis dc4e4ce348
Merge pull request #78 from kasmtech/bugfix/KASM-2108_mobile_ipc
KASM-2108 Update noVNC commit
4 years ago
Mariusz Marciniak b842460724 KASM-2108 Update noVNC commit 4 years ago
Dmitry Maksyoma e4ad356c7d vncserver dev env: no screensaver 4 years ago
matt 26f1b52b70 KASM-2075 update novnc to head of master 4 years ago
j-travis 8c2c099342
Merge pull request #76 from kasmtech/feature/KASM-2001_mobile_keyboard
KASM-2001 Update noVNC commit
4 years ago
Mariusz Marciniak 314e7e9615 KASM-2001 Update noVNC commit 4 years ago
Dmitry Maksyoma 77b97415ef
Add bump-package-version(1) and document it (#74) 4 years ago
Dmitry Maksyoma f79c3b3b11 YAML config WIP 4 years ago
Dmitry Maksyoma 8e96d4cac5 vncserver dev env: add aliases to start/kill/restart Xvnc 4 years ago
Dmitry Maksyoma ab4642aa87 vncserver: fix default config 4 years ago
Dmitry Maksyoma 7ad6810d7f vncserver YAML config: support true and false values 4 years ago
Dmitry Maksyoma 42021dd29a vncserver: YAML config spike 4 years ago
Dmitry Maksyoma 11d3958702 Deb/Rpm: add List::Util dependency 4 years ago
Dmitry Maksyoma 27f0ed29ca vncserver: fix case of -websocketPort not specified 4 years ago
Dmitry Maksyoma 628033af45 Deb/Rpm: set package versions to 0.9.3~beta 4 years ago
Dmitry Maksyoma 3fac7c4947 Refactor vnc_startup.sh 4 years ago
Dmitry Maksyoma 2ecf9a25ed vnc_startup.sh: select XFCE by default 4 years ago
Dmitry Maksyoma a4a8d3aad5 vnc_startup.sh: remove temporary hack 4 years ago
Dmitry Maksyoma d6132154fb vncserver test image: Python specs require a newer Python
Newer Python is available in Ubuntu Focal.
4 years ago
Dmitry Maksyoma 219e2c5cb1 Don't check www.x.org certificate for now (wget) 4 years ago
Dmitry Maksyoma 7cced9dd05 vncserver: fix -websocketPort being ignored 4 years ago
Dmitry Maksyoma f3681c87f9 vncserver: fix -debug 4 years ago
Dmitry Maksyoma 303fde284e vncserver: fix display :0 being ignored on CLI 4 years ago
Dmitry Maksyoma 8cd49ebbf8 vncserver: fix heredoc to work on CentOS 4 years ago
Dmitry Maksyoma bc2e2512e3 vncserver: YAML config spike 4 years ago
mmcclaskey dd276e5e87
Default sendprimary to off (#73)
Co-authored-by: Lauri Kasanen <cand@gmx.com>
4 years ago
mmcclaskey a9434a300d
Feature/kasm 2029 pipeline tweaks (#72)
* update to Gitlab CI pipeline builds
4 years ago
mmcclaskey 6219b85ba8
Feature/kasm 786 arm support (#71)
* KASM-786 ARM Support, with CI pipelines for debian and ubuntu supported operating systems
4 years ago
mmcclaskey d3add8150c
Bugfix/kasm 2004 download spaces (#70)
* Handle spaces in download files, dirlisting

* Disallow / in percent urls

Co-authored-by: Lauri Kasanen <cand@gmx.com>
4 years ago
mmcclaskey 5b28a168d0
Chromeclip (#69)
* Initial binary clipboard support

* Rename -DLP_Clip_Types to -DLP_ClipTypes

* Better handling of websocket frames

* Copy-paste bug in SSE2 scaling to under 0.5x

* Remove old text clipboard

* Bind text to binary clipboard

* Move binclip clear to probing phase

* Off-by-one in sse2 scaling

* Add a clarifying log message for INCR clipboard transfers

* WIP: Update novnc commit

* Fix CentOS pipeline

* webpack fix

* Update novnc commit

* Change some DLP defaults

* update novnc commit

Co-authored-by: Lauri Kasanen <cand@gmx.com>
Co-authored-by: matt <matt@kasmweb.com>
4 years ago
mmcclaskey e6d1b8c3c8
Fix a nonexistent username + empty password passing through (#68)
Co-authored-by: Lauri Kasanen <cand@gmx.com>
4 years ago
mmcclaskey 620dbe558c
[skip CI] Update README 4 years ago
Dmitry Maksyoma aefbb4d143 vncserver: update comment 4 years ago
Dmitry Maksyoma b34fe08786 vncserver refactor: use standard way of calling functions
For somebody coming from Python/Ruby/JavaScript, foo() is easier to
understand than &foo. Also, less noise.
4 years ago
Dmitry Maksyoma ee3b7f9aa5 vncserver: add easy -debug option to pass -log to Xvnc 4 years ago
Dmitry Maksyoma f7254e9708 vncserver: fix -select-de 4 years ago
j-travis bcad19542e
Merge pull request #63 from kasmtech/feature/KASM-1871_scroll_sensitivity
KASM-1871 Add smooth scrolling
4 years ago
Justin Travis 24e21325ef KASM-1871 Pull in submodule from tip of master 4 years ago
Dmitry Maksyoma e3a41bc055 vncserver: use IP when printing browser url 4 years ago
Mariusz Marciniak 0a45fcc700 KASM-1871 Add smooth scrolling
Previously all scrolling relied on "clicking" the up/down or left/right scroll buttons
which made it unprecise and to always scroll at the same speed.

Now we pass the scroll delta directly to the xorg input driver so the scroll is more responsinve and adaptive.
4 years ago
Dmitry Maksyoma 1bda8ab452 Specs: add comments 4 years ago
Dmitry Maksyoma 02ef620f67 vncserver: print browser url to connect to
Add 0.0.0.0 as default interface. Xvnc fails if -interface isn't passed.
4 years ago
mmcclaskey 3f3d31312c
Update README 4 years ago
Dmitry Maksyoma e453c7d73b vncserver: swallow -interface and pass through to Xvnc 4 years ago
j-travis e857b86924
Merge pull request #60 from kasmtech/bugfix/KASM-1985_centos_ca_certs
KASM-1985 Address build failures by updating Centos CA certs
4 years ago
Justin Travis e470021ca6 KASM-1985 Address build failures by updating Centos CA certs 4 years ago
mmcclaskey 5a1f9b9ae2
Update README download link 4 years ago
mmcclaskey 93e47e5d54
Bugfix/kasm 1912 websocket crash (#57)
* Copy-paste bug in SSE2 scaling to under 0.5x

* Better handling of websocket frames

* KASM-1912 websocket crash, scaling bug

Co-authored-by: Lauri Kasanen <cand@gmx.com>
Co-authored-by: matt <matt@kasmweb.com>
4 years ago