summaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
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 user email/pass update db codeSteve Manuel
2016-10-24debugging cookieSteve Manuel
2016-10-24debugging current user codeSteve Manuel
2016-10-22debugging cookiesSteve Manuel
2016-10-22debugging json contentSteve Manuel
2016-10-22debugging auth middlewareSteve Manuel
2016-10-22debugging json outputSteve 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-22testing fix for problematic Update user codeSteve Manuel
2016-10-22debug edit user info handlerSteve Manuel
2016-10-22debugging update user handler and db codeSteve Manuel
2016-10-22debuggigSteve Manuel
2016-10-22implementing handlers for user configurationSteve Manuel
2016-10-22implementing handlers for user configurationSteve Manuel
2016-10-22implementing handlers for user configurationSteve Manuel
2016-10-22implementing handlers for user configurationSteve Manuel
2016-10-22debugging user listingSteve Manuel
2016-10-22debugging user listingSteve Manuel
2016-10-22debugging user listingSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-22adding initial support to edit and add admin usersSteve Manuel
2016-10-21adding support for TLS encryption, providing http/2 over HTTPS connections ↵Steve Manuel
via port 443 - certificates obtained from Lets Encrypt, which is currently the default and only supprted CA
2016-10-21adding better error handling to check for nil valuesSteve Manuel
2016-10-21testing 443 as only tls bound portSteve Manuel
2016-10-21adding initial support for TLS encryption via Lets EncryptSteve Manuel
2016-10-18running SortContent from inside DeleteContent in same goroutine so results ↵Steve Manuel
are sync
2016-10-18updating form enctype to meet ponzu system requirements [multipart/form-data]Steve Manuel
2016-10-18debugging deleteHandlerSteve Manuel
2016-10-18setting form methodSteve Manuel
2016-10-18setting form methodSteve Manuel
2016-10-18adjusting style to quick-delete-post button and adding JS form controlSteve Manuel
2016-10-18changing UI for quick-delete-post buttonSteve Manuel
2016-10-18changing UI for quick-delete-post buttonSteve Manuel
2016-10-18adding delete button [quick-delete-post]Steve Manuel
2016-10-18updating search results to reflect new admin list item for postsSteve Manuel
2016-10-18removing elements from form if not necessarySteve Manuel
2016-10-18updating some UI and JS codeSteve Manuel