Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-03 | Merge branch 'feature/mastodon_api_2.4.x' into 'develop' | kaniini | |
Add/Fix Mastodon endpoints for 2.4.3 compatibility See merge request pleroma/pleroma!266 | |||
2018-09-03 | migrations: add is_moderator index for users table | William Pitcock | |
2018-08-29 | migrations: add index creation migration and recipients_to/cc removal migration | William Pitcock | |
2018-08-29 | migrations: drop filler migration | William Pitcock | |
2018-08-29 | migrations: add migration to fill in recipients_to/recipients_cc fields | William Pitcock | |
2018-08-29 | activity: add recipients_to and recipients_cc fields | William Pitcock | |
2018-08-27 | [MastodonAPI] Add filters | Haelwenn (lanodan) Monnier | |
2018-08-12 | Merge branch 'feature/invites' into 'develop' | lambda | |
Invites Closes #108 See merge request pleroma/pleroma!208 | |||
2018-06-18 | activitypub: support filtering activities by whether or not they are a reply ↵ | William Pitcock | |
(closes #109) | |||
2018-06-12 | Initial invites support + tests. | Henry Jameson | |
2018-06-12 | Merge branch 'feature/list-streaming' into 'develop' | lambda | |
MastoAPI: Add streaming for lists. See merge request pleroma/pleroma!183 | |||
2018-06-06 | Extract host from ap_id, add index | eal | |
2018-05-30 | MastoAPI: Add streaming for lists. | eal | |
2018-05-24 | Merge branch 'feature/lists' into 'develop' | lambda | |
Mastodon List API See merge request pleroma/pleroma!138 | |||
2018-05-24 | MastoAPI: add lists. | eal | |
2018-05-16 | Fix User search. | lain | |
Now uses a trigram based search. This is a lot faster and gives better results. Closes #185. | |||
2018-05-13 | Modify sort index for activities. | lain | |
This prevents a problem that made the local timeline very slow when there were few posts. | |||
2018-03-27 | Fix migration. | lain | |
2018-03-27 | Drop index for 'local', it confuses the query planner. | lain | |
2018-03-26 | Speed up follower query. | lain | |
2018-03-26 | Add index for user follower address. | lain | |
2018-02-21 | Make User.following a postgres array. | lain | |
2017-12-12 | Add recipients field to activities. | Lain Iwakura | |
Also do some very basic checks for AP message insertion. | |||
2017-11-30 | Add count index for local users. | Lain Iwakura | |
2017-11-09 | add sort index for activities | Roger Braun | |
2017-11-09 | Fix migration for empty db. | Roger Braun | |
2017-11-09 | Update activities in own migration. | Roger Braun | |
2017-11-09 | Update in chunks. | Roger Braun | |
2017-11-09 | Add actor column to activities. | Roger Braun | |
2017-10-24 | Use more efficient user note count update query. | Roger Braun | |
2017-10-24 | Drop superflous index. | Roger Braun | |
2017-10-23 | Speed up deletion and related queries. | Roger Braun | |
2017-10-19 | Add password reset. | Roger Braun | |
2017-09-17 | Add tag index. | Roger Braun | |
This still isn't optimal, but at least it isn't super slow. | |||
2017-09-17 | Fixup old migrations. | Roger Braun | |
2017-09-16 | Add fts search index. | Roger Braun | |
2017-09-12 | Optimize conversation fetching. | Roger Braun | |
2017-09-11 | Add basic mastodon notification support. | Roger Braun | |
2017-09-06 | Add very basic oauth and mastodon api support. | Roger Braun | |
2017-07-19 | Add follower_address to users, add on generation. | Roger Braun | |
2017-07-01 | Make user timelines faster for users with few statuses. | Roger Braun | |
2017-06-20 | Add correct index. | Roger Braun | |
2017-06-20 | Use more efficient queries. | Roger Braun | |
2017-06-20 | Drop 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-29 | Make longer bios possible. | Roger Braun | |
2017-05-22 | Make email and nickname case insensitive. | Roger Braun | |
2017-05-07 | Index users by ap_id. | Roger Braun | |
2017-05-02 | Fix specs, add local marker to actitivies. | Roger Braun | |
2017-05-01 | Actually make index unique. | Roger Braun | |
2017-05-01 | Ensure we have no duplicate ap ids. | Roger Braun | |