Releases: Valandur/Web-API
Releases · Valandur/Web-API
Web-API v5.1.3
- Fix NPE with item and fluid stacks
- Remove log message spam when not in dev mode
- Fix missing options for interactive messages causing errors
Web-Api v5.1.1
Release notes
- Fix missing separation of host and port
- Show process RAM and CPU usage instead of the whole system (drop oshi dependency)
- Start adding CmdScheduler integration [WIP]
- Update to AdminPanel v5.1.2
- More fixes for IE
- Fix Command history timestamps
Route changes
Type |
From |
To |
Notes |
Added |
|
GET /cmd-scheduler |
Gets a list of scheduled commands |
Web-API v5.1.0
Release notes
- Beautify server address in
/info
endpoint
- Fix various settings not working (
https
, customKeyStorePassword
and customKeyStoreManagerPassword
)
- Fix
/server/stats
not respecting cache limits
- Fix incorrect permission names (
/chunk
and /permissions
)
- Allow creating/editing/deleting users through
/user
route
- Allow disabling servlets. Implements #94
- Add crymates as contributor
- Update to AdminPanel v5.1.1
- Add users page to manage Web-API users
- Fix commands autocomplete not working in IE
Route changes
Type |
From |
To |
Notes |
Moved |
POST /user |
POST /user/login |
|
Added |
|
GET /user/logout |
Supports a redirect query parameter |
Added |
|
GET /user |
Gets a list of Web-API users |
Added |
|
POST /user |
Creates a new Web-API user |
Added |
|
PUT /user/{name} |
Modifies a Web-API user |
Added |
|
DELETE /user/{name} |
Removes a Web-API user |
Web-API v5.0.10
- Add logout url
- Update all client libraries
Web-API v5.0.9
- Track logins of the AdminPanel. Implements #90
- Fix WebBooks and Nucleus integrations
- Fix chat & command history not working
- Fix some serialization errors
- Fix block operations not working
- Try to identify Sponge plugins vs Forge mods. Implements #87
- Update to AdminPanel v5.0.5
- Collapse create & filter forms by default to save space
- Add type to plugins. Allow filtering plugin list
- Load theme on page load to avoid repeated flickering
- Improve colors of buttons across themes
- Remove Entity & Tile-Entity view
- Improve views that show a "location"
- Improve chat & command history
Web-API v5.0.8
- Fix command permissions not applying to aliases
- Fix errors on AdminPanel login
- Fix occasional OutOfBounds exception from into/stats endpoint
- Allow enabling and disabling plugins (requires server restart)
- Update to AdminPanel v5.0.4
- Added different themes (chose either on login or under [username] -> preferences)
- Allow enabling & disabling plugins (requires server restart)
- Fix command execution throwing errors
Web-API v5.0.7
- Fix relocating apache
- Clean up some routes
- Edited keys part with latest format (@Cat121)
- Update to AdminPanel v5.0.3
- Improve handling of permissions
- Update dependencies
- Add preferences
- Improve dashboard performance
- Clean up header menu
Web-API v5.0.6
- Update MMCRestrict. Fixes #75
- Add more endpoints for Nucleus. Adds to #70
- Fix path for integrated AdminPanel
- Fix empty options and missing text causing problems for interactive messages. Fixes #85
- Fix baseUrl of AdminPanel
- Update to AdminPanel v5.0.2
- Hide unavailable menu items
- Fix various issues with the base path
Web-API v5.0.5
- Reduce file size by removing some dependencies
- Integrate API into main plugin
Web-API v5.0.3
- Remove source map files to reduce jar size
- Fix build process leading to invalid jar. Fixes #74
- Implement saving server settings. Implements #62
- Update to AdminPanel v5.0.1
- Fix editing data records not using previous record as initial data
- Implement saving server settings and remove error with info