summaryrefslogtreecommitdiff
path: root/system/db/user.go
AgeCommit message (Collapse)Author
2025-02-22fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/ghaturatu
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-02update codebase where previous deps were usedSteve Manuel
2016-12-19moving repository, bosssauce => ponzu-cmsSteve Manuel
2016-12-06substituting "_{specifier}" => "__{specifier}" so users can add their own ↵Steve Manuel
types with "_" as a separator and not face conflicts
2016-12-02adding a guarantee to update user with same IDSteve Manuel
2016-12-02fixed lookup by emailSteve Manuel
2016-12-02updating docs for recovery key getterSteve Manuel
2016-11-09adding initial partial implementation of account recovery flowSteve Manuel
2016-10-24removing debug printlns and modifying other fmt.Println to log.Println for ↵Steve Manuel
consistency
2016-10-24debugging user email/pass update db codeSteve Manuel
2016-10-24debugging current user codeSteve Manuel
2016-10-22testing fix for problematic Update user codeSteve Manuel
2016-10-22debugging update user handler and db codeSteve Manuel
2016-10-22implementing handlers for user configurationSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-09returning absolute import paths, will move to vendor in future commitSteve Manuel
2016-10-09renaming import paths globally to ensure build is using new files, not ones ↵Steve Manuel
from original repo
2016-10-09updating import pathsSteve Manuel
2016-10-06adding config, user and refactored some content query code. all in their own ↵Steve Manuel
files for better maintainability