summaryrefslogtreecommitdiff
path: root/system/db/addon.go
AgeCommit message (Expand)Author
2017-01-16[core] Adding toggle for CORS, GZIP in admin/cms configuration (#30)Steve
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-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-10now that we possibly create the __addon bucket here, tx type needs to be writ...Steve Manuel
2017-01-10adding bucket in advance in case it doesnt exist and addon init is called bef...Steve Manuel
2017-01-10adding initial support for third-party addons and the basic framework for how...Steve Manuel