summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-10pulling db connection creation into package init not exported Init() ↵Steve Manuel
initialization func
2017-01-10making register a sub routine of NewSteve Manuel
2017-01-10adding bucket in advance in case it doesnt exist and addon init is called ↵Steve Manuel
before db Init
2017-01-10adding slight change to Register and including New constructorSteve Manuel
2017-01-10adding initial support for third-party addons and the basic framework for ↵Steve Manuel
how they are registered by the system
2017-01-08adding error type rather than string as exported var from itemSteve Manuel
2017-01-04Merge pull request #28 from zshipko/masterSteve
Fixed self-signed certificates when running a dev server
2017-01-04Fixed self-signed certificates when running a dev serverZach Shipko
2017-01-04testing fix for order mismatch in adminSteve Manuel
2017-01-04testing fix for order mismatch in adminSteve Manuel
2017-01-04testing fix for order mismatch in adminSteve Manuel
2017-01-04testing fix for order mismatch in adminSteve Manuel
2017-01-04updating import path from old repoSteve Manuel
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-04adding features and screenshot to readmeSteve Manuel
2017-01-03adding updated urls to credits in readmeSteve Manuel
2017-01-03adding link to WikiSteve Manuel
2017-01-02update codebase where previous deps were usedSteve Manuel
2017-01-02updating credit to deps listSteve Manuel
2017-01-02removing old depsSteve Manuel
2017-01-02more code cleanup and adding content dir empty on build before copySteve Manuel
2017-01-02minor cleanup, removal of old codeSteve Manuel
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