Game server and admin dashboard for TerranQuest.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
Skylar Ittner 7ec5396d1f Update readme 5年前
api API: Check for user permission 5年前
langs Nicer access denied message 5年前
lib Add `addTextInput` and `addSelect` methods that are simpler than `addInput` 5年前
mobile Add more permissions checks 5年前
nbproject Create project from app template and old v1 database schema 5年前
pages Add textarea to FormBuilder 5年前
static Minor text changes 5年前
tests Rewrite to use classes, aligning with AccountHub 2.0 6年前
.gitignore User name in navbar now links to Portal home 7年前
.gitmodules Convert material-color CSS to submodule 7年前
LICENSE.md Update license and readme 5年前
README.md Update readme 5年前
action.php Minor text changes 5年前
api.php Add comment 5年前
app.php Create project from app template and old v1 database schema 5年前
composer.json Switch to Mozilla Public License 2.0 for code consistency 6年前
composer.lock Rewrite to use classes, aligning with AccountHub 2.0 6年前
database.mwb Create project from app template and old v1 database schema 5年前
index.php Nicer access denied message 5年前
pages.php Add FormBuilder 5年前
required.php Whoops 5年前
settings.template.php Merge ../../BizApps/BusinessAppTemplate 5年前

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.