Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[core] add Configuration control to disable HTTP Cache and set Max-Age duration
|
|
|
|
|
|
[core] StoreUploads now renames files, replacing bad characters
|
|
|
|
|
|
|
|
separate UpdateContent and SetContent
|
|
merged or replaced
|
|
Typo fixes
|
|
|
|
|
|
|
|
[core] Add api.Deleteable interface, rename Externalable to Createable and rename methods
|
|
|
|
|
|
instead to a lookup in content before the delete to get slug, etc
|
|
instead to a lookup in content before the delete to get slug, etc
|
|
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc.
|
|
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc.
|
|
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc.
|
|
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc.
|
|
logging id rather than title in AfterAcceptUpdate
|
|
|
|
didn't realize you were requiring the title and artist field in the AcceptUpdate method, adding it back to the log statement
|
|
Updateable example added
|
|
having "title" in the log statement assumed the update *always* had the title field present.
|
|
removing the methods that aren't explicitly required to handle the functionality of the Updateable implementation
|
|
ErrNoAuth from either BeforeAcceptUpdate or AcceptUpdate will return 401
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[core] avoid self-referential server pushes, check Error() equality on recursive push err
|
|
|
|
[core] Add Updateable interface and HTTP/2 Push fixes
|
|
|
|
|