Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-22 | fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g | haturatu | |
2017-07-23 | update addon api to support non-domain bind address | 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) | |||
2017-01-03 | adding link to Wiki | Steve Manuel | |
2016-12-30 | updating error in addond and checking for nil prior to clling method on err | Steve Manuel | |
2016-12-19 | update order of params to Query endpoint formatter | Steve Manuel | |
2016-12-19 | adding Query func to addon api for more parity with db package, extract Get ↵ | Steve Manuel | |
from ContentAll for reuse | |||
2016-12-19 | moving repository, bosssauce => ponzu-cms | Steve Manuel | |
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 |