Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-22 | fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g | haturatu | |
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-02 | update codebase where previous deps were used | Steve Manuel | |
2016-12-19 | moving repository, bosssauce => ponzu-cms | Steve Manuel | |
2016-12-06 | substituting "_{specifier}" => "__{specifier}" so users can add their own ↵ | Steve Manuel | |
types with "_" as a separator and not face conflicts | |||
2016-12-02 | adding a guarantee to update user with same ID | Steve Manuel | |
2016-12-02 | fixed lookup by email | Steve Manuel | |
2016-12-02 | updating docs for recovery key getter | Steve Manuel | |
2016-11-09 | adding initial partial implementation of account recovery flow | Steve Manuel | |
2016-10-24 | removing debug printlns and modifying other fmt.Println to log.Println for ↵ | Steve Manuel | |
consistency | |||
2016-10-24 | debugging user email/pass update db code | Steve Manuel | |
2016-10-24 | debugging current user code | Steve Manuel | |
2016-10-22 | testing fix for problematic Update user code | Steve Manuel | |
2016-10-22 | debugging update user handler and db code | Steve Manuel | |
2016-10-22 | implementing handlers for user configuration | Steve Manuel | |
2016-10-22 | adding initial support to edit and add admin users | 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-06 | adding config, user and refactored some content query code. all in their own ↵ | Steve Manuel | |
files for better maintainability |