You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
ThibG 0d5f3ae331 Fix already-known remote private toots not being searchable by URL (#12336)
* Fix already-known remote private toots not being searchable by URL

Whenever an URL search fails, and an account is provided, try getting a
private status matching that URL from database.

* Fix searching by `id` field instead of `uri`
6 years ago
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 6 years ago
controllers Add setting for whether to crop images in unexpanded toots (#12126) 6 years ago
helpers Split AccountsHelper from StatusesHelper (#12078) 6 years ago
javascript Fix WebUI allowing to upload more items than the limit (#12300) 6 years ago
lib Fix type mismatch (#12324) 6 years ago
mailers Split AccountsHelper from StatusesHelper (#12078) 6 years ago
models Add abilityto add oneself to lists (#12271) 6 years ago
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
presenters Fix relationship caches being broken as result of a follow request (#12299) 6 years ago
serializers Add setting for whether to crop images in unexpanded toots (#12126) 6 years ago
services Fix already-known remote private toots not being searchable by URL (#12336) 6 years ago
validators Fix uncaught domain normalization error in remote follow (#11703) 6 years ago
views Change message of public timeline for local only (#12224) 6 years ago
workers Fix various issues with account migration (#12301) 6 years ago