summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-20adding filename normalization and sanitization for file uploadsSteve Manuel
2017-03-20adding NormailzeString func exporting the stringToSlug uri formatterSteve Manuel
2017-03-20bump versionSteve Manuel
2017-03-20Merge pull request #102 from ponzu-cms/ponzu-devSteve
separate UpdateContent and SetContent
2017-03-20separate UpdateContent and SetContent to differentiate when data should be ↵Steve Manuel
merged or replaced
2017-03-16Merge pull request #100 from ferhatelmas/more-typosSteve
Typo fixes
2017-03-16Typo fixesferhat elmas
2017-03-15updating examples with deleteableSteve Manuel
2017-03-15bump versionSteve Manuel
2017-03-15Merge pull request #99 from ponzu-cms/ponzu-devSteve
[core] Add api.Deleteable interface, rename Externalable to Createable and rename methods
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