Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-22 | Fix #81 | Carlos Fernández Llamas | |
2017-02-21 | cleanup imports | Steve Manuel | |
2017-02-21 | adding new file to be included in build, new buildOutputPath function to ↵ | Steve Manuel | |
determine exec path | |||
2017-02-21 | fix minor typo, un-export & reduce length of function | Steve | |
Aside from the minor spelling fix, I want to shorten the function name and think it would be best for it to be unexported. | |||
2017-02-21 | reduce length of function name and unexport | Steve | |
2017-02-21 | reduce length of function name and unexport | Steve | |
2017-02-21 | Fix Windows build & run | Carlos Fernández | |
2017-02-13 | bump version | Steve Manuel | |
2017-02-07 | Another typo fix in readme | ferhat elmas | |
s/cooresponding/corresponding/ | |||
2017-02-06 | bump version | Steve Manuel | |
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-24 | bumping version: 0.8.0 | Steve Manuel | |
2017-01-20 | cleaner code | Łukasz Kurowski | |
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 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-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-12 | adding content _ import back to main | Steve Manuel | |
2017-01-11 | attempting to force item.Types to be populated before the db Init step | Steve Manuel | |
2017-01-11 | adding []byte driven api vs. url.Values where ever possible | Steve Manuel | |
2017-01-11 | extending the "addon" platform within ponzu to register, present and manage ↵ | Steve Manuel | |
addons | |||
2017-01-10 | adding pointer fix for decoding, removing print debugs | Steve Manuel | |
2017-01-10 | adding print debugs to check status | Steve Manuel | |
2017-01-04 | Fixed self-signed certificates when running a dev server | Zach Shipko | |
2017-01-04 | adding https_port from db to enabledev func | Steve Manuel | |
2017-01-04 | adding httpsport and https_port to flags and config | Steve Manuel | |
2017-01-02 | removing old deps | Steve Manuel | |
2017-01-02 | more code cleanup and adding content dir empty on build before copy | Steve Manuel | |
2017-01-02 | editing layout in file generated by generate command | Steve Manuel | |
2016-12-29 | adding initial implementation of HTTP/2 server push to single content api ↵ | Steve Manuel | |
reponses | |||
2016-12-28 | moving dev notes in run command to main | Steve Manuel | |
2016-12-28 | moving call point of goroutine to be more visible to user | Steve Manuel | |
2016-12-28 | adding more desctiptive print messages, putting devhttps server on goroutine | Steve Manuel | |
2016-12-27 | adding self-signed cert generator for local https/http2 testing | Steve Manuel | |
2016-12-26 | update net/context vendor dep for 1.8 version compat | Steve Manuel | |
2016-12-26 | adding gocmd flag to more easily test against go1.8beta2 and future builds | Steve Manuel | |
2016-12-23 | better layout for usage on README and adding detail to cli descrtiption | Steve Manuel | |
2016-12-19 | fixing typo in readme and usage | Steve Manuel | |
2016-12-19 | adding possible fix for copying root directories into vendor unnecessarily | Steve Manuel | |
2016-12-19 | adding possible fix for copying root directories into vendor unnecessarily | Steve Manuel | |
2016-12-19 | adding possible fix for copying root directories into vendor unnecessarily | Steve Manuel | |
2016-12-19 | fixing left over merge conflicts | Steve Manuel | |
2016-12-19 | updating imports to match master | Steve Manuel | |
2016-12-19 | moving repository, bosssauce => ponzu-cms | Steve Manuel | |
2016-12-19 | [addons] Creating foundation for plugin-like system "Addons" (#24) | Steve | |
* adding addons dir and sample addon which enables the use of a new input element in forms for referencing other content. "addons" is a conceptual plugin-like feature, similar to wordpress "plugins" dir, but not as sophisticated | |||
2016-12-19 | possibly redundant mkdir for content pre-vendor | Steve Manuel | |
2016-12-19 | adding http port to config and removing hardcoded url from addons api | Steve Manuel | |