Commit Graph

3599 Commits

Author SHA1 Message Date
Rsl1122
ad7f8c5631 Fixed TimeAmountFormatter 0s formatting 2019-09-03 09:31:50 +03:00
Rsl1122
93600b74ed Simplified endpoint parameters 2019-09-03 09:31:50 +03:00
Rsl1122
da04c431b6 Implemented performance tab endpoint 2019-09-03 09:31:49 +03:00
Rsl1122
2d5890ff69 Implemented Ping graph endpoint 2019-09-03 09:31:49 +03:00
Rsl1122
524e598664 Fixed some minor code smells 2019-09-03 09:31:48 +03:00
Rsl1122
27e5436785 Added missing license header 2019-09-03 09:31:48 +03:00
Rsl1122
49ea2fbfe9 Implemented geolocation graph endpoint 2019-09-03 09:31:48 +03:00
Rsl1122
f9bfb35a94 Implemented Playerbase endpoint 2019-09-03 09:31:48 +03:00
Rsl1122
5f25330b12 Implemented Playerbase graphs
- Implemented graph `activity` type.
- Improved ActivityIndex count query
- StackGraph now JSON compatible.
2019-09-03 09:31:47 +03:00
Rsl1122
bbe5c8ed67 Implemented regular player count query 2019-09-03 09:31:47 +03:00
Rsl1122
b2a02a3576 Rewrote ActivityIndex calculation (not tested) 2019-09-03 09:31:47 +03:00
Rsl1122
d4b0d107af Fixed broken tests 2019-09-03 09:31:46 +03:00
Rsl1122
7e36e8b071 Thought of new Activity index formula
See plot: https://www.wolframalpha.com/input/?i=plot+y+%3D+5+-+5+*+(1+%2F+(pi%2F2+*+x%2B1))+and+y+%3D1+and+y+%3D+2+and+y+%3D+3+and+y+%3D+3.75+from+-0.5+to+3
2019-09-03 09:31:46 +03:00
Rsl1122
9240a4e4fa Implemented PvP&PvE tab & endpoint 2019-09-03 09:31:46 +03:00
Rsl1122
25b036aff2 Moved some queries to different files 2019-09-03 09:31:45 +03:00
Rsl1122
0b74d53918 Implemented player kill endpoint 2019-09-03 09:31:45 +03:00
Rsl1122
882b1a8b6a Implemented sessions tab endpoint 2019-09-03 09:31:45 +03:00
Rsl1122
9d3045cfcc Implemented world pie endpoint 2019-09-03 09:31:42 +03:00
Rsl1122
8b84ed78b7 Implemented sessions endpoint 2019-09-03 09:31:41 +03:00
Rsl1122
38f4b4d084 Split ServerParameterJSONHandler to own utility 2019-09-03 09:31:41 +03:00
Rsl1122
bec64497ed Added missing license headers 2019-09-03 09:31:41 +03:00
Rsl1122
94506cb771 Removed "Refreshing Analysis" page
- Removed GenerateAnalysis & CacheAnalysis requests from InfoSystem
- Stopped using AnalysisContainer for /server page
- Moved constant placeholders to ServerPage
- Removed BootAnalysisTask, instead using PeriodicAnalysisTask
- Analysis command and periodic analysis task now export instead of
  making requests anywhere, Bungee will not export on analyze command.
2019-09-03 09:31:41 +03:00
Rsl1122
06873aa350 Server name & Calendar rendering 2019-09-03 09:31:40 +03:00
Rsl1122
72a43b584d Calendar night mode & text color fix 2019-09-03 09:31:40 +03:00
Rsl1122
caecaa416e Highchart and calendar js to /vendor/ 2019-09-03 09:31:38 +03:00
Rsl1122
da3e5db913 Server calendar end point 2019-09-03 09:31:37 +03:00
Rsl1122
05a8668fbf Session accordion parsing javascript 2019-09-03 09:31:37 +03:00
Rsl1122
4a14f2024f Implemented most of Online Activity endpoint 2019-09-03 09:31:37 +03:00
Rsl1122
b4907631bb Documentation for currently implemented endpoints 2019-09-03 09:31:36 +03:00
Rsl1122
f493a7167c Implemented large part of server overview json 2019-09-03 09:31:36 +03:00
Rsl1122
6ecad861da JSON end-point for Graphs 2019-09-03 09:31:36 +03:00
Rsl1122
252136fabf Added chart files and tested players chart 2019-09-03 09:31:35 +03:00
Rsl1122
40f9dd52db Copied players table json request over 2019-09-03 09:31:35 +03:00
Rsl1122
783083fbb3 Added support for the new web files 2019-09-03 09:31:35 +03:00
Rsl1122
86e48f6377 Added new web files 2019-09-03 09:31:34 +03:00
Rsl1122
7560331103 Moved old web files to assets/plan/web/old 2019-09-03 09:31:34 +03:00
Rsl1122
4c870bac9d Fixed ViaVersion & ProtocolSupport table version Strings 2019-09-03 09:30:39 +03:00
dependabot-preview[bot]
84de534e5b Bump commons-text from 1.7 to 1.8 in /Plan
Bumps commons-text from 1.7 to 1.8.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-03 05:35:28 +00:00
dependabot-preview[bot]
cf111ec517 Bump commons-text from 1.7 to 1.8 in /PlanPluginBridge
Bumps commons-text from 1.7 to 1.8.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-03 05:27:27 +00:00
Rsl1122
dd6cb4314f Better catch for internal extensions 2019-08-29 19:53:13 +03:00
Rsl1122
2ece83614f Version bump to 4.9.4 2019-08-21 11:46:13 +03:00
Rsl1122
9e825aac24 Disabled SQLite rollbacks on 1.8.8 or older
- SQLite version on 1.8.8 does not support savepoints that are in
  use with Transactions, so they have been disabled.
2019-08-21 10:40:26 +03:00
Rsl1122
98462c3ac4 Improved concurrency access in some places
- FileWatcher should no longer throw ConcurrentModificationException
- SessionCache should no longer throw ConcurrentModificationException
2019-08-21 09:58:05 +03:00
Rsl1122
cd33f6bc32 Disabled systems after all database tests 2019-08-18 10:04:35 +03:00
Rsl1122
ae5a1df7cd Fixed afk tracker config access 2019-08-18 09:45:03 +03:00
Rsl1122
9613c1d7b8 Removed afk permission from map on leave (Memory leak) 2019-08-18 09:40:38 +03:00
Rsl1122
f9389c0ef8 Ported afk permission optimization to sponge
- Sponge AFK listener no longer constantly asks for afk permission
2019-08-18 09:34:16 +03:00
Risto Lahtela
aa4eecbe07
Update versions.txt 2019-08-12 16:13:07 +03:00
Risto Lahtela
b94189a60e
[Merge] Version 4.9.3 (#1141)
PR for version 4.9.3
2019-08-12 16:12:13 +03:00
Rsl1122
b5b08491f8 Fix compile error in test 2019-08-12 15:45:52 +03:00