Commit graph

80 commits

Author SHA1 Message Date
dakrk
1f89ed75c1
Add description meta tag
This is needed for page descriptions on search engines. The existing description meta tag is Open Graph, which is only used by social media/instant messaging services for embeds.

This is a necessary change as the current description that Google chooses is not exactly the most welcoming or informative.
2023-06-18 18:26:10 +01:00
Elijah R
8fae19361a
Merge pull request #11 from MDMCK10/master
Fix #10
2023-06-06 13:24:12 -04:00
MDMCK10
537211a5e3 Fix https://github.com/computernewb/collab-vm-1.2-webapp/issues/10 2023-06-06 18:57:25 +02:00
Elijah R
3d4862e2d1
Merge pull request #9 from MDMCK10/master 2023-05-27 19:45:56 -04:00
MDMCK10
8a26da9616 Fix vote display not being hidden when switching VMs 2023-05-28 01:43:55 +02:00
MDMCK10
daf8541ced
Fix duplicate events + reconnect issues (#8)
* Fix duplicate display events

* oops

* Fix everything else
2023-05-18 22:49:13 +01:00
DarkOK
af48aa7e19
Merge pull request #7 from MDMCK10/master
Bug fixes + small change
2023-05-01 14:57:02 +01:00
MDMCK10
8aa5737921 Bug fixes 2023-04-29 17:50:03 +02:00
elijahr2411
c2058c91b4 really really hacky way to allow admin abuse 2023-04-05 20:52:25 -04:00
Elijah R
17e61b8ed7
typo 2023-03-29 09:26:09 -04:00
Elijah R
23fa979e70
Update README.md 2023-03-29 09:17:01 -04:00
Elijahr2411
3a377a02a5 expose VM name 2023-02-23 16:39:49 -05:00
Elijahr2411
48391c0723 retard proof the restore button 2023-02-23 16:36:55 -05:00
elijahr2411
b4fbd6cb20 fix username bug for real this time 2023-02-15 15:23:32 -05:00
Elijah R
4ea7557285
Update comments in common.js 2023-02-13 14:08:33 -05:00
elijahr2411
0e8cebd3bb fix everything breaking 2023-02-10 09:07:09 -05:00
elijahr2411
262d6fe733 revert common.js 2023-02-10 09:01:19 -05:00
elijahr2411
2ba4307074 I suck at git man
This reverts commit 824c884ed3.
2023-02-10 08:56:59 -05:00
elijahr2411
45774ff2ae add captcha support 2023-02-10 08:52:44 -05:00
elijahr2411
a40199dda0 Merge branch 'master' of github.com:computernewb/collab-vm-1.2-webapp into captcha 2023-02-10 08:51:31 -05:00
Elijahr2411
b677ef4d55 Fix userlist bug on some server implementations 2023-02-08 09:58:25 -05:00
elijahr2411
abbc3950df Merge branch 'master' into internal 2023-02-07 13:01:41 -05:00
elijahr2411
b9ee3dc9f0 fix rename bug 2023-02-07 12:59:47 -05:00
elijahr2411
824c884ed3 autotype 2023-02-05 12:02:24 -05:00
elijahr2411
38ce523e7c fix hover 2023-02-01 08:42:58 -05:00
elijahr2411
20f7b753e2 Make the cards way smaller 2023-01-31 12:01:42 -05:00
elijahr2411
1bf119d68d Add force vote functionality 2023-01-31 12:00:09 -05:00
modeco80
3c17e457d6 Working Babel transpiling 2023-01-29 19:59:45 -05:00
elijahr2411
65ac88f771 Make all guac messages fire an event as opposed to unhandled ones, to make scripting easier 2023-01-29 19:55:25 -05:00
elijahr2411
d5bd23d5db Add XSS implementation (supports both internal and yellows fork) 2023-01-29 17:58:44 -05:00
elijahr2411
517ae3c2e8 Add serve command (npm run serve) 2023-01-29 17:20:46 -05:00
elijahr2411
4c2c4111b7 fix the screenshot being unsavable 2023-01-29 17:06:27 -05:00
elijahr2411
dedd897104 add opengraph embed 2023-01-29 17:00:55 -05:00
elijahr2411
a9c939a3af Fix multiple nodes on the same server being broken (scoping issue, switch to foreach) 2023-01-29 00:10:47 -05:00
elijahr2411
4a5286c6ed ctrl alt del button 2023-01-28 00:03:29 -05:00
elijahr2411
bb7e9f8cd8 remove a buncha stray console.log's I used for debugging oops 2023-01-27 23:53:26 -05:00
elijahr2411
4453f2dc51 auto reconnect on connection close 2023-01-27 23:52:25 -05:00
elijahr2411
b5d08ed72a Add scrolling (which requires refactoring the whole mouse system oops) 2023-01-27 23:05:38 -05:00
elijahr2411
ab464a5283 Add some kewl icons and a send chat button 2023-01-27 22:03:19 -05:00
elijahr2411
08ca372cf9 Add qemu monitor (and fix some atrocious indenting) 2023-01-27 21:41:57 -05:00
elijahr2411
9677ce9886 - remove duplicate variable
- fix error in chatMessage() when processing history
- fix turn timer being delayed by one second
2023-01-27 21:09:34 -05:00
elijahr2411
c4722060b8 Staff usernames are now colored in chat messages 2023-01-27 09:18:18 -05:00
elijahr2411
1a721298b7 Add turn and queue timer 2023-01-26 21:29:23 -05:00
elijahr2411
8dce6c9ac8 The VM list is now sorted alphabetically 2023-01-26 21:20:20 -05:00
elijahr2411
c8708df551 Set charset to unicode 2023-01-26 21:09:07 -05:00
elijahr2411
78ced28219 web standards or something 2023-01-26 20:55:34 -05:00
elijahr2411
0962f9871d add node attribute to each card, for scripting and styling purposes 2023-01-26 20:50:29 -05:00
elijahr2411
04c51508a8 Add user-specific staff options (kick, ban, ipgrab, etc) 2023-01-26 20:34:31 -05:00
Elijah R
5186233293
Merge pull request #3 from dfault-user/master
Add slightly more information and placeholder(?) icon/text
2023-01-26 20:28:50 -05:00
Elijah R
577fb790fb
Merge pull request #1 from HolyNetworkAdapter/patch-1
Update index; add favicon and more links
2023-01-26 20:27:49 -05:00