summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-29adding initial implementation of HTTP/2 server push to single content api ↵Steve Manuel
reponses
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
2016-12-22fixing docsSteve Manuel
2016-12-22checking for bad inputs explicitly -- could be improvedSteve Manuel
2016-12-22adding forgotten name attr to identified inputSteve Manuel
2016-12-22adding fix for js in repeaters (mainly FileRepeater) and cleanup of form ↵Steve Manuel
value transforms
2016-12-22fixing typoSteve Manuel
2016-12-20fixing scope of FileRepeater and minor css updatesSteve Manuel
2016-12-20adding generic RepeatController JS creator and working RepeatSelect repeater ↵Steve Manuel
input
2016-12-20adding style update to admin cssSteve Manuel
2016-12-20splitting up elements file into more logical parts, testing godoc feature;Steve Manuel
2016-12-20fixing textarea element UISteve Manuel
2016-12-20indicating analytics in chart are GMTSteve Manuel
2016-12-19fixing typo in readme and usageSteve Manuel
2016-12-19update order of params to Query endpoint formatterSteve Manuel
2016-12-19adding Query func to addon api for more parity with db package, extract Get ↵Steve Manuel
from ContentAll for reuse
2016-12-19typoSteve Manuel
2016-12-19typo in readmeSteve Manuel
2016-12-19adding attribution for logoSteve Manuel