pyfedi/migrations/versions
2025-01-22 09:00:20 +13:00
..
0b49f0997073_keyword_filter.py per-user keyword filters 2024-01-11 20:39:22 +13:00
0dadae40281d_user_title.py admin users 2024-01-01 14:49:15 +13:00
1a9507704262_add_user_deleted_and_indexes.py initial db structure 2023-08-05 21:26:24 +12:00
1c51c3df2770_site_logo.py let admin change site logo through UI #197 2024-06-14 18:03:47 +08:00
2b028a70bd7a_blocked_phrases.py block future shitpost floods 2024-03-22 12:22:19 +13:00
2cae414cbc7a_alt_user_names.py alt user names 2024-08-20 07:03:18 +12:00
3f17b9ab55e4_ip_ban.py IP address plus cookie-based ban system 2023-12-30 19:03:44 +13:00
3fb833e34c75_user_registration_processing.py account approval process 2024-02-02 15:30:03 +13:00
4a3ca1701711_add_software_and_dates_to_instance.py special lemmy api endpoints for instance discovery 2023-11-23 15:10:44 +13:00
5b4a967f9988_comment_ranking_float.py comment ranking using confidence formula 2024-01-07 21:36:04 +13:00
5bee0ac7d99f_filter_options.py rename show_ filters into hide_ and migrate db for filter changes 2024-06-28 15:04:06 +00:00
5bf49b8b7b79_detect_ip_country.py look up new account country by IP address 2024-08-01 16:24:36 +08:00
05e3a7023a1e_polls.py poll ui, wip #181 2024-05-16 21:53:38 +12:00
5e84668d279e_soft_deletes.py soft deletes and deleted content admin area #193 2024-06-02 16:45:21 +12:00
5fb8f21295da_community_instance.py report posts and communities. also block domains and instances 2023-12-13 21:04:11 +13:00
6a9bec0c492e_allowed_instances.py instance allow list 2023-11-03 20:32:12 +13:00
6b4774eb6349_increase_activity_id_length.py bugfix 2024-01-19 07:45:48 +13:00
6b84580a94cd_voting.py federate votes 2023-09-10 20:20:53 +12:00
6e0b98e1fdc6_adding_hide_read_posts_bool_to_user.py adding user new column hide_read_posts migration 2024-09-29 13:18:41 -04:00
7aee4cb7db24_notification_subscription.py notification subscription - migration 2024-04-19 19:20:09 +12:00
7f7dfd4d4f1b_increase_length_of_ban_reason.py increase length of ban reason 2024-11-23 18:48:03 +13:00
7f163d621f13_increase_field_length.py user extra field - increase label field length 2025-01-22 09:00:20 +13:00
7fc066ad475a_deleted_by.py deleted_by field - no foreign keys as they were confusing sqlalchemy 2024-10-14 15:48:55 +13:00
08b3f718df5d_cross_posts.py Upgrade DB for cross_posts field 2024-04-02 17:54:52 +01:00
8c5cc19e0670_bots.py user profiles and settings 2023-10-07 21:32:19 +13:00
8ca0f0789040_chat_reporting.py chat 2.0 2024-02-19 15:01:53 +13:00
9ad372b72d7c_post_reply_language.py add language choices to UI #51 2024-05-09 17:54:30 +12:00
9df13396fd54_extra_field_length.py parse mastodon urls in extra fields 2025-01-01 15:39:39 +13:00
12d60b9d5417_ap_featured_url.py Checked featured url for sticky posts #16 2024-03-19 07:34:19 +00:00
20a3bae71dd7_banned_until.py temporary instance bans 2024-11-30 09:50:14 +13:00
20ee24728510_tag_formatting.py save incoming hashtags during federation #184 2024-05-11 13:45:04 +12:00
27b71f6cb21e_adding_read_posts_table.py Adding a hide-read-posts function 2024-09-29 13:18:41 -04:00
31dfc1d1d3f6_report_block.py report posts and communities. also block domains and instances 2023-12-13 21:04:11 +13:00
46c170499e71_long_instance_about_field.py new db field 2024-04-22 19:53:12 +02:00
52e8d73b69ba_topic_machine_name.py organise communities under topics 2024-01-28 18:11:32 +13:00
54f1dd40e066_initial_tables.py initial db structure 2023-08-05 21:26:24 +12:00
62cbf0bf515a_longer_file_source_url.py longer source_url field 2024-02-13 06:50:25 +13:00
72f3326bdf54_site_settings.py home page, expanded admin area and domain blocking 2023-12-17 00:12:49 +13:00
75f5b458c2f9_instance_admins.py remote admins can delete remote posts (not just moderators) 2024-02-14 12:31:44 +13:00
84a5cb2a5e5b_remove_unique_on_user.py post replies - create, edit, delete 2023-11-22 20:48:27 +13:00
86b6fd708bd0_index_all_the_things.py add indexes to speed up db 2024-01-24 21:17:36 +13:00
88d210da7f2b_user_matrix_id.py matrix user id on user profiles 2023-12-28 21:00:26 +13:00
91a931afd6d9_contact_email.py contact email field in DB #151 2024-04-12 16:22:58 +12:00
93e4cef1698c_user_email_addr_verification.py user registration and email verification 2023-08-26 15:41:11 +12:00
238d7c60d676_adding_created_at_to_read_posts_table.py adding intercted_at column to read_posts table 2024-09-29 13:18:41 -04:00
238faf5c9b8d_mea_culpa_on_posts.py mea culpa function to de-escalate 2023-12-14 21:22:46 +13:00
251be00ae302_follow_requests.py follow remote communities - activitypub 2023-09-08 20:04:01 +12:00
299e0384c8f3_unique_post_ap_id.py merge duplicate posts #348 2024-11-24 15:27:21 +13:00
328c9990e53e_local_only_communities.py communities that are local-only, w access control for posting and voting 2024-01-02 19:41:00 +13:00
363f2f07ff30_reply_thresholds.py reply thresholds 2024-06-28 18:34:54 +08:00
745e3e985199_save_posts.py progress on bookmarks / saving #26 2024-06-20 21:51:43 +08:00
755fa58fd603_private_mods.py community 2023-09-05 20:25:02 +12:00
882e33231c5b_user_roles_additional.py user roles and permissions 2023-10-18 22:23:59 +13:00
944c5ae8f4ba_posting_warning.py customisable posting warning 2024-04-18 20:51:08 +12:00
01107dfe5a29_interests.py interests for onboarding 2023-09-05 20:25:10 +12:00
1189f921aca6_domain_post_warning.py warnings on domains 2024-12-13 19:24:09 +13:00
1505d32771b7_trusted_instances.py email notifications fixes #18 2024-02-23 16:52:17 +13:00
2191fa36c09d_increase_alt_text_length.py increase alt text max length 2024-05-25 22:44:43 +12:00
2629cf0e2965_markdown_editor_optional.py accessibility improvements 2024-02-26 21:26:19 +13:00
04697ae91fac_report_source.py filter reports by local or remote #21 2024-03-26 22:18:05 +13:00
5487a1886c62_user_follower.py Accept Follow requests from remote actors to local actors 2024-04-30 13:12:53 +01:00
8758c0a94f82_defederation_subscription.py Defederation subscriptions 2024-12-27 20:20:16 +13:00
8885aafd5291_activitypub_logging.py activitypub logging 2024-01-13 11:12:31 +13:00
9752fb47d7a6_tag_ban.py hashtag UI #184 2024-05-12 13:02:45 +12:00
26138ecda7c3_unique_user_ap_profile_id.py tweak sql #348 2024-11-15 16:06:28 +13:00
52789c4b1d0f_report_comments.py replay failed AP tasks 2023-12-26 12:36:20 +13:00
81175e11c083_report_in_community.py community moderation - view reports and list of banned people 2024-03-18 21:05:13 +13:00
94828ddc7c63_community_remote_language.py let admin override language for remote communities #51 2024-05-08 21:07:22 +12:00
980966fba5f4_post_one_language.py save language of posts and communities 2024-04-16 21:49:05 +12:00
03258111eef1_downvote_accept_mode.py community setting: accept downvotes from community members only 2025-01-11 12:07:58 +13:00
98680738ebb0_ban_comments.py ban posts or comments 2024-12-02 13:48:10 +13:00
a4be1b198b0f_community_default_layout.py masonry tile for image communities 2024-01-21 15:44:13 +13:00
a4debcf5ac6f_topic_show_posts_in_children.py show posts from child topics 2024-11-08 15:09:24 +13:00
a8fc7f7ba539_more_indexes.py more indexes 2024-02-13 17:22:03 +13:00
a32b474a40dd_remove_avg_comment_length.py remove avg comment length experiment 2024-05-23 15:27:36 +12:00
a88efa63415b_sub_topics.py search posts 2024-03-01 20:32:29 +13:00
a937c8721612_community_outbox_url.py use community outbox properly 2024-02-21 08:36:47 +13:00
aaf434e9e7bf_post_vote_index.py post vote effect index 2024-01-10 10:18:11 +13:00
b1d3fc38b1f7_filter_keywords.py view community, view posts in community 2023-10-02 22:16:44 +13:00
b4f7322082f4_chat_conversations.py chat 2.0 2024-02-19 15:01:53 +13:00
b18ea0b841fe_user_reports_count.py report and block profiles 2024-01-01 16:26:57 +13:00
b36dac7696d1_save_moderators_url.py subscription and unsubscription to remote communities - lemmy bugs 2023-12-03 22:41:15 +13:00
b58c4301d1ad_link_sharing_monitoring.py fake news domain blocking and notifying 2023-12-30 11:36:24 +13:00
b86c49cbd9a0_default_sort.py active sort with user default sort choice 2024-01-15 18:26:22 +13:00
b97584a7a10b_wikis.py community wiki #127 2024-07-17 22:11:31 +08:00
c3cc707ab5e9_unique_post_reply_ap_id.py clean up duplicate comments #348 2024-11-24 16:00:53 +13:00
c88bbba381b5_community_creator.py user banning and purging 2023-10-21 15:49:01 +13:00
c12823f18553_html_versions.py backfill old posts when a remote community is added 2023-12-21 22:14:43 +13:00
c80716fd7b79_feeds.py administer communities - list and edit 2023-12-31 12:09:20 +13:00
cae2e31293e8_notifications.py finish notifications 2023-11-30 23:21:37 +13:00
cc98a471a1ad_community_ban.py follow remote communities - activitypub 2023-09-08 20:04:01 +12:00
d2bd6281a8d3_unique_community_ap_profile_id.py merge duplicate communities #348 2024-11-19 19:01:21 +13:00
d32ef1893ce4_index_on_vote_author_id.py add index #348 2024-11-15 16:42:08 +13:00
d37fe77e043c_index_parent_id.py add index on parent_id 2024-02-09 15:14:39 +13:00
d88b49617de0_unique_instance_domain.py clean up duplicate instances #348 2024-11-24 16:32:22 +13:00
dc49309fc13e_community_notifications.py notify about new posts in communities 2024-01-07 12:47:06 +13:00
dfba54bdaeb2_instance_nodeinfo_href.py DB upgrade: new Instance.nodeinfo_href column 2024-05-23 14:19:23 +01:00
e8fe5eff9532_additional_user_and_community.py activitypub - signatures wip 2023-08-22 21:24:11 +12:00
e23ce3d53def_post_licence.py post licence model and migration 2024-11-02 15:14:31 +13:00
e72aa356e4d0_increase_alt_text_length.py sub-topics - admin area #44 2024-03-04 12:13:14 +13:00
e76f2067e689_comment_length.py flag low effort commenters 2024-05-21 22:20:08 +12:00
e82f86c550ac_reply_depth.py show replies below posts 2023-10-10 22:25:37 +13:00
e8113bc01e3a_post_reply_instance.py comment edit, delete, report, block 2023-12-28 20:00:07 +13:00
e73996747d7e_user_language.py let user choose interface language #51 2024-05-09 13:59:52 +12:00
ea5a07acf23c_mod_log.py Mod log migration #21 2024-07-06 14:50:49 +08:00
ea5650ac4628_instance_health.py fake news domain blocking and notifying 2023-12-30 11:36:24 +13:00
ee45b9ea4a0c_image_thumbnails.py create and view image posts 2023-11-27 22:05:35 +13:00
f1f0c854ae18_user_roles_permissions.py user roles and permissions 2023-10-18 22:23:59 +13:00
f1f38dabd541_default_filter.py refactor home page based on #293 2024-08-16 13:42:29 +12:00
f2fa25ab5e52_remove_home_checkbox.py migration to remove related field #371 2024-12-05 13:47:08 +13:00
f6d6bd92cf88_post_microblog_flag.py only prepend [Microblog] when autogenerated title is too short. fixes #266 2024-08-08 19:04:50 +12:00
f19d761c216d_themes.py theme engine and high contrast theme fixes #27 fixes #19 2024-02-07 17:31:12 +13:00
f032dbdfbd1d_activitypub_debug_log.py accept and follow with activitypub message logging 2023-09-09 20:46:40 +12:00
f52c490d4e81_indexable_fields_controls_external_.py indexible fields - controls external search 2023-08-26 13:10:01 +12:00
f961f446ae17_user_extra_fields.py extra fields on profiles ala Mastodon 2024-12-22 15:38:40 +13:00
f8200275644a_community_ban_field.py UI to create posts 2023-09-17 21:19:51 +12:00
fd2af23f4b1f_tags_and_languages.py migration for tags and languages 2024-04-16 21:16:10 +12:00
fd5d3a9cb584_community_topics.py remove problematic database index 2024-01-04 16:09:22 +13:00
fdaeb0b2c078_user_stats.py track user statistics like post count 2024-09-13 11:08:04 +12:00
fe1e3fbf5b9d_chat.py send private messages 2024-02-17 20:05:57 +13:00
feef49234599_community_image.py community list and beginning of viewing community 2023-08-29 22:01:06 +12:00