a
a
### Pitch Generalize the `Idempotency-Key` pattern from `POST /api/v1/statuses` to apply to other methods, like `POST /api/v2/filters` etc ### Motivation Could be useful for general network issues against API methods...
### Steps to reproduce the problem Post a link for a URL on a `www` subdomain ### Expected behaviour `www.` is shown ### Actual behaviour `www.` is hidden ### Detailed...
### Motivation We currently have "Toots" / "Toots with replies" / "Media" as the only three ways to filter a user profile. But sometimes people want to view other subsets...
### Steps to reproduce the problem 1. Have "advanced web interface" enabled 2. Click "About" in the footer ### Expected behaviour able to navigate back to "getting started" ### Actual...
Disjoint with #5797 Since it is possible to set `inReplyTo` without explicitly addressing `to`/`cc` someone or adding a `Mention`, some users have expressed concerns that they are unaware when someone...
- Renames "Unlisted" to "Not in public timelines" - Emphasize "mentioned people only" applies to the current post
### Steps to reproduce the problem ``` PUT /api/v2/filters/25933 ?keywords_attributes[][keyword]=foo &keywords_attributes[][whole_word]=false &keywords_attributes[][keyword]=bar &keywords_attributes[][whole_word]=true ``` ### Expected behaviour Keywords are replaced ### Actual behaviour Keywords are added as duplicates ### Specifications...
### Steps to reproduce the problem POST /api/v2/filters?title=some&context[]=home&keywords_attributes[][id]=1311 Note that keyword with id 1311 belongs to a filter I own ### Expected behaviour Either the keyword is added or the...
### Steps to reproduce the problem GET /api/v1/scheduled_statuses or POST /api/v1/statuses?scheduled_at=...&... ### Expected behaviour application ID is returned as a string or not at all ### Actual behaviour application ID...