diff options
author | Lain Soykaf <lain@lain.com> | 2024-05-22 20:07:43 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2024-05-22 20:07:43 +0400 |
commit | f726e5fbbdab89dd2a8cb498112ed6866047d3d1 (patch) | |
tree | e79aad09f0c248e8cba2d90cbe43fcdb59d01132 /changelog.d | |
parent | 1b4f1db9b2990f725a06f0dff41980c51853c5e9 (diff) | |
parent | 05b9805bf98ddfc6a0ecf72b778182eb7af169e2 (diff) | |
download | pleroma-f726e5fbbdab89dd2a8cb498112ed6866047d3d1.tar.gz pleroma-f726e5fbbdab89dd2a8cb498112ed6866047d3d1.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into qdrant-search-2
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/familiar-followers.add | 1 | ||||
-rw-r--r-- | changelog.d/fix-webfinger-spoofing.security | 1 | ||||
-rw-r--r-- | changelog.d/status-notification-type.add | 1 | ||||
-rw-r--r-- | changelog.d/webfinger-validation.fix | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/familiar-followers.add b/changelog.d/familiar-followers.add new file mode 100644 index 000000000..6e7ec9d25 --- /dev/null +++ b/changelog.d/familiar-followers.add @@ -0,0 +1 @@ +Implement `/api/v1/accounts/familiar_followers`
\ No newline at end of file diff --git a/changelog.d/fix-webfinger-spoofing.security b/changelog.d/fix-webfinger-spoofing.security new file mode 100644 index 000000000..7b3c9490a --- /dev/null +++ b/changelog.d/fix-webfinger-spoofing.security @@ -0,0 +1 @@ +Fix webfinger spoofing. diff --git a/changelog.d/status-notification-type.add b/changelog.d/status-notification-type.add new file mode 100644 index 000000000..a6e94fa87 --- /dev/null +++ b/changelog.d/status-notification-type.add @@ -0,0 +1 @@ +Add "status" notification type
\ No newline at end of file diff --git a/changelog.d/webfinger-validation.fix b/changelog.d/webfinger-validation.fix new file mode 100644 index 000000000..e64312666 --- /dev/null +++ b/changelog.d/webfinger-validation.fix @@ -0,0 +1 @@ +Fix validate_webfinger when running a different domain for Webfinger
\ No newline at end of file |