summaryrefslogtreecommitdiff
path: root/system/db
AgeCommit message (Collapse)Author
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
2016-10-24debugging current user codeSteve Manuel
2016-10-22testing fix for problematic Update user codeSteve Manuel
2016-10-22debugging update user handler and db codeSteve Manuel
2016-10-22implementing handlers for user configurationSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-18running SortContent from inside DeleteContent in same goroutine so results ↵Steve Manuel
are sync
2016-10-18updating call location of StoreContent to be centralized to db actions, ↵Steve Manuel
rather than inside http handlers
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵Steve Manuel
run in goroutine on db.Init() as well as any time content is saved via SetContent
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵Steve Manuel
run in goroutine on db.Init() as well as any time content is saved via SetContent
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵Steve Manuel
run in goroutine on db.Init() as well as any time content is saved via SetContent
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵Steve Manuel
run in goroutine on db.Init() as well as any time content is saved via SetContent
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵Steve Manuel
run in goroutine on db.Init() as well as any time content is saved via SetContent
2016-10-18using ref of post in sort storage and updating db key for stored postSteve Manuel
2016-10-18adding different key format to test default sorting inside BoltSteve Manuel
2016-10-18updating sort logic on Less and storing sorted values in _sorted bucketSteve Manuel
2016-10-18adding sort buckets for each content typeSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18implementing Sort on sortable posts, testing functionalitySteve Manuel
2016-10-13adding admin server handler for deleting contentSteve Manuel
2016-10-09returning absolute import paths, will move to vendor in future commitSteve Manuel