User: Add raw_bio, storing unformatted bio
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Mon, 23 Mar 2020 21:52:25 +0000 (22:52 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Sat, 6 Jun 2020 14:23:16 +0000 (16:23 +0200)
commite1b07402ab077899dd5b9c0023fbe1c48af259e9
treeab438cb25c66419223c7c5501e809983384cf801
parentd74985af2381b1c0dae2bc9c79c14582e5c61b97
User: Add raw_bio, storing unformatted bio

Related: https://git.pleroma.social/pleroma/pleroma/issues/1643
lib/pleroma/user.ex
lib/pleroma/web/mastodon_api/controllers/account_controller.ex
lib/pleroma/web/mastodon_api/views/account_view.ex
priv/repo/migrations/20200322174133_user_raw_bio.exs [new file with mode: 0644]
priv/repo/migrations/20200328193433_populate_user_raw_bio.exs [new file with mode: 0644]
test/support/factory.ex
test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs
test/web/mastodon_api/views/account_view_test.exs