summaryrefslogtreecommitdiff
path: root/system/api/handlers.go
AgeCommit message (Collapse)Author
2016-12-19moving repository, bosssauce => ponzu-cmsSteve Manuel
2016-12-19[addons] Creating foundation for plugin-like system "Addons" (#24)Steve
* adding addons dir and sample addon which enables the use of a new input element in forms for referencing other content. "addons" is a conceptual plugin-like feature, similar to wordpress "plugins" dir, but not as sophisticated
2016-12-14adding db method ContentBySlug to lookup the type & id of content by its ↵Steve Manuel
slug and return it directly
2016-12-07testing cache control exec from CORSSteve Manuel
2016-12-06substituting "_{specifier}" => "__{specifier}" so users can add their own ↵Steve Manuel
types with "_" as a separator and not face conflicts
2016-12-06/*post?s*/ => /*content?s*/ substitutionSteve Manuel
2016-12-05update db.Query to return total of content count, add implement change ↵Steve Manuel
throughout references, add pagination to admin post results
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 ↵Steve Manuel
of posts returned is just what was requested
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 & ↵Steve Manuel
creation
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 ↵Steve Manuel
from original repo
2016-10-09updating import pathsSteve Manuel
2016-10-09adding CORS support and separaring some api handliers into own fileSteve Manuel