mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Bump onebox version
- adds support for oneboxing google drive files - add styling for google drive onebox favicon
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -44,7 +44,7 @@ gem 'redis-namespace'
|
|||||||
|
|
||||||
gem 'active_model_serializers', '~> 0.8.3'
|
gem 'active_model_serializers', '~> 0.8.3'
|
||||||
|
|
||||||
gem 'onebox', '1.8.83'
|
gem 'onebox', '1.8.84'
|
||||||
|
|
||||||
gem 'http_accept_language', '~>2.0.5', require: false
|
gem 'http_accept_language', '~>2.0.5', require: false
|
||||||
|
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ GEM
|
|||||||
mocha (1.5.0)
|
mocha (1.5.0)
|
||||||
metaclass (~> 0.0.1)
|
metaclass (~> 0.0.1)
|
||||||
mock_redis (0.18.0)
|
mock_redis (0.18.0)
|
||||||
moneta (1.1.0)
|
moneta (1.1.1)
|
||||||
msgpack (1.2.6)
|
msgpack (1.2.6)
|
||||||
multi_json (1.13.1)
|
multi_json (1.13.1)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
@@ -263,7 +263,7 @@ GEM
|
|||||||
omniauth-twitter (1.4.0)
|
omniauth-twitter (1.4.0)
|
||||||
omniauth-oauth (~> 1.1)
|
omniauth-oauth (~> 1.1)
|
||||||
rack
|
rack
|
||||||
onebox (1.8.83)
|
onebox (1.8.84)
|
||||||
htmlentities (~> 4.3)
|
htmlentities (~> 4.3)
|
||||||
moneta (~> 1.0)
|
moneta (~> 1.0)
|
||||||
multi_json (~> 1.11)
|
multi_json (~> 1.11)
|
||||||
@@ -524,7 +524,7 @@ DEPENDENCIES
|
|||||||
omniauth-oauth2
|
omniauth-oauth2
|
||||||
omniauth-openid
|
omniauth-openid
|
||||||
omniauth-twitter
|
omniauth-twitter
|
||||||
onebox (= 1.8.83)
|
onebox (= 1.8.84)
|
||||||
openid-redis-store
|
openid-redis-store
|
||||||
parallel_tests
|
parallel_tests
|
||||||
pg
|
pg
|
||||||
|
|||||||
@@ -118,6 +118,7 @@ aside.onebox {
|
|||||||
@include onebox-favicon("amazon", "amazon");
|
@include onebox-favicon("amazon", "amazon");
|
||||||
@include onebox-favicon("instagram", "instagram");
|
@include onebox-favicon("instagram", "instagram");
|
||||||
@include onebox-favicon("googledocs", "google_branding/logo_drive_48px");
|
@include onebox-favicon("googledocs", "google_branding/logo_drive_48px");
|
||||||
|
@include onebox-favicon("googledrive", "google_branding/logo_drive_48px");
|
||||||
|
|
||||||
.onebox-body {
|
.onebox-body {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|||||||
Reference in New Issue
Block a user