jannesblobel
fe2ccb4735
inlang: update translations
2023-01-30 19:25:00 +01:00
jannesblobel
79c82501c4
inlang: update translations
2023-01-30 19:24:42 +01:00
jannesblobel
f72693d6b7
inlang: update translations
2023-01-30 19:24:27 +01:00
jannesblobel
8fc9279572
inlang: update translations
2023-01-30 19:24:12 +01:00
jannesblobel
ed81d5784e
inlang: update translations
2023-01-30 19:23:56 +01:00
jannesblobel
bf67c0bac3
inlang: update translations
2023-01-30 19:23:50 +01:00
jannesblobel
8a153b0ae0
inlang: update translations
2023-01-30 19:23:09 +01:00
jannesblobel
0226435620
inlang: update translations
2023-01-30 19:22:55 +01:00
jannesblobel
bac63b322f
inlang: update translations
2023-01-30 19:22:29 +01:00
jannesblobel
cd70f4a025
inlang: update translations
2023-01-30 19:20:53 +01:00
jannesblobel
1024eb050f
inlang: update translations
2023-01-30 19:19:43 +01:00
jannesblobel
b71702c71f
inlang: update translations
2023-01-30 19:19:15 +01:00
jannesblobel
b7c2310e85
inlang: update translations
2023-01-30 19:19:00 +01:00
jannesblobel
93850be8a7
inlang: update translations
2023-01-30 19:03:23 +01:00
jannesblobel
17a35e3996
inlang: update translations
2023-01-30 19:02:48 +01:00
jannesblobel
f28e17bdeb
inlang: update translations
2023-01-30 19:02:44 +01:00
jannesblobel
4f53549af2
inlang: update translations
2023-01-30 19:02:39 +01:00
jannesblobel
f0dac35ebd
inlang: update translations
2023-01-30 19:00:29 +01:00
jannesblobel
946fb4a806
inlang: update translations
2023-01-30 18:58:58 +01:00
jannesblobel
22f2de7c4d
fix typo in referenceResourcePath
2023-01-30 18:56:55 +01:00
jannesblobel
d437de5823
init config
2023-01-30 18:56:09 +01:00
Pierre Ossman
9985950bfa
Upgrade to latest websockify in snap package
2023-01-26 10:45:26 +01:00
Pierre Ossman
a0e6e7b1d8
Merge branch 'crypto-cleanup-fallback' of https://github.com/pdlan/noVNC
2023-01-20 16:52:32 +01:00
Pierre Ossman
90455eef06
noVNC 1.4.0
2023-01-20 13:58:48 +01:00
Pierre Ossman
51677f5c70
Update json files for new translations
2023-01-20 13:57:20 +01:00
Pierre Ossman
823e7cfca3
Update Swedish translation
2023-01-20 13:56:16 +01:00
pdlan
f974b73137
Cleanup for the cryptographic algorithms that are not supported by SubtleCrypto
2023-01-20 05:54:00 -05:00
Samuel Mannehed
5b7d2a622e
Fix positioning of checkbox checkmark
...
Changing the ::after element to be displayed as 'block' lets it be
positioned using relative. This means we can remove the confusing
"position: relative" from the checkbox.
2023-01-02 14:46:33 +01:00
Pierre Ossman
3553a451d8
Remove redundant meta charset
...
UTF-8 is the default for HTML5 pages anyway.
2022-12-29 13:26:41 +01:00
Pierre Ossman
b76358e9bf
noVNC 1.4.0 beta
2022-12-27 15:39:52 +01:00
Pierre Ossman
5f689f9bc8
Update translation template file
2022-12-27 15:39:11 +01:00
Pierre Ossman
022fc8c374
Improve whitespace handling in translations
...
The HTML source will include line breaks and indentation that is only
for source formatting, and will not be displayed.
2022-12-27 15:39:11 +01:00
Pierre Ossman
367bfd2962
Use JavaScript highlighting for Synax sections
...
Follows what MDN does, and makes things a bit easier to read.
2022-12-27 15:03:32 +01:00
Pierre Ossman
934e3de356
Follow current MDN for syntax examples
...
The now avoid brackets for optional arguments, so let's try to have the
same style.
2022-12-27 15:00:39 +01:00
Pierre Ossman
74fe694cc4
Fix toBlob() documentation
...
These are copy-and-paste errors from the toDataURL() section.
2022-12-27 15:00:13 +01:00
Pierre Ossman
ce534b85c1
Fix indentation of toBlob()/toImage() docs
...
It isn't considered a code block if it isn't indented properly.
2022-12-27 14:58:16 +01:00
Pierre Ossman
caf0ecc99b
Consistent naming of RFB arguments
...
Make sure we call the arguments the same everywhere. Follow-up to commit
44d384b .
2022-12-27 14:55:06 +01:00
Pierre Ossman
ceadcd6e83
Use reference style links in API docs
...
Makes everything a bit more readable.
2022-12-27 14:04:37 +01:00
Pierre Ossman
e16b3b8620
Update feature list
...
Make sure everything is in sync with the current state of things.
2022-12-27 14:04:20 +01:00
Pierre Ossman
d4197932d6
Update copyright year to 2022
2022-12-27 14:03:16 +01:00
Pierre Ossman
7e7e3ac07d
List Joel and Solly as previous members
...
They are no longer active in the project, so list them under a different
section in relevant documents.
2022-12-27 14:02:44 +01:00
Pierre Ossman
1ff2ecd9f0
Merge branch 'ffscroll' of https://github.com/CendioOssman/noVNC
2022-12-27 13:13:48 +01:00
Pierre Ossman
5de478d6e7
Restrict forced panning to known bad platforms
...
Let's not punish systems that implement overlay scrollbars in a
functional way. The only current example is Firefox on Windows 11 and on
Linux.
2022-12-27 12:50:57 +01:00
Pierre Ossman
12a7c6f0de
Check for Android using userAgent
...
Modern Android systems seem to report "Linux" for navigator.platform, so
we can no longer rely on that.
2022-12-27 12:50:57 +01:00
Pierre Ossman
a187821e4f
Add OS checks for Android and ChromeOS
2022-12-27 12:50:57 +01:00
Pierre Ossman
8fb30fb9dc
Add unit tests for OS detection
2022-12-27 12:50:57 +01:00
Pierre Ossman
ee5e3c5fa3
Refine browser detection
...
Try to follow the principle outlined by Mozilla when detecting browsers
and engines.
2022-12-27 12:50:57 +01:00
Pierre Ossman
4a34ee4b1e
Remove navigator check from browser tests
...
This is a fundamental object that should always be present.
2022-12-27 12:50:57 +01:00
Pierre Ossman
88a36370a9
Add unit tests for browser detection
2022-12-27 12:50:57 +01:00
Pierre Ossman
28c9670427
Remove test code for old Chrome
...
We don't care about ancient versions of Chrome anyway, so let's keep
things simple.
2022-12-27 12:50:57 +01:00