Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-22 | fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g | haturatu | |
2019-12-30 | Fix missing imports | Miguel Angel Ajo | |
2019-12-30 | Also handle uploads | Miguel Angel Ajo | |
2019-11-29 | upload: early return when no files to upload | Steve Manuel | |
2019-01-01 | bubble archiving errors | Viktoras Kuznecovas | |
2017-06-24 | Move file system archive code into backup package | Tom Fawssett | |
2017-04-29 | fmt bytes to readable and update setupload logic to allow edits | Steve Manuel | |
2017-04-25 | adding support for file upload type and API handler to fetch file info | Steve Manuel | |
2017-04-21 | add context cancellation to backup routines | Erwin Ticzon | |
2017-04-17 | fix ineffassign and spelling errors | Steve Manuel | |
2017-04-17 | package documentation for godoc | Steve Manuel | |
2017-03-20 | adding filename normalization and sanitization for file uploads | Steve Manuel | |
2017-01-24 | [core] System backups (uploads, system.db, analytics.db) (#42) | Steve | |
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-10 | adding initial support for third-party addons and the basic framework for ↵ | Steve Manuel | |
how they are registered by the system | |||
2016-11-02 | adding proper padding on month int to dir name for file upload | Steve Manuel | |
2016-11-02 | adding proper padding on month int to dir name for file upload | Steve Manuel | |
2016-10-29 | renaming and moving File upload logic into own package | Steve Manuel | |