summaryrefslogtreecommitdiff
path: root/system/api/handlers.go
AgeCommit message (Expand)Author
2025-02-22fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/ghaturatu
2019-04-04removed []byte return on AfterAPIResponse, not needed)Ollie Phillips
2019-03-29passing data to hooksOllie Phillips
2019-03-29api before/after response hooksOllie Phillips
2017-08-15update Omittable, Pushable, interface to take res, req pair like Hooks, updat...Steve Manuel
2017-04-29adding search, edit/new, and list view for uploadsSteve Manuel
2017-04-25adding support for file upload type and API handler to fetch file infoSteve Manuel
2017-03-15changing API for external client interaction. Externalable -> Createable, +De...Steve Manuel
2017-02-13updating omit implementationSteve Manuel
2017-02-13adding 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-10adding initial support for third-party addons and the basic framework for how...Steve Manuel
2017-01-08adding error type rather than string as exported var from itemSteve Manuel
2016-12-30updating error in addond and checking for nil prior to clling method on errSteve Manuel
2016-12-30update Hide method in Hideable interface, change GMT label to UTCSteve Manuel
2016-12-30adding hide to types handlerSteve Manuel
2016-12-30adding Hideable interface and initial implementation, allowing user to define...Steve Manuel
2016-12-29adding req as param to push, initially to get URL Path for http.Pusher#PushSteve Manuel
2016-12-29move push func to separate file and adding tidwall/gjson to creditsSteve Manuel
2016-12-29adding initial implementation of HTTP/2 server push to single content api rep...Steve Manuel
2016-12-25adding more error handling on buffer writes, removing old codeSteve Manuel
2016-12-19moving repository, bosssauce => ponzu-cmsSteve Manuel
2016-12-19[addons] Creating foundation for plugin-like system "Addons" (#24)Steve
2016-12-14adding db method ContentBySlug to lookup the type & id of content by its slug...Steve Manuel
2016-12-07testing cache control exec from CORSSteve Manuel
2016-12-06substituting "_{specifier}" => "__{specifier}" so users can add their own typ...Steve Manuel
2016-12-06/*post?s*/ => /*content?s*/ substitutionSteve Manuel
2016-12-05update db.Query to return total of content count, add implement change throug...Steve Manuel
2016-11-03adding catch for api handler to check if type exists and throw 404 if notSteve Manuel
2016-11-01moving query like code from handler to new Query func in db package so size o...Steve Manuel
2016-10-28adding initial components for anayltics tracking API requestsSteve Manuel
2016-10-26code reorganizingSteve Manuel
2016-10-24remove debug printlnsSteve Manuel
2016-10-24fixing mistyped variable nameSteve Manuel
2016-10-24debugging params for post queriesSteve Manuel
2016-10-24debugging params for post queriesSteve Manuel
2016-10-24initial implementation of sort results in APISteve Manuel
2016-10-17adding initial updates to provide better time recording for post editing & cr...Steve Manuel
2016-10-09returning absolute import paths, will move to vendor in future commitSteve Manuel
2016-10-09renaming import paths globally to ensure build is using new files, not ones f...Steve Manuel
2016-10-09updating import pathsSteve Manuel
2016-10-09adding CORS support and separaring some api handliers into own fileSteve Manuel