summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-01formatting fix in custom editor view templateSteve Manuel
2017-04-01adding cases and templates for checkbox, file, richtext, select, tags, textareaSteve Manuel
2017-04-01adding hidden and custom templates to casesSteve Manuel
2017-04-01add warning message to console, new custom and hidden templatesSteve Manuel
2017-04-01provide generateType to parseField to get its parent dataSteve Manuel
2017-04-01downcase initial char from type nameSteve Manuel
2017-04-01removing nil view defaultSteve Manuel
2017-04-01adding initial cases to generate input types for field views from command lineSteve Manuel
2017-03-21Merge pull request #104 from ponzu-cms/ponzu-devSteve
[core] add Configuration control to disable HTTP Cache and set Max-Age duration
2017-03-21JSON decoded val for int variants are float64 - need to cast after assertionSteve Manuel
2017-03-21adding cache-control age and disablerSteve Manuel
2017-03-20Merge pull request #103 from ponzu-cms/ponzu-devSteve
[core] StoreUploads now renames files, replacing bad characters
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