summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
for too long will make you do things. Editable and Sortable interfaces are here already, so clerically its ok.
2016-11-08moving Mergable interface to content package. Still hit cyclical import ↵Steve Manuel
issue, still makes sense to have in content
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-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
to value receiver as it is clearer about Hookable methods and ability to modifty struct fields
2016-11-08testing revert Item to pointer in method reciever for hooks -- interface ↵Steve Manuel
methods of emedded types may not be promoted to outer type if it is not same pointer/value type
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
ability to change Item fields in Hook
2016-11-08adding remaining methods to Item for Hookable implementation and adding ↵Steve Manuel
hooks to external submissions
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
used throughout codebase
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 ↵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-04need to parse the json stringified array in chart dataSteve Manuel
2016-11-04need to parse the json stringified array in chart dataSteve 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