MovingBlocks / FacadeServer

A headless facade that acts as a game host and provides web-based administration. Automation category: Terasology Facade. See https://forum.terasology.org/threads/facadeserver-headless-server-with-web-interface.1906
Apache License 2.0
4 stars 11 forks source link

Add Resources for the Blacklist and Whitelist #22

Closed Inei1 closed 6 years ago

Inei1 commented 6 years ago

Adds two new resources for the blacklist and whitelist. These features were implemented in the engine by me before GSoC started (see https://github.com/MovingBlocks/Terasology/pull/3332).

To test, use the frontend and look at the new blacklist/whitelist management button on the user management tab. The only thing that seems to work is the GET requests, the other ones display an error when used. I'm not sure why they don't work because I tried to copy the existing serverAdmins resource as closely as I could.

gianluca-nitti commented 6 years ago

Tested and works as expected. Thanks!