summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-19adding more detail to instructions about contributingSteve Manuel
2016-10-19removing branch selectSteve Manuel
2016-10-19removing hard-coded confirmation message including source of dev cloneSteve Manuel
2016-10-19adding a --fork flag to allow contributors to use their own forks in ↵Steve Manuel
ponzu-dev workflow & described this in readme
2016-10-19adding contribution workflow exampleSteve Manuel
2016-10-19updating attrs file to more correctly display code breakdownSteve Manuel
2016-10-19adding attrs file to more correctly display code breakdownSteve Manuel
2016-10-19adding contrib info for other usersSteve Manuel
2016-10-19Update README.mdSteve
2016-10-19Merge pull request #5 from bosssauce/ponzu-devSteve
[dependency] Vendor all dependencies
2016-10-19vendoring all the dependencies (minus .git to track files) into vendor ↵Steve Manuel
directory prior to build step, which still vendors ponzu core code
2016-10-19vendoring all the dependencies into vendor directory prior to build step, ↵Steve Manuel
which still vendors ponzu core code
2016-10-19temporary move of vendored depsSteve Manuel
2016-10-19Merge pull request #4 from bosssauce/ponzu-devSteve
[dependency] Vendor all dependencies
2016-10-19adding more info to README including credit for dependenciesSteve Manuel
2016-10-19vendoring all the dependencies into vendor directory prior to build step, ↵Steve Manuel
which still vendors ponzu core code
2016-10-19Merge branch 'ponzu-dev'Steve Manuel
2016-10-19fixing cli usage to match new order of argsSteve Manuel
2016-10-19Merge pull request #3 from bosssauce/ponzu-devSteve
[fundamental feature] Content type posts are sorted by time and cached in Admin, API coming soon.
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