summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-02updating nilslice/email dep: send QUIT message to clientSteve Manuel
2016-12-02adding update to vendored nilslice/email depSteve Manuel
2016-12-02casting var to strings for printing in shellSteve Manuel
2016-12-02adding update to vendored nilslice/email depSteve Manuel
2016-12-02formatting email body and putting email send on new goroutineSteve Manuel
2016-12-02adding a guarantee to update user with same IDSteve Manuel
2016-12-02updating errors and adding user-facing feedbackSteve Manuel
2016-12-02fixed lookup by emailSteve Manuel
2016-12-02adding debugSteve Manuel
2016-12-02updating print errors to log, more implementation of account recoverySteve Manuel
2016-12-02adding enctype for consistency in formsSteve Manuel
2016-12-02updating docs for recovery key getterSteve Manuel
2016-12-02updating errors to log, getting domain from cold db rather than cache to ↵Steve Manuel
avoid issues with installations which were started from existing dbs
2016-12-02setting form enctype to correct ponzu requirementSteve Manuel
2016-12-02printing errors for debuggingSteve Manuel
2016-12-02changing layout/position of forgot password linkSteve Manuel
2016-12-01adding interface Trustable to enable auto-approval from Exteralable content, ↵Steve Manuel
and updating the Externalable interface method set so Accepts is now Accept and takes a handle to the request, returning an error
2016-12-01adding example html for admin content paginationSteve Manuel
2016-11-30checking bounds on config field sliceSteve Manuel
2016-11-30providing correct case for uint typesSteve Manuel
2016-11-30added support for most all built-in types to be used as content struct field ↵Steve Manuel
types
2016-11-30testing built-in type support beyond string/[]string for content typesSteve Manuel
2016-11-30testing built-in type support beyond string/[]string for content typesSteve Manuel
2016-11-30testing built-in type support beyond string/[]string for content typesSteve Manuel
2016-11-30testing built-in type support beyond string/[]string for content typesSteve 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-29fixing k/v for Checkbox input on cache invalidation in configSteve Manuel
2016-11-29fixing k/v for Checkbox input on cache invalidation in configSteve Manuel
2016-11-29testing k/v results from cache invalidationSteve Manuel
2016-11-29adding better implementation for etag/cache invalidationSteve Manuel
2016-11-29adding better implementation for etag/cache invalidationSteve Manuel
2016-11-29adding nilslice/email to creditsSteve Manuel
2016-11-29adding satori/go.uuid to credits sectionSteve Manuel
2016-11-29adding satori/go.uuid to credits sectionSteve Manuel
2016-11-29Merge pull request #18 from bosssauce/ponzu-devSteve
[tooling] Add Rails-like content generator for Content Types
2016-11-29adding go.uuid as own dep, not submoduleSteve Manuel
2016-11-29removing dep to re-add w/o submoduleSteve Manuel
2016-11-29updating import for text vs. html template (goimports assumption)Steve Manuel
2016-11-29updating comment documentation for API endpoint renamingSteve Manuel
2016-11-29fmt codeSteve Manuel
2016-11-29string verb for format in UniqueID() as default content nameSteve Manuel
2016-11-28adding implementation / type assertion for Identifiable in old codeSteve Manuel
2016-11-28fix for uuid implementation, was overwriting uuid on save w/ 0 valueSteve Manuel
2016-11-28adding small fix to generated file layoutSteve Manuel
2016-11-28adding uuid dep and implementation for content.ItemSteve Manuel
2016-11-28changing file layoutSteve Manuel