Commit Graph

1891 Commits

Author SHA1 Message Date
Rsl1122
55733169b1 Players table for server page split into a new class 2018-06-19 14:22:15 +03:00
Rsl1122
5ed77a1940 TPS Related graphs and averages 2018-06-19 10:29:40 +03:00
Rsl1122
4f89c8df8c Replaced SessionsTableCreator with easier to grasp classes:
- RecentLoginList
- ServerSessionTable
- PlaceholderReplacer
- all() to SessionsMutator
2018-06-19 09:53:23 +03:00
Rsl1122
a83c871bf8 Split Session table creation for Player page to a separate class 2018-06-17 20:35:01 +03:00
Rsl1122
a092e39ee4 SessionAccordion, fixed timestamp formatting 2018-06-17 11:47:13 +03:00
Rsl1122
5184f0caf9 Turned Session into a DataContainer, deprecated getters 2018-06-17 10:40:29 +03:00
Rsl1122
0d21333ff8
Update README.md 2018-06-12 21:31:22 +03:00
Argetan
fbe3f4d172 Renamed lisene.yml to LICENSE and changed references (#610)
* Removed old license files.

* Added new license file (same contents as the old one(s)).

* Removed references to the old license files in Maven files.

* Referenced the new license file in all Java files.
2018-06-12 21:28:40 +03:00
Rsl1122
7f58fff786
Update .travis.yml 2018-06-11 20:38:32 +03:00
Rsl1122
51d91b63f8 Added some analysis suppliers to AnalysisContainer 2018-06-08 11:33:06 +03:00
Rsl1122
dbbc3b9d26 Added all server.html placeholders to AnalysisKeys:
- This makes it easier to keep track of unused variables & add data
2018-06-07 13:36:19 +03:00
Rsl1122
0b3e075e1e
Update versions.txt 2018-06-07 11:18:50 +03:00
Rsl1122
a08d41f022 Fixes IPv6 anonymisation and saving #355 2018-06-07 11:05:28 +03:00
Rsl1122
9237ae3ef0 Attempts to fix #602 2018-06-07 10:52:17 +03:00
Rsl1122
5c42506bf3 Fixed some code smells 2018-06-06 12:51:36 +03:00
Rsl1122
a1ebe27c6f Formatters, DateHolders. Improves code formatting of dates & time. 2018-06-06 11:35:50 +03:00
Rsl1122
15c3bb5666 Removed unused resource files 2018-06-06 10:48:43 +03:00
Rsl1122
f30fa805dc ServerContainer fetching 2018-06-06 10:47:45 +03:00
Rsl1122
f6b5c8409d Small fixes to player page introduced a few commits ago 2018-06-06 09:51:39 +03:00
Rsl1122
8ca6a8df4d Removed getPlayerProfile(UUID) method from FetchOperations 2018-06-05 15:11:56 +03:00
Rsl1122
88e79e3f4d QInspectCommand now uses PlayerContainer 2018-06-05 15:10:45 +03:00
Rsl1122
7415c3ebe2 Fixed SessionsMutator filtering sessions improperly 2018-06-05 14:22:56 +03:00
Rsl1122
657b25ec4f Changed keys used for PerServerData container to use their own object. 2018-06-05 14:15:50 +03:00
Rsl1122
ff143af328 Updated Player page parsing to use PlayerContainer, visible to user:
- Added ban, op status to Server accordion
- Added server specific register dates to Server accordion
- Nickname table supports last seen (Not added yet)
- Actions table is being removed
2018-06-05 11:26:29 +03:00
Rsl1122
7805c2e372 Rest of PlayerContainer, mutators 2018-06-05 11:24:07 +03:00
Rsl1122
36a9825442 Made McMMO PluginData use database instead Fixes #567, Implements #589 2018-06-02 13:32:04 +03:00
Rsl1122
5c53368f28 Fixes Towny exception #595 2018-06-02 13:20:25 +03:00
Rsl1122
4b991c0fab Attempt to fix travis.yml parsing 2018-06-02 12:50:03 +03:00
Rsl1122
cf8c3bc99a Fixed sonar badge 2018-06-02 12:50:03 +03:00
Rsl1122
a8c2ded346
Attempt to fix travis.yml parsing 2018-06-02 12:48:06 +03:00
Rsl1122
b94c9f90de
Fixed sonar badge 2018-06-02 12:43:59 +03:00
Rsl1122
7ed6cb1984
Merge pull request #599 from Rsl1122/master
Update 4.3.3 from master
2018-06-02 12:40:07 +03:00
Rsl1122
ec30871444
Fixes travis issue with env variables on PRs (#598)
Found by PyvesB on #596
2018-06-02 12:36:21 +03:00
Pyves
3412968039 Merge PR #596 from PyvesB/aach to 4.3.3
* Updated hook to use new Advanced Achievements API Maven artifact

* Removed spurious tab
2018-06-02 12:32:57 +03:00
Rsl1122
efb1e33673 Kick count, tests for the added Keys, equals methods, test fixes 2018-06-02 08:37:24 +03:00
Rsl1122
efda292a37 Refactored class variable assignment in constructors for ServerInfo 2018-06-02 08:12:19 +03:00
Rsl1122
d677fb816e Fixed compile issues in PluginBridge 2018-06-02 08:07:06 +03:00
Rsl1122
0cccb6dedf Made all database methods throw runtime exceptions instead 2018-06-02 08:03:05 +03:00
Rsl1122
8f474c37f6 Begun work on the data refactoring, long way to go. 2018-06-01 20:16:43 +03:00
Rsl1122
2af36b0ec8 Deprecated BanData interface - new way incoming 2018-05-31 18:28:28 +03:00
Rsl1122
bd06c709f8
Update versions.txt 2018-05-31 10:15:07 +03:00
Rsl1122
030995ffcb
Merge pull request #592 from Rsl1122/4.3.2
PR for 4.3.2
2018-05-31 10:13:51 +03:00
Rsl1122
3ed62ffb1a Disabled React hooks since the implementation is unfinished 2018-05-31 09:46:55 +03:00
Rsl1122
e5448eedb5 Disabled sponge loaded chunks calculation since it seems to affect ticks 2018-05-31 09:45:46 +03:00
Rsl1122
c68a48d57a Removed ip debug messages 2018-05-31 09:41:49 +03:00
Rsl1122
d097ab9df9 Fixed wrong redirect when address ended with a '/' #588 2018-05-31 09:32:21 +03:00
Rsl1122
3bfd7a266d Fixed odd container appearing on inspect page #591 2018-05-31 09:28:15 +03:00
Rsl1122
44d1647420 Fixed afk time formatting in server accordion on player page 2018-05-31 09:24:05 +03:00
Rsl1122
7a80d52142 Removed duplicates from plan_ips table, properly anonymised ips. 2018-05-31 09:17:40 +03:00
Rsl1122
3213b5518b Fixed IPTable insterting IP every time a player joined 2018-05-31 08:32:27 +03:00