summaryrefslogtreecommitdiff
path: root/system/api
AgeCommit message (Expand)Author
2017-01-20removing fmt prints. fix is for #38Steve Manuel
2017-01-20adding fix for consistent order in repeaters and multi-value field inputsSteve Manuel
2017-01-19adding CORS middleware to external API endpoints for browser complianceSteve Manuel
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-29adding http package importSteve 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-22adding fix for js in repeaters (mainly FileRepeater) and cleanup of form valu...Steve Manuel
2016-12-20indicating analytics in chart are GMTSteve 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-13deleting old records after storing in metrics as a cacheSteve Manuel
2016-12-13adding fix for metrics storage and cachingSteve Manuel
2016-12-13testing memory cache of current metrics rather than lookup in dbSteve Manuel
2016-12-13flipping comparison to match previous op changeSteve Manuel
2016-12-13changing or -> and op in checkSteve Manuel
2016-12-13removing debug prints and adding a check for data cached or needs analysisSteve Manuel
2016-12-12adding debug printsSteve Manuel
2016-12-12pulling data range literals out to const, adding check if metric count is 0 b...Steve Manuel
2016-12-12using dates as range for metrics putSteve Manuel
2016-12-12inserting metrics data into cacheSteve Manuel
2016-12-12checking for metric data in db firstSteve Manuel
2016-12-12adding initial caching of daily metrics from api requestsSteve Manuel
2016-12-11fix leftover db specifier name changesSteve Manuel
2016-12-11returning api server middleware to original state and adding req header looku...Steve Manuel
2016-12-07testing cache control exec from CORSSteve Manuel
2016-12-06re-order middleware so Record is called even if cache is activeSteve Manuel
2016-12-06adding cache (client-based, Etag) to API responses in addition to static file...Steve Manuel
2016-12-06missed a renameSteve 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-05changing Add -> Set for values where it could have been problematicSteve Manuel
2016-12-05update db.Query to return total of content count, add implement change throug...Steve Manuel
2016-12-01adding interface Trustable to enable auto-approval from Exteralable content, ...Steve Manuel
2016-11-29updating comment documentation for API endpoint renamingSteve Manuel
2016-11-08moving interface Mergable from api package to manager package. It avoids a cy...Steve Manuel
2016-11-08adding remaining methods to Item for Hookable implementation and adding hooks...Steve Manuel
2016-11-04keeping 2 weeks of data to show, pruning after 1 week, and testing date range...Steve Manuel
2016-11-04testing 2 week chartSteve Manuel
2016-11-04changing back pruneThreshold to 2 weeks, but running prune every week rather ...Steve Manuel
2016-11-04changing timestamp -> unix conversion to take into account 1000x magnitude of...Steve Manuel