aboutsummaryrefslogtreecommitdiff
path: root/priv/repo
AgeCommit message (Collapse)Author
2020-11-19Merge branch 'oban-jobs-to-simple-tasks' into 'develop'feld
Moving some background jobs into simple tasks Closes #1790 See merge request pleroma/pleroma!3129
2020-11-13Merge branch 'fixes_2034_reports_should_send_a_notification_to_admins' into ↵lain
'develop' fixes 2034 Make notifs view work for reports Closes #2034 See merge request pleroma/pleroma!2912
2020-11-13Make notifs view work for reportsIlja
* These are the first small steps for issue 2034 "Reports should send a notification to admins". * I added a new type of notification "pleroma:report" to the the database manually (a migration will need to be written later) * I added the new type to the notification_controller * I made the view return the notification. It doesn't include the report itself (yet)
2020-11-13remove PurgeExpiredActivity from Oban db configAlexander Strizhakov
2020-11-11Moving some background jobs into simple tasksAlexander Strizhakov
- fetching activity data - attachment prefetching - using limiter to prevent overload
2020-10-30Merge remote-tracking branch 'origin/develop' into feature/account-exportEgor Kislitsyn
2020-10-29Merge branch 'issue/2069' into 'develop'Haelwenn
[#2069] unread_conversation_count See merge request pleroma/pleroma!2939
2020-10-20Merge remote-tracking branch 'origin/develop' into feature/account-exportEgor Kislitsyn
2020-10-15Merge branch 'develop' into refactor/discoverable_user_fieldMark Felder
2020-10-14Merge branch 'develop' into feature/account-exportMark Felder
2020-10-13Merge branch 'develop' into refactor/locked_user_fieldMark Felder
2020-10-13Merge branch 'develop' into refactor/discoverable_user_fieldMark Felder
2020-10-13Change user.discoverable field to user.is_discoverableMark Felder
2020-10-13Change user.locked field to user.is_lockedMark Felder
2020-10-13migration and warning for RemoteIp plug renameAlexander Strizhakov
2020-10-07Add `backups` tableEgor Kislitsyn
2020-09-30Migrations: Nullify old unique index on users.urilain
2020-09-30User search: Once again, change uri handling.lain
They can indeed be non-unique.
2020-09-28Revert citext user URI migrationrinpatch
URI paths are not actually case-insesitive, which caused migration issues on a number of databases. Closes #2188
2020-09-25User search: Make uri matches case insensitive.lain
2020-09-16Merge branch 'issue/2089' into 'develop'lain
[#2089] fix notifications See merge request pleroma/pleroma!3000
2020-09-16Apply 1 suggestion(s) to 1 file(s)Maksim
2020-09-14Remove `:managed_config` option.rinpatch
In practice, it was already removed half a year ago, but the description and cheatsheet entries were still there. The migration intentionally does not use ConfigDB.get_by_params, since this will break migration code as soon as we add a new field is added to ConfigDB. Closes #2086
2020-09-14added notification constraintsMaksim Pechnikov
2020-09-13remove old workers in oban migrationsAlexander Strizhakov
2020-09-11migration to remove old cron jobsAlexander Strizhakov
2020-09-10remove validate_expires_at from enqueue methodAlexander Strizhakov
2020-09-10migration fixAlexander Strizhakov
2020-09-10use another stream function in migrationAlexander Strizhakov
2020-09-10drop activity_expirations tableAlexander Strizhakov
2020-09-10move old expirations into ObanAlexander Strizhakov
2020-09-10deprecation warningAlexander Strizhakov
changed namespace for activity expiration configuration
2020-09-10formattingAlexander Strizhakov
2020-09-10migration to move tokens expiration into ObanAlexander Strizhakov
2020-09-10migration and changelogAlexander Strizhakov
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-09-01remove `unread_conversation_count` from UserMaksim Pechnikov
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