summaryrefslogtreecommitdiff
path: root/system/db/init.go
AgeCommit message (Expand)Author
2016-12-19moving repository, bosssauce => ponzu-cmsSteve Manuel
2016-12-19[addons] Creating foundation for plugin-like system "Addons" (#24)Steve
2016-12-14adding cache invalidation to system start/initSteve Manuel
2016-12-14adding __contentIndex to map item slug to semi foreign-key, and implementing ...Steve Manuel
2016-12-06substituting "_{specifier}" => "__{specifier}" so users can add their own typ...Steve Manuel
2016-10-29adding db/analytics init back in after reverting for debugSteve Manuel
2016-10-29adding db/analytics init back in after reverting for debugSteve Manuel
2016-10-28debuggingSteve Manuel
2016-10-28code reorg and debugging bolt issuesSteve Manuel
2016-10-28attempt fix for bolt errSteve Manuel
2016-10-28attempt fix for bolt errSteve Manuel
2016-10-28adding some clean up code and UI toggle for future external vs. internal post...Steve Manuel
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - r...Steve Manuel
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - r...Steve Manuel
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - r...Steve Manuel
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - r...Steve Manuel
2016-10-18adding sort buckets for each content typeSteve Manuel
2016-10-09returning absolute import paths, will move to vendor in future commitSteve Manuel
2016-10-09renaming import paths globally to ensure build is using new files, not ones f...Steve Manuel
2016-10-09updating import pathsSteve Manuel
2016-10-07adding cache control and etags to responses for static assets + moved handler...Steve Manuel
2016-10-06added jwt secret at initialization and removed debugsSteve Manuel
2016-10-06adding config, user and refactored some content query code. all in their own ...Steve Manuel