summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2017-02-22Fix #81Carlos Fernández Llamas
2017-02-21cleanup importsSteve Manuel
2017-02-21adding new file to be included in build, new buildOutputPath function to dete...Steve Manuel
2017-02-21fix minor typo, un-export & reduce length of functionSteve
2017-02-21reduce length of function name and unexportSteve
2017-02-21reduce length of function name and unexportSteve
2017-02-21Fix Windows build & runCarlos Fernández
2017-02-13bump versionSteve Manuel
2017-02-07Another typo fix in readmeferhat elmas
2017-02-06bump versionSteve Manuel
2017-01-30[core] Return data from api.Externalable requests for client to use in app (#55)Steve
2017-01-26[core] Embedded and implement http.Pusher into http.ResponseWriter+gzip Write...Steve
2017-01-24bumping version: 0.8.0Steve Manuel
2017-01-20cleaner codeŁukasz Kurowski
2017-01-19adding upgrade and version to CLI usage and help command, fixing issue #31 wi...Steve Manuel
2017-01-18bumping versionSteve Manuel
2017-01-18updating docs and readmeSteve Manuel
2017-01-18adhere to semantic versioningSteve Manuel
2017-01-17adding version (in general ponzu.json file) and upgrade command to backup, cl...Steve Manuel
2017-01-16[core] Adding toggle for CORS, GZIP in admin/cms configuration (#30)Steve
2017-01-12adding content _ import back to mainSteve Manuel
2017-01-11attempting to force item.Types to be populated before the db Init stepSteve Manuel
2017-01-11adding []byte driven api vs. url.Values where ever possibleSteve Manuel
2017-01-11extending the "addon" platform within ponzu to register, present and manage a...Steve Manuel
2017-01-10adding pointer fix for decoding, removing print debugsSteve Manuel
2017-01-10adding print debugs to check statusSteve Manuel
2017-01-04Fixed self-signed certificates when running a dev serverZach Shipko
2017-01-04adding https_port from db to enabledev funcSteve Manuel
2017-01-04adding httpsport and https_port to flags and configSteve Manuel
2017-01-02removing old depsSteve Manuel
2017-01-02more code cleanup and adding content dir empty on build before copySteve Manuel
2017-01-02editing layout in file generated by generate commandSteve Manuel
2016-12-29adding initial implementation of HTTP/2 server push to single content api rep...Steve Manuel
2016-12-28moving dev notes in run command to mainSteve Manuel
2016-12-28moving call point of goroutine to be more visible to userSteve Manuel
2016-12-28adding more desctiptive print messages, putting devhttps server on goroutineSteve Manuel
2016-12-27adding self-signed cert generator for local https/http2 testingSteve Manuel
2016-12-26update net/context vendor dep for 1.8 version compatSteve Manuel
2016-12-26adding gocmd flag to more easily test against go1.8beta2 and future buildsSteve Manuel
2016-12-23better layout for usage on README and adding detail to cli descrtiptionSteve Manuel
2016-12-19fixing typo in readme and usageSteve Manuel
2016-12-19adding possible fix for copying root directories into vendor unnecessarilySteve Manuel
2016-12-19adding possible fix for copying root directories into vendor unnecessarilySteve Manuel
2016-12-19adding possible fix for copying root directories into vendor unnecessarilySteve Manuel
2016-12-19fixing left over merge conflictsSteve Manuel
2016-12-19updating imports to match masterSteve Manuel
2016-12-19moving repository, bosssauce => ponzu-cmsSteve Manuel
2016-12-19[addons] Creating foundation for plugin-like system "Addons" (#24)Steve
2016-12-19possibly redundant mkdir for content pre-vendorSteve Manuel
2016-12-19adding http port to config and removing hardcoded url from addons apiSteve Manuel