Age | Commit message (Collapse) | Author |
|
|
|
|
|
* fix typo in log message
* update namespace to use prefix __index_ to avoid possible user conflicts
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
writable
|
|
initialization func
|
|
before db Init
|
|
how they are registered by the system
|
|
|
|
|
|
define content that can be kept private
|
|
|
|
value transforms
|
|
|
|
* 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
|
|
|
|
slug and return it directly
|
|
|
|
add/delete features
|
|
|
|
|
|
lookup for cache implementation
|
|
|
|
|
|
|
|
|
|
files uploaded
|
|
types with "_" as a separator and not face conflicts
|
|
|
|
|
|
|
|
content.Identifiable so embedded Items can manage display names by default, but easily overridden
|
|
throughout references, add pagination to admin post results
|
|
|