]> cat aescling's git repositories - mastodon.git/commit
Persist UI settings, add missing localizations for German
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 9 Jan 2017 13:00:55 +0000 (14:00 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 9 Jan 2017 13:00:55 +0000 (14:00 +0100)
commit75f80bef107cfe9e9c0e6ba3dc51ef86c89e40cc
treed507368baac4e85d417af4c64ecc0d9c43a65963
parent23ebf60b95984764992c4b356048786ed0ab2953
Persist UI settings, add missing localizations for German
25 files changed:
app/assets/javascripts/components/actions/notifications.jsx
app/assets/javascripts/components/actions/settings.jsx [new file with mode: 0644]
app/assets/javascripts/components/features/notifications/containers/column_settings_container.jsx
app/assets/javascripts/components/features/notifications/index.jsx
app/assets/javascripts/components/locales/de.jsx
app/assets/javascripts/components/locales/en.jsx
app/assets/javascripts/components/reducers/index.jsx
app/assets/javascripts/components/reducers/notifications.jsx
app/assets/javascripts/components/reducers/settings.jsx [new file with mode: 0644]
app/controllers/api/web/settings_controller.rb [new file with mode: 0644]
app/controllers/home_controller.rb
app/models/account.rb
app/models/web.rb [new file with mode: 0644]
app/models/web/setting.rb [new file with mode: 0644]
app/views/home/index.html.haml
app/views/home/initial_state.json.rabl [new file with mode: 0644]
config/locales/de.yml
config/locales/simple_form.de.yml
config/routes.rb
db/migrate/20170109120109_create_web_settings.rb [new file with mode: 0644]
db/schema.rb
spec/fabricators/media_attachment_fabricator.rb
spec/fabricators/web_setting_fabricator.rb [new file with mode: 0644]
spec/models/account_spec.rb
spec/models/web/setting_spec.rb [new file with mode: 0644]