-
- Téléchargements
Merge branch 'release/0.6.6.0'
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- .rubocop.yml 10 ajouts, 0 suppression.rubocop.yml
- Changelog.md 17 ajouts, 0 suppressionChangelog.md
- Gemfile 11 ajouts, 15 suppressionsGemfile
- Gemfile.lock 45 ajouts, 76 suppressionsGemfile.lock
- app/assets/javascripts/app/views/publisher/uploader_view.js 3 ajouts, 0 suppressionapp/assets/javascripts/app/views/publisher/uploader_view.js
- app/assets/javascripts/main.js 1 ajout, 1 suppressionapp/assets/javascripts/main.js
- app/assets/javascripts/mobile/mobile.js 1 ajout, 1 suppressionapp/assets/javascripts/mobile/mobile.js
- app/assets/javascripts/mobile/mobile_comments.js 1 ajout, 1 suppressionapp/assets/javascripts/mobile/mobile_comments.js
- app/assets/javascripts/mobile/mobile_file_uploader.js 3 ajouts, 0 suppressionapp/assets/javascripts/mobile/mobile_file_uploader.js
- app/assets/javascripts/widgets/timeago.js 6 ajouts, 0 suppressionapp/assets/javascripts/widgets/timeago.js
- app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs 3 ajouts, 3 suppressions...plates/single-post-viewer/single-post-content_tpl.jst.hbs
- app/assets/templates/stream-element_tpl.jst.hbs 1 ajout, 1 suppressionapp/assets/templates/stream-element_tpl.jst.hbs
- app/helpers/activity_streams_helper.rb 12 ajouts, 0 suppressionapp/helpers/activity_streams_helper.rb
- app/models/person.rb 2 ajouts, 0 suppressionapp/models/person.rb
- app/models/user.rb 1 ajout, 0 suppressionapp/models/user.rb
- app/presenters/node_info_presenter.rb 11 ajouts, 7 suppressionsapp/presenters/node_info_presenter.rb
- app/views/publisher/_publisher.html.haml 1 ajout, 1 suppressionapp/views/publisher/_publisher.html.haml
- app/views/publisher/_publisher.mobile.haml 1 ajout, 1 suppressionapp/views/publisher/_publisher.mobile.haml
- app/views/users/public.atom.builder 4 ajouts, 9 suppressionsapp/views/users/public.atom.builder
- config/defaults.yml 1 ajout, 1 suppressionconfig/defaults.yml
... | @@ -13,7 +13,7 @@ gem "unicorn-worker-killer", "0.4.4" | ... | @@ -13,7 +13,7 @@ gem "unicorn-worker-killer", "0.4.4" |
# Federation | # Federation | ||
gem "diaspora_federation-rails", "0.1.8" | gem "diaspora_federation-rails", "0.1.9" | ||
# API and JSON | # API and JSON | ||
... | @@ -132,7 +132,7 @@ gem "leaflet-rails", "0.7.7" | ... | @@ -132,7 +132,7 @@ gem "leaflet-rails", "0.7.7" |
# Parsing | # Parsing | ||
gem "nokogiri", "1.7.1" | gem "nokogiri", "1.7.2" | ||
gem "open_graph_reader", "0.6.2" # also update User-Agent in features/support/webmock.rb | gem "open_graph_reader", "0.6.2" # also update User-Agent in features/support/webmock.rb | ||
gem "redcarpet", "3.4.0" | gem "redcarpet", "3.4.0" | ||
gem "ruby-oembed", "0.10.1" | gem "ruby-oembed", "0.10.1" | ||
... | @@ -183,8 +183,8 @@ gem "typhoeus", "1.1.2" | ... | @@ -183,8 +183,8 @@ gem "typhoeus", "1.1.2" |
gem "gon", "6.1.0" | gem "gon", "6.1.0" | ||
gem "hamlit", "2.8.0" | gem "hamlit", "2.8.0" | ||
gem "mobile-fu", "1.3.1" | gem "mobile-fu", "1.3.1" | ||
gem "rails-timeago", "2.16.0" | |||
gem "will_paginate", "3.1.5" | gem "will_paginate", "3.1.5" | ||
gem "rails-timeago", "2.11.0" | |||
# Logging | # Logging | ||
... | @@ -217,10 +217,6 @@ gem "thor", "0.19.1" | ... | @@ -217,10 +217,6 @@ gem "thor", "0.19.1" |
# gem "therubyracer", :platform => :ruby | # gem "therubyracer", :platform => :ruby | ||
group :production do # we don"t install these on travis to speed up test runs | group :production do # we don"t install these on travis to speed up test runs | ||
# Administration | |||
gem "rails_admin", "0.8.1" | |||
# Analytics | # Analytics | ||
gem "rack-google-analytics", "1.2.0" | gem "rack-google-analytics", "1.2.0" | ||
... | @@ -250,13 +246,13 @@ group :development do | ... | @@ -250,13 +246,13 @@ group :development do |
gem "rb-inotify", "0.9.8", require: false | gem "rb-inotify", "0.9.8", require: false | ||
# Linters | # Linters | ||
gem "haml_lint", "0.21.0" | gem "haml_lint", "0.24.0", require: false | ||
gem "pronto", "0.8.2" | gem "pronto", "0.9.3", require: false | ||
gem "pronto-eslint", "0.8.0" | gem "pronto-eslint", "0.9.1", require: false | ||
gem "pronto-haml", "0.8.0" | gem "pronto-haml", "0.9.0", require: false | ||
gem "pronto-rubocop", "0.8.0" | gem "pronto-rubocop", "0.9.0", require: false | ||
gem "pronto-scss", "0.8.0", require: false | gem "pronto-scss", "0.9.1", require: false | ||
gem "rubocop", "0.47.1" | gem "rubocop", "0.48.1", require: false | ||
# Preloading environment | # Preloading environment | ||
... | @@ -296,7 +292,7 @@ group :test do | ... | @@ -296,7 +292,7 @@ group :test do |
gem "webmock", "2.3.2", require: false | gem "webmock", "2.3.2", require: false | ||
gem "shoulda-matchers", "3.1.1" | gem "shoulda-matchers", "3.1.1" | ||
gem "diaspora_federation-test", "0.1.8" | gem "diaspora_federation-test", "0.1.9" | ||
# Coverage | # Coverage | ||
gem 'coveralls', require: false | gem 'coveralls', require: false | ||
... | ... |
app/helpers/activity_streams_helper.rb
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter