summaryrefslogtreecommitdiff
path: root/system/api
AgeCommit message (Collapse)Author
2016-12-01adding interface Trustable to enable auto-approval from Exteralable content, ↵Steve Manuel
and updating the Externalable interface method set so Accepts is now Accept and takes a handle to the request, returning an error
2016-11-29updating comment documentation for API endpoint renamingSteve Manuel
2016-11-08moving interface Mergable from api package to manager package. It avoids a ↵Steve Manuel
cyclical import and also makes more sense logically as the management of content owns the scope of merging external to interal items
2016-11-08adding remaining methods to Item for Hookable implementation and adding ↵Steve Manuel
hooks to external submissions
2016-11-04keeping 2 weeks of data to show, pruning after 1 week, and testing date ↵Steve Manuel
range UI on dahsboard
2016-11-04testing 2 week chartSteve Manuel
2016-11-04changing back pruneThreshold to 2 weeks, but running prune every week rather ↵Steve Manuel
than 14 days
2016-11-04changing timestamp -> unix conversion to take into account 1000x magnitude ↵Steve Manuel
offset
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