summaryrefslogtreecommitdiff
path: root/system/api
AgeCommit message (Collapse)Author
2016-11-04testing shorter prune period to gague effectivenessSteve Manuel
2016-11-04adding return valueSteve Manuel
2016-11-04adding batchPrune func to delete old analytics data, eventually would like ↵Steve Manuel
to add a backup service. renaming recordChan for clarity
2016-11-04testing optimization for cpu usage that is less interruptiveSteve Manuel
2016-11-04fixing index for unique inc on "today" dataSteve Manuel
2016-11-04reverting to UTC and reducing the check for len(times) to be n-1Steve Manuel
2016-11-04testing with local time vs. utcSteve Manuel
2016-11-04fixing index to be correct value for day thresholdSteve Manuel
2016-11-04debugSteve Manuel
2016-11-04initializing map at each index of ipsSteve Manuel
2016-11-04testing template range to get dates into pageSteve Manuel
2016-11-03removing bug to eliminate repetitive labelsSteve Manuel
2016-11-03testing simplified fix for template interpolation with analytics dataSteve Manuel
2016-11-03test for unescaping string in js mapSteve Manuel
2016-11-03testing json.RawMessage to maintain quotations in dates array for jsSteve Manuel
2016-11-03test for unescaping string in js mapSteve Manuel
2016-11-03testing fix for str format of time and dates marshallingSteve Manuel
2016-11-03testing fix for time format with chart labelsSteve Manuel
2016-11-03Week should return map[string]string and cast bytes to string for template ↵Steve Manuel
iterpolation
2016-11-03fixing pointer to request for marshalling, updating analytics templateSteve Manuel
2016-11-03testing new api request analytics in dashboardSteve Manuel
2016-11-03adding initial implementation with fake data of analytics chartSteve Manuel
2016-11-03adding catch for api handler to check if type exists and throw 404 if notSteve Manuel
2016-11-03renaming handler and path match for api server - post => contentSteve Manuel
2016-11-01moving query like code from handler to new Query func in db package so size ↵Steve Manuel
of posts returned is just what was requested
2016-11-01adding analytics tracking to API callsSteve Manuel
2016-11-01adding analytics tracking to API callsSteve Manuel
2016-10-31initial code to support approving pending contentSteve Manuel
2016-10-30fixing previously removed specifier for pending in refactored db set contentSteve Manuel
2016-10-30refactor some db code and update how status vars interpolate throughour UI codeSteve Manuel
2016-10-30slight refactor of pending content code & reimplementing where neededSteve Manuel
2016-10-29renaming and moving File upload logic into own packageSteve Manuel
2016-10-29adding db procedures and updating handler for external submissions / pending ↵Steve Manuel
content
2016-10-29adding db procedures and updating handler for external submissions / pending ↵Steve Manuel
content
2016-10-29adding db/analytics init back in after reverting for debugSteve Manuel
2016-10-28code reorg and debugging bolt issuesSteve Manuel
2016-10-28adding initial components for anayltics tracking API requestsSteve Manuel
2016-10-26forgot to parse form data on external post handlerSteve Manuel
2016-10-26fixing Externalable interface implementation for Post typeSteve Manuel
2016-10-26debuggingSteve Manuel
2016-10-26debuggingSteve Manuel
2016-10-26debuggingSteve Manuel
2016-10-26debugging and code reorgSteve Manuel
2016-10-26code reorganizingSteve Manuel
2016-10-24remove debug printlnsSteve Manuel
2016-10-24fixing mistyped variable nameSteve Manuel
2016-10-24debugging params for post queriesSteve Manuel
2016-10-24debugging params for post queriesSteve Manuel
2016-10-24initial implementation of sort results in APISteve Manuel
2016-10-17adding initial updates to provide better time recording for post editing & ↵Steve Manuel
creation