Claire

Results 168 issues of Claire

This is about the server not returning known subthreads started by people blocked by the **post's author**, not the viewer. e.g., if we have `A → B → C →...

One common source of confusion for new users is ending up on a server-side-rendered account/status page from their own server. To help with that, this PR adds a notice when...

Follow-up to #18387 ## Before ### Report interface for remote user ![image](https://user-images.githubusercontent.com/384364/167611447-d254b852-a0aa-4900-8896-4502d2c8bb43.png) ### Custom actions ![image](https://user-images.githubusercontent.com/384364/167611533-71f117ac-5a24-44a5-a4e7-47583ed161b0.png) ## After ### Report interface for remote user ![image](https://user-images.githubusercontent.com/384364/167611749-b45838ec-d329-4ee8-9a4f-91dcf26edc3e.png) ### Custom actions ![image](https://user-images.githubusercontent.com/384364/167611806-9c8408be-84eb-4bd2-870b-ca4da1d6e61e.png)

Add optional `safeguard_mentions` parameter to `POST /api/v1/statuses`. When this parameters is set (to a possibly empty list of account IDs) and processing the status text leads to mentions to accounts...

api

`input type="datetime-local"` is finally starting to be usable: https://caniuse.com/mdn-html_elements_input_type-datetime-local This PR changes the old 5-select approach to using `datetime-local`, providing a much improved interface. However, older browsers will display a...

This partially addresses #13269 and #10742 by adding registration text filters: the rationale being that spambots frequently feel invited to paste their crap into the invite request field, so providing...

rebase needed :construction:

When discovering/fetching/processing a remote account fails, without adding additional instrumentation to the code, users, developers and admins alike get very few information on the actual reason behind the failure. This...

Fixes regression from #18697 As far as I understand, the code from #18697 changed `IconButton` but did not end up using it. The change in `IconButton` breaks the media modal...