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
/
media_attachment.rb
Age
Commit message (
Collapse
)
Author
2016-11-18
Don't create attachments if remote file cannot be fetched
Eugen Rochko
2016-11-15
Fix rubocop issues, introduce usage of frozen literal to improve performance
Eugen Rochko
2016-11-01
Catch 404 errors when downloading remote media, add screenshot to landing page
Eugen Rochko
2016-10-23
Fix public channel
Eugen Rochko
2016-10-22
Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting
Eugen Rochko
to the API
2016-10-18
Do not force-transcode uploaded videos to webm (leave mp4 as-is)
Eugen Rochko
2016-10-12
Change how convert options are escaped
Eugen Rochko
2016-10-12
Allow mp4 uploads, convert to WebM
Eugen Rochko
2016-10-08
Strip exif data from uploaded images
Yann Vaillant
Using `-strip` cli options from ImageMagick http://www.imagemagick.org/script/command-line-options.php#strip fix #85
2016-09-29
Improve code style
Eugen Rochko
2016-09-17
Adding media controller, 1 webm/compose form allowed, previews generated
Eugen Rochko
2016-09-12
Fixing image upload limits, allowing webm, merge/unmerge events trigger
Eugen Rochko
timeline reload in UI, other small fixes
2016-09-10
Validates local username, max sizes for uploads. Fixes #32
Eugen Rochko
2016-09-05
Improve JSON output for media attachments, generate :small preview for them
Eugen Rochko
2016-09-05
Fix for media attachments remote URL download
Eugen Rochko
2016-09-05
PostStatusService can attach media to status, ProcessFeedService likewise
Eugen Rochko
2016-09-05
Add API to upload media attachments
Eugen Rochko