aboutsummaryrefslogtreecommitdiff
path: root/priv/repo/migrations
AgeCommit message (Collapse)Author
2018-08-29migrations: add migration to fill in recipients_to/recipients_cc fieldsWilliam Pitcock
2018-08-29activity: add recipients_to and recipients_cc fieldsWilliam Pitcock
2018-08-27[MastodonAPI] Add filtersHaelwenn (lanodan) Monnier
2018-08-12Merge branch 'feature/invites' into 'develop'lambda
Invites Closes #108 See merge request pleroma/pleroma!208
2018-06-18activitypub: support filtering activities by whether or not they are a reply ↵William Pitcock
(closes #109)
2018-06-12Initial invites support + tests.Henry Jameson
2018-06-12Merge branch 'feature/list-streaming' into 'develop'lambda
MastoAPI: Add streaming for lists. See merge request pleroma/pleroma!183
2018-06-06Extract host from ap_id, add indexeal
2018-05-30MastoAPI: Add streaming for lists.eal
2018-05-24Merge branch 'feature/lists' into 'develop'lambda
Mastodon List API See merge request pleroma/pleroma!138
2018-05-24MastoAPI: add lists.eal
2018-05-16Fix User search.lain
Now uses a trigram based search. This is a lot faster and gives better results. Closes #185.
2018-05-13Modify sort index for activities.lain
This prevents a problem that made the local timeline very slow when there were few posts.
2018-03-27Fix migration.lain
2018-03-27Drop index for 'local', it confuses the query planner.lain
2018-03-26Speed up follower query.lain
2018-03-26Add index for user follower address.lain
2018-02-21Make User.following a postgres array.lain
2017-12-12Add recipients field to activities.Lain Iwakura
Also do some very basic checks for AP message insertion.
2017-11-30Add count index for local users.Lain Iwakura
2017-11-09add sort index for activitiesRoger Braun
2017-11-09Fix migration for empty db.Roger Braun
2017-11-09Update activities in own migration.Roger Braun
2017-11-09Update in chunks.Roger Braun
2017-11-09Add actor column to activities.Roger Braun
2017-10-24Use more efficient user note count update query.Roger Braun
2017-10-24Drop superflous index.Roger Braun
2017-10-23Speed up deletion and related queries.Roger Braun
2017-10-19Add password reset.Roger Braun
2017-09-17Add tag index.Roger Braun
This still isn't optimal, but at least it isn't super slow.
2017-09-17Fixup old migrations.Roger Braun
2017-09-16Add fts search index.Roger Braun
2017-09-12Optimize conversation fetching.Roger Braun
2017-09-11Add basic mastodon notification support.Roger Braun
2017-09-06Add very basic oauth and mastodon api support.Roger Braun
2017-07-19Add follower_address to users, add on generation.Roger Braun
2017-07-01Make user timelines faster for users with few statuses.Roger Braun
2017-06-20Add correct index.Roger Braun
2017-06-20Use more efficient queries.Roger Braun
2017-06-20Drop the general index on activities.Roger Braun
Indices should be more specific as the general index can lead to slower queries because postgres can't estimate the specificity of jsonb indexes very well.
2017-05-29Make longer bios possible.Roger Braun
2017-05-22Make email and nickname case insensitive.Roger Braun
2017-05-07Index users by ap_id.Roger Braun
2017-05-02Fix specs, add local marker to actitivies.Roger Braun
2017-05-01Actually make index unique.Roger Braun
2017-05-01Ensure we have no duplicate ap ids.Roger Braun
2017-04-27Add user and hub to websub client subscriptions.Roger Braun
2017-04-26Refactor, add beginnings of websub client subscriptions.Roger Braun
2017-04-24Add basic fields to support remote users.Roger Braun
2017-04-20Better activities in ostatus.Roger Braun