summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2017-01-11moving addon handlers to addon package to avoid import issuesSteve Manuel
2017-01-11attempting to force item.Types to be populated before the db Init stepSteve Manuel
2017-01-11make url.Values so it is not nil when set/add is calledSteve Manuel
2017-01-11adding pointer to map in unmarshalSteve Manuel
2017-01-11adding []byte driven api vs. url.Values where ever possibleSteve Manuel
2017-01-11fix margin in editor UISteve Manuel
2017-01-11adding layout adjustment to editor view and save buttonSteve Manuel
2017-01-11fixing redeclaration of err in handlerSteve Manuel
2017-01-11hiding UI elements when not needed, adding save addon routineSteve Manuel
2017-01-11extending the "addon" platform within ponzu to register, present and manage ↵Steve Manuel
addons
2017-01-10adding pointer fix for decoding, removing print debugsSteve Manuel
2017-01-10adding test for store value before attempt to open dbSteve Manuel
2017-01-10adding print debugs to check statusSteve Manuel
2017-01-10adding print debugs to check statusSteve Manuel
2017-01-10minor UI change and docs updateSteve Manuel
2017-01-10adding Init check in func called early in processSteve Manuel
2017-01-10adding db open back to Init and calling Init from other files init()Steve Manuel
2017-01-10removing unused varSteve Manuel
2017-01-10adding returns to exit req/res, testing values -> struct conv via schemaSteve Manuel
2017-01-10adding correct error views, normalize action value for comparison;Steve Manuel
2017-01-10fix for slice len issue adding extra chars to addon idSteve Manuel
2017-01-10changing Values set to convert value to stringSteve Manuel
2017-01-10now that we possibly create the __addon bucket here, tx type needs to be ↵Steve Manuel
writable
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-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-03adding link to WikiSteve Manuel
2017-01-02update codebase where previous deps were usedSteve 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-02casting byte slice to string in error messageSteve 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-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