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/models
Eugen Rochko 115dab78f1
Change admin UI for hashtags and add back whitelisted trends (#11490)
Fix #271

Add back the `GET /api/v1/trends` API with the caveat that it does
not return tags that have not been allowed to trend by the staff.

When a hashtag begins to trend (internally) and that hashtag has
not been previously reviewed by the staff, the staff is notified.

The new admin UI for hashtags allows filtering hashtags by where
they are used (e.g. in the profile directory), whether they have
been reviewed or are pending reviewal, they show by how many people
the hashtag is used in the directory, how many people used it
today, how many statuses with it have been created today, and it
allows fixing the name of the hashtag to make it more readable.

The disallowed hashtags feature has been reworked. It is now
controlled from the admin UI for hashtags instead of from
the file `config/settings.yml`
6 years ago
..
admin Fix option to send e-mail notification about account action always being true (#11242) 6 years ago
concerns Change unconfirmed user login behaviour (#11375) 6 years ago
form Add setting to disable the anti-spam (#11296) 6 years ago
web
account.rb Add ActivityPub actor representing the entire server (#11321) 6 years ago
account_conversation.rb
account_domain_block.rb
account_filter.rb
account_identity_proof.rb
account_moderation_note.rb
account_pin.rb
account_stat.rb
account_tag_stat.rb
account_warning.rb
account_warning_preset.rb
admin.rb
application_record.rb Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
backup.rb
block.rb
context.rb
conversation.rb Revert "Remove conversation URI (#11423)" (#11424) 6 years ago
conversation_mute.rb
custom_emoji.rb Add categories for custom emojis (#11196) 6 years ago
custom_emoji_category.rb Add categories for custom emojis (#11196) 6 years ago
custom_emoji_filter.rb
custom_filter.rb Fix expiration date of filters being set to “Never” when editing them (#11204) 6 years ago
domain_allow.rb Add whitelist mode (#11291) 6 years ago
domain_block.rb
email_domain_block.rb
export.rb
favourite.rb
featured_tag.rb
feed.rb
follow.rb
follow_request.rb
home_feed.rb
identity.rb
import.rb
instance.rb Add whitelist mode (#11291) 6 years ago
instance_filter.rb Add whitelist mode (#11291) 6 years ago
invite.rb Fix invites not being disabled upon account suspension (#11412) 6 years ago
invite_filter.rb
list.rb
list_account.rb
list_feed.rb
media_attachment.rb Remove timestamps from converted images to make them deterministic (#11408) 6 years ago
mention.rb
mute.rb
notification.rb
poll.rb
poll_vote.rb
preview_card.rb
relay.rb
remote_follow.rb
report.rb
report_filter.rb
report_note.rb
scheduled_status.rb
search.rb
session_activation.rb
setting.rb
site_upload.rb
status.rb Fix Status.remote scope matching *all* statuses (#11265) 6 years ago
status_pin.rb
status_stat.rb
tag.rb Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
tombstone.rb
trending_tags.rb Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
user.rb Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
user_invite_request.rb
web.rb