mastodon/app/models
Eugen Rochko e117964325
Change icons of features on admin dashboard to remove bias (#10366)
Red crosses implied that it was bad/unexpected that certain features
were not enabled. In reality, they are options, so showing a green
or grey power-off icon is more appropriate.

Add status of timeline preview as well

Fix sample accounts changing too frequently due to wrong query

Sample accounts are intended to be sorted by popularity
2019-03-26 01:24:19 +01:00
..
admin
concerns Add Keybase integration (#10297) 2019-03-18 21:00:55 +01:00
form Add validations to admin settings (#10348) 2019-03-23 14:07:04 +01:00
web
account.rb Change icons of features on admin dashboard to remove bias (#10366) 2019-03-26 01:24:19 +01:00
account_conversation.rb Fix crash when conversations have no valid participants (#10078) 2019-02-19 20:00:41 +01:00
account_domain_block.rb
account_filter.rb Admission-based registrations mode (#10250) 2019-03-14 05:28:30 +01:00
account_identity_proof.rb Add Keybase integration (#10297) 2019-03-18 21:00:55 +01:00
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
backup.rb
block.rb
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb
custom_emoji_filter.rb
custom_filter.rb
domain_block.rb Add domain search/filter to the "Federation" (/admin/instances) page (#10071) 2019-02-18 14:59:19 +01:00
email_domain_block.rb
export.rb Fix lists export (#10136) 2019-03-03 15:38:47 +01:00
favourite.rb
featured_tag.rb Fix featured tag form not failing on failed tag validations (#10167) 2019-03-05 03:46:24 +01:00
feed.rb
follow.rb
follow_request.rb Fix MergeWorker being queued for remote users (#10355) 2019-03-24 12:36:26 +01:00
home_feed.rb
identity.rb
import.rb
instance.rb Improve performance of list of blocked domains by caching counts (#10374) 2019-03-26 00:36:35 +01:00
instance_filter.rb Add domain search/filter to the "Federation" (/admin/instances) page (#10071) 2019-02-18 14:59:19 +01:00
invite.rb
invite_filter.rb
list.rb
list_account.rb
list_feed.rb
media_attachment.rb
mention.rb
mute.rb
notification.rb Support pushing and receiving updates to poll tallies (#10209) 2019-03-11 00:49:31 +01:00
poll.rb Add support for custom emojis in poll options (#10322) 2019-03-20 17:29:12 +01:00
poll_vote.rb Add optimistic lock to avoid race conditions when handling votes (#10196) 2019-03-06 19:53:57 +01:00
preview_card.rb
relay.rb
remote_follow.rb
remote_profile.rb
report.rb Set and store report URIs (#10303) 2019-03-17 15:34:56 +01:00
report_filter.rb
report_note.rb
scheduled_status.rb
search.rb
session_activation.rb
setting.rb
site_upload.rb
status.rb Add support for custom emojis in poll options (#10322) 2019-03-20 17:29:12 +01:00
status_pin.rb
status_stat.rb
stream_entry.rb
subscription.rb
tag.rb Fix `tagged` param not being normalized before querying tags (#10249) 2019-03-13 13:02:13 +01:00
tombstone.rb
trending_tags.rb
user.rb If registrations have been re-opened when user confirms account, approve (#10349) 2019-03-23 02:23:48 +01:00
web.rb