-
- Téléchargements
Merge branch 'master' into patch-2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- .dockerignore 1 ajout, 0 suppression.dockerignore
- .env.production.sample 14 ajouts, 0 suppression.env.production.sample
- .slugignore 3 ajouts, 0 suppression.slugignore
- Dockerfile 10 ajouts, 2 suppressionsDockerfile
- Gemfile 1 ajout, 0 suppressionGemfile
- Gemfile.lock 2 ajouts, 0 suppressionGemfile.lock
- Procfile 1 ajout, 1 suppressionProcfile
- README.md 2 ajouts, 0 suppressionREADME.md
- Vagrantfile 12 ajouts, 2 suppressionsVagrantfile
- app/assets/images/background-photo.jpeg 0 ajout, 0 suppressionapp/assets/images/background-photo.jpeg
- app/assets/javascripts/components/containers/mastodon.jsx 2 ajouts, 1 suppressionapp/assets/javascripts/components/containers/mastodon.jsx
- app/assets/javascripts/components/locales/eo.jsx 68 ajouts, 0 suppressionapp/assets/javascripts/components/locales/eo.jsx
- app/assets/javascripts/components/locales/index.jsx 3 ajouts, 1 suppressionapp/assets/javascripts/components/locales/index.jsx
- app/assets/stylesheets/components.scss 4 ajouts, 0 suppressionapp/assets/stylesheets/components.scss
- app/controllers/accounts_controller.rb 2 ajouts, 1 suppressionapp/controllers/accounts_controller.rb
- app/controllers/application_controller.rb 2 ajouts, 7 suppressionsapp/controllers/application_controller.rb
- app/controllers/concerns/localized.rb 19 ajouts, 0 suppressionapp/controllers/concerns/localized.rb
- app/controllers/oauth/authorizations_controller.rb 2 ajouts, 7 suppressionsapp/controllers/oauth/authorizations_controller.rb
- app/controllers/oauth/authorized_applications_controller.rb 16 ajouts, 0 suppressionapp/controllers/oauth/authorized_applications_controller.rb
- app/controllers/stream_entries_controller.rb 3 ajouts, 1 suppressionapp/controllers/stream_entries_controller.rb
... | @@ -34,6 +34,7 @@ gem 'doorkeeper' | ... | @@ -34,6 +34,7 @@ gem 'doorkeeper' |
gem 'rabl' | gem 'rabl' | ||
gem 'rqrcode' | gem 'rqrcode' | ||
gem 'twitter-text' | gem 'twitter-text' | ||
gem 'ox' | |||
gem 'oj' | gem 'oj' | ||
gem 'hiredis' | gem 'hiredis' | ||
gem 'redis', '~>3.2', require: ['redis', 'redis/connection/hiredis'] | gem 'redis', '~>3.2', require: ['redis', 'redis/connection/hiredis'] | ||
... | ... |

| W: | H:
| W: | H:


app/controllers/concerns/localized.rb
0 → 100644