Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-15 | updating DeleteContent signature to remove requirement of url.Values, will ↵ | Steve Manuel | |
instead to a lookup in content before the delete to get slug, etc | |||
2017-03-15 | updating DeleteContent signature to remove requirement of url.Values, will ↵ | Steve Manuel | |
instead to a lookup in content before the delete to get slug, etc | |||
2017-03-15 | changing API for external client interaction. Externalable -> Createable, ↵ | Steve Manuel | |
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc. | |||
2017-03-15 | changing API for external client interaction. Externalable -> Createable, ↵ | Steve Manuel | |
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc. | |||
2017-03-15 | changing API for external client interaction. Externalable -> Createable, ↵ | Steve Manuel | |
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc. | |||
2017-03-15 | changing API for external client interaction. Externalable -> Createable, ↵ | Steve Manuel | |
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc. | |||
2017-03-12 | Merge pull request #98 from kkeuning/updateable-example-logging | Steve | |
logging id rather than title in AfterAcceptUpdate | |||
2017-03-11 | logging id rather than title in AfterAcceptUpdate | Kevin Keuning | |
2017-03-11 | oops | Steve | |
didn't realize you were requiring the title and artist field in the AcceptUpdate method, adding it back to the log statement | |||
2017-03-11 | Merge pull request #97 from kkeuning/updateable-example | Steve | |
Updateable example added | |||
2017-03-11 | pulling title from PostFormValue | Steve | |
having "title" in the log statement assumed the update *always* had the title field present. | |||
2017-03-11 | keep interface implementation minimal | Steve | |
removing the methods that aren't explicitly required to handle the functionality of the Updateable implementation | |||
2017-03-11 | Merge pull request #96 from kkeuning/ponzu-dev | Steve | |
ErrNoAuth from either BeforeAcceptUpdate or AcceptUpdate will return 401 | |||
2017-03-10 | added AfterAcceptUpdate to example | Kevin Keuning | |
2017-03-10 | added updateable example | Kevin Keuning | |
2017-03-09 | ErrNoAuth from either BeforeAcceptUpdate or AcceptUpdate returns 401 | Kevin Keuning | |
2017-03-09 | ErrNoAuth from either BeforeAcceptUpdate or AcceptUpdate returns 401 | Kevin Keuning | |
2017-03-09 | fix typo | Steve Manuel | |
2017-03-09 | API endpoint listing and spelling fix | Steve Manuel | |
2017-03-09 | adding api.Externalable example, with Approve/AutoApprove and hooks | Steve Manuel | |
2017-03-08 | update credits with x/net/http2 and another badge to shoe release version | Steve Manuel | |
2017-03-07 | Merge pull request #94 from ponzu-cms/ponzu-dev | Steve | |
[core] avoid self-referential server pushes, check Error() equality on recursive push err | |||
2017-03-07 | checking Error() equality on recursive push err | Steve Manuel | |
2017-03-07 | Merge pull request #93 from ponzu-cms/ponzu-dev | Steve | |
[core] Add Updateable interface and HTTP/2 Push fixes | |||
2017-03-07 | vendor net/http2 package for h2 specific constants | Steve Manuel | |
2017-03-07 | adding catch for ErrRecursivePush log and ignoring null values | Steve Manuel | |
2017-03-07 | Merge branch 'ponzu-dev' of https://github.com/ponzu-cms/ponzu into ponzu-dev | Steve Manuel | |
2017-03-07 | updating reference package | Steve Manuel | |
2017-03-07 | Merge pull request #92 from kkeuning/ponzu-dev | Steve | |
Allow for external api updates to content items | |||
2017-03-05 | updated logging | Kevin Keuning | |
2017-03-05 | consolidate UpdateContent into SetContent | Kevin Keuning | |
2017-03-02 | updated log message | Kevin Keuning | |
2017-03-02 | added UpdateContent for merge behavior on api updates, extended Hookable | Kevin Keuning | |
2017-03-01 | added logging for failed user validation on api update | Kevin Keuning | |
2017-03-01 | adding update to api | Kevin Keuning | |
2017-03-01 | adding updated version of omit | Steve Manuel | |
2017-03-01 | Merge pull request #91 from Sirikon/ponzu-dev | Steve | |
Move getGOPATH method to paths.go | |||
2017-03-01 | Move getGOPATH method to paths.go | Carlos Fernández | |
2017-03-01 | replace GOPATH env var lookups with getGOPATH func throughout codebase | Steve Manuel | |
2017-03-01 | bump version | Steve Manuel | |
2017-03-01 | Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-dev | Steve Manuel | |
2017-03-01 | Merge pull request #90 from rohanpai/master | Steve | |
Add Sourcegraph badge to README.md | |||
2017-03-01 | Merge pull request #87 from olliephillips/ponzu-dev | Steve | |
ponzu add <import path> | |||
2017-03-01 | update usage | Steve Manuel | |
2017-03-01 | revised GOPATH detection for bug and Go 1.8 default | Ollie Phillips | |
2017-02-28 | Add Sourcegraph badge to README.md | Rohan Pai | |
2017-02-24 | README tweak | Ollie Phillips | |
2017-02-24 | Removed some redundant info I missed | Ollie Phillips | |
2017-02-24 | Added ponzu add to the README | Ollie Phillips | |
2017-02-24 | Implemented a replicateAll func, since we need files to remain in GOPATH/src | Ollie Phillips | |