REST API Plugin Changelog
1.1.6 -- September 24th, 2015
- Added: Endpoints to add / remove a user from a user group
- Fixed: Error response in JSON format
1.1.5 -- September 1st, 2015
- Added: Send broadcast message to all online users
1.1.4 -- August 19th, 2015
- Added: get concurrent sessions (local or cluster wide)
1.1.3 -- August 15th, 2015
- Added: get count of users unread messages
1.1.2 -- August 4th, 2015
- Added: CORS to all endpoints
1.1.1 -- June 29th, 2015
- Added: new endpoint to close user sessions
1.1.0 -- June 3rd, 2015
- Added: new endpoints for sessions (Get overview over all or specific user sessions)
1.0.2 -- March 3rd, 2015
- User will be kicked by a lockout (ban)
- Added: new endpoints for groups (Get overview over all or specific group and to create, update or delete a group)
1.0.1 -- February 20th, 2015
- Added possibility to rename a user (Thanks to JustMarried plugin)
- Adjusted HTTP Codes by conflict to HTTP CODE: 409
- Added subject to Chat room
- Disabled jersey logging on startup
- By create a new chat room the chat room service will be created if it was not there
1.0.0 -- February 3rd, 2015
- UserService plugin and MUC Service plugin are merged to the REST API plugin.
- Extended REST API with JSON data format.
0.1.0 -- November 14th, 2014
- Initial release of REST API Plugin with possibility to manage system properties.