Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-14 | Update to meet Let's Encrypt challenge requirment (#220) | Steve Manuel | |
* [deps] acme/autocert: update to latest with support for "http-01" challenge * [core] system/tls: implement handler for "http-01" challenge | |||
2017-04-17 | package documentation for godoc | Steve Manuel | |
2017-03-16 | Typo fixes | ferhat elmas | |
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 | adding httpsport and https_port to flags and config | Steve Manuel | |
2016-12-28 | moving dev notes in run command to main | Steve Manuel | |
2016-12-28 | moving call point of goroutine to be more visible to user | Steve Manuel | |
2016-12-28 | adding more desctiptive print messages, putting devhttps server on goroutine | Steve Manuel | |
2016-12-27 | adding self-signed cert generator for local https/http2 testing | Steve Manuel | |
2016-12-19 | moving repository, bosssauce => ponzu-cms | Steve Manuel | |
2016-12-02 | casting var to strings for printing in shell | Steve Manuel | |
2016-10-24 | removing debug printlns and modifying other fmt.Println to log.Println for ↵ | Steve Manuel | |
consistency | |||
2016-10-21 | adding support for TLS encryption, providing http/2 over HTTPS connections ↵ | Steve Manuel | |
via port 443 - certificates obtained from Lets Encrypt, which is currently the default and only supprted CA |