Skip to content

Commit 0902256

Browse files
authored
Merge branch 'trunk' into update/migration-async-jobs
2 parents 26a7110 + 36bada3 commit 0902256

File tree

322 files changed

+18791
-5912
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

322 files changed

+18791
-5912
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: Helps us improve our product!
3-
labels: [ 'Needs triage', '[Type] Bug' ]
3+
labels: ['Needs triage', '[Type] Bug']
44
type: 'Bug'
55
body:
66
- type: markdown
@@ -20,7 +20,7 @@ body:
2020
- type: textarea
2121
id: summary
2222
attributes:
23-
label: Quick summary
23+
label: Quick summary
2424
- type: textarea
2525
id: steps
2626
attributes:
@@ -63,7 +63,8 @@ body:
6363
id: severity
6464
attributes:
6565
label: Severity
66-
description: What is the severity of this issue? Please take a look at the descriptions below for further context.<br>
66+
description:
67+
What is the severity of this issue? Please take a look at the descriptions below for further context.<br>
6768
<br> - **Critical:** Prevents core functionality or has severe impact on the website/platform.
6869
<br> - **Major:** Significantly impairs important features or has notable impact on the website/platform.
6970
<br> - **Moderate:** Affects non-critical features or has limited impact on the website/platform.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Feature Request
22
description: Suggest an idea for the ActivityPub plugin!
3-
title: "Feature Request:"
4-
labels: ["[Type] Feature Request"]
3+
title: 'Feature Request:'
4+
labels: ['[Type] Feature Request']
55
type: 'Enhancement'
66
body:
77
- type: markdown

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 40 additions & 0 deletions

.github/changelog/.gitkeep

Whitespace-only changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: changed
3+
4+
Use `Audio` and `Video` type for Attachments, instead of the very generic `Document` type.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
Properly remove retries schedules, with the invalidation of an Outbox-Item.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
Batch processing jobs can now be scheduled with individual hooks.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
Use FEP-c180 schema for error responses.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: added
3+
4+
Fediverse Preview in the Editor now also supports video and audio attachments.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: changed
3+
4+
Much more comprehensive plugin documentation in the Help tab of ActivityPub Settings.

0 commit comments

Comments
 (0)