- Downloads
Fixing image upload limits, allowing webm, merge/unmerge events trigger
timeline reload in UI, other small fixes
Showing
- Dockerfile 1 addition, 1 deletionDockerfile
- Gemfile 2 additions, 2 deletionsGemfile
- Gemfile.lock 14 additions, 19 deletionsGemfile.lock
- app/assets/javascripts/components/actions/timelines.jsx 42 additions, 3 deletionsapp/assets/javascripts/components/actions/timelines.jsx
- app/assets/javascripts/components/components/avatar.jsx 1 addition, 1 deletionapp/assets/javascripts/components/components/avatar.jsx
- app/assets/javascripts/components/containers/root.jsx 17 additions, 13 deletionsapp/assets/javascripts/components/containers/root.jsx
- app/channels/application_cable/connection.rb 3 additions, 1 deletionapp/channels/application_cable/connection.rb
- app/lib/feed_manager.rb 5 additions, 1 deletionapp/lib/feed_manager.rb
- app/lib/formatter.rb 1 addition, 1 deletionapp/lib/formatter.rb
- app/models/account.rb 5 additions, 4 deletionsapp/models/account.rb
- app/models/media_attachment.rb 13 additions, 2 deletionsapp/models/media_attachment.rb
- app/services/follow_service.rb 1 addition, 0 deletionsapp/services/follow_service.rb
- app/services/unfollow_service.rb 2 additions, 0 deletionsapp/services/unfollow_service.rb
- spec/controllers/api/media_controller_spec.rb 37 additions, 13 deletionsspec/controllers/api/media_controller_spec.rb
- spec/fixtures/files/attachment.webm 0 additions, 0 deletionsspec/fixtures/files/attachment.webm
| ... | ... | @@ -16,6 +16,7 @@ gem 'dotenv-rails' |
| gem 'font-awesome-rails' | ||
| gem 'paperclip', '~> 4.3' | ||
| gem 'paperclip-av-transcoder' | ||
| gem 'http' | ||
| gem 'addressable' | ||
| ... | ... | @@ -31,12 +32,11 @@ gem 'hiredis' |
| gem 'redis', '~>3.2' | ||
| gem 'fast_blank' | ||
| gem 'htmlentities' | ||
| gem 'onebox' | ||
| gem 'simple_form' | ||
| gem 'will_paginate' | ||
| gem 'rack-attack' | ||
| gem 'sidekiq' | ||
| gem 'sinatra', require: nil, github: 'sinatra' | ||
| gem 'sinatra', require: nil, git: 'https://github.com/sinatra/sinatra.git' | ||
| gem 'react-rails' | ||
| gem 'browserify-rails' | ||
| ... | ... | |
| ... | ... |
spec/fixtures/files/attachment.webm
0 → 100644
File added
Please sign in to comment