Commit Graph

2017 Commits

Author SHA1 Message Date
Rsl1122
1039c54f58 Merge remote-tracking branch 'origin/data-refactoring-bridge-fixes' into data-refactoring
# Conflicts:
#	Plan/src/main/java/com/djrapitops/plan/data/Actions.java
#	Plan/src/main/java/com/djrapitops/plan/data/PlayerProfile.java
#	Plan/src/main/java/com/djrapitops/plan/data/ServerProfile.java
#	Plan/src/main/java/com/djrapitops/plan/data/container/Action.java
#	Plan/src/main/java/com/djrapitops/plan/data/container/GeoInfo.java
#	Plan/src/main/java/com/djrapitops/plan/data/container/StickyData.java
#	Plan/src/main/java/com/djrapitops/plan/data/store/mutators/HealthInformation.java
#	Plan/src/main/java/com/djrapitops/plan/system/database/databases/operation/SaveOperations.java
#	Plan/src/main/java/com/djrapitops/plan/system/database/databases/operation/TransferOperations.java
#	Plan/src/main/java/com/djrapitops/plan/system/database/databases/sql/operation/SQLFetchOps.java
#	Plan/src/main/java/com/djrapitops/plan/system/database/databases/sql/tables/ActionsTable.java
#	Plan/src/main/java/com/djrapitops/plan/system/info/server/BukkitServerInfo.java
#	Plan/src/main/java/com/djrapitops/plan/system/listeners/bukkit/PlayerOnlineListener.java
#	Plan/src/main/java/com/djrapitops/plan/system/listeners/sponge/SpongePlayerListener.java
#	Plan/src/main/java/com/djrapitops/plan/system/processing/processors/player/FirstLeaveProcessor.java
#	Plan/src/main/java/com/djrapitops/plan/system/webserver/pages/parsing/AnalysisPage.java
#	Plan/src/main/java/com/djrapitops/plan/system/webserver/pages/parsing/NetworkPage.java
#	Plan/src/main/java/com/djrapitops/plan/system/webserver/pages/parsing/Page.java
#	Plan/src/main/java/com/djrapitops/plan/utilities/html/structure/SessionTabStructureCreator.java
#	Plan/src/main/java/com/djrapitops/plan/utilities/html/tables/ActionsTable.java
#	Plan/src/main/java/com/djrapitops/plan/utilities/html/tables/SessionsTableCreator.java
2018-07-09 08:33:03 +03:00
Rsl1122
cbae1d3c4c
Merge pull request #626 from Rsl1122/4.3.3
Update data-refactoring-bridge-fixes with commits in 4.3.3 branch
2018-07-08 23:44:53 +03:00
Rsl1122
ef4e5d6d66 Prevented multiple concurrent analysis 2018-07-08 23:06:06 +03:00
Rsl1122
916a15299f Fixed broken test 2018-06-24 15:33:09 +03:00
Rsl1122
599a688545 Fixed a few mistakes 2018-06-24 14:03:12 +03:00
Rsl1122
6830a0ed9f /players page now uses PlayerContainers 2018-06-24 12:53:39 +03:00
Rsl1122
e65106382b NetworkContainer, Improved PerServer data fetching for large numbers of players 2018-06-24 12:43:29 +03:00
Rsl1122
fc4942b59b Merge remote-tracking branch 'origin/data-refactoring' into data-refactoring 2018-06-22 13:02:07 +03:00
Rsl1122
acad6529e3 Fixed regression bugs, reduced list copying, html changes 2018-06-22 13:01:28 +03:00
Rsl1122
4e254cb42e Fixed regression bugs, reduced list copying 2018-06-22 12:40:14 +03:00
Rsl1122
5dba6ac27c Fixed tests 2018-06-22 11:33:53 +03:00
Rsl1122
cb41ad61be Turned plugin analysis into suppliers for now 2018-06-22 11:08:46 +03:00
Rsl1122
a730c76543 Removed stuff related to Actions and old Analysis classes and MathUtils 2018-06-21 20:42:19 +03:00
Rsl1122
b6e23acd8e DB v18 -> 19, Dropped plan_actions, added last_used to plan_nicknames 2018-06-21 20:01:50 +03:00
Rsl1122
50b8aea7ac Deprecated more of the Action stuff 2018-06-21 11:40:14 +03:00
Rsl1122
c4c5b374f8 Rest of NetworkKey suppliers, tests, Plugins tab stuff to Analysis 2018-06-21 11:36:47 +03:00
Rsl1122
9ec6d21b93 NetworkContainer and NetworkKeys objects 2018-06-20 16:30:11 +03:00
Rsl1122
4c709464be Fixed last bugs with the new AnalysisContainer, deprecated a lot of things 2018-06-20 13:22:54 +03:00
Rsl1122
201cb98055 Health Information 2018-06-20 12:39:35 +03:00
Rsl1122
566f838a3a Player retention 2018-06-20 12:13:17 +03:00
Rsl1122
7e420aaf91 Player counts 2018-06-19 21:50:47 +03:00
Rsl1122
ad55ed338e Activity graph suppliers 2018-06-19 21:08:02 +03:00
Rsl1122
e34d909b15
Merge pull request #618 from Argetan/master
Font Awesome
2018-06-19 17:42:18 +03:00
Julian van Doorn
3e270dc41c Font Awesome is now loaded through an HTML <link> instead of JS. Furthermore both FA4 and FA5 are now supported. 2018-06-19 16:28:41 +02:00
Rsl1122
7a0aeeff97
Merge pull request #617 (maven-shade conf updates)
Updated shade exclusions, org.apache.logging should now be shady enou…
2018-06-19 16:43:05 +03:00
Julian van Doorn
1a6bebe064 Updated shade exclusions, org.apache.logging should now be shady enough to work. 2018-06-19 15:33:20 +02:00
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