summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-11-26fixing implementation of display name for content typeSteve Manuel
2016-11-26simplify generateContentType signature and using local path of templateSteve Manuel
2016-11-26removing Post.go content type from defaultSteve Manuel
2016-11-26adding generate.go file to build filesSteve Manuel
2016-11-24adding contentType templateSteve Manuel
2016-11-24adding initial support to generate content type from more descriptive cli argsSteve Manuel
2016-11-16Merge pull request #17 from bosssauce/ponzu-devSteve
[core] Adding lifecycle hooks for Save, Delete, Approve, Reject
2016-11-16updating email depSteve Manuel
2016-11-16rearranging code in item.goSteve Manuel
2016-11-16adding non-Externalable content listingSteve Manuel
2016-11-16testing restricted file server to limit public access from listing directory ↵Steve Manuel
contents
2016-11-09fixing multiple assignment issueSteve Manuel
2016-11-09adding initial partial implementation of account recovery flowSteve Manuel
2016-11-09unused mergable varSteve Manuel
2016-11-09moving Mergeable interface to editor package. Fighting with cyclical imports ↵Steve Manuel
for too long will make you do things. Editable and Sortable interfaces are here already, so clerically its ok.
2016-11-08moving Mergable interface to content package. Still hit cyclical import ↵Steve Manuel
issue, still makes sense to have in content
2016-11-08moving interface Mergable from api package to manager package. It avoids a ↵Steve Manuel
cyclical import and also makes more sense logically as the management of content owns the scope of merging external to interal items
2016-11-08only show approve/reject buttons if content type implements api.MergableSteve Manuel
2016-11-08fixing error messageSteve Manuel
2016-11-08fixing redirect to cleaned typeSteve Manuel
2016-11-08adding remaining interface methods to satisfy Hookable. Reverting back again ↵Steve Manuel
to value receiver as it is clearer about Hookable methods and ability to modifty struct fields
2016-11-08testing revert Item to pointer in method reciever for hooks -- interface ↵Steve Manuel
methods of emedded types may not be promoted to outer type if it is not same pointer/value type
2016-11-08adding UI copy to editor re: Reject buttonSteve Manuel
2016-11-08fixing css syntax errorSteve Manuel
2016-11-08updating layout of buttons and css to make UI nicerSteve Manuel
2016-11-08changing pointer to value receiever for Item so there is no confusion around ↵Steve Manuel
ability to change Item fields in Hook
2016-11-08adding remaining methods to Item for Hookable implementation and adding ↵Steve Manuel
hooks to external submissions
2016-11-08adding before/after hooks to actions: save, delete, approve and rejectSteve Manuel
2016-11-07updating Identifiable interface, renaming its method and changing name where ↵Steve Manuel
used throughout codebase
2016-11-07Merge pull request #16 from bosssauce/ponzu-devSteve
[core] better error logging for interface type assertions
2016-11-07spelling fixSteve Manuel
2016-11-07better error logging to help determine if structs implement necessary interfacesSteve Manuel