summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit 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-12update readmeSteve Manuel
2017-01-12update readmeSteve Manuel
2017-01-12update readme contentSteve Manuel
2017-01-04adding httpsport and https_port to flags and configSteve Manuel
2017-01-04adding features and screenshot to readmeSteve Manuel
2017-01-03adding updated urls to credits in readmeSteve Manuel
2017-01-03adding link to WikiSteve Manuel
2017-01-02updating credit to deps listSteve Manuel
2017-01-02fixing typosSteve Manuel
2017-01-02typo in readmeSteve Manuel
2017-01-02updating docs in readmeSteve Manuel
2016-12-29move push func to separate file and adding tidwall/gjson to creditsSteve Manuel
2016-12-23escape angle brackets in GFMSteve Manuel
2016-12-23better layout for usage on README and adding detail to cli descrtiptionSteve Manuel
2016-12-22fixing typoSteve Manuel
2016-12-19fixing typo in readme and usageSteve Manuel
2016-12-19typo in readmeSteve Manuel
2016-12-19adding attribution for logoSteve Manuel
2016-12-19adding banner to repo and readmeSteve Manuel
2016-12-19adding possible fix for copying root directories into vendor unnecessarilySteve Manuel
2016-12-19update to readmeSteve Manuel
2016-12-19adding usage to readmeSteve Manuel
2016-12-19moving repository, bosssauce => ponzu-cmsSteve Manuel
2016-11-29adding nilslice/email to creditsSteve Manuel
2016-11-29adding satori/go.uuid to credits sectionSteve Manuel
2016-10-19adding more detail to instructions about contributingSteve Manuel
2016-10-19adding a --fork flag to allow contributors to use their own forks in ↵Steve Manuel
ponzu-dev workflow & described this in readme
2016-10-19adding contribution workflow exampleSteve Manuel
2016-10-19adding contrib info for other usersSteve Manuel
2016-10-19Update README.mdSteve
2016-10-19vendoring 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-19adding more info to README including credit for dependenciesSteve Manuel
2016-10-09more renamingSteve Manuel
2016-10-09updating import pathsSteve Manuel
2016-09-21reorganizing code to resemble a package + command structure. documented the ↵Steve Manuel
install process
2016-09-19adding readmeSteve Manuel