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.
pixelfed/database/migrations
daniel d066a5cff5
Add app register email verify resends (#5814)
* Update iar.blade.php - Fix in-app reg without hcaptcha (#5807)

* Staging (#5674)

* Update .env.docker

Registry has changed. Old registry has been discontinued in August 2024. New Registry added, format of Docker tag has been adjusted as it now contains the Debian Release as well.

Sample Version is set to current stable but can be adjusted to any of the available branches.

* Update .env.docker

Stick major.minor according to https://jippi.github.io/docker-pixelfed/customize/tags/#pixelfed-version

Disable Debian Release Check until it's solved in dottie.

Closes https://github.com/pixelfed/pixelfed/issues/5264

* New translations web.php (Finnish)
[ci skip]

* New translations web.php (Finnish)
[ci skip]

* fix: don't restore memory limit after cities import

Since this command can only be invoked by CLI, the process will exit after a successful import, so restoring the transient PHP memory limit doesn't really have any affect.

In PHP 8.4, this throws the following error (which doesn't happen in 8.3 and below)

> [entrypoint / 11-first-time-setup.sh] - (stderr) 128769/128769 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%[2025-01-20 11:29:23] production.ERROR: Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) {"exception":"[object] (ErrorException(code: 0): Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) at /var/www/app/Console/Commands/ImportCities.php:140)

It seems to be a 8.4 behavior change, so removing the logic would make it go away

* New translations web.php (Finnish)
[ci skip]

* New translations web.php (Finnish)
[ci skip]

* New translations web.php (Portuguese)
[ci skip]

* New translations web.php (Portuguese)
[ci skip]

* fix(compose-modal): avoid WebGL if it's not needed

* fix(compose-modal): update webgl-media-editor

* New translations web.php (Hungarian)
[ci skip]

* New translations web.php (Russian)
[ci skip]

* New translations web.php (Russian)
[ci skip]

* Update .env.example

Adding the parameter INSTANCE_DISCOVER_PUBLIC="true" to prevent a HTTP 403 error at the explorer tab in the instance preview.

* New variable for lang spanish

* Variable for lang spanish

* Update Dockerfile, fixes #5535 #5559

* Fix #5582

* Fix #5632

* Update status twitter:card to summary_large_image for images/albums

* Update changelog

---------

Co-authored-by: Lioh Moeller <lioh.moeller@gmx.net>
Co-authored-by: Christian Winther <jippignu@gmail.com>
Co-authored-by: Taye Adeyemi <dev@taye.me>
Co-authored-by: stemy2 <stemy2@users.noreply.github.com>
Co-authored-by: Uthanien <feldarec@gmail.com>

* Update iar.blade.php

---------

Co-authored-by: daniel <danielsupernault@gmail.com>
Co-authored-by: Lioh Moeller <lioh.moeller@gmx.net>
Co-authored-by: Christian Winther <jippignu@gmail.com>
Co-authored-by: Taye Adeyemi <dev@taye.me>
Co-authored-by: stemy2 <stemy2@users.noreply.github.com>
Co-authored-by: Uthanien <feldarec@gmail.com>

* Add app register email verify resends

* Update composer

* Update changelog

* Update IG import command

---------

Co-authored-by: Shlee <github@shl.ee>
Co-authored-by: Lioh Moeller <lioh.moeller@gmx.net>
Co-authored-by: Christian Winther <jippignu@gmail.com>
Co-authored-by: Taye Adeyemi <dev@taye.me>
Co-authored-by: stemy2 <stemy2@users.noreply.github.com>
Co-authored-by: Uthanien <feldarec@gmail.com>
6 months ago
..
2014_10_12_000000_create_users_table.php
2014_10_12_100000_create_password_resets_table.php
2016_06_01_000001_create_oauth_auth_codes_table.php Update to Laravel 11 1 year ago
2016_06_01_000002_create_oauth_access_tokens_table.php Update to Laravel 11 1 year ago
2016_06_01_000003_create_oauth_refresh_tokens_table.php Update to Laravel 11 1 year ago
2016_06_01_000004_create_oauth_clients_table.php Update to Laravel 11 1 year ago
2016_06_01_000005_create_oauth_personal_access_clients_table.php Update to Laravel 11 1 year ago
2018_04_16_000059_create_sessions_table.php
2018_04_16_002611_create_profiles_table.php
2018_04_16_005848_create_statuses_table.php
2018_04_16_011918_create_media_table.php
2018_04_17_012812_create_likes_table.php
2018_04_18_021047_create_followers_table.php
2018_04_18_044421_create_comments_table.php
2018_04_22_233721_create_web_subs_table.php
2018_04_26_000057_create_import_datas_table.php
2018_04_26_003259_create_import_jobs_table.php
2018_04_30_044507_create_jobs_table.php
2018_04_30_044539_create_failed_jobs_table.php
2018_05_04_054007_create_reports_table.php
2018_05_06_214815_create_hashtags_table.php
2018_05_06_215006_create_status_hashtags_table.php
2018_05_07_021835_create_avatars_table.php
2018_05_07_025743_create_notifications_table.php
2018_05_31_043327_create_bookmarks_table.php
2018_06_04_061435_update_notifications_table_add_polymorphic_relationship.php
2018_06_08_003624_create_mentions_table.php
2018_06_11_030049_add_filters_to_media_table.php Fix migration sqlite support 4 years ago
2018_06_14_001318_add_soft_deletes_to_models.php
2018_06_14_041422_create_email_verifications_table.php
2018_06_22_062621_create_report_comments_table.php
2018_06_22_062628_create_report_logs_table.php
2018_07_05_010303_create_account_logs_table.php
2018_07_12_054015_create_user_settings_table.php
2018_07_15_011916_add_2fa_to_users_table.php Fix migration sqlite support 4 years ago
2018_07_15_013106_create_user_filters_table.php
2018_08_08_100000_create_telescope_entries_table.php Update to Laravel 11 1 year ago
2018_08_12_042648_update_status_table_change_caption_to_text.php Fix migrations 1 year ago
2018_08_22_022306_update_settings_table.php Fix migration sqlite support 4 years ago
2018_08_27_004653_update_media_table_add_alt_text.php Fix migration sqlite support 4 years ago
2018_09_02_042235_create_follow_requests_table.php
2018_09_02_043240_update_profile_table_add_ap_urls.php
2018_09_02_043609_create_instances_table.php
2018_09_10_024252_update_import_datas_table.php
2018_09_11_202435_create_activities_table.php
2018_09_18_043334_add_cw_desc_to_status.php
2018_09_19_060554_create_stories_table.php
2018_09_19_060611_create_story_reactions_table.php
2018_09_27_040314_create_collections_table.php
2018_09_30_051108_create_direct_messages_table.php Fix migration 8 months ago
2018_10_02_040917_create_collection_items_table.php
2018_10_09_043717_update_status_visibility_defaults.php
2018_10_17_033327_update_status_add_scope_column.php
2018_10_17_233623_update_follower_table_add_remote_flags.php Fix migration sqlite support 4 years ago
2018_10_18_035552_update_media_add_alt_text.php Fix migration sqlite support 4 years ago
2018_10_25_030944_update_profile_table.php
2018_12_01_020238_add_type_to_status_table.php
2018_12_22_055940_add_account_status_to_profiles_table.php Update migrations, fixes #4883 2 years ago
2018_12_24_032921_add_delete_after_to_user_table.php
2018_12_30_065102_update_profiles_table_use_text_for_bio.php
2019_01_11_005556_update_profiles_table.php Fix migration sqlite support 4 years ago
2019_01_12_054413_stories.php Update migrations, fixes #4883 2 years ago
2019_01_22_030129_create_pages_table.php
2019_02_01_023357_add_remote_to_avatars_table.php Fix migration sqlite support 4 years ago
2019_02_07_004642_create_discover_categories_table.php Add DiscoverCategory model 7 years ago
2019_02_07_021214_create_discover_category_hashtags_table.php Add DiscoverCategoryHashtag model 7 years ago
2019_02_08_192219_create_websockets_statistics_entries_table.php Add new migration 7 years ago
2019_02_09_045935_create_circles_table.php Add Circle controller,model and migration 7 years ago
2019_02_09_045956_create_circle_profiles_table.php Add CircleProfile controller, model and migration 7 years ago
2019_02_13_195702_add_indexes.php Add indexes, closes #831 7 years ago
2019_02_13_221138_add_soft_delete_indexes.php Update migration 7 years ago
2019_02_15_033323_create_user_invites_table.php Add user invites 7 years ago
2019_03_02_023245_add_profile_id_to_status_hashtags_table.php Add migration 7 years ago
2019_03_06_065528_create_user_devices_table.php Add UserDevice model 7 years ago
2019_03_12_043935_add_snowflakeids_to_users_table.php Fix migrations 1 year ago
2019_03_31_191216_add_replies_count_to_statuses_table.php Fix migration sqlite support 4 years ago
2019_04_16_184644_add_layout_to_profiles_table.php Fix migrations 1 year ago
2019_04_25_200411_add_snowflake_ids_to_collections_table.php Fix migrations 1 year ago
2019_04_28_024733_add_suggestions_to_profiles_table.php Add new migration 6 years ago
2019_05_04_174911_add_header_to_profiles_table.php Add migration 6 years ago
2019_06_06_032316_create_contacts_table.php Add Contact model/view/controller 6 years ago
2019_06_16_051157_add_profile_ids_to_users_table.php Add new migration 6 years ago
2019_07_05_034644_create_hashtag_follows_table.php Add HashtagFollow model, migration and controller 6 years ago
2019_07_08_045824_add_status_visibility_to_status_hashtags_table.php Add new migration, add status visibility to StatusHashtag model 6 years ago
2019_07_11_234836_create_profile_sponsors_table.php Add Profile Sponsors 6 years ago
2019_07_16_010525_remove_web_subs_table.php Remove OStatus legacy code 6 years ago
2019_08_07_184030_create_places_table.php Add Place model 6 years ago
2019_08_12_074612_add_unique_to_statuses_table.php Fix migrations 1 year ago
2019_09_09_032757_add_object_id_to_statuses_table.php Fix migrations 1 year ago
2019_09_21_015556_add_language_to_users_table.php Add database migration 6 years ago
2019_12_10_023604_create_newsroom_table.php Fix newsroom migration 2 years ago
2019_12_25_042317_update_stories_table.php Fix migrations 1 year ago
2020_02_14_063209_create_mod_logs_table.php Update admin dashboard 6 years ago
2020_04_11_045459_add_fetched_at_to_profiles_table.php Fix migration sqlite support 4 years ago
2020_04_13_045435_create_uikit_table.php Add UIKit model, migration and controller 5 years ago
2020_06_30_180159_create_media_tags_table.php Add Media Tags 5 years ago
2020_07_25_230100_create_media_blocklists_table.php Add MediaBlocklist feature 5 years ago
2020_08_18_022520_add_remote_url_to_stories_table.php Fix migration sqlite support 4 years ago
2020_11_14_221947_add_type_to_direct_messages_table.php Fix migration sqlite support 4 years ago
2020_12_01_073200_add_indexes_to_likes_table.php Add new migration, add index to likes table 5 years ago
2020_12_03_050018_create_account_interstitials_table.php Add AccountInterstitial model and controller 5 years ago
2020_12_13_203138_add_uuids_to_failed_jobs_table.php Update laravel framework to v8 5 years ago
2020_12_13_203646_add_providers_column_to_oauth_clients_table.php Update migrations 3 years ago
2020_12_14_103423_create_login_links_table.php Add database migrations 5 years ago
2020_12_24_063410_create_status_views_table.php Add StatusView model to store views for discover algorithm 5 years ago
2020_12_25_220825_add_status_profile_id_to_likes_table.php Fix migration sqlite support 4 years ago
2020_12_27_013953_add_text_column_to_media_table.php Add new migrations 5 years ago
2020_12_27_040951_add_skip_optimize_to_media_table.php Fix migration sqlite support 4 years ago
2020_12_28_012026_create_status_archiveds_table.php Add StatusArchived model + migration 5 years ago
2020_12_30_070905_add_last_active_at_to_users_table.php Update migrations, add last_active_at to users table 5 years ago
2021_01_14_034521_add_cache_locks_table.php Update migrations, fixes #4883 2 years ago
2021_01_15_050602_create_instance_actors_table.php Add migration 5 years ago
2021_01_25_011355_add_cdn_url_to_avatars_table.php Fix migration sqlite support 4 years ago
2021_04_24_045522_add_active_to_stories_table.php Add new migration 4 years ago
2021_04_28_060450_create_config_caches_table.php Add ConfigCache model and migration 4 years ago
2021_05_12_042153_create_user_pronouns_table.php Add profile pronouns 4 years ago
2021_07_23_062326_add_compose_settings_to_user_settings_table.php Fix migrations 1 year ago
2021_07_29_014835_create_polls_table.php Update polls migration, add group support 4 years ago
2021_07_29_014849_create_poll_votes_table.php Migrations 4 years ago
2021_08_04_095125_create_groups_table.php Update groups migration 2 years ago
2021_08_04_095143_create_group_members_table.php Add Groups migrations 2 years ago
2021_08_04_095238_create_group_posts_table.php Add Groups migrations 2 years ago
2021_08_04_100435_create_group_roles_table.php Add groups models, controllers and services 1 year ago
2021_08_16_072457_create_group_invitations_table.php Add Groups migrations 2 years ago
2021_08_16_100034_create_group_interactions_table.php Add groups models, controllers and services 1 year ago
2021_08_17_073839_create_group_reports_table.php Add groups models, controllers and services 1 year ago
2021_08_23_062246_update_stories_table_fix_expires_at_column.php Fix migrations 1 year ago
2021_08_30_050137_add_software_column_to_instances_table.php migrations 4 years ago
2021_09_26_112423_create_group_blocks_table.php Add groups models, controllers and services 1 year ago
2021_09_29_023230_create_group_limits_table.php Add groups models, controllers and services 1 year ago
2021_10_01_083917_create_group_categories_table.php Add groups models, controllers and services 1 year ago
2021_10_09_004230_create_group_hashtags_table.php Add groups models, controllers and services 1 year ago
2021_10_09_004436_create_group_post_hashtags_table.php Add groups models, controllers and services 1 year ago
2021_10_13_002033_create_group_stores_table.php Add groups models, controllers and services 1 year ago
2021_10_13_002041_create_group_events_table.php Add groups models, controllers and services 1 year ago
2021_10_13_002124_create_group_activity_graphs_table.php Add groups models, controllers and services 1 year ago
2021_11_06_100552_add_more_settings_to_user_settings_table.php Update AccountService, add dynamic user settings methods 4 years ago
2021_11_09_105629_add_action_to_account_interstitials_table.php Update Autospam service, add mark all as read and mark all as not spam options and filter active, spam and not spamreports 4 years ago
2022_01_03_052623_add_last_status_at_to_profiles_table.php Add migration 4 years ago
2022_01_08_103817_add_index_to_followers_table.php Add migration 2 years ago
2022_01_16_060052_create_portfolios_table.php Add Portfolio feature 3 years ago
2022_01_19_025041_create_custom_emoji_table.php Improve emoji import 4 years ago
2022_02_13_091135_add_missing_reblog_of_id_types_to_statuses_table.php Update StatusController, set missing reblog/share type 4 years ago
2022_03_09_042023_add_ldap_columns_to_users_table.php Add LDAP support 4 years ago
2022_04_08_065311_create_cache_table.php Update migrations 3 years ago
2022_04_20_061915_create_conversations_table.php Update migration, fixes #3497 3 years ago
2022_05_26_034550_create_live_streams_table.php Add Live Stories/Live streaming 3 years ago
2022_06_03_051308_add_object_column_to_follow_requests_table.php Add migration 3 years ago
2022_09_01_000000_fix_webfinger_profile_duplicate_accounts.php Add migrations to fix webfinger profiles 3 years ago
2022_09_01_043002_generate_missing_profile_webfinger.php Add migrations to fix webfinger profiles 3 years ago
2022_09_19_093029_fix_double_json_encoded_settings_in_usersettings_table.php Update SettingsController, fix double json encoding and cache settings for 7 days 3 years ago
2022_10_07_045520_add_reblog_of_id_index_to_statuses_table.php Add migration 3 years ago
2022_10_07_055133_remove_old_compound_index_from_statuses_table.php Fix migrations 1 year ago
2022_10_07_072311_add_status_id_index_to_bookmarks_table.php Add migrations 3 years ago
2022_10_07_072555_add_status_id_index_to_direct_messages_table.php Add migrations 3 years ago
2022_10_07_072859_add_status_id_index_to_mentions_table.php Add migrations 3 years ago
2022_10_07_073337_add_indexes_to_reports_table.php Add migrations 3 years ago
2022_10_07_110644_add_item_id_and_item_type_indexes_to_notifications_table.php Add index migration 3 years ago
2022_10_09_043758_fix_cdn_url_in_avatars_table.php Fix remote profile avatar urls when storing locally 3 years ago
2022_10_31_043257_add_actors_last_synced_at_to_instances_table.php Add migration 3 years ago
2022_11_24_065214_add_register_source_to_users_table.php Initial in-app registration logic 3 years ago
2022_11_30_123940_update_avatars_table_remove_cdn_url_unique_constraint.php Fix migrations 1 year ago
2022_12_05_064156_add_key_id_index_to_profiles_table.php Add db migration, add profile indexes 3 years ago
2022_12_13_092726_create_admin_invites_table.php Add Admin Invites 3 years ago
2022_12_18_012352_add_status_id_index_to_media_table.php Add migration 3 years ago
2022_12_18_034556_add_remote_media_index_to_media_table.php Add migration 3 years ago
2022_12_18_133815_add_default_value_to_admin_invites_table.php Fix typo in migration 3 years ago
2022_12_20_075729_add_action_index_to_notifications_table.php Add index migration 3 years ago
2022_12_27_013417_add_can_trend_to_hashtags_table.php Add migration 3 years ago
2022_12_27_102053_update_hashtag_count.php Update migration 3 years ago
2022_12_31_034627_fix_account_status_deletes.php Add migration 3 years ago
2023_01_15_041933_add_missing_profile_id_to_users_table.php Add migration 3 years ago
2023_01_19_141156_fix_bookmark_visibility.php Add migration 3 years ago
2023_01_21_124608_fix_duplicate_profiles.php Add migration 3 years ago
2023_01_29_034653_create_status_edits_table.php Add status_edits migration 2 years ago
2023_02_04_053028_fix_cloud_media_paths.php Update filesystems config, add to config_cache 1 year ago
2023_03_19_050342_add_notes_to_instances_table.php Update admin instances dashboard 2 years ago
2023_04_20_092740_fix_account_blocks.php Update ApiV1Controller, fix account blocks.Closes #4304 2 years ago
2023_04_24_101904_create_remote_reports_table.php Add Federated Reports 2 years ago
2023_05_03_023758_update_postgres_visibility_defaults_on_statuses_table.php Update migration 2 years ago
2023_05_03_042219_fix_postgres_hashtags.php Add postgres migration to fix duplicate hashtags 2 years ago
2023_05_07_091703_add_edited_at_to_statuses_table.php Add migration 2 years ago
2023_05_13_045228_remove_unused_columns_from_notifications_table.php Add migration 2 years ago
2023_05_13_123119_remove_status_entities_from_statuses_table.php Add migration 2 years ago
2023_05_15_050604_create_autospam_custom_tokens_table.php Add AutospamCustomTokens model + migration 2 years ago
2023_05_19_102013_add_enable_atom_feed_to_user_settings_table.php Update Settings, allow users to disable atom feeds 2 years ago
2023_05_29_072206_create_user_app_settings_table.php Added `/api/v1.1/accounts/app/settings` endpoint and UserAppSettings model to store app specific settings 2 years ago
2023_06_07_000001_create_pulse_tables.php Add Pulse 8 months ago
2023_06_10_031634_create_import_posts_table.php Update migration and service 2 years ago
2023_06_28_103008_add_user_id_index_to_profiles_table.php Update FixStatusCount, improve command and support remote count resync 2 years ago
2023_07_07_025757_create_remote_auths_table.php Add Sign-in with Mastodon 2 years ago
2023_07_07_030427_create_remote_auth_instances_table.php Add Sign-in with Mastodon 2 years ago
2023_07_11_080040_add_show_reblogs_to_followers_table.php Add migration 2 years ago
2023_08_07_021252_create_profile_aliases_table.php Add Account Migrations 2 years ago
2023_08_08_045430_add_moved_to_profile_id_to_profiles_table.php Add moved_to_profile_id migration 2 years ago
2023_08_25_050021_add_indexable_column_to_profiles_table.php Update Privacy Settings, add support for Mastodon indexable search flag 2 years ago
2023_09_12_044900_create_admin_shadow_filters_table.php Add AdminShadowFilter model/migration 2 years ago
2023_11_13_062429_add_followers_count_index_to_profiles_table.php Add migration 2 years ago
2023_11_16_124107_create_hashtag_related_table.php Add Related Hashtags 2 years ago
2023_11_26_082439_add_state_and_score_to_places_table.php Add migration to add state and other fields to places table 2 years ago
2023_12_04_041631_create_push_subscriptions_table.php Add WebPush 2 years ago
2023_12_05_092152_add_active_deliver_to_instances_table.php Add migration 2 years ago
2023_12_08_074345_add_direct_object_urls_to_statuses_table.php Update Inbox handler, fix missing object_url and uri fields for direct statuses 2 years ago
2023_12_13_060425_add_uploaded_to_s3_to_import_posts_table.php Add migration 2 years ago
2023_12_16_052413_create_user_domain_blocks_table.php Update migration 2 years ago
2023_12_19_081928_create_job_batches_table.php Add job batches migration 2 years ago
2023_12_21_103223_purge_deleted_status_hashtags.php Add migration 2 years ago
2023_12_21_104103_create_default_domain_blocks_table.php Add DefaultDomainBlock model + migration 2 years ago
2023_12_27_081801_create_user_roles_table.php Update migrations 2 years ago
2023_12_27_082024_add_has_roles_to_users_table.php Update migration 2 years ago
2024_01_09_052419_create_parental_controls_table.php Fix migrations 1 year ago
2024_01_16_073327_create_curated_registers_table.php Add Curated Onboarding 2 years ago
2024_01_20_091352_create_curated_register_activities_table.php Add Curated Onboarding 2 years ago
2024_01_22_090048_create_user_email_forgots_table.php Add migration 2 years ago
2024_02_24_093824_add_has_responded_to_curated_registers_table.php Update Curated Onboarding dashboard, improve application filtering and make it easier to distinguish response state 2 years ago
2024_02_24_105641_create_curated_register_templates_table.php Add Curated Onboarding Templates 2 years ago
2024_03_02_094235_create_profile_migrations_table.php Add Profile Migrations 2 years ago
2024_03_08_122947_add_shared_inbox_attribute_to_instances_table.php Add migrations 2 years ago
2024_03_08_123356_add_shared_inboxes_to_instances_table.php Add migrations 2 years ago
2024_05_20_062706_update_group_posts_table.php Fix migration 8 months ago
2024_05_20_063638_create_group_comments_table.php Add groups models, controllers and services 1 year ago
2024_05_20_073054_create_group_likes_table.php Add groups models, controllers and services 1 year ago
2024_05_20_083159_create_group_media_table.php Add groups models, controllers and services 1 year ago
2024_05_31_090555_update_instances_table_add_index_to_nodeinfo_last_fetched_at.php Fix migrations 1 year ago
2024_06_03_232204_add_url_index_to_statuses_table.php Fix migrations 1 year ago
2024_06_19_084835_add_total_local_posts_to_config_cache.php Refactor total local post count logic, cache value and schedule updates twice daily to eliminate the perf issue on larger instances 1 year ago
2024_07_22_065800_add_expo_token_to_users_table.php Add Push Notifications 1 year ago
2024_07_29_081002_add_storage_used_to_users_table.php Add migration 1 year ago
2024_09_18_093322_add_notify_shares_to_users_table.php Update User model, add notify_enabled 11 months ago
2024_10_06_035032_modify_caption_field_in_media_table.php Create 2024_10_06_035032_modify_caption_field_in_media_table.php 11 months ago
2024_10_15_044935_create_moderated_profiles_table.php Add migration 11 months ago
2025_01_18_061532_fix_local_statuses.php Refactor migration 7 months ago
2025_01_28_102016_create_app_registers_table.php Add AppRegister 7 months ago
2025_03_02_060626_add_count_to_app_registers_table.php Add app register email verify resends (#5814) 6 months ago