summaryrefslogtreecommitdiff
path: root/system/api/handlers.go
AgeCommit message (Expand)Author
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