summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
AgeCommit message (Expand)Author
2016-12-05switch count and total in reassignmentSteve Manuel
2016-12-05adding link click prevention for disabled pagination elements, fixing case wh...Steve Manuel
2016-12-05fixing urlFmt, redundant pathSteve Manuel
2016-12-05update db.Query to return total of content count, add implement change throug...Steve Manuel
2016-12-02adjusting email fields as per dep changeSteve Manuel
2016-12-02formatting email body and putting email send on new goroutineSteve Manuel
2016-12-02adding a guarantee to update user with same IDSteve Manuel
2016-12-02updating errors and adding user-facing feedbackSteve Manuel
2016-12-02adding debugSteve Manuel
2016-12-02updating print errors to log, more implementation of account recoverySteve Manuel
2016-12-02updating errors to log, getting domain from cold db rather than cache to avoi...Steve Manuel
2016-12-02printing errors for debuggingSteve Manuel
2016-12-01adding example html for admin content paginationSteve Manuel
2016-11-28adding implementation / type assertion for Identifiable in old codeSteve Manuel
2016-11-16adding non-Externalable content listingSteve Manuel
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 issue...Steve Manuel
2016-11-08moving interface Mergable from api package to manager package. It avoids a cy...Steve Manuel
2016-11-08fixing error messageSteve Manuel
2016-11-08fixing redirect to cleaned typeSteve 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-03testing new api request analytics in dashboardSteve Manuel
2016-11-03adding initial implementation with fake data of analytics chartSteve Manuel
2016-11-03updating error messageSteve Manuel
2016-11-03var spelling error..Steve Manuel
2016-11-03simplifying Editable interface by adding Sluggable and Identifiable interface...Steve Manuel
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-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-30pulling getParam into utils fileSteve Manuel
2016-10-30fixing delete routine when specifier is in the type nameSteve Manuel
2016-10-30identified another bug related to _ specifier in UI codeSteve Manuel
2016-10-30refactor some db code and update how status vars interpolate throughour UI codeSteve Manuel
2016-10-29support to delete _pending content itemsSteve Manuel
2016-10-29testing fix for _pending content retrievalSteve Manuel
2016-10-29testing fix for _pending content retrievalSteve Manuel
2016-10-29debuggingSteve Manuel