index
:
ponzu.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
api
/
update.go
Age
Commit message (
Collapse
)
Author
2025-02-22
fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g
haturatu
2017-09-22
adding data to struct in Update procedure
Steve Manuel
2017-06-26
fixed problem with saving multiple repeaters closes #59 closes #167
Tornike Razmadze
2017-05-24
populate item hookable in API update
Steve Manuel
2017-03-20
separate UpdateContent and SetContent to differentiate when data should be ↵
Steve Manuel
merged or replaced
2017-03-15
changing API for external client interaction. Externalable -> Createable, ↵
Steve Manuel
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc.
2017-03-09
ErrNoAuth from either BeforeAcceptUpdate or AcceptUpdate returns 401
Kevin Keuning
2017-03-05
updated logging
Kevin Keuning
2017-03-05
consolidate UpdateContent into SetContent
Kevin Keuning
2017-03-02
added UpdateContent for merge behavior on api updates, extended Hookable
Kevin Keuning
2017-03-01
added logging for failed user validation on api update
Kevin Keuning
2017-03-01
adding update to api
Kevin Keuning