Age | Commit message (Collapse) | Author |
|
|
|
|
|
and test environments
|
|
|
|
of unfollowed accounts
|
|
|
|
|
|
|
|
|
|
Monsterfork
|
|
|
|
to public timelines
|
|
local mode
|
|
account without a signature
|
|
customization options
|
|
posts without a signature
|
|
|
|
permission information
|
|
|
|
|
|
requesting actor is locally authenticated or follows the author
|
|
|
|
|
|
|
|
|
|
local-only toots not based on emoji
Co-authored-by: Fire Demon <firedemon@creature.cafe>
|
|
|
|
|
|
|
|
|
|
|
|
whether to include replies and unlisted posts on their profiles
|
|
|
|
|
|
|
|
|
|
|
|
/api/v1/admin/domain_blocks endpoints
|
|
|
|
|
|
trusted servers to about page possible.
|
|
|
|
* Fix not being able to unbookmark toots when blocked by their author
* Add tests
|
|
|
|
* Increase DNS timeout from 1 second to 5 seconds for MX check
1 seconds is rather short when using a recursive DNS resolver which
hasn't got a cached result already available. Use 5 seconds instead,
which is the timeout value we use for outgoing HTTP queries.
* Add more precise error messages for invalid e-mail addresses
|
|
(broken because I forgot to adapt it to glitch-soc's theming system)
|
|
Fixes #1389
|
|
Conflicts:
- `app/javascript/mastodon/actions/compose.js`:
Not a “real” conflict, but change too close to a change we made to
fix the vanilla WebUI locally pushing authored local-only toots in the
public TL view.
|
|
* Add tests for some cachable responses
This only covers responses that we should have managed to make cachable
so far. It's not the case of all responses that should be cachable in
the end.
* Fix RSS feeds not being cachable
|
|
* Add toot send by current user at local state after send a new toot
Related to #14021
* Decrement toot counter at profile when remove a toot
Related to #14021
* Remove semicolon at end of line
|