Age | Commit message (Expand) | Author |
2016-10-29 | adding db procedures and updating handler for external submissions / pending ... | Steve Manuel |
2016-10-29 | adding db procedures and updating handler for external submissions / pending ... | Steve Manuel |
2016-10-29 | bucket create if not exist | Steve Manuel |
2016-10-29 | adding db/analytics init back in after reverting for debug | Steve Manuel |
2016-10-29 | adding db/analytics init back in after reverting for debug | Steve Manuel |
2016-10-29 | adding db/analytics init back in after reverting for debug | Steve Manuel |
2016-10-28 | debugging | Steve Manuel |
2016-10-28 | code reorg and debugging bolt issues | Steve Manuel |
2016-10-28 | attempt fix for bolt err | Steve Manuel |
2016-10-28 | attempt fix for bolt err | Steve Manuel |
2016-10-28 | adding some clean up code and UI toggle for future external vs. internal post... | Steve Manuel |
2016-10-26 | need to process string in case external suffix is found where it should not be | Steve Manuel |
2016-10-26 | debugging | Steve Manuel |
2016-10-26 | implementation of insert content update to support types with no prior id | Steve Manuel |
2016-10-26 | debugging | Steve Manuel |
2016-10-26 | debugging | Steve Manuel |
2016-10-26 | adding capability to accept external content type submissions | Steve Manuel |
2016-10-24 | removing debug printlns and modifying other fmt.Println to log.Println for co... | Steve Manuel |
2016-10-24 | debugging user email/pass update db code | Steve Manuel |
2016-10-24 | debugging current user code | Steve Manuel |
2016-10-22 | testing fix for problematic Update user code | Steve Manuel |
2016-10-22 | debugging update user handler and db code | Steve Manuel |
2016-10-22 | implementing handlers for user configuration | Steve Manuel |
2016-10-22 | adding initial support to edit and add admin users | Steve Manuel |
2016-10-18 | running SortContent from inside DeleteContent in same goroutine so results ar... | Steve Manuel |
2016-10-18 | updating call location of StoreContent to be centralized to db actions, rathe... | Steve Manuel |
2016-10-18 | implement Sort on all content types by Timestamp, DESC (latest to oldest) - r... | Steve Manuel |
2016-10-18 | implement Sort on all content types by Timestamp, DESC (latest to oldest) - r... | Steve Manuel |
2016-10-18 | implement Sort on all content types by Timestamp, DESC (latest to oldest) - r... | Steve Manuel |
2016-10-18 | implement Sort on all content types by Timestamp, DESC (latest to oldest) - r... | Steve Manuel |
2016-10-18 | implement Sort on all content types by Timestamp, DESC (latest to oldest) - r... | Steve Manuel |
2016-10-18 | using ref of post in sort storage and updating db key for stored post | Steve Manuel |
2016-10-18 | adding different key format to test default sorting inside Bolt | Steve Manuel |
2016-10-18 | updating sort logic on Less and storing sorted values in _sorted bucket | Steve Manuel |
2016-10-18 | adding sort buckets for each content type | Steve Manuel |
2016-10-18 | debugging | Steve Manuel |
2016-10-18 | debugging | Steve Manuel |
2016-10-18 | debugging | Steve Manuel |
2016-10-18 | debugging | Steve Manuel |
2016-10-18 | debugging | Steve Manuel |
2016-10-18 | debugging | Steve Manuel |
2016-10-18 | debugging | Steve Manuel |
2016-10-18 | implementing Sort on sortable posts, testing functionality | Steve Manuel |
2016-10-13 | adding admin server handler for deleting content | Steve Manuel |
2016-10-09 | returning absolute import paths, will move to vendor in future commit | Steve Manuel |
2016-10-09 | renaming import paths globally to ensure build is using new files, not ones f... | Steve Manuel |
2016-10-09 | updating import paths | Steve Manuel |
2016-10-07 | adding cache control and etags to responses for static assets + moved handler... | Steve Manuel |
2016-10-06 | added jwt secret at initialization and removed debugs | Steve Manuel |
2016-10-06 | adding authentication & token-based persistence for users, init setup for fir... | Steve Manuel |