@fedify/fedify 1.1.0-dev.421 → 1.1.0-dev.423

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGES.md CHANGED
@@ -9,6 +9,20 @@ Version 1.1.0
9
9
  To be released.
10
10
 
11
11
 
12
+ Version 1.0.2
13
+ -------------
14
+
15
+ Released on September 27, 2024.
16
+
17
+ - Fixed a bug of `Object.toJsonLd()` method where it had incorrectly compacted
18
+ the `name` property when it was not a language map.
19
+
20
+ - The `Delete(Application)` activities sent by the `fedify inbox` command now
21
+ embed the entire actor object instead of just the actor's URI so that
22
+ the peers can verify the actor's signature without fetching the actor
23
+ object.
24
+
25
+
12
26
  Version 1.0.1
13
27
  -------------
14
28
 
@@ -9,7 +9,7 @@ description: |
9
9
  used in certain circumstances to indicate the context into which the `object`
10
10
  has been accepted.
11
11
  defaultContext:
12
+ - "https://w3id.org/identity/v1"
12
13
  - "https://www.w3.org/ns/activitystreams"
13
14
  - "https://w3id.org/security/data-integrity/v1"
14
- - "https://w3id.org/identity/v1"
15
15
  properties: []
@@ -11,10 +11,10 @@ description: |
11
11
  of activities. It is important to note that the {@link Activity} type itself
12
12
  does not carry any specific semantics about the kind of action being taken.
13
13
  defaultContext:
14
+ - "https://w3id.org/identity/v1"
14
15
  - "https://www.w3.org/ns/activitystreams"
15
16
  - "https://w3id.org/security/v1"
16
17
  - "https://w3id.org/security/data-integrity/v1"
17
- - "https://w3id.org/identity/v1"
18
18
 
19
19
  properties:
20
20
  - pluralName: actors
@@ -10,7 +10,7 @@ description: |
10
10
  to be determined implicitly by context. The `origin` can be used to identify
11
11
  the context from which the `object` originated.
12
12
  defaultContext:
13
+ - "https://w3id.org/identity/v1"
13
14
  - "https://www.w3.org/ns/activitystreams"
14
15
  - "https://w3id.org/security/data-integrity/v1"
15
- - "https://w3id.org/identity/v1"
16
16
  properties: []
@@ -9,9 +9,9 @@ description: |
9
9
 
10
10
  The `origin` typically has no defined meaning.
11
11
  defaultContext:
12
+ - "https://w3id.org/identity/v1"
12
13
  - "https://www.w3.org/ns/activitystreams"
13
14
  - "https://w3id.org/security/data-integrity/v1"
14
- - "https://w3id.org/identity/v1"
15
15
  - toot: "http://joinmastodon.org/ns#"
16
16
  misskey: "https://misskey-hub.net/ns#"
17
17
  fedibird: "http://fedibird.com/ns#"
@@ -9,7 +9,7 @@ description: |
9
9
  The `origin` can be used to identify the context from which the `actor` originated.
10
10
  The `target` typically has no defined meaning.
11
11
  defaultContext:
12
+ - "https://w3id.org/identity/v1"
12
13
  - "https://www.w3.org/ns/activitystreams"
13
14
  - "https://w3id.org/security/data-integrity/v1"
14
- - "https://w3id.org/identity/v1"
15
15
  properties: []
@@ -10,7 +10,7 @@ description: |
10
10
  allow one user to block activities or content of other users. The `target`
11
11
  and `origin` typically have no defined meaning.
12
12
  defaultContext:
13
+ - "https://w3id.org/identity/v1"
13
14
  - "https://www.w3.org/ns/activitystreams"
14
15
  - "https://w3id.org/security/data-integrity/v1"
15
- - "https://w3id.org/identity/v1"
16
16
  properties: []
@@ -6,9 +6,9 @@ extends: "https://www.w3.org/ns/activitystreams#Activity"
6
6
  entity: true
7
7
  description: Indicates that the `actor` has created the `object`.
8
8
  defaultContext:
9
+ - "https://w3id.org/identity/v1"
9
10
  - "https://www.w3.org/ns/activitystreams"
10
11
  - "https://w3id.org/security/data-integrity/v1"
11
- - "https://w3id.org/identity/v1"
12
12
  - toot: "http://joinmastodon.org/ns#"
13
13
  misskey: "https://misskey-hub.net/ns#"
14
14
  fedibird: "http://fedibird.com/ns#"
@@ -8,9 +8,9 @@ description: |
8
8
  Indicates that the `actor` has deleted the `object`. If specified,
9
9
  the `origin` indicates the context from which the `object` was deleted.
10
10
  defaultContext:
11
+ - "https://w3id.org/identity/v1"
11
12
  - "https://www.w3.org/ns/activitystreams"
12
13
  - "https://w3id.org/security/data-integrity/v1"
13
- - "https://w3id.org/identity/v1"
14
14
  - toot: "http://joinmastodon.org/ns#"
15
15
  misskey: "https://misskey-hub.net/ns#"
16
16
  fedibird: "http://fedibird.com/ns#"
