aboutsummaryrefslogtreecommitdiff
path: root/priv/repo
AgeCommit message (Collapse)Author
2020-09-07migrations for renaming gun timeout optionsAlexander Strizhakov
2020-09-07removing Stats worker from Oban cron jobsAlexander Strizhakov
2020-09-01User table: ensure bio is always a stringrinpatch
Gets rid of '|| ""' in multiple places and fixes #2067
2020-08-31Chats: Add cascading delete on both referenced users.lain
Also remove the now-superfluous join in the chat controller, which was only used to filter out these cases.
2020-08-17Migrations: Add an index on the `invisible` field on users.lain
2020-08-13Merge branch 'fix/activity-expirations-again' into 'develop'feld
Fix activity expirations again See merge request pleroma/pleroma!2866
2020-08-13Migrations: Fix Logger requirements.lain
2020-08-12Add warning to the migrationMark Felder
2020-08-12leave expirations with Create and Note typesAlexander Strizhakov
2020-08-11Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
fix/activity-expirations-again
2020-08-11Ensure ap_id column in users table cannot be nullMark Felder
2020-08-11Set `users.approval_pending` default to `false`Egor Kislitsyn
2020-08-10Merge branch 'develop' into fix/activity-expirations-againMark Felder
2020-08-1020200802170532_fix_legacy_tags: chunk the user queryrinpatch
2020-08-1020200802170532_fix_legacy_tags: Select only fields the migration needsrinpatch
Selecting the full struct will break as soon as a new field is added.
2020-08-08Don't filter on localMark Felder
2020-08-08Add migration to remove invalid activity expirationsMark Felder
2020-08-05Merge branch 'migrate-legacy-tags' into 'develop'lain
Migrate legacy tags set by AdminFE to match TagPolicy, #2010 See merge request pleroma/pleroma!2836
2020-08-05Merge branch 'unique-app-id' into 'develop'lain
Add unique index for apps.client_id, fixes #2022 Closes #2022 See merge request pleroma/pleroma!2844
2020-08-04Add a migration to clean up activity_expirations tableMark Felder
2020-08-04Unique apps.client_id for new installations, fixes #2022Alex Gleason
2020-08-02Migrate legacy tags set by AdminFE to match TagPolicy, #2010Alex Gleason
2020-07-27Add configurable registration_reason limitAlex Gleason
2020-07-27Merge remote-tracking branch 'upstream/develop' into by-approvalAlex Gleason
2020-07-26Merge remote-tracking branch 'upstream/develop' into by-approvalAlex Gleason
2020-07-25added migrate old settings to newMaksim Pechnikov
2020-07-22Migration to fix malformed Pleroma.Formatter configAlex Gleason
2020-07-22Add AutolinkerToLinkify migration testAlex Gleason
2020-07-22Fix linkify ConfigDB migrationAlex Gleason
2020-07-21Revert "Merge branch 'revert-2b5d9eb1' into 'develop'"lain
This reverts merge request !2784
2020-07-21Revert "Merge branch 'linkify' into 'develop'"lain
This reverts merge request !2677
2020-07-16Migrate :auto_linker --> Pleroma.Formatter in ConfigDBAlex Gleason
2020-07-15Squash User approval migrationsAlex Gleason
2020-07-15Merge branch 'develop' into refactor/notification_settingsMark Felder
2020-07-14Merge remote-tracking branch 'upstream/develop' into by-approvalAlex Gleason
2020-07-14Migrate in-db config after updating to Oban 2.0rinpatch
2020-07-14Accept `reason` in POST /api/v1/accounts and store in DBAlex Gleason
2020-07-13Merge branch 'develop' into refactor/notification_settingsMark Felder
2020-07-12Add `approval_pending` field to UserAlex Gleason
2020-07-10Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
chat-federation-information
2020-07-10Merge branch 'user-search-nickname-rank-boost' into 'develop'Haelwenn
Improved search results for localized nickname match See merge request pleroma/pleroma!2733
2020-07-08Removed unused trigram index on `users`. Fixed `users_fts_index` usage.Ivan Tashkinov
2020-07-08Use instances table instead of CachexHaelwenn (lanodan) Monnier
2020-07-06Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
chat-federation-information
2020-07-06migration to delete migrated tesla settingAlexander Strizhakov
2020-07-03User, Migration: Change `accepts_chat_messages` to be nullablelain
This is to model the ambiguous state of most users.
2020-07-03Migrations: Add `accepts_chat_messages` to users.lain
2020-06-30Rename user.settings columnMark Felder
This is used exclusively by MastoFE/GlitchFE now
2020-06-26Rename notification "privacy_option" settingMark Felder
2020-06-26Simplify notification filtering settings furtherMark Felder