Rsl1122
|
b357fd4948
|
Added server_id to plan_worlds, plan_world_times, plan_kills
|
2018-04-07 11:19:39 +03:00 |
|
Rsl1122
|
6b73286c8f
|
Fixed HTTPSWebServerAuthTest broken in e687462
|
2018-04-06 11:10:52 +03:00 |
|
Rsl1122
|
979425409f
|
Version Bump to b3
|
2018-04-06 10:57:10 +03:00 |
|
Rsl1122
|
8c38d5e13c
|
Fixed AFKTracker not tracking afk time correctly
|
2018-04-06 10:41:28 +03:00 |
|
Rsl1122
|
8922541191
|
Added active playtime to quick overview on player page
|
2018-04-06 10:23:06 +03:00 |
|
Rsl1122
|
5c60558422
|
Made ActivityIndex use Active playtime instead of time with AFK #538
|
2018-04-06 10:21:00 +03:00 |
|
Rsl1122
|
2c06662661
|
Added AFK to player.html
|
2018-04-06 10:19:15 +03:00 |
|
Rsl1122
|
4be90f69f2
|
Added AFK time to Inspect page (Sessions, Overview)
|
2018-04-06 10:17:34 +03:00 |
|
Rsl1122
|
e6874626bf
|
Changed Test port for WebServer because SonarQube uses 9000 on Travis
|
2018-04-06 10:09:25 +03:00 |
|
Rsl1122
|
0e8b80df32
|
Added AFK time storage to database
|
2018-04-06 10:08:39 +03:00 |
|
Rsl1122
|
9241ef841f
|
Removed old Session constructor usage from outside database
|
2018-04-06 10:00:04 +03:00 |
|
Rsl1122
|
d65dd4ca16
|
Added AFK Listener and tracking #538
|
2018-04-06 09:57:45 +03:00 |
|
Rsl1122
|
20fa9c4665
|
Added AFK Threshold setting
|
2018-04-06 09:30:04 +03:00 |
|
Rsl1122
|
88b3e6cc1b
|
Attempted to fix popovers for Safari
|
2018-04-06 09:06:31 +03:00 |
|
Rsl1122
|
3c250a92f5
|
Added similar softMax to stack graphs as player graphs
|
2018-04-06 09:05:21 +03:00 |
|
Rsl1122
|
a6cc365563
|
Optional getOrElse to Sponge ServerProperties
|
2018-04-05 20:12:29 +03:00 |
|
Rsl1122
|
4dba49f241
|
Moved static future nullification to proper finally block
|
2018-04-05 19:58:21 +03:00 |
|
Rsl1122
|
1ef1910abb
|
Fixed possible stub errors when mocking server implementations
|
2018-04-05 19:44:51 +03:00 |
|
Rsl1122
|
e37af2b392
|
Disabled most sqlite test logs
|
2018-04-05 19:29:49 +03:00 |
|
Rsl1122
|
31eb9851c5
|
Ignored Future<AnalysisData> exceptions
|
2018-04-05 19:23:45 +03:00 |
|
Rsl1122
|
dfc1b87a25
|
Fixed decimal format tests failing on some machines
|
2018-04-05 19:14:47 +03:00 |
|
Rsl1122
|
0e6867ad0d
|
Debug travis dependency install script
|
2018-04-05 19:09:11 +03:00 |
|
Rsl1122
|
078edf4ca9
|
Debug travis dependency install script
|
2018-04-05 19:06:03 +03:00 |
|
Rsl1122
|
36b01ea9c7
|
Fixed travis dependency install script
|
2018-04-05 18:58:13 +03:00 |
|
Rsl1122
|
a864c725c1
|
Debug travis dependency install script
|
2018-04-05 18:56:33 +03:00 |
|
Rsl1122
|
612b68ea68
|
Fixed travis dependency install script
|
2018-04-05 18:52:34 +03:00 |
|
Rsl1122
|
27e333d01f
|
Fixed travis dependency install script
|
2018-04-05 18:49:51 +03:00 |
|
Rsl1122
|
36c40439cb
|
Added Travis CI file #378
|
2018-04-05 18:47:25 +03:00 |
|
Rsl1122
|
5191897795
|
Upped version to b2
|
2018-04-04 21:53:55 +03:00 |
|
Rsl1122
|
5cce54dde6
|
Fixed CriticalRunnable being run twice (#557)
|
2018-04-04 21:52:53 +03:00 |
|
Rsl1122
|
3ff39d43cf
|
Updated plugin bridge jar
|
2018-04-04 21:48:38 +03:00 |
|
Rsl1122
|
b0d19134d2
|
Fixed NoSuchMethodErrors related to PluginBridge #555
|
2018-04-04 21:47:25 +03:00 |
|
Rsl1122
|
6c5b6d13a0
|
Fixed Analysis not refreshing #556
|
2018-04-04 21:42:59 +03:00 |
|
Rsl1122
|
3727b4a9db
|
Version bump to 4.1.7-b1
|
2018-04-04 12:15:33 +03:00 |
|
Rsl1122
|
187ac708f0
|
Updated pluginbridge jar
|
2018-04-04 12:08:03 +03:00 |
|
Rsl1122
|
c25866e99a
|
Removed force refresh from player page #553
|
2018-04-03 10:49:26 +03:00 |
|
Rsl1122
|
a17ab55bc1
|
Fixed player page response when no bukkit servers were online
|
2018-04-02 19:22:38 +03:00 |
|
Rsl1122
|
76aac83cc9
|
Removed OfflinePlayer implementation from PlayerProfile
|
2018-04-02 18:41:12 +03:00 |
|
Rsl1122
|
1f84cd556b
|
Removed PluginData functionality reliant on PlayerProfile OfflinePlayer
|
2018-04-02 18:37:16 +03:00 |
|
Rsl1122
|
28192ee5d5
|
Prepared Sponge related classes for future implementation.
|
2018-04-02 15:11:31 +03:00 |
|
Rsl1122
|
fb994264e7
|
Removed redundant stuff about MySQL page transfer
|
2018-04-02 11:35:01 +03:00 |
|
Rsl1122
|
bf77d6edfa
|
Fixed possible "Database is closed" exceptions on ShutdownHook #546
|
2018-04-02 11:18:57 +03:00 |
|
Rsl1122
|
84eeda66b2
|
Attempted to fix UUIDs ending up in World aliases #549
|
2018-04-02 11:07:39 +03:00 |
|
Rsl1122
|
b1ae7c53c7
|
Fixed /plan m import command #550
|
2018-04-02 09:57:19 +03:00 |
|
Rsl1122
|
abcf2e877a
|
Made server page transfer over HTTP instead of MySQL #531 Fix #542 #552
|
2018-04-02 09:46:36 +03:00 |
|
Rsl1122
|
5fde8f7cc5
|
Made player page transfer over HTTP instead of MySQL #531
|
2018-04-02 09:39:31 +03:00 |
|
Rsl1122
|
26938f4aac
|
Made network page content transferred over HTTP instead of MySQL #531
|
2018-04-02 09:29:46 +03:00 |
|
Rsl1122
|
0350e603c3
|
Made plugins tabs be transferred over HTTP instead of MySQL #531
|
2018-04-02 09:20:19 +03:00 |
|
Rsl1122
|
6424fe4a28
|
Added timezone usage to FormatUtils #551
|
2018-04-01 14:21:49 +03:00 |
|
Rsl1122
|
024a0ab62e
|
Spacing for network page box #540
|
2018-04-01 14:11:36 +03:00 |
|