Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-25 | Merge branch 'classic-flakeids' into 'develop' | kaniini | |
Flake Ids for Users and Activities Closes #450 See merge request pleroma/pleroma!645 | |||
2019-01-24 | Fix clippy with one/five lines | href | |
2019-01-24 | Fix postgres activity_visibility when running in autovacuum | href | |
2019-01-23 | Fix info ids. | lain | |
The previous migration actually created values for the key "id", including the quotes. This one should fill out all missing ids. Closes #511 | |||
2019-01-23 | FlakeId: chain alter statements | href | |
2019-01-23 | Flake: migrate pinned_activities in jsonb | href | |
2019-01-23 | Clippy! | href | |
2019-01-23 | Lock activities/users table during flake migration. | href | |
2019-01-23 | Flake Ids for Users and Activities | href | |
2019-01-22 | slightly changes definition so that autovacuum works paralell safe too | Michael Loftis | |
2019-01-20 | Make use of the indices. | lain | |
Indices in postgresql rely on operators, so they won't be used if you use only functions. | |||
2019-01-18 | [#477] User trigram index adjustment. | Ivan Tashkinov | |
2019-01-15 | [#477] Added FTS index for `users`. Fixed failing test. | Ivan Tashkinov | |
2019-01-09 | Build the index concurrently. | lain | |
2019-01-09 | Add activity visibility index. | lain | |
2018-12-07 | Merge branch '394_user_tags' into 'develop' | lambda | |
[#394] User tags Closes #394 See merge request pleroma/pleroma!508 | |||
2018-12-06 | [#394] Added `users.tags` and admin routes to tag and untag users. Added tests. | Ivan Tashkinov | |
2018-12-06 | Merge branch 'develop' into feature/compat/push-subscriptions | Egor Kislitsyn | |
# Conflicts: # lib/pleroma/application.ex # lib/pleroma/plugs/oauth_plug.ex | |||
2018-12-01 | Genereate uuids for existing info fields. | lain | |
2018-09-22 | Mastodon API: Support push subscription CRUD | Martin Kühl | |
2018-09-20 | user: implement dynamic refresh of profiles (gets rid of need for ↵ | William Pitcock | |
fix_ap_users task) | |||
2018-09-03 | Merge branch 'develop' into 'feature/staff-discovery-api' | kaniini | |
# Conflicts: # lib/pleroma/web/nodeinfo/nodeinfo_controller.ex | |||
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 | |