summaryrefslogtreecommitdiff
path: root/system/db
AgeCommit message (Collapse)Author
2016-12-02fixed lookup by emailSteve Manuel
2016-12-02updating docs for recovery key getterSteve Manuel
2016-11-30checking bounds on config field sliceSteve Manuel
2016-11-29testing check for cache invalidation to after values are decodedSteve Manuel
2016-11-29testing check for cache invalidation to after values are decodedSteve Manuel
2016-11-29testing check for cache invalidation to after values are decodedSteve Manuel
2016-11-29testing check for cache invalidation to after values are decodedSteve Manuel
2016-11-29changing check for cache invalidation to after values are decodedSteve Manuel
2016-11-29adding better implementation for etag/cache invalidationSteve Manuel
2016-11-28adding uuid dep and implementation for content.ItemSteve Manuel
2016-11-09adding initial partial implementation of account recovery flowSteve 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-02adding default to order switch in db.QuerySteve Manuel
2016-11-02swapping order of post windingSteve Manuel
2016-11-02testing fix for -1 case in count lengthSteve Manuel
2016-11-02adding test fix for asc orderSteve Manuel
2016-11-02adding test fix for asc orderSteve Manuel
2016-11-02adding test fix for asc orderSteve Manuel
2016-11-02reassigning k, v with next or prev recordSteve Manuel
2016-11-02adding addtional stops for count/offsetSteve Manuel
2016-11-01testing start / end positions on cursor - added back bounds check from prior ↵Steve Manuel
version
2016-11-01testing start / end positions on cursorSteve Manuel
2016-11-01adding some bounds checking to the cursor location based on the expected resultsSteve Manuel
2016-11-01do not allow return length longer than number of values in bucketSteve Manuel
2016-11-01moving query like code from handler to new Query func in db package so size ↵Steve Manuel
of posts returned is just what was requested
2016-10-30dont allow non main content types to be sortedSteve Manuel
2016-10-30need to delete _sorted bucket before re-sorting on deleteSteve Manuel
2016-10-30fixing _ specifier locationSteve Manuel
2016-10-30left out _ separator from ns+specifier in db callSteve Manuel
2016-10-30refactor some db code and update how status vars interpolate throughour UI codeSteve Manuel
2016-10-30slight refactor of pending content code & reimplementing where neededSteve 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-29bucket create if not existSteve Manuel
2016-10-29adding db/analytics init back in after reverting for debugSteve Manuel
2016-10-29adding db/analytics init back in after reverting for debugSteve Manuel
2016-10-29adding db/analytics init back in after reverting for debugSteve Manuel
2016-10-28debuggingSteve Manuel
2016-10-28code reorg and debugging bolt issuesSteve Manuel
2016-10-28attempt fix for bolt errSteve Manuel
2016-10-28attempt fix for bolt errSteve Manuel
2016-10-28adding some clean up code and UI toggle for future external vs. internal ↵Steve Manuel
posted content
2016-10-26need to process string in case external suffix is found where it should not beSteve Manuel
2016-10-26debuggingSteve Manuel
2016-10-26implementation of insert content update to support types with no prior idSteve Manuel
2016-10-26debuggingSteve Manuel
2016-10-26debuggingSteve Manuel
2016-10-26adding capability to accept external content type submissionsSteve Manuel
2016-10-24removing debug printlns and modifying other fmt.Println to log.Println for ↵Steve Manuel
consistency
2016-10-24debugging user email/pass update db codeSteve Manuel