mastodon/app/models
2017-01-31 22:35:38 +01:00
..
concerns Private visibility on statuses prevents non-followers from seeing those 2016-12-21 20:04:13 +01:00
web
.keep Initial commit 2016-02-20 22:53:20 +01:00
account.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
device.rb API for apps to register for push notifications 2017-01-29 01:30:32 +01:00
domain_block.rb Domain blocks now have varying severity - auto-suspend vs auto-silence 2017-01-23 17:38:38 +01:00
favourite.rb Fix wrong person being notified after nested reblog call, fix favourites leaking private toots in Atom feeds 2016-12-28 13:21:12 +01:00
feed.rb
follow.rb
follow_request.rb
media_attachment.rb Do not run FetchLinkCardService on local URLs, increase file size limit to 8MB, 2017-01-27 16:57:23 +01:00
mention.rb
notification.rb Removed accidental n+1 query from notifications, updated some deps, 2017-01-26 14:52:07 +01:00
preview_card.rb Fix #463 - Fetch and display previews of URLs using OpenGraph tags 2017-01-20 01:00:14 +01:00
remote_follow.rb Adding remote follow button 2017-01-01 19:54:34 +01:00
setting.rb Add extended about page stub 2017-01-13 03:24:41 +01:00
status.rb
stream_entry.rb
subscription.rb
tag.rb
user.rb Added optional two-factor authentication 2017-01-27 20:35:16 +01:00
web.rb