Age | Commit message (Expand) | Author |
2019-04-04 | removed []byte return on AfterAPIResponse, not needed) | Ollie Phillips |
2019-03-29 | passing data to hooks | Ollie Phillips |
2019-03-29 | api before/after response hooks | Ollie Phillips |
2017-08-15 | update Omittable, Pushable, interface to take res, req pair like Hooks, updat... | Steve Manuel |
2017-04-29 | adding search, edit/new, and list view for uploads | Steve Manuel |
2017-04-25 | adding support for file upload type and API handler to fetch file info | Steve Manuel |
2017-03-15 | changing API for external client interaction. Externalable -> Createable, +De... | Steve Manuel |
2017-02-13 | updating omit implementation | Steve Manuel |
2017-02-13 | adding item.Omittable interface for field-level omission of data in responses... | Steve Manuel |
2017-01-26 | [core] Embedded and implement http.Pusher into http.ResponseWriter+gzip Write... | Steve |
2017-01-25 | [core] implement http.Pusher on our composite gzip/response writer (#45) | Steve |
2017-01-16 | [core] Adding toggle for CORS, GZIP in admin/cms configuration (#30) | Steve |
2017-01-10 | adding initial support for third-party addons and the basic framework for how... | Steve Manuel |
2017-01-08 | adding error type rather than string as exported var from item | Steve Manuel |
2016-12-30 | updating error in addond and checking for nil prior to clling method on err | Steve Manuel |
2016-12-30 | update Hide method in Hideable interface, change GMT label to UTC | Steve Manuel |
2016-12-30 | adding hide to types handler | Steve Manuel |
2016-12-30 | adding Hideable interface and initial implementation, allowing user to define... | Steve Manuel |
2016-12-29 | adding req as param to push, initially to get URL Path for http.Pusher#Push | Steve Manuel |
2016-12-29 | move push func to separate file and adding tidwall/gjson to credits | Steve Manuel |
2016-12-29 | adding initial implementation of HTTP/2 server push to single content api rep... | Steve Manuel |
2016-12-25 | adding more error handling on buffer writes, removing old code | Steve Manuel |
2016-12-19 | moving repository, bosssauce => ponzu-cms | Steve Manuel |
2016-12-19 | [addons] Creating foundation for plugin-like system "Addons" (#24) | Steve |
2016-12-14 | adding db method ContentBySlug to lookup the type & id of content by its slug... | Steve Manuel |
2016-12-07 | testing cache control exec from CORS | Steve Manuel |
2016-12-06 | substituting "_{specifier}" => "__{specifier}" so users can add their own typ... | Steve Manuel |
2016-12-06 | /*post?s*/ => /*content?s*/ substitution | Steve Manuel |
2016-12-05 | update db.Query to return total of content count, add implement change throug... | Steve Manuel |
2016-11-03 | adding catch for api handler to check if type exists and throw 404 if not | Steve Manuel |
2016-11-01 | moving query like code from handler to new Query func in db package so size o... | Steve Manuel |
2016-10-28 | adding initial components for anayltics tracking API requests | Steve Manuel |
2016-10-26 | code reorganizing | Steve Manuel |
2016-10-24 | remove debug printlns | Steve Manuel |
2016-10-24 | fixing mistyped variable name | Steve Manuel |
2016-10-24 | debugging params for post queries | Steve Manuel |
2016-10-24 | debugging params for post queries | Steve Manuel |
2016-10-24 | initial implementation of sort results in API | Steve Manuel |
2016-10-17 | adding initial updates to provide better time recording for post editing & cr... | Steve Manuel |
2016-10-09 | returning absolute import paths, will move to vendor in future commit | Steve Manuel |
2016-10-09 | renaming import paths globally to ensure build is using new files, not ones f... | Steve Manuel |
2016-10-09 | updating import paths | Steve Manuel |
2016-10-09 | adding CORS support and separaring some api handliers into own file | Steve Manuel |