Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-21 | JSON decoded val for int variants are float64 - need to cast after assertion | Steve Manuel | |
2017-03-21 | adding cache-control age and disabler | Steve Manuel | |
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) | |||
2016-12-19 | [addons] Creating foundation for plugin-like system "Addons" (#24) | Steve | |
* adding addons dir and sample addon which enables the use of a new input element in forms for referencing other content. "addons" is a conceptual plugin-like feature, similar to wordpress "plugins" dir, but not as sophisticated | |||
2016-12-11 | updating cache control header to be more lenient | Steve Manuel | |
2016-12-11 | removing print debug for cache check | Steve Manuel | |
2016-12-11 | returning api server middleware to original state and adding req header ↵ | Steve Manuel | |
lookup for cache implementation | |||
2016-12-07 | adding debug prints -- cache control not effecting json responses | Steve Manuel | |
2016-12-06 | initialize url.Values (map) prior to Add/Set | Steve Manuel | |
2016-12-06 | checking if first pass through kv of config to call Set before Add | Steve Manuel | |
2016-12-06 | tracking new file | Steve Manuel | |