summaryrefslogtreecommitdiff
path: root/public/js/lib/common/constant.ejs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow more detailed configuration of upload mime typesSheogorath2018-01-201-1/+3
| | | | | | Fixes #637 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update to generate front-end constants on server startupWu Cheng-Han2017-03-201-0/+8
To avoid extra webpacking on changing configs and follow the 12 factor app