Commit Graph

3627 Commits

Author SHA1 Message Date
Rsl1122
28153dd3e4 Moved some existing lang to new names 2019-09-09 17:22:10 +03:00
Rsl1122
fed42529b9 Added new html language to locale 2019-09-09 15:45:31 +03:00
Rsl1122
096268db14 Fixed network page week comparison titles 2019-09-09 09:05:18 +03:00
Rsl1122
449c21a820 Removed checkstyle rule HideUtilityClassConstructor 2019-09-09 08:48:41 +03:00
Rsl1122
a6a16764dc Fixed old API (deprecated) not being initialized 2019-09-08 20:36:10 +03:00
Rsl1122
1185aa05f2 Removed some unused locale rows 2019-09-08 19:52:35 +03:00
Rsl1122
b1579036a7 Fixed Locale breaking the page 2019-09-06 08:56:01 +03:00
Rsl1122
d3ec409ea3 Fixed duplicate Buycraft entry in config 2019-09-05 18:25:20 +03:00
Rsl1122
abef2b986d Config updates for changed extension names 2019-09-05 18:23:09 +03:00
Rsl1122
209530be4d Increased Extension table value lengths to 250 chars 2019-09-05 18:15:33 +03:00
Rsl1122
2da10001dc Truncation of Extension table column names 2019-09-05 17:22:09 +03:00
Rsl1122
f26fb1ca84 Fixed SettingsService using Plugin. instead of Plugins. 2019-09-03 20:18:25 +03:00
Rsl1122
fee603a657 Fixed a few sonar smells 2019-09-03 18:22:27 +03:00
Rsl1122
a544b75838 Removed PlanPluginBridge 2019-09-03 11:05:17 +03:00
Rsl1122
45a115495f Registered Buycraft extension 2019-09-03 11:04:22 +03:00
Rsl1122
4d32c85f81 Registered TownyExtension 2019-09-03 10:06:01 +03:00
Rsl1122
2059ac4f19 Registered FactionsExtension 2019-09-03 09:32:39 +03:00
Rsl1122
5d3bc4c95d Implemented SettingsService 2019-09-03 09:32:38 +03:00
Rsl1122
0f63ffe859 Fixed a couple mistakes with Extensions 2019-09-03 09:32:37 +03:00
Rsl1122
f22837be16 Registered LitebansExtension 2019-09-03 09:32:37 +03:00
Rsl1122
a227892c56 Registered JobsExtension 2019-09-03 09:32:36 +03:00
Rsl1122
693e270a94 Export of server JSON 2019-09-03 09:32:36 +03:00
Rsl1122
dd57dff4ae Fixed image overwriting for export 2019-09-03 09:32:36 +03:00
Rsl1122
b67534af20 Export of /players page 2019-09-03 09:32:36 +03:00
Rsl1122
7208c1a8a7 Export of Player JSON 2019-09-03 09:32:35 +03:00
Rsl1122
8a5656e9dc Export of /player pages 2019-09-03 09:32:35 +03:00
Rsl1122
3a3ba7e801 Scheduled Export of Server pages 2019-09-03 09:32:35 +03:00
Rsl1122
d1123525ac Export of /network page 2019-09-03 09:32:34 +03:00
Rsl1122
c1c2da8517 Server page exporting 2019-09-03 09:32:34 +03:00
Rsl1122
6df205074d Made GeolocationCache use Caffeine 2019-09-03 09:32:34 +03:00
Rsl1122
d2b5415094 Removed some unused settings
Affects issues:
- Close #933
2019-09-03 09:32:33 +03:00
Rsl1122
3f8a3d1521 Task for JSONCache cleanup 2019-09-03 09:32:33 +03:00
Rsl1122
5b3f08f870 Fixed /server returning 500 2019-09-03 09:32:33 +03:00
Rsl1122
41aa8a1ba0 JSONCache to debug page 2019-09-03 09:32:33 +03:00
Rsl1122
f426552b8c Removed ResponseCache 2019-09-03 09:32:32 +03:00
Rsl1122
b78d3b139e Added a resource cache between PlanFiles and FileResponse 2019-09-03 09:32:32 +03:00
Rsl1122
d47dccc0f7 Removed ResponseCache invalidation calls 2019-09-03 09:32:32 +03:00
Rsl1122
fbdf6dbb45 JSONCache invalidation to some events 2019-09-03 09:32:31 +03:00
Rsl1122
06d4d2fef2 Moved utilities.formatting -> delivery.formatting 2019-09-03 09:32:31 +03:00
Rsl1122
efa0eec8a8 Made JSONCache static 2019-09-03 09:32:31 +03:00
Rsl1122
58bff282eb Use of JSONCache & permission levels for JSON endpoints 2019-09-03 09:32:30 +03:00
Rsl1122
20ef9df63d Implemented a JSONCache 2019-09-03 09:32:30 +03:00
Risto Lahtela
66a19d7de1 Removed system. from packages (#1147)
* system.commands -> commands

* system.delivery -> delivery

* system.gathering -> gathering

* system.identification -> identification

* system.processing -> processing

* system.settings -> settings

* system.storage -> storage

* system.version -> version

* system -> com.djrapitops.plan
2019-09-03 09:32:30 +03:00
Rsl1122
ff5b8882d2 Fixed a bug with the font not loading 2019-09-03 09:32:28 +03:00
Rsl1122
184949efca Removed a debug logging statement 2019-09-03 09:32:28 +03:00
Rsl1122
6ff04d3bdf Fixed a bug introduced with StringUtils#split
- ConfigReader relied on empty Strings when splitting lines,
  StringUtils removed empty strings from the split array.
2019-09-03 09:32:27 +03:00
Rsl1122
4547272783 Replaced usages of String#split with StringUtils#split 2019-09-03 09:32:27 +03:00
Rsl1122
27d436ce7f Optimized Locale replacement 2019-09-03 09:32:27 +03:00
Rsl1122
074289c239 Optimized Theme value replacement 2019-09-03 09:32:26 +03:00
Risto Lahtela
0650f3e338 Interface redesign package restructuring (#1146)
* command.commands -> command.subcommands

* command -> commands

* commands -> system.commands

* system.locale -> system.settings.locale

* system.settings.changes -> system.settings.config.changes

* system.settings.paths -> system.settings.config.paths

* system.database -> system.storage.database

* db -> system.storage.database

* system.storage.database.access.queries -> system.storage.database.queries

* system.storage.database.access.transactions -> system.storage.database.transactions

* system.storage.database.access -> system.storage.database.operation

* Moved Query classes to system.storage.database.queries

* Moved Executable classes to system.storage.database.transactions

* system.storage.database.patches -> system.storage.database.transactions.patches

* system.file -> system.storage.file

* system.settings.upkeep

* system.storage.upkeep

* system.server.info -> system.identification

* system.importing -> system.gathering.importing

* system.listeners -> system.gathering.listeners

* system.gathering.timed

* Removed duplicate class

* data.container -> system.gathering.domain

* data.plugin.PluginsConfigSection -> system.settings.config.ExtensionSettings

* data.time -> system.gathering.domain

* system.afk -> system.gathering.afk

* system.cache -> system.gathering.cache

* system.status -> system.gathering.listeners

* system.export -> system.delivery.export

* system.webserver -> system.delivery.webserver

* system.json -> system.delivery.rendering.json

* utilities.html -> system.delivery.rendering.html

* system.delivery.rendering.html.graphs -> system.delivery.rendering.json.graphs

* system.delivery.rendering.html.pages -> system.delivery.rendering.pages

* system.delivery.upkeep

* utilities.file -> system.settings.upkeep

* data.store -> system.delivery.domain

* system.update -> system.version

* api.exceptions -> exceptions

* ShutdownHook -> system.gathering

* system.HtmlUtilities - > system.delivery.DeliveryUtilities

* PeriodicAnalysisTask -> PeriodicServerExportTask

* Deprecated APIv4 classes

* Removed ServerTaskSystem (Reduces headache)

* Moved & Fixed some tests
2019-09-03 09:32:26 +03:00