Commit Graph

909 Commits

Author SHA1 Message Date
Rsl1122
028fd180f9 Fixed PlayerTableCreator not calculating Playtime or Login times 2017-09-03 11:49:55 +03:00
Rsl1122
02c86b75bb Batch Operations copyEverything method 2017-09-03 11:46:46 +03:00
Rsl1122
01e65d2214 Batch Operations for UsersTable 2017-09-03 11:22:56 +03:00
Rsl1122
c5e803a41f Fixed onEnable Exception 2017-09-02 17:45:15 +03:00
Rsl1122
328d5e01bf Added equals method to Table 2017-09-02 17:38:07 +03:00
Rsl1122
c8c5b7bd7a Added checks for not copying in the same db. 2017-09-02 17:36:32 +03:00
Rsl1122
1f31f472bd removeUserData methods now have no return value. No Exception -> success. 2017-09-02 17:33:49 +03:00
Rsl1122
003c366fc7 Changed getMatchingNames to use variables 2017-09-02 17:20:10 +03:00
Rsl1122
b82b1dd97e Test for KillsTable getPlayerKills(serverUUID) method & fix for it. 2017-09-02 17:10:00 +03:00
Rsl1122
e78dea9cd9 Added PlayerKills that are not included with the Session objects. 2017-09-02 16:59:32 +03:00
Rsl1122
ff5342ed16 Test for getSessionInfoOfServer 2017-09-02 16:51:30 +03:00
Rsl1122
451ebbf814 World Copy method 2017-09-02 16:28:32 +03:00
Rsl1122
e6414c5c2d Cache Player's inspect page when it is not already cached. 2017-09-02 14:02:42 +03:00
Rsl1122
f514edfc8b Moved Commit tests to DatabaseTest (new method in each test) 2017-09-02 13:56:10 +03:00
Rsl1122
a7715aa4eb Bracket Mistake test for Graphs 2017-09-02 13:36:19 +03:00
Rsl1122
bd7f2b809e Some TODO things done in analysis data. 2017-09-02 13:27:42 +03:00
Rsl1122
555840c238 Fixed SQLException related to Register concurrency. Fixed compile issues. 2017-09-02 12:59:38 +03:00
Rsl1122
6ddaf8dec8 Fixes Clean SQLException of TPS Table 2017-09-02 12:51:40 +03:00
Rsl1122
e8cc93ea21 Batch Insert for UserInfoTable 2017-09-02 12:34:26 +03:00
Rsl1122
5153178a54 Batch Insert for TPSTable 2017-09-02 12:13:54 +03:00
Rsl1122
c990358cd4 Batch Insert for ServerTable 2017-09-02 11:47:34 +03:00
Rsl1122
4061c9c4cd Batch Insert for SecurityTable 2017-09-02 11:34:17 +03:00
Rsl1122
f31c597300 Batch Insert for NicknamesTable 2017-09-02 11:25:32 +03:00
Rsl1122
62f762cf7b Batch Insert for IPsTable 2017-09-02 11:03:28 +03:00
Rsl1122
c1481d7935 Batch Insert for Actions & CommandUse Tables 2017-09-02 00:23:57 +03:00
Rsl1122
feeded7359 Drilldown Module to server.html to fix WorldPie 2017-09-01 19:00:35 +03:00
Rsl1122
d1de63db19 Added "No Data display" module 2017-09-01 18:42:53 +03:00
Rsl1122
0726fe6f4d Removed some <p> tags to fix spacing 2017-09-01 18:36:40 +03:00
Rsl1122
98df78245c Fixed Graphs not being drawn on Analysis page. 2017-09-01 18:35:52 +03:00
Rsl1122
f5fa558d08 Replaced <li> with unicode dots because of spacing. 2017-09-01 18:31:35 +03:00
Rsl1122
d6d880a29e Bolded "No Players" 2017-09-01 18:29:43 +03:00
Rsl1122
efca533c92 Bugfixes, 4.0.0 version bump. 2017-09-01 18:28:17 +03:00
Rsl1122
475f3b83c1 PlayersTableCreator bug fixes 2017-09-01 18:15:38 +03:00
Rsl1122
d5df4381d4 Player Peaks & Single line placeholders to analysis page 2017-09-01 18:15:16 +03:00
Rsl1122
1d4f3237b8 Fix compile issues, Added player counts to analysis page 2017-09-01 17:32:06 +03:00
Rsl1122
63749b913a Max Players to ServerTable 2017-09-01 17:24:34 +03:00
Rsl1122
b04554f5fd Merge pull request #282 from Fuzzlemann/master
PR for 4.0.0 (Fuzzlemann) (12)
2017-09-01 17:12:51 +03:00
Fuzzlemann
1ed8600988 Implements MiscUtils#getMatchingPlayerNames 2017-09-01 13:13:44 +02:00
Fuzzlemann
2be6f7ff90 Add PluginData#getPlaceholder (For placeholder getting without the modifier) 2017-09-01 12:14:36 +02:00
Rsl1122
f2f090d7e9 Fixes Deaths & Mob Kills being reversed on sessions fetched from the db. 2017-08-31 23:38:48 +03:00
Fuzzlemann
eb83601734 Fix tests 2017-08-31 22:33:06 +02:00
Rsl1122
74970d26c1 Merge pull request #280 from Fuzzlemann/master
PR for 4.0.0 (Fuzzlemann) (11)
2017-08-31 23:09:12 +03:00
Fuzzlemann
61f118b827 Add toString() in Session
Fix some tests
2017-08-31 22:08:55 +02:00
Fuzzlemann
5a063ace49 Replace STRING#replace(REMOVED, "") with StringUtils.remove(STRING, REMOVED) (better performance & more readable / understandable) 2017-08-31 21:02:00 +02:00
Fuzzlemann
3579a84a75 Change equals() & hashCode() to using Java 7 Methods
Change toString() to using Apache Lang3 ToStringHelper
Further Cleanup of Tests
2017-08-31 20:39:38 +02:00
Fuzzlemann
dc2b139ac6 Further Cleanup of Tests 2017-08-31 18:44:24 +02:00
Fuzzlemann
825bb45806 Replace removeXSS method with Regex 2017-08-31 17:52:08 +02:00
Fuzzlemann
32a1778298 Start of Cleanup of the tests 2017-08-30 23:45:01 +02:00
Fuzzlemann
7f2616c2f1 Merge branch '4.0.0-BungeeCord-Support' of https://github.com/Rsl1122/Plan-PlayerAnalytics 2017-08-30 20:21:35 +02:00
Fuzzlemann
1e0d860007 Fix checkKey 2017-08-30 20:21:25 +02:00