Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-01 | provide generateType to parseField to get its parent data | Steve Manuel | |
2017-04-01 | downcase initial char from type name | Steve Manuel | |
2017-04-01 | removing nil view default | Steve Manuel | |
2017-04-01 | adding initial cases to generate input types for field views from command line | Steve Manuel | |
2017-03-21 | Merge pull request #104 from ponzu-cms/ponzu-dev | Steve | |
[core] add Configuration control to disable HTTP Cache and set Max-Age duration | |||
2017-03-21 | JSON decoded val for int variants are float64 - need to cast after assertion | Steve Manuel | |
2017-03-21 | adding cache-control age and disabler | Steve Manuel | |
2017-03-20 | Merge pull request #103 from ponzu-cms/ponzu-dev | Steve | |
[core] StoreUploads now renames files, replacing bad characters | |||
2017-03-20 | adding filename normalization and sanitization for file uploads | Steve Manuel | |
2017-03-20 | adding NormailzeString func exporting the stringToSlug uri formatter | Steve Manuel | |
2017-03-20 | bump version | Steve Manuel | |
2017-03-20 | Merge pull request #102 from ponzu-cms/ponzu-dev | Steve | |
separate UpdateContent and SetContent | |||
2017-03-20 | separate UpdateContent and SetContent to differentiate when data should be ↵ | Steve Manuel | |
merged or replaced | |||
2017-03-16 | Merge pull request #100 from ferhatelmas/more-typos | Steve | |
Typo fixes | |||
2017-03-16 | Typo fixes | ferhat elmas | |
2017-03-15 | updating examples with deleteable | Steve Manuel | |
2017-03-15 | bump version | Steve Manuel | |
2017-03-15 | Merge pull request #99 from ponzu-cms/ponzu-dev | Steve | |
[core] Add api.Deleteable interface, rename Externalable to Createable and rename methods | |||
2017-03-15 | using api.ErrNoAuth return from auth check in examples | Steve Manuel | |
2017-03-15 | adding deleteable example, rename and modify externalable -> createable | Steve Manuel | |
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 | |