summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-15using api.ErrNoAuth return from auth check in examplesSteve Manuel
2017-03-15adding deleteable example, rename and modify externalable -> createableSteve Manuel
2017-03-15updating 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-15updating 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-15changing API for external client interaction. Externalable -> Createable, ↵Steve Manuel
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc.
2017-03-15changing API for external client interaction. Externalable -> Createable, ↵Steve Manuel
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc.
2017-03-15changing API for external client interaction. Externalable -> Createable, ↵Steve Manuel
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc.
2017-03-15changing API for external client interaction. Externalable -> Createable, ↵Steve Manuel
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc.
2017-03-12Merge pull request #98 from kkeuning/updateable-example-loggingSteve
logging id rather than title in AfterAcceptUpdate
2017-03-11logging id rather than title in AfterAcceptUpdateKevin Keuning
2017-03-11oopsSteve
didn't realize you were requiring the title and artist field in the AcceptUpdate method, adding it back to the log statement
2017-03-11Merge pull request #97 from kkeuning/updateable-exampleSteve
Updateable example added
2017-03-11pulling title from PostFormValueSteve
having "title" in the log statement assumed the update *always* had the title field present.
2017-03-11keep interface implementation minimalSteve
removing the methods that aren't explicitly required to handle the functionality of the Updateable implementation
2017-03-11Merge pull request #96 from kkeuning/ponzu-devSteve
ErrNoAuth from either BeforeAcceptUpdate or AcceptUpdate will return 401
2017-03-10added AfterAcceptUpdate to exampleKevin Keuning
2017-03-10added updateable exampleKevin Keuning
2017-03-09ErrNoAuth from either BeforeAcceptUpdate or AcceptUpdate returns 401Kevin Keuning
2017-03-09ErrNoAuth from either BeforeAcceptUpdate or AcceptUpdate returns 401Kevin Keuning
2017-03-09fix typoSteve Manuel
2017-03-09API endpoint listing and spelling fixSteve Manuel
2017-03-09adding api.Externalable example, with Approve/AutoApprove and hooksSteve Manuel
2017-03-08update credits with x/net/http2 and another badge to shoe release versionSteve Manuel
2017-03-07Merge pull request #94 from ponzu-cms/ponzu-devSteve
[core] avoid self-referential server pushes, check Error() equality on recursive push err
2017-03-07checking Error() equality on recursive push errSteve Manuel
2017-03-07Merge pull request #93 from ponzu-cms/ponzu-devSteve
[core] Add Updateable interface and HTTP/2 Push fixes
2017-03-07vendor net/http2 package for h2 specific constantsSteve Manuel
2017-03-07adding catch for ErrRecursivePush log and ignoring null valuesSteve Manuel
2017-03-07Merge branch 'ponzu-dev' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2017-03-07updating reference packageSteve Manuel
2017-03-07Merge pull request #92 from kkeuning/ponzu-devSteve
Allow for external api updates to content items
2017-03-05updated loggingKevin Keuning
2017-03-05consolidate UpdateContent into SetContentKevin Keuning
2017-03-02updated log messageKevin Keuning
2017-03-02added UpdateContent for merge behavior on api updates, extended HookableKevin Keuning
2017-03-01added logging for failed user validation on api updateKevin Keuning
2017-03-01adding update to apiKevin Keuning
2017-03-01adding updated version of omitSteve Manuel
2017-03-01Merge pull request #91 from Sirikon/ponzu-devSteve
Move getGOPATH method to paths.go
2017-03-01Move getGOPATH method to paths.goCarlos Fernández
2017-03-01replace GOPATH env var lookups with getGOPATH func throughout codebaseSteve Manuel
2017-03-01bump versionSteve Manuel
2017-03-01Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2017-03-01Merge pull request #90 from rohanpai/masterSteve
Add Sourcegraph badge to README.md
2017-03-01Merge pull request #87 from olliephillips/ponzu-devSteve
ponzu add <import path>
2017-03-01update usageSteve Manuel
2017-03-01revised GOPATH detection for bug and Go 1.8 defaultOllie Phillips
2017-02-28Add Sourcegraph badge to README.mdRohan Pai
2017-02-24README tweakOllie Phillips
2017-02-24Removed some redundant info I missedOllie Phillips