Alexander Zeijlon
b9f172dcdb
Update README.md with ExtendedMouseButtons feature
2025-01-28 11:01:53 +01:00
Pierre Ossman
7f5b51acf3
Consistently use "sentence case" style
...
Try to be more consistent in how we capitalize things. Both the "Title
Case" and "Sentence case" styles are popular, so either would work.
Google and Mozilla both prefer "Sentence case", so let's follow them.
2024-11-27 14:40:40 +01:00
Pierre Ossman
69750c74a6
Raise JavaScript version requirement
...
So that we can use await at module top level.
2024-11-21 13:33:10 +01:00
Mark Peek
c6c8e5e513
Add Zlib encoding
2024-08-16 09:12:43 -07:00
Pierre Ossman
fc11b9d2b0
Remove Twitter links
...
These are not updated anymore as they are not under the control of the
current team.
2024-06-03 14:09:00 +02: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
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
240efb94da
Note contribution from USTC Vlab Team
2022-03-10 15:38:50 +01:00
Tim Edwards
80a7c1dbf1
Update README.md
2022-03-04 16:31:21 +01:00
pykgi6
466f1f9af6
Document binding to localhost in Quick Start
2021-11-24 07:33:08 +00:00
David Tomaschik
98cdc076a0
Tiny typo fix
...
Fix `novnc_procy` to `novnc_proxy` in README.md.
2021-10-27 15:57:36 -07:00
Samuel Mannehed
1afa18f09e
Increase browser version requirements
...
Now that we use ResizeObserver we know that we require more modern
browsers. The most notable ones here are Firefox and Safari.
With regards to Firefox, while the desktop version has had support
since 69, the Android app requires 79. At the time of writing the
current ESR of Firefox is 78, but the concept of ESR doesn't seem to
exist for Android.
The Safari 13 requirement means we no longer support for example iPhone
5S or the 4th generation of the iPad. These are devices from 2013~2014.
2021-09-03 16:52:20 +02:00
Jan Zerebecki
89e206c146
add Man page and rename launch.sh to novnc_proxy.
...
Co-Authored-By: Adam Young <ayoung@redhat.com>
2021-06-25 13:54:04 +02:00
Pierre Ossman
dccf6facdc
Drop support for legacy Edge
2020-10-15 18:53:51 +02:00
Pierre Ossman
c01eb5e74d
Drop support for Internet Explorer
2020-10-15 18:53:51 +02:00
Samuel Mannehed
90ead240c7
Mention gestures in README
2020-06-28 23:01:23 +02:00
Pierre Ossman
6c6776a7a0
Update build badges for GitHub actions
2020-06-24 13:02:03 +02:00
Samuel Mannehed
dbbb676da9
Peter is no longer part of the noVNC team
2019-12-21 00:26:57 +01:00
Pierre Ossman
0b51419ca4
Use "nomodule" instead of manual check
...
Very few browsers are left in the wild that supports modules but not
"nomodule", so let's simplify our handling a bit.
Safari 10 supports modules but not 'nomodule', this means that this
particular version of Safari will be broken. Due to this we have to
bump up the required Safari version to 11.
2019-09-24 15:34:59 +02:00
Tim Edwards
e1d50c8c10
Added a Snap package for noVNC ( #1231 )
...
Creating an Ubuntu Snap package to make noVNC easier to deploy.
Checks for the websockify binary in both the PATH (using which) and in the location where the Snap package places the binary. This is necessary for noVNC to be usable in a Snap. It doesn't affect the original functionality of git cloning websockify if it's not found in PATH or the Snap location.
2019-07-25 22:22:48 +02:00
Samuel Mannehed
f5d76dd5bb
Add translations as a feature
2019-03-21 13:57:16 +01:00
Solly Ross
84586c0f17
Change copyright header ( #1138 )
...
* Change copyright header
This updates the copyright header to say "The noVNC Authors". People
who previously had copyright listings are now under the AUTHORS file.
2018-10-09 12:15:35 +02:00
Pierre Ossman
993a552b2d
Remove as3crypto name from README.md
...
We stopped shipping that many years ago.
2018-02-02 14:04:12 +01:00
Peter Dave Hello
eba7f0648f
Add README.md "Table of Contents" for readability
2018-01-09 21:52:21 +08:00
Pierre Ossman
91e811f7af
Add documentation for integrating noVNC
2017-12-12 08:12:20 +01:00
Pierre Ossman
84f1f7c847
Password prompt now comes after connect
2017-12-12 08:12:20 +01:00
Pierre Ossman
62bfc48759
Don't mention websockify like it's included
...
We split it off to its own thing some time ago, so let's refer to
it that way.
2017-12-12 08:12:20 +01:00
Pierre Ossman
1bc11d7df5
Make browser requirements more vague
...
We have trouble keeping track of things, so state something closer
to reality.
2017-12-08 16:23:56 +01:00
Pierre Ossman
addf16c619
Update licensing information
...
The first page now points to the more complete licensing document,
and some no longer used licenses have been removed.
2017-12-08 16:23:12 +01:00
Pierre Ossman
36edae6d87
Update feature list
...
It wasn't reflecting the current state of things correctly.
2017-12-08 16:14:05 +01:00
Pierre Ossman
b84e6052eb
Improve references to contributing to noVNC
2017-12-08 16:12:43 +01:00
Pierre Ossman
7c9a7dcad8
Avoid linking to individual wiki pages
...
It gets crowded and the wiki might have changed since this document
was updated. Keep a general link to the wiki instead.
2017-12-08 16:12:19 +01:00
Pierre Ossman
45a2717d70
Direct questions to the forum rather than the tracker
2017-12-08 16:07:51 +01:00
Pierre Ossman
b2ac253b28
Clarify that noVNC is both an app and a lib
2017-12-08 16:06:50 +01:00
Samuel Mannehed
440524f9ce
Update browser requirements
2017-11-17 19:24:26 +01:00
Samuel Mannehed
fc64213cec
Update link to API specification
2017-10-24 22:21:42 +02:00
Samuel Mannehed
b573d985e8
Remove dead link to Ganeti Web Manager
2017-10-16 13:12:50 +02:00
Samuel Mannehed
544106c596
Use markdown links in README
2017-10-09 11:06:15 +02:00
Samuel Mannehed
395c6f601c
Add link to website in README
2017-10-09 10:58:24 +02:00
Samuel Mannehed
69300d3c7c
Update readme with new screenshots
2017-05-12 17:10:27 +02:00
Samuel Mannehed
7d73fdf9a4
Replace TigerVNC with MobileVNC
...
TigerVNC doesn't have a built in websocket proxy
2017-01-19 13:45:06 +01:00
Samuel Mannehed
1ec1c512af
Fix screenshot URL's
2017-01-14 11:45:28 +01:00
Samuel Mannehed
adc19ca16e
Change server example
...
Replaced PocketVNC with TigerVNC since the PocketVNC url was broken and the project isn't active anymore.
2017-01-14 11:42:03 +01:00
Samuel Mannehed
5911cfd582
Update to new organization urls
2017-01-14 11:33:36 +01:00
Samuel Mannehed
41f476a863
Add Pierre Ossman to core team
2017-01-12 09:38:23 +01:00
Samuel Mannehed
7629b03ee9
Added more useful links to README
2016-11-22 00:59:11 +01:00
Samuel Mannehed
b55bfcf04b
Formatting cleanup of README
2016-11-22 00:37:52 +01:00
Samuel Mannehed
4cb91c4269
Update browser requirements in README
2016-11-22 00:29:21 +01:00
Samuel Mannehed
0f725a3061
Update description in README
2016-11-22 00:03:28 +01:00
Samuel Mannehed
32ec8f32f4
Add Pierre Ossman as contributor for UI and Icons
2016-11-18 11:15:02 +01:00