Rsl1122
4ed3b4ae62
Fixed litebans Player page table.
2018-01-30 13:45:29 +02:00
Rsl1122
db81d34214
Fixed Crash on disable if calling ProcessingQueue methods ( #515 )
2018-01-30 13:35:53 +02:00
Rsl1122
b52782298e
Reduced database stress by Network and Players pages. ( #499 )
2018-01-30 13:11:23 +02:00
Rsl1122
0f372b8db8
Removed redundant addMissingWorlds call that was doing a lot of db calls
2018-01-30 12:35:41 +02:00
Rsl1122
5df1145199
Bridge now registers listeners during reload (they're unregistered)
2018-01-30 12:06:04 +02:00
Rsl1122
62264ce1fd
Fixed LiteBansData (Broken due to refactoring) And improved it a lot.
2018-01-30 12:01:20 +02:00
Rsl1122
5730e4d9cf
Fixed TabsElement and added sql benchmarks in dev mode
2018-01-30 12:00:33 +02:00
Rsl1122
19736cbe8f
Added partial JQuery datatables support to TableContainer
2018-01-30 10:43:11 +02:00
Rsl1122
d3621302e6
Removed BuyCraft secret from /debug page config
2018-01-30 10:24:23 +02:00
Rsl1122
099f68be3c
Added Html utility for creating Tabs (Like on Performance tab) easily.
2018-01-30 10:22:24 +02:00
Rsl1122
bd96978917
Fixed BuyCraft PluginData
2018-01-29 23:46:34 +02:00
Rsl1122
554eb83efd
First attempt at BuyCraft support ( #475 )
2018-01-29 23:01:20 +02:00
Rsl1122
547b191464
Added support for GriefPreventionPlus ( #494 )
2018-01-29 21:45:23 +02:00
Rsl1122
f0efc39c83
Litebans PluginData no longer uses hardcoded table prefix ( #480 )
2018-01-29 21:31:19 +02:00
Rsl1122
f9883473f5
Fixed NPE related to Factions ( #486 )
2018-01-29 21:26:33 +02:00
Rsl1122
2e6ca6aa8e
Fixed Bad ID values in Plugin Accordions ( #504 )
2018-01-29 21:19:07 +02:00
Rsl1122
d697c4875c
Fixed RedProtect API call in PluginBridge ( #502 )
2018-01-29 21:14:41 +02:00
Rsl1122
3df0d4f88d
Fixes NoSuchMethod on Spigot ( #514 )
2018-01-29 10:42:04 +02:00
Rsl1122
922562989a
Sonar Code smell clean-up
2018-01-28 20:46:03 +02:00
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