104 Commits

Author SHA1 Message Date
7b8f91af68 add dark mode support 2020-03-30 00:17:20 -05:00
8c4c84e8be update footer text 2020-03-15 00:20:38 -05:00
9e6e650e02 remove details from generic footer 2020-03-15 00:16:46 -05:00
533568d97a Remove Google Analytics tracker 2019-09-05 16:34:21 -05:00
0392fce6c3 Fix XSS by parsing player counts as raw data and validating favicon URIs (#116)
* Fix XSS by parsing player counts as raw data (instead of parsing it)

* Ensure the returned favicon is a data URI

* Force server favicon size to 64px

* Increase specificity of data URI validation

The previous commit would happily accept any domain (or subdomain) that started with "data"
2019-09-05 16:15:44 -05:00
5a1dc9d862 Shrink version indicators since there's so many now 2018-08-24 16:35:53 -05:00
557c581726 Prevent empty version payloads from breaking frontend 2017-10-23 03:20:45 -05:00
106033adb8 Help readability on individual server elements 2017-05-13 11:21:41 -05:00
7bd33c081b Shrink record and versions listing using server-meta 2017-05-13 11:17:31 -05:00
d2ba338cb6 Darken versions listing 2017-05-13 11:11:42 -05:00
7a751c84b5 Add default status text 2017-05-13 11:08:56 -05:00
be01d5c515 Show loading indicators when disconnected 2017-05-13 11:08:19 -05:00
bfcc896e28 Improved Mojang status indicators and better footer 2017-05-13 11:07:50 -05:00
0955e8dbcd Allow custom Graph colors (#76) 2017-04-03 22:10:46 -05:00
42c744b9dd Use tooltip instead of slider text 2017-03-14 21:14:26 -05:00
b4c716d701 Use #hideCaption instead of manual handling 2017-03-14 21:04:38 -05:00
039d1364ea Dynamically resize the 24hr chart 2017-03-14 20:48:07 -05:00
ac0ea0d5d7 3.1.0 (#69) 2017-03-14 17:07:58 -05:00
f1dfe2e21b Add hover effect to percentage bar sections 2017-03-12 11:29:50 -05:00
f9b689199d Simplify the footer 2017-03-11 18:57:35 -06:00
f722f5295a Add new percentage bar feature 2017-03-11 18:52:07 -06:00
2c4f3e0865 3.0.0 2017-03-11 17:44:21 -06:00
02eb405ad7 Recognize and version test 1.11 2016-12-14 17:42:55 -06:00
1595b3e904 Will print the port only if it is custom 2016-10-08 01:15:47 +01:00
487285775f 2.2.2, clean up documentation 2016-07-05 14:11:09 -05:00
c0a5958e85 Remove production config/assets 2016-07-05 12:49:39 -05:00
cf5b07a716 Spice up the header 2016-06-22 04:21:59 -05:00
549f70b14c Correctly left align the tagline 2016-06-22 04:16:54 -05:00
7e08eed875 Fix footer symbols 2016-06-22 04:15:05 -05:00
0eae1e352a Keep this left aligned 2016-06-22 04:14:23 -05:00
2d2455c50b Center align the header 2016-06-22 04:13:17 -05:00
e9d62b302d Update the footer layout 2016-06-22 04:12:59 -05:00
c3ca05e3b4 Center align the footer 2016-06-22 04:12:14 -05:00
0b859bc109 Remove old column structure 2016-06-22 04:10:42 -05:00
62ffb6b601 Tweak status alignment 2016-06-22 04:10:23 -05:00
37d428a953 Fix headers being visible when they shouldn't be 2016-06-21 17:29:11 -05:00
9287f071a4 Give credit for the compass icon 2016-06-20 23:10:28 -05:00
782ca68e4e Add files via upload 2016-06-21 00:09:42 -04:00
348f437c8a Lighten background, keep Mojang status at top 2016-06-20 18:56:07 -05:00
35e5d610aa Final page tweaks 2016-06-20 18:33:27 -05:00
fd381fb28a Move header links into footer 2016-06-20 18:27:11 -05:00
aecb45fe07 Remove category visibility controller 2016-06-20 18:14:06 -05:00
d7e3ebc127 Make the header full-width 2016-06-20 18:10:26 -05:00
41a6a25854 Test servers for 1.10 support 2016-06-08 21:36:35 -05:00
26939910dc Reset lastMojangServiceUpdate on disconnect 2016-04-26 15:15:39 -05:00
ea5fa03d37 A few quick frontend tweaks 2016-03-06 01:27:47 -06:00
ec49a2c07e Unify formatting in main.css 2016-03-01 21:14:42 -06:00
43c284aa8a Show supported versions for PC servers
The Minetrack daemon will send a different protocol version each time
it pings a server. If a server responds with the same protocol version,
it is assumed that the version is supported, and it is shown on the
page above the server's player count.

The list of versions to be tried is stored in config.json.
At the moment, 4 versions are checked:
- 4 (Minecraft 1.7.2)
- 5 (Minecraft 1.7.10)
- 47 (Minecraft 1.8)
- 107 (Minecraft 1.9)
2016-03-01 21:09:38 -06:00
3ed9b85db4 Show category options if there's more than 1 category 2016-02-23 19:21:13 -06:00
9ac6502394 Allow the server to control category visibility 2016-02-23 19:19:15 -06:00