Commit Graph

3791 Commits

Author SHA1 Message Date
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
dependabot-preview[bot] 783c342b4f Bump HikariCP from 3.4.0 to 3.4.1 in /Plan
Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/brettwooldridge/HikariCP/releases)
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-3.4.0...HikariCP-3.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-19 05:34:13 +00:00
dependabot-preview[bot] cb06de84f8 Bump HikariCP from 3.3.1 to 3.4.0 in /Plan
Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/brettwooldridge/HikariCP/releases)
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-3.3.1...HikariCP-3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-17 05:36:40 +00: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
Rsl1122 2412f5b9d5 Optimized (memory) /server players table query 2019-09-15 13:25:18 +03:00
Risto Lahtela 54f98c9fab
Updated Chinese Locale by qsefthuopq 2019-09-14 16:47:17 +03:00
Rsl1122 813eaf4c81 Fixed exception on boot if settings changed 2019-09-14 11:25:30 +03:00
Rsl1122 9df819b27a Updated contributor list 2019-09-14 11:17:58 +03:00
Rsl1122 56796a6325 Updated contributor list 2019-09-14 11:14:57 +03:00
Rsl1122 e1ab0224e0 Updated Finnish Locale 2019-09-14 10:43:26 +03:00
Rsl1122 31e06bcd69 Fixed backButton appearing on network extension page 2019-09-14 10:32:46 +03:00
yukieiji b657d3ee33 Updated Japanese Locale (#1158)
* Update locale_JA.txt
* locale_JA.txt Update
2019-09-14 10:31:33 +03:00