summaryrefslogtreecommitdiff
path: root/system/api/update.go
AgeCommit message (Collapse)Author
2017-09-22adding data to struct in Update procedureSteve Manuel
2017-06-26fixed problem with saving multiple repeaters closes #59 closes #167Tornike Razmadze
2017-05-24populate item hookable in API updateSteve Manuel
2017-03-20separate UpdateContent and SetContent to differentiate when data should be ↵Steve Manuel
merged or replaced
2017-03-15changing API for external client interaction. Externalable -> Createable, ↵Steve Manuel
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc.
2017-03-09ErrNoAuth from either BeforeAcceptUpdate or AcceptUpdate returns 401Kevin Keuning
2017-03-05updated loggingKevin Keuning
2017-03-05consolidate UpdateContent into SetContentKevin Keuning
2017-03-02added UpdateContent for merge behavior on api updates, extended HookableKevin Keuning
2017-03-01added logging for failed user validation on api updateKevin Keuning
2017-03-01adding update to apiKevin Keuning