mastodon/app/models
Eugen Rochko 53b2b1b238 Count all URLs in text as 23 characters flat, do not count domain part of usernames ()
* Count all URLs in text as 23 characters flat, do not count domain part of usernames

* Add new status text counting logic to web UI
..
concerns HTTP signatures ()
form Improve admin page ()
web Fix web push notifications "boost" icon not being loaded (regression from ) ()
account.rb Count all URLs in text as 23 characters flat, do not count domain part of usernames ()
account_domain_block.rb Add buttons to block and unblock domain ()
account_filter.rb Add coverage for ReportFilter and AccountFilter ()
application_record.rb
block.rb annotate models ()
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
conversation.rb Conditional validations no longer accept strings for if/unless ()
conversation_mute.rb Feature conversations muting ()
domain_block.rb Allow domain blocks that only reject media without silencing or suspending ()
export.rb
favourite.rb annotate models ()
feed.rb Remove sort in Feed ()
follow.rb Introduce recent to Follow ()
follow_request.rb annotate models ()
import.rb Fix boolean columns sometimes having a null value ()
instance.rb Add Instance class to list admin records ()
media_attachment.rb Explicitly require MIME::Types ()
mention.rb Misc tidying and clean ups ()
mute.rb annotate models ()
notification.rb Update Rails to version 5.1.1 ()
preview_card.rb Fetch remote image using http.rb ()
remote_follow.rb Fix RemoteFollow behavior ()
remote_profile.rb Refactor UpdateRemoteProfileService ()
report.rb Add includes to Report#statuses ()
report_filter.rb
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
session_activation.rb Web Push Notifications ()
setting.rb Improve RuboCop rules (compatibility to Code Climate) ()
status.rb Fix , fix - Store emojis as unicode ()
stream_entry.rb Cover AccountsController more in spec ()
subscription.rb Fix - Connect signed PuSH subscription requests to instance domain ()
tag.rb add validation to tag name ()
user.rb Add rake task mastodon:feeds:build to regenerate all active users' feeds ()
web.rb