update CHANGELOG and fedi docs -> v1.2.1
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
### 1.2.1 - 11 nov '21
|
||||||
|
- fix `Note` remove from fediverse
|
||||||
|
- AP Actor is now `Application`, was `Person`
|
||||||
|
- better handling event AP representations
|
||||||
|
|
||||||
|
this release is a step forward to improve AP compatibility with other platforms, thanks @tcit
|
||||||
|
|
||||||
### 1.2.0 - 9 nov '21
|
### 1.2.0 - 9 nov '21
|
||||||
- do not overwrite event slug when title is modified to preserve links
|
- do not overwrite event slug when title is modified to preserve links
|
||||||
- add public cache to events images
|
- add public cache to events images
|
||||||
@@ -8,7 +15,6 @@ All notable changes to this project will be documented in this file.
|
|||||||
- load settings during startup and not for each request
|
- load settings during startup and not for each request
|
||||||
- refactoring user custom locale
|
- refactoring user custom locale
|
||||||
- published AP event's type is not `Note` anymore but `Event`
|
- published AP event's type is not `Note` anymore but `Event`
|
||||||
-
|
|
||||||
|
|
||||||
### 1.1.1 - 29 ott '21
|
### 1.1.1 - 29 ott '21
|
||||||
- fix issue adding event with dueHour resulting in `bad request`
|
- fix issue adding event with dueHour resulting in `bad request`
|
||||||
|
|||||||
@@ -7,6 +7,13 @@ nav_order: 10
|
|||||||
|
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
### 1.2.1 - 11 nov '21
|
||||||
|
- fix `Note` remove from fediverse
|
||||||
|
- AP Actor is now `Application`, was `Person`
|
||||||
|
- better handling event AP representations
|
||||||
|
|
||||||
|
this release is a step forward to improve AP compatibility with other platforms, thanks @tcit
|
||||||
|
|
||||||
|
|
||||||
### 1.2.0 - 9 nov '21
|
### 1.2.0 - 9 nov '21
|
||||||
- do not overwrite event slug when title is modified to preserve links
|
- do not overwrite event slug when title is modified to preserve links
|
||||||
@@ -16,7 +23,6 @@ All notable changes to this project will be documented in this file.
|
|||||||
- load settings during startup and not for each request
|
- load settings during startup and not for each request
|
||||||
- refactoring user custom locale
|
- refactoring user custom locale
|
||||||
- published AP event's type is not `Note` anymore but `Event`
|
- published AP event's type is not `Note` anymore but `Event`
|
||||||
-
|
|
||||||
|
|
||||||
### 1.1.1 - 29 ott '21
|
### 1.1.1 - 29 ott '21
|
||||||
- fix issue adding event with dueHour resulting in `bad request`
|
- fix issue adding event with dueHour resulting in `bad request`
|
||||||
|
|||||||
@@ -5,12 +5,8 @@ permalink: /federation
|
|||||||
nav_order: 9
|
nav_order: 9
|
||||||
---
|
---
|
||||||
|
|
||||||
## Federation
|
## Federation / ActivityPub
|
||||||
|
|
||||||
Each instance has only one [AP Actor](https://www.w3.org/TR/activitypub/#actors) that publishes each event.
|
Each instance has only one [AP Actor](https://www.w3.org/TR/activitypub/#actors) of type `Application` named `gancio@instance.tld` that publishes each event.
|
||||||
We are considering the introduction of other “Actor” but they will not be linked to users, rather to places or tags/categories.
|
We are considering the introduction of other `Actor` but they will not be linked to users, rather to places or tags/categories.
|
||||||
There are no personal homes with a timeline of people I follow, everyone has a sort of local timeline of the instance, it’s an anti filter-bubble feature.
|
There are no personal homes with a timeline of people you follow, everyone has a sort of local timeline of the instance, it’s an anti filter-bubble feature.
|
||||||
|
|
||||||
Events are not published with the type `Event` but with type `Note` because we wanted to add the possibility to interact with events from mastodon instances (boost / bookmark and “comments” that we call resources because we don’t want it to become a place of debate, but more a place where to keep a historical memory of events, e.g. an audio recording of a talk).
|
|
||||||
|
|
||||||
When mastodon will support `Event` object type we will change for sure.
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gancio",
|
"name": "gancio",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"description": "A shared agenda for local communities",
|
"description": "A shared agenda for local communities",
|
||||||
"author": "lesion",
|
"author": "lesion",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user