Commit Graph

375 Commits

Author SHA1 Message Date
a525acc28b Clarify wording around adding id in client to server communication 2017-04-17 20:41:17 -05:00
731e72e0c9 "Spoofing prevention" used author attribute instead of attributedTo 2017-04-17 20:39:43 -05:00
315fead96c Call attention to the Public Inbox Delivery section in Public Addressing.
It may be that these sections should be merged?
2017-04-17 10:46:38 -05:00
a498bb80e0 id="publicInbox" shouldn't have a # character though, obviously 2017-04-17 10:39:16 -05:00
3711cb2ac9 Missed the # symbol on publicInbox fragment link 2017-04-17 10:34:21 -05:00
df531dbfed why not turn a non-normative note into an actual note 2017-04-12 09:38:27 -05:00
0bd753749f Remove duplicate summary and inline the as2 duplicate properties 2017-04-12 09:29:53 -05:00
a3fa84c9c9 Cite AS2 in 4.1.1 2017-04-11 22:38:39 -05:00
271d364376 Oops, forgot to remove icon from the normative section 2017-04-11 22:35:46 -05:00
77d6146641 document the move of AS2 properties from actors into non-normative subsection 2017-04-11 15:09:41 -05:00
840adf2b5b Move duplicated ActivityStreams Actor properties to informative section
This closes #180.
2017-04-11 14:29:15 -05:00
8aab4c4468 Reverting accidental change re: icon
This was a suggested fix for #180 but I didn't mean to roll it into
the previous commit.
2017-04-11 08:51:58 -05:00
9d693d1406 Some editorial adjustments (typo fixes, word restructuring)
Suggested by @strugee.  Closes #183.
2017-04-11 08:31:03 -05:00
8e32690464 New changelog for editorial updates; add ids to changelog sections 2017-04-11 13:20:36 +08:00
21743a5c20 Adjust security/privacy answers for incognito mode & "local device"
"to be closer to implementation", per #123.
2017-04-10 12:10:30 -05:00
0925e1707c Be a little bit looser about transient examples
chat messages and game notifications both *might* be transient, but
they might not, so say "some kind of".

This closes #168.
2017-04-10 11:04:18 -05:00
0b625cc43f Reference RFC6749 and RFC6750
Closes #169.
2017-04-10 10:48:46 -05:00
b424f60ff3 Improve wording about default Activity addressing
Thanks to @strugee for the good feedback and wording choice.  Closes #170.
2017-04-10 09:38:08 -05:00
ca35626585 Clarify what's required for an actor profile. Closes #173. 2017-04-10 09:32:00 -05:00
a3fc8d2e71 Address editorial issues, fixes #142 2017-04-10 17:51:13 +08:00
bc7741fa25 Add informative ref to JSON Web Signatures, fixes #172 2017-04-10 17:24:27 +08:00
92c70a3393 Fix previous publish date 2017-04-10 17:01:32 +08:00
690bd05c3f Fix latest updated date, and link to commits 2017-04-10 16:59:21 +08:00
64d5d9cb74 Thanks to @gobengo for the implementation reports template 2017-03-04 15:13:23 -06:00
e95fd6db9f Remove # from profile url 2017-02-21 09:16:45 -06:00
fd79cf82a6 Fix #publicInbox link 2016-11-16 22:12:12 -06:00
3756cc96f1 fix some links 2016-11-16 22:11:51 -06:00
80fcc9d1c9 Fix fragment links to Collection / OrderedCollection 2016-11-15 13:21:09 -06:00
ce840ac8c4 Update "ActivityStreams" reference in 7.9 to "Activity Vocabulary"
Closes #167.

Thanks @PaulJeong14 !
2016-11-05 12:30:56 -05:00
5846dd954f code not cod 2016-11-01 22:11:10 -05:00
8db0f3f607 Oops, publish date should be UTC 2016-11-01 22:10:51 -05:00
dfcd420026 Adjust date 2016-11-01 22:04:54 -05:00
08ac6d0b27 Adjust abstract a little 2016-11-01 22:04:03 -05:00
53fc313243 last update to changelog 2016-11-01 11:58:21 -05:00
137378a21d Make context less confusing re: #159
Per @gobengo's comment here:

  https://github.com/w3c/activitypub/issues/159#issuecomment-256140295

The way @language appears and then shuffles in the context makes it
look like json-ld magic which isn't necessarily clear.  So, removed
that.

(I asked the i18n group for feedback and heard no response.  We have
@language on every other applicable example so I think this is okay.)
2016-11-01 11:52:11 -05:00
501c35b09c Add test suite and implementation report URIs 2016-11-01 11:37:38 -05:00
2b66786425 Update add/remove activity rules
Closes #148.
2016-11-01 10:28:29 -05:00
92d275080d Fix Change Log dates 2016-11-01 10:18:49 -05:00
663e8b7b0b Update Change Log. 2016-11-01 10:16:27 -05:00
7725beb0ea Add delete activity side effect for server to server interactions 2016-11-01 09:56:19 -05:00
374c2d8bbf Clarify how straightforward the Create activity is. 2016-11-01 09:45:51 -05:00
447475806d Renamed "Inbox Delivery" to "Forwarding from Inbox"
Maybe clearer?
2016-11-01 09:42:14 -05:00
7d462e3378 Putting server to server activities in same order as client to server 2016-10-31 21:39:31 -05:00
43849ab276 Oops, accidentally said "added" when we meant "removed"
Thanks to Ben Sturmfels for catching this.
2016-10-31 21:07:46 -05:00
0e4ebb893d Point to the AS2 docs on Undo. 2016-10-31 16:57:49 -05:00
3664940094 Clear up use of "user" in blocking; refer to posting actor and foreign actor separately
Thanks again to Mats Sjöberg!  So many thanks!
2016-10-31 16:52:27 -05:00
6017bf374d Remove extraneous "to"
Thanks again Mats Sjöberg!
2016-10-31 16:39:03 -05:00
a35e7d5730 Make the HTTP Post example have the same activity as shown in the prev example
Thanks again to Mats Sjöberg for catching.
2016-10-31 16:38:27 -05:00
89efe73451 Clarify that Location header contains id 2016-10-31 16:36:27 -05:00
ce76f2e53b Removing TODO about "auth"... I think we got things right
... hopefully :)
2016-10-31 14:57:22 -05:00