Matt Jankowski f025cc6782 Filter on allowed user language preferences (#2361) há 7 anos atrás
..
20160220174730_create_accounts.rb 9c4856bdb1 Initial commit há 8 anos atrás
20160220211917_create_statuses.rb 9c4856bdb1 Initial commit há 8 anos atrás
20160221003140_create_users.rb 709c6685a9 Made some progress há 8 anos atrás
20160221003621_create_follows.rb 709c6685a9 Made some progress há 8 anos atrás
20160222122600_create_stream_entries.rb 709c6685a9 Made some progress há 8 anos atrás
20160222143943_add_profile_fields_to_accounts.rb 709c6685a9 Made some progress há 8 anos atrás
20160223162837_add_metadata_to_statuses.rb fa33750105 Adding reblogs, favourites, improving atom generation há 8 anos atrás
20160223164502_make_uris_nullable_in_statuses.rb fa33750105 Adding reblogs, favourites, improving atom generation há 8 anos atrás
20160223165723_add_url_to_statuses.rb fa33750105 Adding reblogs, favourites, improving atom generation há 8 anos atrás
20160223165855_add_url_to_accounts.rb fa33750105 Adding reblogs, favourites, improving atom generation há 8 anos atrás
20160223171800_create_favourites.rb fa33750105 Adding reblogs, favourites, improving atom generation há 8 anos atrás
20160224223247_create_mentions.rb 71fe24096c Adding a Mention model, test stubs há 8 anos atrás
20160227230233_add_attachment_avatar_to_accounts.rb 2c70f0ecaa Adding paperclip for avatars, fixing design of the public pages há 8 anos atrás
20160305115639_add_devise_to_users.rb 7e93da3f8d Removing grape and adding devise há 8 anos atrás
20160306172223_create_doorkeeper_tables.rb b919f39b31 Customizing doorkeeper views for authorizing app há 8 anos atrás
20160312193225_add_attachment_header_to_accounts.rb 3441361568 Adding simple_form, adding profile settings, header image há 8 anos atrás
20160314164231_add_owner_to_application.rb 6fec8afc3f Bind oauth applications to users há 8 anos atrás
20160316103650_add_missing_indices.rb 8767a98fbb Adding CSS for form errors, adding missing indices há 8 anos atrás
20160322193748_add_avatar_remote_url_to_accounts.rb 02e4fb2e06 Only re-download avatar if URL changed (fix #19) há 8 anos atrás
20160325130944_add_admin_to_users.rb e24bfbde1a Fixing FanOutOnWriteService, fixing Sidekiq not having enough DB connections há 8 anos atrás
20160826155805_add_superapp_to_oauth_applications.rb 92afd29650 The frontend will now be an OAuth app, auto-authorized. The frontend will use an access token for API requests há 8 anos atrás
20160905150353_create_media_attachments.rb ae1fac0062 Add API to upload media attachments há 8 anos atrás
20160919221059_add_subscription_expires_at_to_accounts.rb 059ebbf48d Separate PuSH subscriptions from following, add mastodon:push:refresh task, há 8 anos atrás
20160920003904_remove_verify_token_from_accounts.rb 608a2bfffc Upgrade to PubSubHubbub 0.4 (removing verify_token) há 8 anos atrás
20160926213048_remove_owner_from_application.rb 7e14eefc81 Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - app há 8 anos atrás
20161003142332_add_confirmable_to_users.rb fc198a8b4c Adding e-mail confirmations há 8 anos atrás
20161003145426_create_blocks.rb 9d59d7b463 Adding a block model and filter mentions from blocked users (fix #60) há 8 anos atrás
20161006213403_rails_settings_migration.rb 06016453bd Adding user settings (model and mailer), no form yet há 8 anos atrás
20161009120834_create_domain_blocks.rb 22a8801dbc Adding domain blocks há 8 anos atrás
20161027172456_add_silenced_to_accounts.rb 909d0d5e88 Adding public timeline silencing há 8 anos atrás
20161104173623_create_tags.rb 62292797ec Adding hashtag model há 7 anos atrás
20161105130633_create_statuses_tags_join_table.rb 48b9619439 Adding hashtags há 7 anos atrás
20161116162355_add_locale_to_users.rb 2c766bd4b4 Add user locale setting há 7 anos atrás
20161119211120_create_notifications.rb 38dd85daab Adding notifications column há 7 anos atrás
20161122163057_remove_unneeded_indexes.rb 45c7ee39b3 Remove unneeded indices, improve error handling in background workers, don't needlessly reload reblogged status, send Devise e-mails asynchronously há 7 anos atrás
20161123093447_add_sensitive_to_statuses.rb 0603971894 Adding sensitive marker to statuses in API há 7 anos atrás
20161128103007_create_subscriptions.rb 2d2c81765b Adding embedded PuSH server há 7 anos atrás
20161130142058_add_last_successful_delivery_at_to_subscriptions.rb 4a2347da41 Track successful PuSH deliveries há 7 anos atrás
20161130185319_add_visibility_to_statuses.rb 14bd46946d Per-status control for unlisted mode, also federation for unlisted mode há 7 anos atrás
20161202132159_add_in_reply_to_account_id_to_statuses.rb 165498f110 Make data migration more merciful há 7 anos atrás
20161203164520_add_from_account_id_to_notifications.rb 565cd95bca Keep timelines in the UI trimmed when possible há 7 anos atrás
20161205214545_add_suspended_to_accounts.rb 39cc9fde8a Add account suspension há 7 anos atrás
20161221152630_add_hidden_to_stream_entries.rb 80e02b90e4 Private visibility on statuses prevents non-followers from seeing those há 7 anos atrás
20161222201034_add_locked_to_accounts.rb 2d2154ba75 Add "locked" flag to accounts, prevent blocked users from following, force-unfollow blocked users há 7 anos atrás
20161222204147_create_follow_requests.rb b891a81008 Follow call on locked account creates follow request instead há 7 anos atrás
20170105224407_add_shortcode_to_media_attachments.rb 7b9f8766e8 Fix #416 - Generate random unique 14-byte (19 characters) shortcodes há 7 anos atrás
20170109120109_create_web_settings.rb 75f80bef10 Persist UI settings, add missing localizations for German há 7 anos atrás
20170112154826_migrate_settings.rb b11fdc3ae3 Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings há 7 anos atrás
20170114194937_add_application_to_statuses.rb d6bc0e8db4 Add tracking of OAuth app that posted a status, extend OAuth apps to have optional website field, add application details to API, show application name and website on detailed status views. Resolves #11 há 7 anos atrás
20170114203041_add_website_to_oauth_application.rb d6bc0e8db4 Add tracking of OAuth app that posted a status, extend OAuth apps to have optional website field, add application details to API, show application name and website on detailed status views. Resolves #11 há 7 anos atrás
20170119214911_create_preview_cards.rb f0de621e76 Fix #463 - Fetch and display previews of URLs using OpenGraph tags há 7 anos atrás
20170123162658_add_severity_to_domain_blocks.rb 6d98a73180 Domain blocks now have varying severity - auto-suspend vs auto-silence há 7 anos atrás
20170123203248_add_reject_media_to_domain_blocks.rb 434cf8237e Optional domain block attribute that prevents media attachments from being downloaded há 7 anos atrás
20170125145934_add_spoiler_text_to_statuses.rb 0430f7c0fa Fix spoiler_text not having "not null" constraint há 7 anos atrás
20170127165745_add_devise_two_factor_to_users.rb ba192f12e3 Added optional two-factor authentication há 7 anos atrás
20170129000348_create_devices.rb 3f075c7794 API for apps to register for push notifications há 7 anos atrás
20170205175257_remove_devices.rb 920ba5fc4e Fix #61 - Add list of blocked users to the UI; clean up failed push notifications API há 7 anos atrás
20170209184350_add_reply_to_statuses.rb 6331ed16e5 Fix #614 - extra reply-boolean on statuses to account for cases when replied-to há 7 anos atrás
20170214110202_create_reports.rb 3b81baaaaf Adding POST /api/v1/reports API, and a UI for submitting reports há 7 anos atrás
20170217012631_add_reblog_of_id_foreign_key_to_statuses.rb a1e96ae94f Add foreign key to prevent reblogs of non-existent (after race conditions) statuses from happening há 7 anos atrás
20170301222600_create_mutes.rb 442fdbfc53 Mute button progress so far. WIP, doesn't entirely work correctly. há 7 anos atrás
20170303212857_add_last_emailed_at_to_users.rb 6b81d10030 Add digest e-mails há 7 anos atrás
20170304202101_add_type_to_media_attachments.rb caf5b8e975 Fix #431 - convert gif to webm during upload. Web UI treats them like it did há 7 anos atrás
20170317193015_add_search_index_to_accounts.rb ad0d82d3ce Make account search blazing fast and rank followers/followees higher in the results há 7 anos atrás
20170318214217_add_header_remote_url_to_accounts.rb 2816b1bf8e Federate header images, fix open-uri http->https redirection error há 7 anos atrás
20170322021028_add_lowercase_index_to_accounts.rb 1b09c3cb17 More efficient single account retrieval (0.9ms vs 50ms before) há 7 anos atrás
20170322143850_change_primary_key_to_bigint_on_statuses.rb 22e06a4077 Upgrade status IDs to bigint há 7 anos atrás
20170322162804_add_search_index_to_tags.rb 5aa3df017b Fix full-text search query quotation, improve tag search performance with an index, há 7 anos atrás
20170330021336_add_counter_caches.rb 03fb6c16ec Fix up null values on latest migration, add notes há 7 anos atrás
20170330163835_create_imports.rb e8875c6046 Import feature for following/blocking lists (addresses #62, #177, #201, #454) há 7 anos atrás
20170330164118_add_attachment_data_to_imports.rb e8875c6046 Import feature for following/blocking lists (addresses #62, #177, #201, #454) há 7 anos atrás
20170403172249_add_action_taken_by_account_id_to_reports.rb 68f829e11c Add basic logging of who resolved report há 7 anos atrás
20170405112956_add_index_on_mentions_status_id.rb cfe91ac984 Add index on mentions status_id há 7 anos atrás
20170406215816_add_notifications_and_favourites_indices.rb 31597fd377 Low-hanging fruit of query optimization, these indices were missing há 7 anos atrás
20170409170753_add_last_webfingered_at_to_accounts.rb 31f0bcf804 Refresh webfinger (#1323) há 7 anos atrás
20170414080609_add_devise_two_factor_backupable_to_users.rb df4ff9a8e1 Add recovery code support for two-factor auth (#1773) há 7 anos atrás
20170414132105_add_language_to_statuses.rb e4af4898de Add language detection (#1772) há 7 anos atrás
20170418160728_add_indexes_to_reports_for_accounts.rb 66d8f99a30 Admin reports with accounts (#2092) há 7 anos atrás
20170423005413_add_allowed_languages_to_user.rb f025cc6782 Filter on allowed user language preferences (#2361) há 7 anos atrás
20170424112722_add_status_id_index_to_statuses_tags.rb d000a0b58a Add index to statuses_tags#status_id (#2394) há 7 anos atrás
20170425131920_add_media_attachment_meta.rb 193dddb433 Add media dimensions (#2448) há 7 anos atrás
20170425202925_add_oembed_to_preview_cards.rb 88725d6ce8 OEmbed support for PreviewCard (#2337) há 7 anos atrás