Game server and admin dashboard for TerranQuest.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Skylar Ittner 7ec5396d1f Update readme hace 5 años
api API: Check for user permission hace 5 años
langs Nicer access denied message hace 5 años
lib Add `addTextInput` and `addSelect` methods that are simpler than `addInput` hace 5 años
mobile Add more permissions checks hace 5 años
nbproject Create project from app template and old v1 database schema hace 5 años
pages Add textarea to FormBuilder hace 5 años
static Minor text changes hace 5 años
tests Rewrite to use classes, aligning with AccountHub 2.0 hace 6 años
.gitignore User name in navbar now links to Portal home hace 7 años
.gitmodules Convert material-color CSS to submodule hace 7 años
LICENSE.md Update license and readme hace 5 años
README.md Update readme hace 5 años
action.php Minor text changes hace 5 años
api.php Add comment hace 5 años
app.php Create project from app template and old v1 database schema hace 5 años
composer.json Switch to Mozilla Public License 2.0 for code consistency hace 6 años
composer.lock Rewrite to use classes, aligning with AccountHub 2.0 hace 6 años
database.mwb Create project from app template and old v1 database schema hace 5 años
index.php Nicer access denied message hace 5 años
pages.php Add FormBuilder hace 5 años
required.php Whoops hace 5 años
settings.template.php Merge ../../BizApps/BusinessAppTemplate hace 5 años

README.md

TerranQuest Server

This is the second iteration of a server for TerranQuest.

Setup Tips

  • Run composer install (or composer.phar install) to install dependency libraries
  • If you don't have any color in the navbar, run git submodule init and git submodule update.