Commit Graph

1299 Commits

Author SHA1 Message Date
Rsl1122
9b5cdcc9a1 Fixed DebugPageResponse ArrayIndexOutOfBounds resulting in 500 error code 2017-11-23 10:28:06 +02:00
Rsl1122
6d13727bc5 Fixed ServerProfile db sessions not including Kills or WorldTimes 2017-11-23 10:27:37 +02:00
Rsl1122
55244b2f8c Restructured Analysis to use ServerProfile 2017-11-23 00:04:29 +02:00
Rsl1122
c4963c117a ServerProfile get method to database, deprecated old analysis part system 2017-11-22 22:01:51 +02:00
Rsl1122
32fd2dc5aa Session tab accodrdion 2017-11-22 12:36:45 +02:00
Rsl1122
3d84262fef Better icons to error responses 2017-11-22 10:50:53 +02:00
Rsl1122
709ace0e0a tiny doc & debug changes 2017-11-22 10:29:02 +02:00
Rsl1122
a4d8965b28 Nickname table to Inspect page 2017-11-22 10:20:53 +02:00
Rsl1122
f2ce10738c IP table now sorts properly 2017-11-22 10:02:34 +02:00
Rsl1122
2e1a6f6b68 Added IP Timestamp table to Inspect page. #422 2017-11-22 10:00:12 +02:00
Rsl1122
a082069133 IP Timestamp table added to html #422 2017-11-22 09:52:30 +02:00
Rsl1122
e8a1ff6193 players.html, New Html is now ready #431 (Parsing is not) 2017-11-22 09:33:48 +02:00
Rsl1122
23ae10238b Tests for maximum activity index 2017-11-21 19:38:26 +02:00
Rsl1122
dc495e0ca9 Added maximum to playtime dependency of activityIndex 2017-11-21 11:07:48 +02:00
Rsl1122
3742cd65dc Fixed possible backwards compatibility issues with html files in wrong location
(/plugins/Plan/ instead of /plugins/Plan/web/charts/ for example)
2017-11-21 11:01:50 +02:00
Rsl1122
0ff2fe89d6 Started work on Activity Index
- New settings for Activity index
- HasDate interface
- Deprecated more AnalysisUtils methods
- playerStatus HtmlStructure parser
- Online status to Inspect page #408 #396
- JavaDocs for more comparators
- More work on ServerProfile
  - TPS spike count, playerkills, mob kills, deaths, server worldtimes, player peaks, online/offline players
2017-11-21 10:40:39 +02:00
Rsl1122
7e743a4eaf Theme color now stored in localStorage (Stays constant even after browser is closed) 2017-11-20 21:26:04 +02:00
Rsl1122
bf3044cb03 New network.html 2017-11-20 20:58:30 +02:00
Rsl1122
5577771231 Calculating server times from sessions is now possible 2017-11-20 16:44:04 +02:00
Rsl1122
f618a2466e Added forgotten return value :D 2017-11-20 16:15:54 +02:00
Rsl1122
bcca0a7950 Fixed Tests 2017-11-20 16:10:46 +02:00
Rsl1122
6981b222af Added some missing things to InspectPageParser 2017-11-20 16:05:29 +02:00
Rsl1122
8c889698f9 Changed InspectPageParser to use PlayerProfile 2017-11-20 15:53:17 +02:00
Rsl1122
f77eb460cc Updated db IPTable to include last_used & bumped schema version to 13. #422 2017-11-20 15:16:37 +02:00
Rsl1122
86c4e36176 Fixed Compile issues related to latest commit 2017-11-20 14:47:11 +02:00
Rsl1122
b729f00a12 Begun working on PlayerProfile get method to database 2017-11-20 14:42:06 +02:00
Rsl1122
94d8746c9a Work on ServerProfile 2017-11-19 19:08:54 +02:00
Rsl1122
b99d201f0c PlayerProfile data class that makes data easier to manage as code. 2017-11-19 14:30:53 +02:00
Rsl1122
d0c88ddd59 Added more debug for Bungee-Bukkit systems 2017-11-19 12:46:18 +02:00
Rsl1122
30ebf9a59b Revert "Reformat code"
This reverts commit 215241ad91.
2017-11-19 12:35:19 +02:00
Rsl1122
215241ad91 Reformat code 2017-11-19 12:24:57 +02:00
Rsl1122
1dc8e712d4 Code inspection fixes 2017-11-19 12:15:16 +02:00
Rsl1122
d16c50669a player.html 2017-11-18 23:33:33 +02:00
Rsl1122
41877238f1 Work on player page 2017-11-16 19:38:24 +02:00
Rsl1122
c3b3985ef4 Better internal error response 2017-11-16 18:30:52 +02:00
Rsl1122
b02998442a Fixed js & css serving to "wrong" paths, new Error page, better icons for error page 2017-11-16 18:25:07 +02:00
Rsl1122
d00e318bfc Started work on transitioning to Html based on AdminBSB-template
https://gurayyarar.github.io/AdminBSBMaterialDesign/index.html

AdminBSB uses MIT Licence.
2017-11-16 00:00:48 +02:00
Rsl1122
d30866036d Fixes plugin config section overwriting #429 2017-11-14 22:49:32 +02:00
Rsl1122
9accdf8625 Version bump to 4.0.7 2017-11-13 18:55:37 +02:00
Rsl1122
f65fd5ec8c Fixed /plan search resulting every player #414 2017-11-13 18:54:34 +02:00
Rsl1122
7857732b5d Fixes lambda recognition in other places #425 2017-11-13 18:21:19 +02:00
Rsl1122
67102f3c4a Fixes lambda recognition on analysis #425 2017-11-13 18:17:01 +02:00
Rsl1122
390bc50526 Added back Notification for new update 2017-11-13 17:34:43 +02:00
Rsl1122
28865e24ff Fixed config pass filter in debug response 2017-11-13 16:28:40 +02:00
Rsl1122
5162f70e0c Debug information page for easier bug reporting 2017-11-13 16:26:31 +02:00
Rsl1122
5b91374fc1
Merge pull request #424 from Rsl1122/master
Update 4.1.0 branch
2017-11-13 16:24:55 +02:00
Rsl1122
948f5e95d0
Merge pull request #417 from Rsl1122/4.0.5
Pull request for 4.0.6
2017-11-12 20:41:41 +02:00
Rsl1122
697512acfd Fixed Bungee functionality 2017-11-12 20:15:30 +02:00
Rsl1122
f719f81abb Italian Locale by DareDevil 2017-11-11 12:46:57 +02:00
Rsl1122
432ae75d0e Fixed NoSuchMethodError #421 2017-11-11 12:37:19 +02:00