mastodon/app/models
Renato "Lond" Cerqueira 9aba44ea79 Rescue when there's no extension in the remotable (#6358)
* Rescue when there's no extension in the remotable
Sometimes the remotable is pointing to a directory with no file
extension. Maybe it should not be expecting to identify based on
extensions to begin with, but since it's the case, it should be ready
for it.

* Fix codeclimate issue

* Check if filename is nil instead of rescueing exception
Suggestion made in the PR

* Avoid concatenation issue if filename is nil
If filename is nil, extname was undefined

* Invert condition
Address PR comments
2018-03-08 02:25:10 +01:00
..
admin
concerns Rescue when there's no extension in the remotable (#6358) 2018-03-08 02:25:10 +01:00
form
web
account.rb Federate pinned statuses over ActivityPub (#6610) 2018-03-04 09:19:11 +01:00
account_domain_block.rb Cache relationships in API (#6482) 2018-02-18 03:14:46 +01:00
account_filter.rb
account_moderation_note.rb
admin.rb
application_record.rb
backup.rb Account archive download (#6460) 2018-02-21 23:21:32 +01:00
block.rb Cache relationships in API (#6482) 2018-02-18 03:14:46 +01:00
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb
custom_emoji_filter.rb
domain_block.rb
email_domain_block.rb
export.rb
favourite.rb Full-text search for authorized statuses (#6423) 2018-02-09 23:04:47 +01:00
feed.rb
follow.rb Cache relationships in API (#6482) 2018-02-18 03:14:46 +01:00
follow_request.rb Cache relationships in API (#6482) 2018-02-18 03:14:46 +01:00
home_feed.rb
identity.rb
import.rb Ensure the app does not even start if OTP_SECRET is not set (#6557) 2018-02-26 01:31:44 +01:00
instance.rb
instance_filter.rb
invite.rb
invite_filter.rb
list.rb
list_account.rb
list_feed.rb
media_attachment.rb Focal points (#6520) 2018-02-22 00:35:46 +01:00
mention.rb
mute.rb Cache relationships in API (#6482) 2018-02-18 03:14:46 +01:00
notification.rb
preview_card.rb Fix avatar and header issues by using custom geometry detector (#6515) 2018-02-21 03:40:12 +01:00
remote_follow.rb
remote_profile.rb
report.rb Federated reports (#6570) 2018-02-28 06:54:55 +01:00
report_filter.rb
search.rb
session_activation.rb
setting.rb
site_upload.rb Fix avatar and header issues by using custom geometry detector (#6515) 2018-02-21 03:40:12 +01:00
status.rb Remove text requirement when media attached from statuses (#6672) 2018-03-07 08:28:52 +01:00
status_pin.rb
stream_entry.rb
subscription.rb
tag.rb
user.rb Provide default OTP_SECRET value for development environment (#6617) 2018-03-04 20:28:24 +01:00
web.rb