Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-10 | Style fixes | Ekaterina Vaartis | |
2022-10-10 | Move the search.ex file so credo doesn't complain | Ekaterina Vaartis | |
2022-10-10 | Support reindexing meilisearch >=0.24.0 | Ekaterina Vaartis | |
It has has a different error code key | |||
2022-10-10 | Add a reindex option | Ekaterina Vaartis | |
Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch> | |||
2022-10-10 | Only add local posts to index in activity_pub | Ekaterina Vaartis | |
Remote ones are already added in another place | |||
2022-10-10 | Set content-type to application/json | Ekaterina Vaartis | |
2022-10-10 | Modify some meilisearch variables | Ekaterina Vaartis | |
2022-10-10 | Use proper deleted object for removing from index | Ekaterina Vaartis | |
2022-10-10 | Don't try removing from index again in common_api | Ekaterina Vaartis | |
It's already removed in the side effects of the pipeline | |||
2022-10-10 | Move add_to_index / remove_from_index to Pleroma.Actitivy.Search | Ekaterina Vaartis | |
2022-10-10 | Reorder ranking rules for (maybe) better results | Ekaterina Vaartis | |
2022-10-10 | Fix activity being passed to objec_to_search_data | Ekaterina Vaartis | |
2022-10-10 | Add the meilisearch.stats command | Ekaterina Vaartis | |
2022-10-10 | Add a message with a count of posts to index | Ekaterina Vaartis | |
2022-10-10 | Implement meilisearch auth | Ekaterina Vaartis | |
2022-10-10 | Make indexing logs rewrite themselves | Ekaterina Vaartis | |
2022-10-10 | Rework task indexing to share code with the main module | Ekaterina Vaartis | |
The code in the main module now scrubs new posts too | |||
2022-10-10 | Adjust content indexing to skip more unneeded stuff | Ekaterina Vaartis | |
2022-10-10 | Mark only content as searchable for meilisearch | Ekaterina Vaartis | |
2022-10-10 | Also index incoming federated posts | Ekaterina Vaartis | |
2022-10-10 | Make the chunk size smaller | Ekaterina Vaartis | |
2022-10-10 | Use content instead of source and scrub it | Ekaterina Vaartis | |
2022-10-10 | Tweak search ordering to hopefully return newer results | Ekaterina Vaartis | |
2022-10-10 | Make meilisearch sort on publish date converted to unix time | Ekaterina Vaartis | |
2022-10-10 | Make the indexing batch differently and more, show number indexed | Ekaterina Vaartis | |
2022-10-10 | Ensure only indexing public posts and implement clearing and delete | Ekaterina Vaartis | |
2022-10-10 | Add logging to milisiearch index and make it use desc(id) | Ekaterina Vaartis | |
2022-10-10 | Initial meilisearch implementation, doesn't delete posts yet | Ekaterina Vaartis | |
2022-10-08 | Merge branch 'release/2.4.4' into mergeback/2.4.4 | Tusooa Zhu | |
2022-10-01 | Push.Impl: support edits | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-09-30 | Fix deprecation warning for Gun timeout | Mark Felder | |
2022-09-27 | Merge branch 'fix/exclude-deactivated-in-search' into 'develop' | Haelwenn | |
User: search: exclude inactive users from user search See merge request pleroma/pleroma!3755 | |||
2022-09-27 | Merge branch 'bugfix/elixir-1.14' into 'develop' | Haelwenn | |
Bugfix: Elixir 1.14 See merge request pleroma/pleroma!3740 | |||
2022-09-24 | Add extra routes to :users_manage_credentials privilege | Ilja | |
2022-09-16 | Merge branch 'remove_from_followers' into 'develop' | tusooa | |
MastoAPI: POST /api/v1/accounts/:id/remove_from_followers See merge request pleroma/pleroma!3647 | |||
2022-09-16 | User: search: exclude deactivated users from user search | a1batross | |
This way we don't pollute search results with deactivated and deleted users | |||
2022-09-14 | Fix wrong relationship direction | Tusooa Zhu | |
2022-09-11 | ObjectView: do not fetch an object for its ID | Hélène | |
Non-Create/Listen activities had their associated object field normalized and fetched, but only to use their `id` field, which is both slow and redundant. This also failed on Undo activities, which delete the associated object/activity in database. Undo activities will now render properly and database loads should improve ever so slightly. | |||
2022-09-08 | Fix User.get_or_fetch/1 with usernames starting with http | Tusooa Zhu | |
2022-09-05 | Merge branch 'from/upstream-develop/tusooa/2892-backup-scope' into 'develop' | Haelwenn | |
Make backups require its own scope Closes #2892 See merge request pleroma/pleroma!3721 | |||
2022-09-05 | Merge branch 'fix/user-private-key-generation' into 'develop' | Haelwenn | |
User: generate private keys on user creation See merge request pleroma/pleroma!3737 | |||
2022-09-05 | Merge branch 'bump/min-elixir-1.10' into 'develop' | tusooa | |
Bump minimum Elixir version to 1.10 See merge request pleroma/pleroma!3741 | |||
2022-09-05 | Merge branch 'develop' into 'from/upstream-develop/tusooa/2892-backup-scope' | tusooa | |
# Conflicts: # CHANGELOG.md | |||
2022-09-05 | User: generate private keys on user creation | Hélène | |
This fixes a race condition bug where keys could be regenerated post-federation, causing activities and HTTP signatures from an user to be dropped due to key differences. | |||
2022-09-05 | Merge branch 'fix/gts-federation' into 'develop' | tusooa | |
GoToSocial federation fixes See merge request pleroma/pleroma!3725 | |||
2022-09-04 | Merge branch 'fix/federation-context-issues' into 'develop' | tusooa | |
Fix reply context fixing (Pleroma replies to Misskey threads) and removal of context objects See merge request pleroma/pleroma!3717 | |||
2022-09-03 | Merge branch 'from/upstream-develop/tusooa/streaming-fix' into 'develop' | Haelwenn | |
Streaming fix Closes #2796 See merge request pleroma/pleroma!3738 | |||
2022-09-03 | Metadata/Utils: use summary as description if set | Hélène | |
When generating OpenGraph and TwitterCard metadata for a post, the summary field will be used first if it is set to generate the post description. | |||
2022-09-03 | Merge branch 'ssh-bbs-improvements' into 'develop' | Haelwenn | |
BBS: add functionnalities and readability See merge request pleroma/pleroma!3675 | |||
2022-09-03 | Merge branch 'from/upstream-develop/tusooa/assoc-object-id' into 'develop' | Haelwenn | |
Add function to calculate associated object id Closes #2307 See merge request pleroma/pleroma!3692 |