summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-02fixing typosSteve Manuel
2017-01-02editing layout in file generated by generate commandSteve Manuel
2017-01-02Merge branch 'master' of https://github.com/ponzu-cms/ponzuSteve Manuel
2017-01-02typo in readmeSteve Manuel
2017-01-02Merge pull request #27 from ponzu-cms/ponzu-devSteve
[core] HTTP/2 Server Push for referenced items, Hideable interface
2017-01-02updating docs in readmeSteve Manuel
2017-01-02casting byte slice to string in error messageSteve Manuel
2017-01-02add reference.SelectRepeater and necessary struct and function exportsSteve Manuel
2016-12-30updating error in addond and checking for nil prior to clling method on errSteve Manuel
2016-12-30update Hide method in Hideable interface, change GMT label to UTCSteve Manuel
2016-12-30adding hide to types handlerSteve Manuel
2016-12-30adding Hideable interface and initial implementation, allowing user to ↵Steve Manuel
define content that can be kept private
2016-12-30adding fix for empty space added to textarea since dom element had extra ↵Steve Manuel
space inside tags when generated
2016-12-29adding req as param to push, initially to get URL Path for http.Pusher#PushSteve Manuel
2016-12-29adding http package importSteve Manuel
2016-12-29move push func to separate file and adding tidwall/gjson to creditsSteve Manuel
2016-12-29adding initial implementation of HTTP/2 server push to single content api ↵Steve Manuel
reponses
2016-12-28Merge pull request #26 from ponzu-cms/ponzu-devSteve
[tooling] Add Go command flag, auto-generate self-signed SSL for development
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-28removing old fmt print for debugSteve Manuel
2016-12-28adding hint to troubleshoot ssl cert issues on chromeSteve Manuel
2016-12-28reverting to more simple key gen algorithmSteve Manuel
2016-12-28adding more desctiptive print messages, putting devhttps server on goroutineSteve Manuel
2016-12-27trying alternate key gen algorithmSteve Manuel
2016-12-27trying alternate key gen algorithmSteve Manuel
2016-12-27adding alternate usage and ca optionsSteve Manuel
2016-12-27trying alternate key gen algorithmSteve Manuel
2016-12-27remove old certs if foundSteve Manuel
2016-12-27adding CA option back for testingSteve Manuel
2016-12-27add additional cert usage back for testingSteve Manuel
2016-12-27changing cert to not be a CASteve Manuel
2016-12-27adding digital sig as option for key usageSteve Manuel
2016-12-27adding vendor path to location of certs in EnableDevSteve Manuel
2016-12-27updated vendored system path for tls certsSteve Manuel
2016-12-27need vendored system path for tls certsSteve Manuel
2016-12-27adding error logging to debugSteve 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-25adding more error handling on buffer writes, removing old codeSteve Manuel
2016-12-25missed err redeclarationSteve Manuel
2016-12-25adding error handling and less alloc happy buffer writes in editor codeSteve Manuel
2016-12-25struct field renaming so fields are not exported where not necessarySteve Manuel
2016-12-23Merge branch 'ponzu-dev'Steve Manuel
2016-12-23add fix for UI issue when uploaded image is wider than Richtext editorSteve Manuel
2016-12-23escape angle brackets in GFMSteve Manuel
2016-12-23Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2016-12-23better layout for usage on README and adding detail to cli descrtiptionSteve Manuel
2016-12-22Merge pull request #25 from ponzu-cms/ponzu-devSteve
[core] Repeatable form input elements