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 | handling error | Steve Manuel | |
2017-01-11 | moving content _ import into new system/init package to test import | Steve Manuel | |
2017-01-11 | move content _ import to admin | Steve Manuel | |
2017-01-11 | attempting to force item.Types to be populated before the db Init step | Steve Manuel | |
2017-01-10 | adding pointer fix for decoding, removing print debugs | Steve Manuel | |
2017-01-10 | adding test for store value before attempt to open db | Steve Manuel | |
2017-01-10 | adding print debugs to check status | Steve Manuel | |
2017-01-10 | adding db open back to Init and calling Init from other files init() | Steve Manuel | |
2017-01-10 | pulling db connection creation into package init not exported Init() ↵ | Steve Manuel | |
initialization func | |||
2017-01-10 | adding initial support for third-party addons and the basic framework for ↵ | Steve Manuel | |
how they are registered by the system | |||
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 | |||
2016-12-14 | adding cache invalidation to system start/init | Steve Manuel | |
2016-12-14 | adding __contentIndex to map item slug to semi foreign-key, and implementing ↵ | Steve Manuel | |
add/delete features | |||
2016-12-06 | substituting "_{specifier}" => "__{specifier}" so users can add their own ↵ | Steve Manuel | |
types with "_" as a separator and not face conflicts | |||
2016-10-29 | adding db/analytics init back in after reverting for debug | Steve Manuel | |
2016-10-29 | adding db/analytics init back in after reverting for debug | Steve Manuel | |
2016-10-28 | debugging | Steve Manuel | |
2016-10-28 | code reorg and debugging bolt issues | Steve Manuel | |
2016-10-28 | attempt fix for bolt err | Steve Manuel | |
2016-10-28 | attempt fix for bolt err | Steve Manuel | |
2016-10-28 | adding some clean up code and UI toggle for future external vs. internal ↵ | Steve Manuel | |
posted content | |||
2016-10-18 | implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵ | Steve Manuel | |
run in goroutine on db.Init() as well as any time content is saved via SetContent | |||
2016-10-18 | implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵ | Steve Manuel | |
run in goroutine on db.Init() as well as any time content is saved via SetContent | |||
2016-10-18 | implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵ | Steve Manuel | |
run in goroutine on db.Init() as well as any time content is saved via SetContent | |||
2016-10-18 | implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵ | Steve Manuel | |
run in goroutine on db.Init() as well as any time content is saved via SetContent | |||
2016-10-18 | adding sort buckets for each content type | Steve Manuel | |
2016-10-09 | returning absolute import paths, will move to vendor in future commit | Steve Manuel | |
2016-10-09 | renaming import paths globally to ensure build is using new files, not ones ↵ | Steve Manuel | |
from original repo | |||
2016-10-09 | updating import paths | Steve Manuel | |
2016-10-07 | adding cache control and etags to responses for static assets + moved ↵ | Steve Manuel | |
handlers/helper upload func | |||
2016-10-06 | added jwt secret at initialization and removed debugs | Steve Manuel | |
2016-10-06 | adding config, user and refactored some content query code. all in their own ↵ | Steve Manuel | |
files for better maintainability |