Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-16 | [core] Adding toggle for CORS, GZIP in admin/cms configuration (#30) | Steve | |
This PR enables admins to disable/enable CORS and GZIP from within the admin CMS configuration page. Both are enabled by default. Note: currently, the GZIP implementation is 100% on the fly, for every qualifying API endpoint request. This could add significant CPU usage, but dramatically decreases bandwidth. Will be considering other better implementations, but for now YMMV. Possible optimizations: - pooling gzip Writers vs. creating a new one for each response - caching gzipped responses (in memory? on disk?) - enforcing size threshold (only gzip content larger than N bytes) | |||
2017-01-04 | Fixed self-signed certificates when running a dev server | Zach Shipko | |
2016-12-28 | removing old fmt print for debug | Steve Manuel | |
2016-12-28 | reverting to more simple key gen algorithm | Steve Manuel | |
2016-12-27 | trying alternate key gen algorithm | Steve Manuel | |
2016-12-27 | trying alternate key gen algorithm | Steve Manuel | |
2016-12-27 | adding alternate usage and ca options | Steve Manuel | |
2016-12-27 | trying alternate key gen algorithm | Steve Manuel | |
2016-12-27 | remove old certs if found | Steve Manuel | |
2016-12-27 | adding CA option back for testing | Steve Manuel | |
2016-12-27 | add additional cert usage back for testing | Steve Manuel | |
2016-12-27 | changing cert to not be a CA | Steve Manuel | |
2016-12-27 | adding digital sig as option for key usage | Steve Manuel | |
2016-12-27 | updated vendored system path for tls certs | Steve Manuel | |
2016-12-27 | need vendored system path for tls certs | Steve Manuel | |
2016-12-27 | adding error logging to debug | Steve Manuel | |
2016-12-27 | adding self-signed cert generator for local https/http2 testing | Steve Manuel | |