Commit Graph

1273 Commits

Author SHA1 Message Date
Rsl1122
3889aedddf Begun PluginData conversion, Fixes to containers 2017-11-26 12:53:19 +02:00
Rsl1122
224468e9d2 Analysis Plugin Section html parsing, Version bump to 4.1.0 2017-11-26 12:02:23 +02:00
Rsl1122
973076bb55 Fixed Compile errors, added TODOs for the new Plugin section parsing 2017-11-26 11:27:16 +02:00
Rsl1122
8065d21ee1 Reworked PluginData API completely (Does not compile) 2017-11-26 11:07:08 +02:00
Rsl1122
cc6fbce791 Re-implemented Qinspect command #365 2017-11-25 18:28:14 +02:00
Rsl1122
71de3a7901 Added a couple more "Empty" notifications 2017-11-25 18:14:19 +02:00
Rsl1122
9cdd95c14f Server Accordion to Inspect page 2017-11-25 18:11:38 +02:00
Rsl1122
057cb3b9b3 Fixed network page server specific player charts drawing with wrong width 2017-11-25 17:42:30 +02:00
Rsl1122
1c6375fde7 Fixed some introduced bugs on Bungee:
- Fixed  &nbsp breaking the variable parsing of WebAPI
- Fixed NoClassDefError: SQLiteException on bungee
- Fixed NPE on analysis with 0 players
- Changed "No Sessions" to use <p> instead of <h3>
- Fixed player graphs not rendering on network page
2017-11-25 17:15:40 +02:00
Rsl1122
986515896a target _blank to links that may require more work to get back to
(Opening a session, searching for player)
2017-11-25 13:40:11 +02:00
Rsl1122
d52de52cf0 Server Health Analysis #391 2017-11-25 13:25:08 +02:00
Rsl1122
3222465f13 Server Idle & Downtime calculations 2017-11-25 10:42:29 +02:00
Rsl1122
c7d1b503f2 Server name to Inspect Session Accordion 2017-11-25 10:31:45 +02:00
Rsl1122
e1ffe5e65b Fixed File not Found Exception when on plugins first boot in some cases #433 2017-11-24 19:51:09 +02:00
Rsl1122
c93d956285 Added a sender notification for any exception that happens during reload #433 2017-11-24 19:49:36 +02:00
Rsl1122
6e0b29c114 Ignores "cannot commit" exception on SQLite #433 2017-11-24 19:39:25 +02:00
Rsl1122
b341e2f0eb Attempt to fix Inspect page button and Network "analysis" button, as well as fix drawing of charts on network page 2017-11-23 22:57:55 +02:00
Rsl1122
8ccd9854ba Network page parsing, Fixed error pages in WebAPI mode 2017-11-23 22:12:45 +02:00
Rsl1122
6137eca560 Fixed sessions as table issue 2017-11-23 18:22:56 +02:00
Rsl1122
d63f01ba2c Sessions as table for inspect page 2017-11-23 18:14:19 +02:00
Rsl1122
480b40cfc8 Fixed Playtime calculations for 0 players 2017-11-23 18:09:48 +02:00
Rsl1122
8ad087e1ca Player Stickiness calculations 2017-11-23 17:10:17 +02:00
Rsl1122
c27f9b3a2f Fixed some spacing issues & Added command usage table back to server.html 2017-11-23 14:03:07 +02:00
Rsl1122
8dd54015f6 Fixed SessionsAsTable on Analysis page 2017-11-23 12:00:20 +02:00
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