-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for the first c2s implementation report.
Non Interface Behavior Changes: - Robust header detection for ActivityPub requests - No more panic because of a Bto access after a Bcc condition - PostOutbox Undo activities now required to have matching actors Interface Behavior Changes: - PostOutbox activities themselves are now passed to App.Set - Authentication/Authorization in a SocialAPIVerifier no longer shadowed and ignored. - Add activities can now fetch remote objects (not permanent) The behavior changes are justified as having been broken bugs that would have not met a developer's expectations. So including them as part of the next release maintains major version 0 behavior compatibility.
- Loading branch information
Showing
4 changed files
with
220 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.