mastodon/app/models
Eugen Rochko 78ed4ab75f
Add bio fields (#6645)
* Add bio fields

- Fix #3211
- Fix #232
- Fix #121

* Display bio fields in web UI

* Fix output of links and missing fields

* Federate bio fields over ActivityPub as PropertyValue

* Improve how the fields are stored, add to Edit profile form

* Add rel=me to links in fields

Fix #121
2018-04-14 12:41:08 +02:00
..
admin Feature: Allow staff to change user emails (#7074) 2018-04-10 09:16:06 +02:00
concerns Paginate ancestor statuses in public page (#7102) 2018-04-11 12:35:09 +02:00
form Add option to show only local toots in timeline preview (#6292) 2018-02-04 06:00:10 +01:00
web Change user_id column non-nullable (#6435) 2018-02-07 16:35:44 +01:00
account.rb Add bio fields (#6645) 2018-04-14 12:41:08 +02:00
account_domain_block.rb Cache relationships in API (#6482) 2018-02-18 03:14:46 +01:00
account_filter.rb
account_moderation_note.rb
admin.rb
application_record.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
backup.rb Account archive download (#6460) 2018-02-21 23:21:32 +01:00
block.rb Cache relationships in API (#6482) 2018-02-18 03:14:46 +01:00
context.rb
conversation.rb
conversation_mute.rb Change belongs_to_required_by_default to true (#5888) 2018-01-19 20:56:47 +01:00
custom_emoji.rb Change custom emoji search to ILIKE instead of = (#7099) 2018-04-10 15:46:27 +02:00
custom_emoji_filter.rb Change custom emoji search to ILIKE instead of = (#7099) 2018-04-10 15:46:27 +02:00
domain_block.rb
email_domain_block.rb
export.rb
favourite.rb Full-text search for authorized statuses (#6423) 2018-02-09 23:04:47 +01:00
feed.rb
follow.rb Cache relationships in API (#6482) 2018-02-18 03:14:46 +01:00
follow_request.rb Cache relationships in API (#6482) 2018-02-18 03:14:46 +01:00
home_feed.rb
identity.rb CAS + SAML authentication feature (#6425) 2018-02-04 05:42:13 +01:00
import.rb Ensure the app does not even start if OTP_SECRET is not set (#6557) 2018-02-26 01:31:44 +01:00
instance.rb
instance_filter.rb
invite.rb Change user_id column non-nullable (#6435) 2018-02-07 16:35:44 +01:00
invite_filter.rb
list.rb Change belongs_to_required_by_default to true (#5888) 2018-01-19 20:56:47 +01:00
list_account.rb Change belongs_to_required_by_default to true (#5888) 2018-01-19 20:56:47 +01:00
list_feed.rb
media_attachment.rb Fix GIFV encoding params (#7098) 2018-04-10 09:11:55 +02:00
mention.rb Change belongs_to_required_by_default to true (#5888) 2018-01-19 20:56:47 +01:00
mute.rb Cache relationships in API (#6482) 2018-02-18 03:14:46 +01:00
notification.rb Upgrade Rails to version 5.2.0 (#5898) 2018-04-12 14:45:17 +02:00
preview_card.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
remote_follow.rb
remote_profile.rb [WIP] Enable custom emoji on account pages and in the sidebar (#6124) 2018-04-01 23:55:42 +02:00
report.rb Feature: Improve reports ui (#7032) 2018-04-10 20:27:59 +02:00
report_filter.rb
report_note.rb Feature: Improve reports ui (#7032) 2018-04-10 20:27:59 +02:00
search.rb
session_activation.rb Change belongs_to_required_by_default to true (#5888) 2018-01-19 20:56:47 +01:00
setting.rb
site_upload.rb Fix avatar and header issues by using custom geometry detector (#6515) 2018-02-21 03:40:12 +01:00
status.rb Upgrade Rails to version 5.2.0 (#5898) 2018-04-12 14:45:17 +02:00
status_pin.rb Change belongs_to_required_by_default to true (#5888) 2018-01-19 20:56:47 +01:00
stream_entry.rb
subscription.rb Change belongs_to_required_by_default to true (#5888) 2018-01-19 20:56:47 +01:00
tag.rb Fix #6715: Make catalan words with the L geminate letter work in hashtags (#6741) 2018-03-11 14:55:49 +01:00
user.rb bugfixes and gem update (#6831) 2018-03-19 20:08:56 +01:00
web.rb