index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
/
concerns
/
remotable.rb
Age
Commit message (
Expand
)
Author
2019-09-10
Add retry for failed media downloads and `tootctl media refresh` (#11775)
Eugen Rochko
2018-08-29
Fix nil host in remotable (#8508)
Renato "Lond" Cerqueira
2018-06-06
Fix fetch of remote image with multiple Content-Type headers (#7749)
Yamagishi Kazutoshi
2018-06-06
Add missing dot for remote image (#7751)
Yamagishi Kazutoshi
2018-06-04
Detect extname from Content-Type (#7733)
Yamagishi Kazutoshi
2018-05-29
Rescue Mastodon::DimensionsValidationError in Remoteable (#7662)
Eugen Rochko
2018-05-11
Catch Paperclip processing failures (fixes #6378) (#7439)
ThibG
2018-04-22
Rescue Mastodon::LengthValidationError in Remoteable (#7228)
Eugen Rochko
2018-03-26
Validate HTTP response length while receiving (#6891)
Akihiko Odaki
2018-03-24
Close http connection in perform method of Request class (#6889)
Akihiko Odaki
2018-03-17
Handle Mastodon::HostValidationError when pulling remoteable assets (#6782)
Daniel Hunsaker
2018-03-08
Rescue when there's no extension in the remotable (#6358)
Renato "Lond" Cerqueira
2017-09-14
Fix #4908 - Do not keep remote file names, generate random (#4934)
Eugen Rochko
2017-08-08
Add ActivityPub inbox (#4216)
Eugen Rochko
2017-07-14
HTTP signatures (#4146)
Eugen Rochko
2017-07-11
Fix #2848 - Rake task to redownload avatars/headers (#4156)
Eugen Rochko
2017-07-03
Rescue exceptions caused by FetchLinkCardService (#4045)
abcang
2017-06-30
Rescue Addressable::URI::InvalidURIError at Remotable (#4017)
abcang
2017-05-18
Fetch remote image using http.rb (#3114)
Yamagishi Kazutoshi