summaryrefslogtreecommitdiff
path: root/system/admin
AgeCommit message (Collapse)Author
2016-11-16testing restricted file server to limit public access from listing directory ↵Steve Manuel
contents
2016-11-09fixing multiple assignment issueSteve Manuel
2016-11-09adding initial partial implementation of account recovery flowSteve Manuel
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-08fixing error messageSteve Manuel
2016-11-08fixing redirect to cleaned typeSteve Manuel
2016-11-08fixing css syntax errorSteve Manuel
2016-11-08updating layout of buttons and css to make UI nicerSteve 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
used throughout codebase
2016-11-07spelling fixSteve Manuel
2016-11-07better error logging to help determine if structs implement necessary interfacesSteve 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-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-04testing template range to get dates into pageSteve Manuel
2016-11-03testing simplified fix for template interpolation with analytics dataSteve Manuel
2016-11-03fixing pointer to request for marshalling, updating analytics templateSteve Manuel
2016-11-03testing new api request analytics in dashboardSteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adjusting chart size and data - only UISteve Manuel
2016-11-03adding initial implementation with fake data of analytics chartSteve Manuel
2016-11-03adding resource for chart js and its depsSteve Manuel
2016-11-03updating error messageSteve Manuel
2016-11-03var spelling error..Steve Manuel
2016-11-03simplifying Editable interface by adding Sluggable and Identifiable ↵Steve Manuel
interfaces, moving relevant interface methods to be implemented by other types and updating caller code to assert the new interface types as needed
2016-11-02string addition mistakeSteve Manuel
2016-11-02adding fix for redirect after save on pending post contentSteve Manuel
2016-11-02fixing default statusSteve Manuel
2016-11-02adding default to order param in postsHandlerSteve Manuel
2016-11-02adding post unmarshal into cases based on statusSteve Manuel
2016-11-02adding post unmarshal into cases based on statusSteve Manuel
2016-11-02adding proper padding on month int to dir name for file uploadSteve Manuel
2016-11-02adding proper padding on month int to dir name for file uploadSteve Manuel
2016-11-02reworking the order logic for admin post sortingSteve Manuel
2016-11-02swapping order of post windingSteve Manuel
2016-11-02changing db call to use more efficient query funcSteve Manuel
2016-10-31fixing args issue and var declaration in handlersSteve Manuel
2016-10-31fixing import pathSteve Manuel
2016-10-31initial code to support approving pending contentSteve Manuel
2016-10-30+ UI editsSteve Manuel
2016-10-30pulling getParam into utils fileSteve Manuel
2016-10-30adding initial code for merging pending to private contentSteve Manuel