]> cat aescling's git repositories - mastodon.git/commit
Change bio limit from 160 to 500 (#10790)
authortrwnh <a@trwnh.com>
Sun, 19 May 2019 20:51:44 +0000 (15:51 -0500)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 19 May 2019 20:51:44 +0000 (22:51 +0200)
commita6caf919e2d766bb924992943946cba915b17036
tree85d17b0f679cba89b75a3266f87f499cae371584
parentae1838655876363065dd062a21064d385a90eb33
Change bio limit from 160 to 500 (#10790)

* Change note_length validator from 160 to 500

* Change input maxlength from 160 to 500

* update bio test from 160 to 500

* Multiply a string 30 times instead of 10
app/models/account.rb
app/views/settings/profiles/show.html.haml
spec/controllers/api/v1/accounts/credentials_controller_spec.rb
spec/models/account_spec.rb