Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-01 | Merge branch '534_federation_targets_reachability' into 'develop' | href | |
[#534] Unreachable federation targets retirement Closes #534 See merge request pleroma/pleroma!703 | |||
2019-01-31 | Revert "Merge branch 'spc-fix-3' into 'develop'" | lambda | |
This reverts merge request !682 | |||
2019-01-31 | Merge branch 'spc-fix-3' into 'develop' | kaniini | |
Spc fix 3 See merge request pleroma/pleroma!682 | |||
2019-01-28 | Split hide_network into hide_followers & hide_followings | Maxim Filippov | |
2019-01-28 | [#534] Merged `upstream/develop`. | Ivan Tashkinov | |
2019-01-28 | [#534] Refactoring / tweaks per MR review. | Ivan Tashkinov | |
2019-01-28 | [MastoAPI][GlitchAPI] Add bookmarks | Haelwenn (lanodan) Monnier | |
2019-01-27 | add activities likes index, fixes favorites API call | William Pitcock | |
2019-01-26 | Change webpush endpoint to unlimited varchar | href | |
Fixes #552 | |||
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 | [#534] Initial implementation of unreachable federation targets retirement. | Ivan Tashkinov | |
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 | Add migration to fix spc users. | lain | |
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. |