-
-
Notifications
You must be signed in to change notification settings - Fork 975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently undocumented #1211
Comments
@trwnh I started to check a few of these off based on some of the recent doc PRs (thinking the list items could be switched over to checklist items). Thanks for keeping this list here! |
Now switched to checklist format 👍🏻 just for convenience of checking things off as updates are merged. |
FYI, I'm tracking all the unreleased OAuth changes in #1445 |
@colleenpridemore at the bottom of the email from github there's an unsubscribe link, or on web in the sidebar of this issue you can manage your subscription – I can't managed that for you |
Docs for 4.3 Add digest to admin/domain_blocks mastodon/mastodon#29092 are in #1417 which is merged. |
On 4.1.0 streaming/metrics, I've started docs here, since between 4.1.0 and now, we've switched Streaming to use the proper prometheus module: #1213 I also have a grafana dashboard for Streaming metrics, but I don't know how to make this distributable; but that could go in |
Another undocumented endpoint seems to be |
Since 325dc1f, you may tick off |
https://docs.joinmastodon.org/entities/Instance/#registrations
|
For reference, the above |
webhooks
account.approved
webhook Add webhookaccount.approved
mastodon#22938report.updated
Add report.updated webhook mastodon#24211api
hide_collections
param on PATCH account/update_credentials Allow changing hide_collections setting with the api mastodon#22790roles
on Account entity Addroles
attribute to Account entities in REST API mastodon#23255requested_by
on Relationship entity Add follow request banner on account header mastodon#20785policy
on WebPushSubscription entity Add missingpolicy
attribute toWebPushSubscriptionSerializer
mastodon#23210reading:autoplay:gifs
on api/v1/preferences (but not update_credentials?) https://github.com/mastodon/mastodon/pull/22706/filesrole
on account entities in admin API mastodon#23290configuration.urls.status
on api/v2/instance (the changelog is wrong, it claims v1 instead) Add setting for status page URL mastodon#23390PUT /api/v1/statuses/:id
now takes an extramedia_attributes[]
array parameter with theid
of the updated media and their updateddescription
,focus
, andthumbnail
Add support for editing media description and focus point of already-posted statuses mastodon#20878safeguard_mentions
onPOST /api/v1/statuses
Add API parameter to safeguard unexpect mentions in new posts mastodon#18350memorial
on Account entity Addmemorial
attribute to REST API mastodon#23591forward_to_domains
onPOST /api/v1/reports
Addforward_to_domains
parameter toPOST /api/v1/reports
mastodon#25866GET /api/v1/instance/languages
to REST API mastodon#24443CredentialAccount
entity now includes more params Addhide_collections
,discoverable
andindexable
attributes to credentials API mastodon#26998unreleased
hide_collections
on Account entity (used to show a different placeholder text) Fix Web UI not displaying appropriate explanation when a user hides their follows/followers mastodon#27791allow_with_approval
on email_domain_blocks API Add ability to require approval when users sign up using specific email domains mastodon#28468api/v1/annual_reports
Add annual reports for accounts mastodon#28693digest
toadmin/domain_blocks
Return domain block digests from admin domain blocks API mastodon#29092sources
property on api/v2/suggestions Changesource
attribute ofSuggestion
entity in/api/v2/suggestions
back to a string mastodon#29108filtered
attribute on notifications Add optionalfiltered
attribute to notification entities in REST API mastodon#31011things to test / document
in_reply_to_id
when doingPOST /api/v1/statuses
"Publish new status" docs don't specify possible error messages mastodon#13473env
DB_POOL
to streaming API mastodon#23470tootctl
media remove
has new flags Add command to remove avatar and header images of inactive remote accounts from the local database mastodon#22149accounts delete
has new flags Add --email and --dry-run options totootctl accounts delete
mastodon#22328accounts migrate
Addtootctl accounts migrate
mastodon#22330accounts prune
Implement tootctl accounts prune mastodon#18397domains purge
Addtootctl domains purge
options to select subdomains and keep domain blocks mastodon#22063accounts create
has new flag--approve
tootctl: add --approve option to tootctl accounts create mastodon#24533accounts approve --number
sorting was not guaranteed; now it is Fixtootctl accounts approve --number N
not aproving N earliest registrations mastodon#24605???
user guide
from:
syntaxadmin guide
project dev guide
client dev guide
technical
CONTRIBUTING.md
toot:indexable
flag Add support forindexable
attribute on remote actors mastodon#26485memorial
now federates astoot:memorial
Add support for federatingmemorial
attribute mastodon#26583The text was updated successfully, but these errors were encountered: