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-12 | update readme | Steve Manuel | |
2017-01-12 | update readme | Steve Manuel | |
2017-01-12 | update readme content | Steve Manuel | |
2017-01-04 | adding httpsport and https_port to flags and config | Steve Manuel | |
2017-01-04 | adding features and screenshot to readme | Steve Manuel | |
2017-01-03 | adding updated urls to credits in readme | Steve Manuel | |
2017-01-03 | adding link to Wiki | Steve Manuel | |
2017-01-02 | updating credit to deps list | Steve Manuel | |
2017-01-02 | fixing typos | Steve Manuel | |
2017-01-02 | typo in readme | Steve Manuel | |
2017-01-02 | updating docs in readme | Steve Manuel | |
2016-12-29 | move push func to separate file and adding tidwall/gjson to credits | Steve Manuel | |
2016-12-23 | escape angle brackets in GFM | Steve Manuel | |
2016-12-23 | better layout for usage on README and adding detail to cli descrtiption | Steve Manuel | |
2016-12-22 | fixing typo | Steve Manuel | |
2016-12-19 | fixing typo in readme and usage | Steve Manuel | |
2016-12-19 | typo in readme | Steve Manuel | |
2016-12-19 | adding attribution for logo | Steve Manuel | |
2016-12-19 | adding banner to repo and readme | Steve Manuel | |
2016-12-19 | adding possible fix for copying root directories into vendor unnecessarily | Steve Manuel | |
2016-12-19 | update to readme | Steve Manuel | |
2016-12-19 | adding usage to readme | Steve Manuel | |
2016-12-19 | moving repository, bosssauce => ponzu-cms | Steve Manuel | |
2016-11-29 | adding nilslice/email to credits | Steve Manuel | |
2016-11-29 | adding satori/go.uuid to credits section | Steve Manuel | |
2016-10-19 | adding more detail to instructions about contributing | Steve Manuel | |
2016-10-19 | adding a --fork flag to allow contributors to use their own forks in ↵ | Steve Manuel | |
ponzu-dev workflow & described this in readme | |||
2016-10-19 | adding contribution workflow example | Steve Manuel | |
2016-10-19 | adding contrib info for other users | Steve Manuel | |
2016-10-19 | Update README.md | Steve | |
2016-10-19 | vendoring all the dependencies (minus .git to track files) into vendor ↵ | Steve Manuel | |
directory prior to build step, which still vendors ponzu core code | |||
2016-10-19 | adding more info to README including credit for dependencies | Steve Manuel | |
2016-10-09 | more renaming | Steve Manuel | |
2016-10-09 | updating import paths | Steve Manuel | |
2016-09-21 | reorganizing code to resemble a package + command structure. documented the ↵ | Steve Manuel | |
install process | |||
2016-09-19 | adding readme | Steve Manuel | |