summaryrefslogtreecommitdiff
path: root/system
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-25adding more error handling on buffer writes, removing old codeSteve Manuel
2016-12-23add fix for UI issue when uploaded image is wider than Richtext editorSteve Manuel
2016-12-22adding fix for js in repeaters (mainly FileRepeater) and cleanup of form ↵Steve Manuel
value transforms
2016-12-20fixing scope of FileRepeater and minor css updatesSteve Manuel
2016-12-20adding style update to admin cssSteve Manuel
2016-12-20indicating analytics in chart are GMTSteve 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-19moving repository, bosssauce => ponzu-cmsSteve Manuel
2016-12-19[addons] Creating foundation for plugin-like system "Addons" (#24)Steve
* adding addons dir and sample addon which enables the use of a new input element in forms for referencing other content. "addons" is a conceptual plugin-like feature, similar to wordpress "plugins" dir, but not as sophisticated
2016-12-14fix pagination on pending items.Steve Manuel
2016-12-14adding cache invalidation to system start/initSteve Manuel
2016-12-14adding db method ContentBySlug to lookup the type & id of content by its ↵Steve Manuel
slug and return it directly
2016-12-14maintain original slug and append to it with single incremental value, not manySteve Manuel
2016-12-14adding __contentIndex to map item slug to semi foreign-key, and implementing ↵Steve Manuel
add/delete features
2016-12-13deleting old records after storing in metrics as a cacheSteve Manuel
2016-12-13adding fix for metrics storage and cachingSteve Manuel
2016-12-13testing memory cache of current metrics rather than lookup in dbSteve Manuel
2016-12-13flipping comparison to match previous op changeSteve Manuel
2016-12-13changing or -> and op in checkSteve Manuel
2016-12-13removing debug prints and adding a check for data cached or needs analysisSteve Manuel
2016-12-12adding debug printsSteve Manuel
2016-12-12pulling data range literals out to const, adding check if metric count is 0 ↵Steve Manuel
before writing to cache
2016-12-12using dates as range for metrics putSteve Manuel
2016-12-12inserting metrics data into cacheSteve Manuel
2016-12-12checking for metric data in db firstSteve Manuel
2016-12-12adding initial caching of daily metrics from api requestsSteve Manuel
2016-12-11fix leftover db specifier name changesSteve Manuel