]> cat aescling's git repositories - mastodon.git/commit
Uploads for admin site settings (#4913)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 13 Sep 2017 22:04:30 +0000 (00:04 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2017 22:04:30 +0000 (00:04 +0200)
commit9239e4ce4d4e958e62552d4a01183d0295c020f5
tree8f33707c027e2c10b62c0c6fffe1eb3bf27d38ef
parent06f26e09b4bff120181eaaeb70a833482368ea63
Uploads for admin site settings (#4913)

* Improve OpenGraph tags for about pages

* Add thumbnail admin setting

* Fix error

* Fix up
16 files changed:
app/controllers/admin/settings_controller.rb
app/javascript/images/mastodon_small.jpg [deleted file]
app/javascript/images/preview.jpg [new file with mode: 0644]
app/models/site_upload.rb [new file with mode: 0644]
app/presenters/instance_presenter.rb
app/serializers/rest/instance_serializer.rb
app/views/about/_og.html.haml [new file with mode: 0644]
app/views/about/more.html.haml
app/views/about/show.html.haml
app/views/admin/settings/edit.html.haml
config/locales/en.yml
db/migrate/20170913000752_create_site_uploads.rb [new file with mode: 0644]
db/schema.rb
spec/fabricators/site_upload_fabricator.rb [new file with mode: 0644]
spec/models/site_upload_spec.rb [new file with mode: 0644]
spec/views/about/show.html.haml_spec.rb