Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-06 | bump 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-31 | Merge pull request #57 from bketelsen/linkfix | Steve | |
fixes #56 godoc link | |||
2017-01-31 | fixes #56 godoc link | Brian 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-24 | Merge branch 'ponzu-dev' | Steve Manuel | |
2017-01-24 | bumping version: 0.8.0 | Steve Manuel | |
2017-01-24 | [core] System backups (uploads, system.db, analytics.db) (#42) | Steve | |
2017-01-24 | adding backup support for analytics.db, system.db, and uploads dir | Steve Manuel | |
2017-01-23 | adding untracked files for recent basic auth and backup features | Steve Manuel | |
2017-01-23 | adding basic auth middleware, admin/backup route, and backup routines for ↵ | Steve Manuel | |
system, analytics, and uploads | |||
2017-01-23 | updating timestamp precision | Steve Manuel | |
2017-01-23 | adding http basic auth fields for db backup via http | Steve Manuel | |
2017-01-23 | organizing imports | Steve Manuel | |
2017-01-20 | Merge pull request #39 from ponzu-cms/ponzu-dev | Steve | |
[core] Consistent order of saved repeater items | |||
2017-01-20 | removing fmt prints. fix is for #38 | Steve Manuel | |
2017-01-20 | adding fix for consistent order in repeaters and multi-value field inputs | Steve Manuel | |
2017-01-20 | Merge pull request #36 from ponzu-cms/ponzu-dev | Steve | |
[core] code clean-up | |||
2017-01-20 | switching new -> & for consistency w/ codebase | Steve Manuel | |
2017-01-20 | Merge pull request #35 from crackcomm/master | Steve | |
Just a little cleaner code | |||
2017-01-20 | cleaner code | Łukasz Kurowski | |
2017-01-19 | adding CORS middleware to external API endpoints for browser compliance | Steve Manuel | |
2017-01-19 | adding upgrade and version to CLI usage and help command, fixing issue #31 ↵ | Steve Manuel | |
with ponzu version printing project version | |||
2017-01-18 | bumping version | Steve Manuel | |
2017-01-18 | updating docs and readme | Steve Manuel | |
2017-01-18 | adhere to semantic versioning | Steve Manuel | |
2017-01-17 | adding updated commands: version, upgrade | Steve Manuel | |
2017-01-17 | adding 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-17 | Merge branch 'ponzu-dev' | Steve Manuel | |
2017-01-17 | adding admin UI fixes | Steve Manuel | |
2017-01-16 | Merge branch 'ponzu-dev' | Steve Manuel | |
2017-01-16 | update readme | Steve 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-16 | adding different identifier to checkbox in config | Steve Manuel | |
2017-01-16 | adding gzip_disabled config setting | Steve Manuel | |
2017-01-16 | adding gzip compression to api endpoints | Steve Manuel | |
2017-01-16 | fix gzip middleware and remove code from sendData func | Steve Manuel | |
2017-01-16 | fixing cors change and gzip response writer | Steve Manuel | |
2017-01-16 | minor optimization in db Updates, added gzip responses for API requests, ↵ | Steve Manuel | |
added better CORS control | |||
2017-01-16 | clear up debug artifacts and add info to console messages | Steve Manuel | |
2017-01-16 | adding cors helper func | Steve Manuel | |
2017-01-16 | removing fmt debug and changing index of args to match generator | Steve Manuel | |
2017-01-16 | update readme and usage, debug print fmt | Steve Manuel | |
2017-01-16 | adding generator option to select what to generate | Steve Manuel | |
2017-01-16 | updated usage to reflect copy on repository readme | Steve Manuel | |
2017-01-15 | testing func line unsplit | Steve Manuel | |
2017-01-13 | adding more print debug to check problem | Steve Manuel | |
2017-01-13 | checking which services by default are running | Steve Manuel | |