@@ -6,7 +6,7 @@ extends: "https://www.w3.org/ns/activitystreams#Activity"
6
6
  entity: true
7
7
  description: Indicates that the `actor` dislikes the `object`.
8
8
  defaultContext:
9
+ - "https://w3id.org/identity/v1"
9
10
  - "https://www.w3.org/ns/activitystreams"
10
11
  - "https://w3id.org/security/data-integrity/v1"
11
- - "https://w3id.org/identity/v1"
12
12
  properties: []
@@ -9,7 +9,7 @@ description: |
9
9
  in the sense common to many social platforms as reporting content as being
10
10
  inappropriate for any number of reasons.
11
11
  defaultContext:
12
+ - "https://w3id.org/identity/v1"
12
13
  - "https://www.w3.org/ns/activitystreams"
13
14
  - "https://w3id.org/security/data-integrity/v1"
14
- - "https://w3id.org/identity/v1"
15
15
  properties: []
@@ -10,7 +10,7 @@ description: |
10
10
  interested in any activity performed by or on the object. The `target` and
11
11
  `origin` typically have no defined meaning.
12
12
  defaultContext:
13
+ - "https://w3id.org/identity/v1"
13
14
  - "https://www.w3.org/ns/activitystreams"
14
15
  - "https://w3id.org/security/data-integrity/v1"
15
- - "https://w3id.org/identity/v1"
16
16
  properties: []
@@ -8,7 +8,7 @@ description: |
8
8
  Indicates that the `actor` is ignoring the `object`. The `target` and
9
9
  `origin` typically have no defined meaning.
10
10
  defaultContext:
11
+ - "https://w3id.org/identity/v1"
11
12
  - "https://www.w3.org/ns/activitystreams"
12
13
  - "https://w3id.org/security/data-integrity/v1"
13
- - "https://w3id.org/identity/v1"
14
14
  properties: []
@@ -9,7 +9,7 @@ description: |
9
9
  representing intransitive actions. The `object` property is therefore
10
10
  inappropriate for these activities.
11
11
  defaultContext:
12
+ - "https://w3id.org/identity/v1"
12
13
  - "https://www.w3.org/ns/activitystreams"
13
14
  - "https://w3id.org/security/data-integrity/v1"
14
- - "https://w3id.org/identity/v1"
15
15
  properties: []
@@ -8,7 +8,7 @@ description: |
8
8
  A specialization of `Offer` in which the `actor` is extending an invitation
9
9
  for the `object` to the `target`.
10
10
  defaultContext:
11
+ - "https://w3id.org/identity/v1"
11
12
  - "https://www.w3.org/ns/activitystreams"
12
13
  - "https://w3id.org/security/data-integrity/v1"
13
- - "https://w3id.org/identity/v1"
14
14
  properties: []
@@ -8,7 +8,7 @@ description: |
8
8
  Indicates that the `actor` has joined the `object`.
9
9
  The `target` and `origin` typically have no defined meaning.
10
10
  defaultContext:
11
+ - "https://w3id.org/identity/v1"
11
12
  - "https://www.w3.org/ns/activitystreams"
12
13
  - "https://w3id.org/security/data-integrity/v1"
13
- - "https://w3id.org/identity/v1"
14
14
  properties: []
@@ -8,7 +8,7 @@ description: |
8
8
  Indicates that the `actor` has left the `object`.
9
9
  The `target` and `origin` typically have no meaning.
10
10
  defaultContext:
11
+ - "https://w3id.org/identity/v1"
11
12
  - "https://www.w3.org/ns/activitystreams"
12
13
  - "https://w3id.org/security/data-integrity/v1"
13
- - "https://w3id.org/identity/v1"
14
14
  properties: []
@@ -8,7 +8,7 @@ description: |
8
8
  Indicates that the `actor` likes, recommends or endorses the `object`.
9
9
  The `target` and `origin` typically have no defined meaning.
10
10
  defaultContext:
11
+ - "https://w3id.org/identity/v1"
11
12
  - "https://www.w3.org/ns/activitystreams"
12
13
  - "https://w3id.org/security/data-integrity/v1"
13
- - "https://w3id.org/identity/v1"
14
14
  properties: []
@@ -6,7 +6,7 @@ extends: "https://www.w3.org/ns/activitystreams#Activity"
6
6
  entity: true
7
7
  description: Indicates that the `actor` has listened to the `object`.
8
8
  defaultContext:
9
+ - "https://w3id.org/identity/v1"
9
10
  - "https://www.w3.org/ns/activitystreams"
10
11
  - "https://w3id.org/security/data-integrity/v1"
11
- - "https://w3id.org/identity/v1"
12
12
  properties: []
@@ -9,7 +9,7 @@ description: |
9
9
  If the `origin` or `target` are not specified,
10
10
  either can be determined by context.
11
11
  defaultContext:
12
+ - "https://w3id.org/identity/v1"
12
13
  - "https://www.w3.org/ns/activitystreams"
13
14
  - "https://w3id.org/security/data-integrity/v1"
14
- - "https://w3id.org/identity/v1"
15
15
  properties: []
