]> cat aescling's git repositories - mastodon.git/commit
Add relationship manager UI (#10268)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 16 Mar 2019 10:23:22 +0000 (11:23 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Mar 2019 10:23:22 +0000 (11:23 +0100)
commit1c113fd72df18999de1d6f09fa3790dd1f715506
tree6a2683eb7d63cca3e568f6f2786f77e606320bb1
parent8da5b8e6695e3bcca8eb4bca754faef83a6656eb
Add relationship manager UI (#10268)
57 files changed:
app/controllers/relationships_controller.rb [new file with mode: 0644]
app/controllers/settings/follower_domains_controller.rb [deleted file]
app/helpers/admin/filter_helper.rb
app/javascript/styles/mastodon/tables.scss
app/models/form/account_batch.rb [new file with mode: 0644]
app/views/relationships/_account.html.haml [new file with mode: 0644]
app/views/relationships/show.html.haml [new file with mode: 0644]
app/views/settings/follower_domains/show.html.haml [deleted file]
config/locales/ar.yml
config/locales/ast.yml
config/locales/ca.yml
config/locales/co.yml
config/locales/cs.yml
config/locales/cy.yml
config/locales/da.yml
config/locales/de.yml
config/locales/el.yml
config/locales/en.yml
config/locales/eo.yml
config/locales/es.yml
config/locales/eu.yml
config/locales/fa.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hu.yml
config/locales/id.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ka.yml
config/locales/kk.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/ms.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/oc.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sq.yml
config/locales/sr-Latn.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/zh-CN.yml
config/locales/zh-HK.yml
config/locales/zh-TW.yml
config/navigation.rb
config/routes.rb
spec/controllers/relationships_controller_spec.rb [moved from spec/controllers/settings/follower_domains_controller_spec.rb with 64% similarity]