Commit Graph

1941 Commits

Author SHA1 Message Date
Alt, Michael 98ff5993dc Merge branch 'master' of https://github.com/novnc/noVNC
# Conflicts:
#	core/display.js
#	core/rfb.js
#	package.json
2021-07-19 09:23:22 +02:00
Alt, Michael 4b3602e117 expose display 2020-01-21 15:37:53 +01:00
Alt, Michael f1cda55d89 fixed left right rotation 2020-01-20 19:13:03 +01:00
Alt, Michael 12d35f141e use logging library 2020-01-17 12:45:08 +01:00
Alt, Michael 5e83358b5f console.info not showing 2020-01-17 12:19:14 +01:00
Alt, Michael afca5303b9 updated novnc lib 2020-01-17 12:00:17 +01:00
Alt, Michael f6486aa2c3 test url params 2020-01-17 11:39:25 +01:00
Alt, Michael 9f4a734a4e added debugging for scan render que 2020-01-15 16:30:00 +01:00
Gerrit Brehmer beff7f4e08 missing rotation in _rgbImageData 2019-12-19 15:47:42 +01:00
Alt, Michael 9c6bad2bc1 implemented logging property 2019-12-17 14:56:46 +01:00
Alt, Michael 7f0e554dea added logging 2019-12-17 14:46:50 +01:00
Alt, Michael 2d76947751 activated logging 2019-12-17 13:55:46 +01:00
Alt, Michael 89e43f84aa added logging 2019-12-17 13:06:38 +01:00
Alt, Michael c122f76dce test disable flip function 2019-12-17 12:23:03 +01:00
Alt, Michael 2f6430e7be fix 2019-12-17 11:16:51 +01:00
Alt, Michael 6ceaafbc18 fixed damagebounds calculation 2019-12-17 09:13:30 +01:00
Michael Alt 768f85084b
test to trigger pipeline 2019-12-16 17:30:11 +01:00
Michael Alt 063b377aa9
Update package.json 2019-12-16 17:23:42 +01:00
Alt, Michael 95b291b15e tried to fix rotated display 2019-12-16 17:09:57 +01:00
gbrehmer ce52d023b9
Update package.json 2019-12-12 15:30:54 +01:00
gbrehmer 0eff11635d
Update npmpublish.yml 2019-12-12 15:17:30 +01:00
gbrehmer cc858fe080
disable tests 2019-12-12 15:01:37 +01:00
gbrehmer bbb1ef22d4
disable karma tests 2019-12-12 14:59:41 +01:00
gbrehmer 856c53d8bb
bump version 2019-12-12 14:36:04 +01:00
Gerrit Brehmer f00a586066 no message 2019-12-12 14:12:11 +01:00
Gerrit Brehmer 9f66040b13 no message 2019-12-12 14:05:55 +01:00
gbrehmer 6cec417e8c
build npm package 2019-12-12 14:04:19 +01:00
Gerrit Brehmer aa19a0f844 fixed cursor coordinates 2019-12-10 00:26:03 +01:00
Gerrit Brehmer 77f344b6f8 fix 2019-12-09 16:46:26 +01:00
Gerrit Brehmer 947d7eca27 release patch 2019-12-08 23:32:43 +01:00
Gerrit Brehmer 044c673e79 support rotation 2019-12-08 23:32:16 +01:00
Gerrit Brehmer 79d33febb2 release patch 2019-12-08 22:37:57 +01:00
Gerrit Brehmer f0323fd3a5 support rotation 2019-12-08 22:36:58 +01:00
Gerrit Brehmer f3767f7667 release patch 2019-12-08 15:32:21 +01:00
Gerrit Brehmer 3d8153687e fix 2019-12-08 15:31:53 +01:00
gbrehmer ca9b10b2a1
Update package.json 2019-12-08 15:11:26 +01:00
Gerrit Brehmer 64e861eb8e fix 2019-12-08 14:56:02 +01:00
gbrehmer b0a7003f06
Update package.json 2019-12-07 23:29:22 +01:00
gbrehmer 59ad98965d
Update package.json 2019-12-07 23:07:16 +01:00
Gerrit Brehmer 09608fd926 Revert "Create npmpublish.yml"
This reverts commit 108810289b.
2019-12-07 22:50:29 +01:00
Gerrit Brehmer 9e00f79d82 support rotation 2019-12-07 22:27:18 +01:00
gbrehmer 108810289b
Create npmpublish.yml 2019-12-05 23:39:58 +01:00
Chris "Koying" Browet 1c9826140a Add support for Unix Tight auth 2019-12-05 15:46:31 +01:00
Chris Koying Browet 5b453ed4a8 Expand password dialog to work for usernames too
Some VNC authentication schemes use usernames, our UI should support
these.
2019-12-05 15:46:24 +01:00
Samuel Mannehed b39caa7469
Merge pull request #1318 from chrisjdev/emptyPassword
Allow connecting with empty string credentials
2019-12-05 12:15:43 +01:00
Chris J 01d4514dee Allow connecting with empty string credentials
Checking for undefined instead of falsy. That way an empty strings are allowed.
2019-12-05 12:13:11 +01:00
Samuel Mannehed 80b078c469 Add encodeUTF8 function to core/util/strings.js 2019-12-04 10:37:11 +01:00
Pierre Ossman 9f557f5280 Make Cursor.detach() safe to call when not attached
Avoids having checks in higher layers.
2019-11-29 10:08:15 +01:00
Samuel Mannehed 94c89284fc
Fix chinese translation errors
Thanks to @QQ2017 for providing the translation strings
2019-11-28 12:51:32 +01:00
Samuel Mannehed b17f6c6929 Simplify logic for status hierarchy
Removes unnecessary variable
2019-11-25 17:03:55 +01:00