Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -4/+9 |
| | |||||
* | onboarding app: serve certs inline to unbreak firefox | Maximilian Hils | 2015-03-19 | 1 | -2/+2 |
| | |||||
* | fix webapp on Windows | Maximilian Hils | 2015-03-19 | 1 | -16/+20 |
| | | | | | - the p12 file needs a ".p12" extension. simply naming the file "p12" isn't sufficient | ||||
* | Move onboarding app to Tornado | Aldo Cortesi | 2014-12-27 | 1 | -16/+67 |
| | | | | | | | Two reasons for this. First, this removes flask and its dependencies, which are quite sizeable. Second, pyinstaller now barfs on simplejson, which is a Flask dependency. I just don't have time to fix this upstream, so doing what we should be doing anyway is a no-brainer. | ||||
* | First-order integration of configargparser to add config file support | Aldo Cortesi | 2014-11-15 | 1 | -2/+2 |
| | |||||
* | web -> onboarding | Aldo Cortesi | 2014-09-12 | 1 | -0/+29 |