Commit Graph

3691 Commits

Author SHA1 Message Date
Rsl1122
c928979f70 Fixes some links in exported html files 2019-09-26 18:56:05 +03:00
Rsl1122
74067723e1 Updated RedProtect extension
Fixes Sponge compatibility

Affected issues:
- Close #1167
2019-09-26 18:46:21 +03:00
Rsl1122
662569b3c7 Updated CoreProtect extension
Removes 30 day value lookups.

Affected issues:
- Close #1161
2019-09-26 18:31:48 +03:00
Rsl1122
a567d87cdd Old extension data removed after configurable time
Affects issues:
- Close #1131
2019-09-26 18:24:40 +03:00
Rsl1122
1b652952cf Fixed duplicate entries in Player table 2019-09-26 17:37:53 +03:00
Rsl1122
150e08186c Tabs are now persistent (URL) 2019-09-26 17:16:15 +03:00
Rsl1122
506fee8000 Removed fade animation from tabs 2019-09-26 11:29:37 +03:00
Rsl1122
4893c2dd5b Changed player-table error display 2019-09-26 11:25:07 +03:00
Rsl1122
2fb979fc95 Added api as a dependency to other non-common modules 2019-09-26 11:14:46 +03:00
Rsl1122
c0827bd407 Fixed Recent session list cache invalidation 2019-09-26 11:05:18 +03:00
Rsl1122
40d7ff55fe Show player name on debug page for session cache 2019-09-26 10:28:00 +03:00
Rsl1122
7f2ad68014 Fixed player online indicator on Bungee/Velocity 2019-09-26 10:25:15 +03:00
Rsl1122
0c92fbbaa2 Dashes no longer encoded in exported filenames 2019-09-26 10:08:10 +03:00
Rsl1122
7aca4fc0b1 Fixed exporting servers on network
- If server name has odd characters (or spaces) it is now exported
  properly
2019-09-24 18:48:17 +03:00
Rsl1122
b956b71e96 Rewrote page navigation
Old: Used a number in window.localStorage to keep track of what page
     was being looked at
New: Uses page history with #tab-something

Benefits: Middle click works as expected, page history works as expected
Drawbacks: Comparing two players page might require few more clicks

Might need some history manipulation later if it turns out that the
history aspect is too much (No more one-click back arrow).
2019-09-24 18:28:25 +03:00
Rsl1122
2139067ac5 Fixed timezone offset trouble:
- Day by Day graph no longer applies timezone offset twice
- MySQL no longer applies timezone offset on its own
  (Connections set timezone to UTC)
- Server calendar possibly fixed
2019-09-23 18:38:32 +03:00
Rsl1122
68a2c3b571 Fixed compile error 2019-09-22 12:44:23 +03:00
Rsl1122
36da911f84 Translated calendar content 2019-09-22 12:34:54 +03:00
Rsl1122
2fa7689088 Translated dynamic content on Java side 2019-09-22 12:03:27 +03:00
Rsl1122
ab124f155e Fixed amber not being reduced 2019-09-22 11:04:55 +03:00
Rsl1122
bd6c57c376 Night-mode: Dynamic saturation reduction 2019-09-22 10:53:24 +03:00
Rsl1122
1133fb982f Fixed chart height on mobile 2019-09-22 10:07:01 +03:00
Rsl1122
57555e0fd1 Fixed out of bounds player table query 2019-09-22 10:01:16 +03:00
Rsl1122
fd3dd3e313 Added Logo to the plugin enable 2019-09-21 17:06:27 +03:00
Rsl1122
e9f06b22d6 Fixed servers not being displayed on /network page 2019-09-21 15:55:16 +03:00
Rsl1122
a634c6367b Fixed export when server name contains non ascii 2019-09-21 15:45:46 +03:00
Rsl1122
52aaebbd7a Fixed export of network serverPie 2019-09-21 15:45:32 +03:00
Rsl1122
b3bca52d48 Error displayed when json request fails 2019-09-21 15:35:07 +03:00
Rsl1122
46a74d2297 Fixed server calendar needing scrollbar 2019-09-21 15:15:07 +03:00
Rsl1122
dd6f2a1e30 Deleted Command usage related code 2019-09-21 12:51:56 +03:00
Rsl1122
826faa1b1a Deleted IP related code 2019-09-21 12:36:35 +03:00
Rsl1122
cc0737d6da Removed unnecessary Settings class 2019-09-21 12:25:18 +03:00
Rsl1122
f27aece88b Disabled Bukkit/Sponge webserver if Proxy in db 2019-09-21 12:17:04 +03:00
Rsl1122
3c2b73794a Improved json load error messages 2019-09-21 11:31:03 +03:00
Rsl1122
3fb8323103 Allowed server names with cool characters 2019-09-21 11:23:30 +03:00
Rsl1122
f9fb4b6c98 Fixed /players query 2019-09-21 11:17:10 +03:00
Rsl1122
27b2bf10d0 Fixed more sql errors 2019-09-21 11:07:07 +03:00
Rsl1122
dfbfb99b2d Fixed groups appearing multiple times on players table 2019-09-21 10:52:56 +03:00
Rsl1122
59022774b6 Revert attempt to fix duplicate players on Players table 2019-09-21 10:52:35 +03:00
Rsl1122
146c990eb6 Attempt to fix duplicate players on Players table 2019-09-21 10:34:38 +03:00
Rsl1122
74bc647ff1 Flipped network Best/Worst ping 2019-09-21 10:30:23 +03:00
Rsl1122
64e15ad103 PluginData API suspenders for old plugins 2019-09-15 17:25:49 +03:00
Rsl1122
585a2ecf52 Removed debug logging statement 2019-09-15 17:24:33 +03:00
Rsl1122
9abe83b213 Fixed average KDR / Player query
- The query was causing SQLException on some MySQL versions
- The query did not take into account players who haven't been killed
- The query did not take into account players with no kills
2019-09-15 16:22:36 +03:00
Rsl1122
16a25a2470 Version: ALPHA -> BETA 2019-09-15 15:50:37 +03:00
Rsl1122
14a0d262d9 Color of Regulars to match Regulars in graphs 2019-09-15 15:49:47 +03:00
Rsl1122
72386b7b7f Fixed nickname & connection info table scrollbars 2019-09-15 15:42:08 +03:00
Rsl1122
03fcd5e893 Sorted nicknames most recent first /player page 2019-09-15 15:38:19 +03:00
Rsl1122
004364ca61 Fixed Session list displaying UUIDs for online sessions 2019-09-15 15:37:20 +03:00
Rsl1122
e18ec134f6 Optimized (memory) /players page table query 2019-09-15 13:25:19 +03:00