mastodon/app/models
Eugen Rochko caf5b8e975 Fix #431 - convert gif to webm during upload. Web UI treats them like it did
before. In the API, attachments now can be either image, video or gifv. Gifv
is to be treated like images in terms of behaviour, but are videos by file
type.
2017-03-04 23:02:24 +01:00
..
concerns
web
.keep
account.rb Mute button progress so far. WIP, doesn't entirely work correctly. 2017-03-01 22:31:21 -06:00
application_record.rb
block.rb
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
media_attachment.rb Fix #431 - convert gif to webm during upload. Web UI treats them like it did 2017-03-04 23:02:24 +01:00
mention.rb
mute.rb Fix #231 - Muting 2017-03-02 18:49:32 +01:00
notification.rb
preview_card.rb
remote_follow.rb
report.rb
setting.rb Add digest e-mails 2017-03-04 00:00:48 +01:00
status.rb Fix #231 - Muting 2017-03-02 18:49:32 +01:00
stream_entry.rb Do not display non-Status stream entries anymore 2017-02-17 02:20:52 +01:00
subscription.rb
tag.rb
user.rb Add digest e-mails 2017-03-04 00:00:48 +01:00
web.rb