ExCiteS / geokey

Platform for participatory mapping
http://geokey.org.uk
Other
55 stars 29 forks source link

New core API to request server info #323

Closed mstevens83 closed 8 years ago

mstevens83 commented 8 years ago

Added core API to request server info (geokey version + installed exTensions), to be used by Sapelli.

Test case included.

Signed-off-by: Matthias Stevens matthias.stevens@gmail.com

ghost commented 8 years ago

My only concern would be if to expose superuser extensions? Because extension can be made to be used by superusers only. In this case, it would be worth checking if the request user is a superuser or a regular user. What do you think?