mastodon/app/models
Eugen Rochko 7d7844a47f Default follows for new users (#4871)
When a new user confirms their e-mail, bootstrap their home timeline
by automatically following a set of accounts. By default, all local
admin accounts (that are unlocked). Can be customized by new admin
setting (comma-separated usernames, local and unlocked only)
2017-09-10 09:58:38 +02:00
..
concerns
form Default follows for new users (#4871) 2017-09-10 09:58:38 +02:00
web
account.rb
account_domain_block.rb
account_filter.rb
application_record.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 2016-11-15 16:56:29 +01:00
block.rb
context.rb
conversation.rb
conversation_mute.rb
domain_block.rb
export.rb
favourite.rb
feed.rb
follow.rb
follow_request.rb
import.rb
instance.rb
media_attachment.rb Make PreviewCard records reuseable between statuses (#4642) 2017-09-01 16:20:16 +02:00
mention.rb
mute.rb
notification.rb
preview_card.rb
remote_follow.rb
remote_profile.rb
report.rb
report_filter.rb
search.rb
session_activation.rb
setting.rb
status.rb
status_pin.rb
stream_entry.rb Cover AccountsController more in spec (#3229) 2017-05-23 02:53:01 +02:00
subscription.rb Periodically remove expired PuSH subscribers (#4654) 2017-08-21 22:56:33 +02:00
tag.rb
user.rb Use request.remote_ip instead of request.ip (#4744) 2017-08-30 10:24:30 +02:00
web.rb