aboutsummaryrefslogtreecommitdiff
path: root/priv/repo/migrations
AgeCommit message (Expand)Author
2020-07-06Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into chat-federa...lain
2020-07-06migration to delete migrated tesla settingAlexander Strizhakov
2020-07-03User, Migration: Change `accepts_chat_messages` to be nullablelain
2020-07-03Migrations: Add `accepts_chat_messages` to users.lain
2020-06-30Rename user.settings columnMark Felder
2020-06-26Rename notification "privacy_option" settingMark Felder
2020-06-26Simplify notification filtering settings furtherMark Felder
2020-06-25Merge branch 'develop' into refactor/notification_settingsMark Felder
2020-06-24Merge branch 'feature/admin-api-status-count-per-instance' into 'develop'lain
2020-06-23Merge developRoman Chvanikov
2020-06-23moving to mrf namespace migration fixAlexander Strizhakov
2020-06-23Merge branch 'feature/1631-redesign-mrf-configuration' into 'develop'Haelwenn
2020-06-17Merge branch 'features/users-raw_bio' into 'develop'rinpatch
2020-06-16moving mrf settings from instance to separate groupAlexander Strizhakov
2020-06-14Mastodon API: ensure the notification endpoint doesn't return less than the r...eugenijm
2020-06-09MigrationHelper: Move notification backfilling to own module.lain
2020-06-08merge developRoman Chvanikov
2020-06-07Chats: Change id to flake id.lain
2020-06-06User: Add raw_bio, storing unformatted bioHaelwenn (lanodan) Monnier
2020-06-06Migrations: Move Notification migration code to helperlain
2020-06-06Notification: Change type of `type` to an enum.lain
2020-06-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-06-04ChatMessageReferences: Change seen -> unreadlain
2020-06-03Migrations: Add chat_id, seen index to ChatMessageReferenceslain
2020-06-03Migrations: Fix migration module namelain
2020-06-03Chats: Remove `unread` from the db, calculate from unseen messages.lain
2020-06-03Migration: Remove superfluous importslain
2020-06-03Migrations: Add unique index to ChatMessageReferences.lain
2020-06-03ChatMessageReference: Introduce and switch in chat controller.lain
2020-06-02Migrations: Add a migration to backfill notification types.lain
2020-06-02Notifications: Make notifications save their type.lain
2020-06-01exclude replies on blocked domainsAlexander Strizhakov
2020-05-29Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-28Migrate old notification settings to new variantsMark Felder
2020-05-27Merge branch 'notification-fixes' into 'develop'rinpatch
2020-05-27Migrations: Make user_id index on notifications better for query.lain
2020-05-26Migrations: Add index on client_id and client_secret for apps.lain
2020-05-18Use indexed split_part/3 to get a hostname rather than ts_ functionsRoman Chvanikov
2020-05-13Merge developRoman Chvanikov
2020-05-12Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-11Migration: Fix typolain
2020-05-11Migration: Enum.chunk is deprecated.lain
2020-05-11Markers migration: Fix migration for very large list of markerslain
2020-05-10Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-09insert skeletons migration: fix for non-local localsrinpatch
2020-05-09Merge branch 'develop' into feature/admin-api-status-count-per-instanceRoman Chvanikov
2020-05-09Update stats admin endpointRoman Chvanikov
2020-05-08Add migration for counter_cache table updateRoman Chvanikov
2020-05-08Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-08Merge branch 'develop' into issue/1276-2Maksim Pechnikov