Big changes for Modularization#196
Merged
Schlaumeier5 merged 36 commits intomainfrom Mar 31, 2026
Merged
Conversation
Member
Schlaumeier5
commented
Mar 31, 2026
- you can now implement plugins
- plenty of functionalities are now configurable via json files
- new ResourceManager approach
new type of virtual resource: module resource handled by ModuleRequestHandler GetResponse using sql resources and module resources new get_path: /module-list GetResponse now using new AccessManager approach
modules now get loaded from jars inside the "modules" folder by the ClassLoader, and then registered by ModuleLoader
ignoring the modules folder to make debugging easier
Now using providers instead of scanning the classpath Three types of providers (so far): File provider (from the filesystem), plugin provider (from a module), core provider (from the core system, i. e. the fat jar)
Fixed plugin page title
Currently supported: JSON object (shallow merge), JSON list (appending), js and css code (concatenation)
…could be useful for plugins
RegistryEnums basically work like enums, but the constants are initialized at runtime using a registry,that way it can be configured using a config file for example NavigationType is now a RegistryEnum EnumRegistries now use RegistryEnums instead of plain Enums
…ing or encoding Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…uring archive extraction ("Zip Slip")
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
|
||
| if (entry.isDirectory()) continue; | ||
|
|
||
| String name = entry.getName(); |
Check failure
Code scanning / CodeQL
Arbitrary file access during archive extraction ("Zip Slip") High
Copilot Autofix
AI about 1 month ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.