Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move config out of statics path | Sheogorath | 2018-06-24 | 1 | -0/+17 |
| | | | | | | | | Since static path is providing with a high expiration data, we provide configs via API. This shouldn't add any noticeable load while making it uncached and this way working again. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Change config to camel case with backwards compatibility | Sheogorath | 2018-03-25 | 1 | -2/+2 |
| | | | | | | | | This refactors the configs a bit to now use camel case everywhere. This change should help to clean up the config interface and make it better understandable. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | refactor(app.js): Extract status pages | BoHong Li | 2017-05-08 | 1 | -0/+92 |