summaryrefslogtreecommitdiff
path: root/system/api/external.go
AgeCommit message (Collapse)Author
2016-12-22adding fix for js in repeaters (mainly FileRepeater) and cleanup of form ↵Steve Manuel
value transforms
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-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-05changing Add -> Set for values where it could have been problematicSteve Manuel
2016-12-01adding interface Trustable to enable auto-approval from Exteralable content, ↵Steve Manuel
and updating the Externalable interface method set so Accepts is now Accept and takes a handle to the request, returning an error
2016-11-29updating comment documentation for API endpoint renamingSteve Manuel
2016-11-08moving interface Mergable from api package to manager package. It avoids a ↵Steve Manuel
cyclical import and also makes more sense logically as the management of content owns the scope of merging external to interal items
2016-11-08adding remaining methods to Item for Hookable implementation and adding ↵Steve Manuel
hooks to external submissions
2016-11-03renaming handler and path match for api server - post => contentSteve Manuel
2016-10-31initial code to support approving pending contentSteve Manuel
2016-10-30fixing previously removed specifier for pending in refactored db set contentSteve Manuel
2016-10-30refactor some db code and update how status vars interpolate throughour UI codeSteve Manuel
2016-10-30slight refactor of pending content code & reimplementing where neededSteve Manuel
2016-10-29renaming and moving File upload logic into own packageSteve Manuel
2016-10-29adding db procedures and updating handler for external submissions / pending ↵Steve Manuel
content
2016-10-29adding db procedures and updating handler for external submissions / pending ↵Steve Manuel
content
2016-10-29adding db/analytics init back in after reverting for debugSteve Manuel
2016-10-28adding initial components for anayltics tracking API requestsSteve Manuel
2016-10-26forgot to parse form data on external post handlerSteve Manuel
2016-10-26fixing Externalable interface implementation for Post typeSteve Manuel
2016-10-26debuggingSteve Manuel
2016-10-26debuggingSteve Manuel
2016-10-26debuggingSteve Manuel
2016-10-26debugging and code reorgSteve Manuel