Commit Graph

1707 Commits

Author SHA1 Message Date
Rsl1122
d813aa547e Removed old API class in main.java.com.djrapitops.plan (Didn't help) 2018-01-28 19:35:22 +02:00
Rsl1122
37b5e69cf3 Fix vuln reported by Sonar 2018-01-28 15:43:42 +02:00
Rsl1122
bc17486fdb Fix bugs & vulns reported by Sonar 2018-01-28 15:35:11 +02:00
Rsl1122
58f2d7f02c Fixed Inspect & Analysis request handling on Bungee 2018-01-28 15:09:31 +02:00
Rsl1122
a55b17246a Simplified connection attempts 2018-01-28 14:54:49 +02:00
Rsl1122
b3ac110dfe Fixed maven shading 2018-01-28 14:21:45 +02:00
Rsl1122
da95ed2583 Fixed Plugins tab for Inspect page 2018-01-28 13:51:28 +02:00
Rsl1122
1f0d74b127 Improved local execution of InfoRequests 2018-01-27 20:17:58 +02:00
Rsl1122
0d4c065b52 PluginBridge now split into Bukkit & Bungee for future compatibility. 2018-01-27 17:37:42 +02:00
Rsl1122
0b57955c9c Fixed most tests. Fixed Bungee init (with a test). Test Cleanup. 2018-01-27 17:30:44 +02:00
Rsl1122
83e90c74db Started work on Test cleanup:
- Moved test packages to standard Maven test path
- Removed PowerMock & EasyMock and started using only Mockito
- Started writing BukkitMockUtil
2018-01-27 13:46:34 +02:00
Rsl1122
1de2723662 Re-implemented GraphTest. 2018-01-27 13:16:45 +02:00
Rsl1122
3d6472343c Re-implemented /plan m setup & /planbungee setup (toggle) 2018-01-27 13:03:22 +02:00
Rsl1122
654cdd3d62 Fixed /plan m backup and /plan m restore 2018-01-26 12:00:16 +02:00
Rsl1122
a8b4caf58b Fixes some things broken earlier:
- Fixed local InfoRequest handling
- Fixed /player/xxx pages causing internal exception
- Fixed /server/ pages remaining as "refreshing" page (Caused by Analysis being run before returning the info page, essentially overriding the finished analysis page)
- Fixed /folder/xxx pages not having javascript or css.
2018-01-26 11:56:29 +02:00
Rsl1122
311be89b03 fixed a bug in jquery.dataTables.js introduced in 0320b2cea8 2018-01-26 11:20:12 +02:00
Rsl1122
9d47cd32a8 Moved a couple data classes to new package. 2018-01-26 11:18:44 +02:00
Rsl1122
7faa619ae3 Fixed lag caused by WorldAliasSettings.addWorld #493 2018-01-25 16:04:40 +02:00
Rsl1122
cefe17ead8 Remove redundant code 2018-01-25 16:02:06 +02:00
Rsl1122
a60f77f06f Fixed some enable issues on Bukkit version. More:
Tested functioning:
- Enable
- Reload
- Analysis & Inspect command
- Debug page
- WebServer functions partially

Tested not functioning:
- /player/playername (Null response)
  - Some PageHandlers return null Response (Not supposed to)
- /server/  (Endless "Refreshing" page)
- /server/name
  - Style responses not found in sub folders (eg /server/page)
- /players (jquery.dataTables.js Unexpected token)
- Internal InfoRequests do not work as intended
- Internal errors in RequestHandler
- /plan manage backup, restore, setup

Not Tested, probably not functioning:
- Bungee
- /plan manage setup

Not implemented:
- Player online information to transfer table
- Config setting transfer
- Bukkit - Bungee Set-up
2018-01-24 21:59:53 +02:00
Rsl1122
2b412f6f7b Fixed PlanPluginBridge compile issues 2018-01-24 20:26:38 +02:00
Rsl1122
0d56a73125 Fixed rest of Compile issues 2018-01-24 20:12:13 +02:00
Rsl1122
ab87923420 Cleaned up main plugin class (Plan) 2018-01-24 19:34:41 +02:00
Rsl1122
c786e7795a Deleted InformationManagers 2018-01-24 19:14:50 +02:00
Rsl1122
9b0d42587b Fixed AnalyzeCommand 2018-01-24 18:53:00 +02:00
Rsl1122
d5fcb1edf0 Fixed compile errors in DatabaseTest (Renamed to SQLiteTest) 2018-01-24 13:10:05 +02:00
Rsl1122
118cbe7ee7 Fixes BatchUpdateException: Subquery returns more than 1 row (#501):
- Added LIMIT 1 to all subqueries used in tables.
2018-01-24 13:00:25 +02:00
Rsl1122
097958c416 Cleaned up some session related stuff while attempting to find a bug 2018-01-24 12:35:00 +02:00
Rsl1122
4d76671bc8 GenerateAnalysisPageRequest now runs analysis properly. In addition:
- Laid groundwork for running analysis of offline servers
- Changed InfoRequest request address to /info/ from /api/ to reduce confusion.
2018-01-24 11:48:23 +02:00
Rsl1122
4e959c325b Removal of re-implemented methods that were deprecated for this refactor 2018-01-24 11:02:16 +02:00
Rsl1122
457334403e Transfer Operations for CacheInspectPluginsTab 2018-01-23 18:38:47 +02:00
Rsl1122
f50d8dc90c CacheInspectPluginsTabRequest 2018-01-23 18:16:09 +02:00
Rsl1122
137b0f3100 Removed endless loop from ConnectionSystem.sendInfoRequest 2018-01-23 17:31:45 +02:00
Rsl1122
334451372b More work on ConnectionSystem 2018-01-22 17:54:08 +02:00
Rsl1122
56717a8947 Implemented Network Page updating 2018-01-21 17:03:56 +02:00
Rsl1122
18b8deac7c Started work on Info system implementations 2018-01-21 13:24:50 +02:00
Rsl1122
a62e15fccd Moved interfaces to inside the using class. 2018-01-20 11:07:07 +02:00
Rsl1122
e9b9c68d07 Moved SQLErrorUtil 2018-01-20 10:42:54 +02:00
Rsl1122
b333fb9919 Implemented TransferTable operations that are called so far. 2018-01-20 10:41:43 +02:00
Rsl1122
ba661ca2e0 Implemented a couple missing Check, Fetch & Save Operations for SQL 2018-01-19 17:24:28 +02:00
Rsl1122
60257a3004 Implementation to WebServer for the new InfoRequest system 2018-01-19 17:18:51 +02:00
Rsl1122
a6b5b25d9a Work on GenerateInspectPageRequest & GenerateAnalysisPageRequest 2018-01-19 16:06:12 +02:00
Rsl1122
a22aa95c22 Refactored Graphs to be Objects. Sensible after "Creator" name removal. 2018-01-19 12:26:29 +02:00
Rsl1122
34198543ff Bukkit ServerInfo 2018-01-18 17:26:37 +02:00
Rsl1122
45ba9d02c0 Removed some deprecated PlanPlugin methods 2018-01-18 14:13:44 +02:00
Rsl1122
f5f488f16a Implemented CacheNetworkPageContentRequest 2018-01-18 12:17:56 +02:00
Rsl1122
027db58a0a Added deprecated API class to main.java.com.djrapitops.plan 2018-01-18 11:59:39 +02:00
Rsl1122
1c488d50f8 Reduced TODO items allover the code 2018-01-17 22:39:08 +02:00
Rsl1122
0320b2cea8 Removed TODOs from code that isn't maintained in this project. 2018-01-17 21:37:17 +02:00
Rsl1122
980c11f287 throws to ConnectionIn 2018-01-17 18:10:36 +02:00