You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/models
Daniel Hunsaker cf7e840990 Update model annotations to use BIGINT for IDs (#5461)
All the migrations have been updated to use BIGINTs for ID fields in the DB, but ActiveRecord needs to be told to treat those values as BIGINT as well. This PR does that.
7 years ago
..
concerns Fix #4908 - Do not keep remote file names, generate random (#4934) 7 years ago
form Default follows for new users (#4871) 7 years ago
web Update model annotations to use BIGINT for IDs (#5461) 7 years ago
account.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
account_domain_block.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
account_filter.rb Improve admin UI for custom emojis, add copy/disable/enable (#5231) 7 years ago
account_moderation_note.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
application_record.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 8 years ago
block.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 7 years ago
conversation.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
conversation_mute.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
custom_emoji.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
custom_emoji_filter.rb Improve admin UI for custom emojis, add copy/disable/enable (#5231) 7 years ago
domain_block.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
email_domain_block.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
export.rb Settings export refactor (#1646) 8 years ago
favourite.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
feed.rb Non-Serial ("Snowflake") IDs (#4801) 7 years ago
follow.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
follow_request.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
import.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
instance.rb Add Instance class to list admin records (#3443) 8 years ago
instance_filter.rb Add instance search feature (#4925) 7 years ago
media_attachment.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
mention.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
mute.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
notification.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
preview_card.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
remote_follow.rb rescue HTTP::ConnectionError in RemoteFollowController#create (#4726) 7 years ago
remote_profile.rb Introduce OStatus::TagManager (#5008) 7 years ago
report.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
report_filter.rb Admin reports with accounts (#2092) 8 years ago
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 7 years ago
session_activation.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
setting.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
site_upload.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
status.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
status_pin.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
stream_entry.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
subscription.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
tag.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
user.rb Update model annotations to use BIGINT for IDs (#5461) 7 years ago
web.rb Add extended about page stub 8 years ago