summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-06bump version (#63)Steve
2017-02-06[core] add support for DB indexes (#62)Steve
* fix typo in log message * update namespace to use prefix __index_ to avoid possible user conflicts
2017-01-31Merge pull request #57 from bketelsen/linkfixSteve
fixes #56 godoc link
2017-01-31fixes #56 godoc linkBrian Ketelsen
2017-01-30[core] Return data from api.Externalable requests for client to use in app (#55)Steve
* add json response to externalable requests so client can use data in apps * bump version
2017-01-26[core] Embedded and implement http.Pusher into http.ResponseWriter+gzip ↵Steve
Writer (#47) * added http Pusher interface to gzip response writer * implement Pusher on gzipResponseWriter and pass encoding header to pusher options * providing a generic error view fuction for code that calls a interface method which will have access to the response * fix []byte -> string type for fmt string * adding the res, req pattern for method arguments in interfaces and their method calls * fix for spacing in generic error message * remove default error views displayed in lifecycle hooks - will rely on custom views or redirects inside hook now that user has ResponseWriter. Otherwise, multiple WriteHeader calls would be warned * removing WriteHeader calls before return in external handlers * bump version 0.8.1
2017-01-25[core] implement http.Pusher on our composite gzip/response writer (#45)Steve
2017-01-24Merge branch 'ponzu-dev'Steve Manuel
2017-01-24bumping version: 0.8.0Steve Manuel
2017-01-24[core] System backups (uploads, system.db, analytics.db) (#42)Steve
2017-01-24adding backup support for analytics.db, system.db, and uploads dirSteve Manuel
2017-01-23adding untracked files for recent basic auth and backup featuresSteve Manuel
2017-01-23adding basic auth middleware, admin/backup route, and backup routines for ↵Steve Manuel
system, analytics, and uploads
2017-01-23updating timestamp precisionSteve Manuel
2017-01-23adding http basic auth fields for db backup via httpSteve Manuel
2017-01-23organizing importsSteve Manuel
2017-01-20Merge pull request #39 from ponzu-cms/ponzu-devSteve
[core] Consistent order of saved repeater items
2017-01-20removing fmt prints. fix is for #38Steve Manuel
2017-01-20adding fix for consistent order in repeaters and multi-value field inputsSteve Manuel
2017-01-20Merge pull request #36 from ponzu-cms/ponzu-devSteve
[core] code clean-up
2017-01-20switching new -> & for consistency w/ codebaseSteve Manuel
2017-01-20Merge pull request #35 from crackcomm/masterSteve
Just a little cleaner code
2017-01-20cleaner codeŁukasz Kurowski
2017-01-19adding CORS middleware to external API endpoints for browser complianceSteve Manuel
2017-01-19adding upgrade and version to CLI usage and help command, fixing issue #31 ↵Steve Manuel
with ponzu version printing project version
2017-01-18bumping versionSteve Manuel
2017-01-18updating docs and readmeSteve Manuel
2017-01-18adhere to semantic versioningSteve Manuel
2017-01-17adding updated commands: version, upgradeSteve Manuel
2017-01-17adding version (in general ponzu.json file) and upgrade command to backup, ↵Steve Manuel
clone new ponzu and restore files to keep up to date as ponzu project is updated
2017-01-17Merge branch 'ponzu-dev'Steve Manuel
2017-01-17adding admin UI fixesSteve Manuel
2017-01-16Merge branch 'ponzu-dev'Steve Manuel
2017-01-16update readmeSteve Manuel
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-16adding different identifier to checkbox in configSteve Manuel
2017-01-16adding gzip_disabled config settingSteve Manuel
2017-01-16adding gzip compression to api endpointsSteve Manuel
2017-01-16fix gzip middleware and remove code from sendData funcSteve Manuel
2017-01-16fixing cors change and gzip response writerSteve Manuel
2017-01-16minor optimization in db Updates, added gzip responses for API requests, ↵Steve Manuel
added better CORS control
2017-01-16clear up debug artifacts and add info to console messagesSteve Manuel
2017-01-16adding cors helper funcSteve Manuel
2017-01-16removing fmt debug and changing index of args to match generatorSteve Manuel
2017-01-16update readme and usage, debug print fmtSteve Manuel
2017-01-16adding generator option to select what to generateSteve Manuel
2017-01-16updated usage to reflect copy on repository readmeSteve Manuel
2017-01-15testing func line unsplitSteve Manuel
2017-01-13adding more print debug to check problemSteve Manuel
2017-01-13checking which services by default are runningSteve Manuel