summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-28adding small fix to generated file layoutSteve Manuel
2016-11-28adding uuid dep and implementation for content.ItemSteve Manuel
2016-11-28changing file layoutSteve Manuel
2016-11-26fixing implementation of display name for content typeSteve Manuel
2016-11-26simplify generateContentType signature and using local path of templateSteve Manuel
2016-11-26removing Post.go content type from defaultSteve Manuel
2016-11-26adding generate.go file to build filesSteve Manuel
2016-11-24adding contentType templateSteve Manuel
2016-11-24adding initial support to generate content type from more descriptive cli argsSteve Manuel
2016-11-16updating email depSteve Manuel
2016-11-16rearranging code in item.goSteve Manuel
2016-11-16adding non-Externalable content listingSteve Manuel
2016-11-16testing restricted file server to limit public access from listing directory ...Steve Manuel
2016-11-09fixing multiple assignment issueSteve Manuel
2016-11-09adding initial partial implementation of account recovery flowSteve Manuel
2016-11-09unused mergable varSteve Manuel
2016-11-09moving Mergeable interface to editor package. Fighting with cyclical imports ...Steve Manuel
2016-11-08moving Mergable interface to content package. Still hit cyclical import issue...Steve Manuel
2016-11-08moving interface Mergable from api package to manager package. It avoids a cy...Steve Manuel
2016-11-08only show approve/reject buttons if content type implements api.MergableSteve Manuel
2016-11-08fixing error messageSteve Manuel
2016-11-08fixing redirect to cleaned typeSteve Manuel
2016-11-08adding remaining interface methods to satisfy Hookable. Reverting back again ...Steve Manuel
2016-11-08testing revert Item to pointer in method reciever for hooks -- interface meth...Steve Manuel
2016-11-08adding UI copy to editor re: Reject buttonSteve Manuel
2016-11-08fixing css syntax errorSteve Manuel
2016-11-08updating layout of buttons and css to make UI nicerSteve Manuel
2016-11-08changing pointer to value receiever for Item so there is no confusion around ...Steve Manuel
2016-11-08adding remaining methods to Item for Hookable implementation and adding hooks...Steve Manuel
2016-11-08adding before/after hooks to actions: save, delete, approve and rejectSteve Manuel
2016-11-07updating Identifiable interface, renaming its method and changing name where ...Steve Manuel
2016-11-07spelling fixSteve Manuel
2016-11-07better error logging to help determine if structs implement necessary interfacesSteve Manuel
2016-11-07adding test fix for tags/chips in new post UISteve Manuel
2016-11-07adding test fix for tags/chips in new post UISteve Manuel
2016-11-07adding test fix for tags/chips in new post UISteve Manuel
2016-11-07adding test fix for tags/chips in new post UISteve Manuel
2016-11-04keeping 2 weeks of data to show, pruning after 1 week, and testing date range...Steve Manuel
2016-11-04testing 2 week chartSteve Manuel
2016-11-04changing back pruneThreshold to 2 weeks, but running prune every week rather ...Steve Manuel
2016-11-04changing timestamp -> unix conversion to take into account 1000x magnitude of...Steve Manuel
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 to...Steve Manuel
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-04need to parse the json stringified array in chart dataSteve Manuel
2016-11-04need to parse the json stringified array in chart dataSteve Manuel