@@ -9,7 +9,7 @@ description: |
9
9
  If specified, the target indicates the entity to which
10
10
  the object is being offered.
11
11
  defaultContext:
12
+ - "https://w3id.org/identity/v1"
12
13
  - "https://www.w3.org/ns/activitystreams"
13
14
  - "https://w3id.org/security/data-integrity/v1"
14
- - "https://w3id.org/identity/v1"
15
15
  properties: []
@@ -14,9 +14,9 @@ description: |
14
14
  used to express possible answers, but a Question object *must not* have both
15
15
  properties.
16
16
  defaultContext:
17
+ - "https://w3id.org/identity/v1"
17
18
  - "https://www.w3.org/ns/activitystreams"
18
19
  - "https://w3id.org/security/data-integrity/v1"
19
- - "https://w3id.org/identity/v1"
20
20
  - toot: "http://joinmastodon.org/ns#"
21
21
  misskey: "https://misskey-hub.net/ns#"
22
22
  fedibird: "http://fedibird.com/ns#"
@@ -7,7 +7,7 @@ entity: true
7
7
  description: |
8
8
  Indicates that the `actor` has read the `object`.
9
9
  defaultContext:
10
+ - "https://w3id.org/identity/v1"
10
11
  - "https://www.w3.org/ns/activitystreams"
11
12
  - "https://w3id.org/security/data-integrity/v1"
12
- - "https://w3id.org/identity/v1"
13
13
  properties: []
@@ -8,7 +8,7 @@ description: |
8
8
  Indicates that the `actor` is rejecting the `object`. The `target` and
9
9
  `origin` typically have no defined meaning.
10
10
  defaultContext:
11
+ - "https://w3id.org/identity/v1"
11
12
  - "https://www.w3.org/ns/activitystreams"
12
13
  - "https://w3id.org/security/data-integrity/v1"
13
- - "https://w3id.org/identity/v1"
14
14
  properties: []
@@ -8,7 +8,7 @@ description: |
8
8
  Indicates that the `actor` is removing the `object`. If specified,
9
9
  the `origin` indicates the context from which the `object` is being removed.
10
10
  defaultContext:
11
+ - "https://w3id.org/identity/v1"
11
12
  - "https://www.w3.org/ns/activitystreams"
12
13
  - "https://w3id.org/security/data-integrity/v1"
13
- - "https://w3id.org/identity/v1"
14
14
  properties: []
@@ -8,7 +8,7 @@ description: |
8
8
  A specialization of {@link Accept} indicating that
9
9
  the acceptance is tentative.
10
10
  defaultContext:
11
+ - "https://w3id.org/identity/v1"
11
12
  - "https://www.w3.org/ns/activitystreams"
12
13
  - "https://w3id.org/security/data-integrity/v1"
13
- - "https://w3id.org/identity/v1"
14
14
  properties: []
@@ -8,7 +8,7 @@ description: |
8
8
  A specialization of {@link Reject} in which
9
9
  the rejection is considered tentative.
10
10
  defaultContext:
11
+ - "https://w3id.org/identity/v1"
11
12
  - "https://www.w3.org/ns/activitystreams"
12
13
  - "https://w3id.org/security/data-integrity/v1"
13
- - "https://w3id.org/identity/v1"
14
14
  properties: []
@@ -10,7 +10,7 @@ description: |
10
10
  If the `target` or `origin` are not specified,
11
11
  either can be determined by context.
12
12
  defaultContext:
13
+ - "https://w3id.org/identity/v1"
13
14
  - "https://www.w3.org/ns/activitystreams"
14
15
  - "https://w3id.org/security/data-integrity/v1"
15
- - "https://w3id.org/identity/v1"
16
16
  properties: []
@@ -13,7 +13,7 @@ description: |
13
13
 
14
14
  The `target` and `origin` typically have no defined meaning.
15
15
  defaultContext:
16
+ - "https://w3id.org/identity/v1"
16
17
  - "https://www.w3.org/ns/activitystreams"
17
18
  - "https://w3id.org/security/data-integrity/v1"
18
- - "https://w3id.org/identity/v1"
19
19
  properties: []
@@ -11,9 +11,9 @@ description: |
11
11
 
12
12
  The `target` and `origin` typically have no defined meaning.
13
13
  defaultContext:
14
+ - "https://w3id.org/identity/v1"
14
15
  - "https://www.w3.org/ns/activitystreams"
15
16
  - "https://w3id.org/security/data-integrity/v1"
16
- - "https://w3id.org/identity/v1"
17
17
  - toot: "http://joinmastodon.org/ns#"
18
18
  schema: "http://schema.org#"
19
19
  misskey: "https://misskey-hub.net/ns#"
@@ -7,7 +7,7 @@ entity: true
7
7
  description: |
8
8
  Indicates that the `actor` has viewed the object.
9
9
  defaultContext:
10
+ - "https://w3id.org/identity/v1"
10
11
  - "https://www.w3.org/ns/activitystreams"
11
12
  - "https://w3id.org/security/data-integrity/v1"
12
- - "https://w3id.org/identity/v1"
13
13
  properties: []