* add identifier for troubleshooting pages

* mention mutes can be temporary now

* bell for notifications

* convert images to jpg and rename them

* suspensions now reversible

* unread notifications

* suspended: true

* mutes expiry

* replies_policy, type of notification

* notify

* featuredTags AP representation

* new env vars

* accounts merge

* maintenance cli

* list replies

* suspended flag

* follower sync

* minor formatting

* add note about idempotency of follow action

* account featured tags, min_id and max_id, plus normalization

* follow marcin and nightpool's suggestion

* bearcaps

* replies_policy update

* featuredtags now have a url
This commit is contained in:
trwnh 2020-12-27 00:03:55 -06:00 committed by GitHub
parent 7df49f31a1
commit bcf77cb795
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
172 changed files with 617 additions and 395 deletions

View file

@ -15,11 +15,10 @@ Information about the server.
**Returns:** Instance\
**OAuth:** Public\
**Version history:**
- 1.1.0 - added
- 3.0.0 - requires user token if instance is in whitelist mode
- 3.1.4 - added `invites_enabled` to response
**Version history:**\
1.1.0 - added\
3.0.0 - requires user token if instance is in whitelist mode\
3.1.4 - added `invites_enabled` to response
{{< endapi-method-description >}}
{{< api-method-spec >}}
@ -97,10 +96,9 @@ Domains that this instance is aware of.
**Returns:** Array of String\
**OAuth:** Public\
**Version history:**
- 2.1.2 - added
- 3.0.0 - requires user token if instance is in whitelist mode
**Version history:**\
2.1.2 - added\
3.0.0 - requires user token if instance is in whitelist mode
{{< endapi-method-description >}}
{{< api-method-spec >}}
@ -125,10 +123,9 @@ Instance activity over the last 3 months, binned weekly.
**Returns:** Array of Activity\
**OAuth:** Public\
**Version history:**
- 2.1.2 - added
- 3.0.0 - requires user token if instance is in whitelist mode
**Version history:**\
2.1.2 - added\
3.0.0 - requires user token if instance is in whitelist mode
{{< endapi-method-description >}}
{{< api-method-spec >}}