mastodon/app/models
2017-03-22 03:21:38 +01:00
..
concerns
web
.keep
account.rb More efficient single account retrieval (0.9ms vs 50ms before) 2017-03-22 03:21:38 +01:00
application_record.rb
block.rb Stop trying to shoehorn all Salmon updates into the poor database-connected 2017-02-12 01:19:14 +01:00
domain_block.rb Split public timeline into "public timeline" which is local, and 2017-02-19 20:25:54 +01:00
favourite.rb
feed.rb
follow.rb
follow_request.rb Stop trying to shoehorn all Salmon updates into the poor database-connected 2017-02-12 01:19:14 +01:00
media_attachment.rb
mention.rb Remove orphaned notifications, add scopes param to app create API 2016-11-21 14:59:13 +01:00
mute.rb Fix #231 - Muting 2017-03-02 18:49:32 +01:00
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
report.rb Adding POST /api/v1/reports API, and a UI for submitting reports 2017-02-14 20:59:26 +01:00
setting.rb
status.rb
stream_entry.rb
subscription.rb Adding backtracing to Salmon/Processing workers 2016-11-28 19:11:36 +01:00
tag.rb Fix wrongful matching of last period in extended usernames 2017-03-05 18:08:19 +01:00
user.rb Add digest e-mails 2017-03-04 00:00:48 +01:00
web.rb