summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
AgeCommit message (Collapse)Author
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 ↵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-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
2016-10-29debuggingSteve Manuel
2016-10-29adding check for pending content request to update namespace in db.Content callSteve Manuel
2016-10-29adding rough sort ordering for pending content, based on reversing the ↵Steve Manuel
natural order of key-based sort from Bolt bucket
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 procedures and updating handler for external submissions / pending ↵Steve Manuel
content
2016-10-29adding defauld status to form mapSteve Manuel
2016-10-29adding defauld status to form mapSteve Manuel
2016-10-29adding defauld status to form mapSteve Manuel
2016-10-29adding defauld status to form mapSteve Manuel
2016-10-29changing copy and testing fix for public/private listing of contentSteve Manuel
2016-10-29initial set up for external/internal toggle viewSteve Manuel
2016-10-28delete unusedSteve Manuel
2016-10-28moving non-switch code out of switchSteve Manuel
2016-10-28adding some clean up code and UI toggle for future external vs. internal ↵Steve Manuel
posted content
2016-10-24removing debug printlns and modifying other fmt.Println to log.Println for ↵Steve Manuel
consistency
2016-10-24removing debug printlns and modifying other fmt.Println to log.Println for ↵Steve Manuel
consistency
2016-10-24debugging cookieSteve Manuel
2016-10-22debugging cookiesSteve Manuel
2016-10-22fixing logic error overriding original passwordSteve Manuel
2016-10-22need to update token in cookie after user changes their emailSteve Manuel
2016-10-22debug edit user info handlerSteve Manuel