summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-10-10Style fixesEkaterina Vaartis
2022-10-10Move the search.ex file so credo doesn't complainEkaterina Vaartis
2022-10-10Support reindexing meilisearch >=0.24.0Ekaterina Vaartis
It has has a different error code key
2022-10-10Add a reindex optionEkaterina Vaartis
Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch>
2022-10-10Only add local posts to index in activity_pubEkaterina Vaartis
Remote ones are already added in another place
2022-10-10Set content-type to application/jsonEkaterina Vaartis
2022-10-10Modify some meilisearch variablesEkaterina Vaartis
2022-10-10Use proper deleted object for removing from indexEkaterina Vaartis
2022-10-10Don't try removing from index again in common_apiEkaterina Vaartis
It's already removed in the side effects of the pipeline
2022-10-10Move add_to_index / remove_from_index to Pleroma.Actitivy.SearchEkaterina Vaartis
2022-10-10Reorder ranking rules for (maybe) better resultsEkaterina Vaartis
2022-10-10Fix activity being passed to objec_to_search_dataEkaterina Vaartis
2022-10-10Add the meilisearch.stats commandEkaterina Vaartis
2022-10-10Add a message with a count of posts to indexEkaterina Vaartis
2022-10-10Implement meilisearch authEkaterina Vaartis
2022-10-10Make indexing logs rewrite themselvesEkaterina Vaartis
2022-10-10Rework task indexing to share code with the main moduleEkaterina Vaartis
The code in the main module now scrubs new posts too
2022-10-10Adjust content indexing to skip more unneeded stuffEkaterina Vaartis
2022-10-10Mark only content as searchable for meilisearchEkaterina Vaartis
2022-10-10Also index incoming federated postsEkaterina Vaartis
2022-10-10Make the chunk size smallerEkaterina Vaartis
2022-10-10Use content instead of source and scrub itEkaterina Vaartis
2022-10-10Tweak search ordering to hopefully return newer resultsEkaterina Vaartis
2022-10-10Make meilisearch sort on publish date converted to unix timeEkaterina Vaartis
2022-10-10Make the indexing batch differently and more, show number indexedEkaterina Vaartis
2022-10-10Ensure only indexing public posts and implement clearing and deleteEkaterina Vaartis
2022-10-10Add logging to milisiearch index and make it use desc(id)Ekaterina Vaartis
2022-10-10Initial meilisearch implementation, doesn't delete posts yetEkaterina Vaartis
2022-10-08Merge branch 'release/2.4.4' into mergeback/2.4.4Tusooa Zhu
2022-10-01Push.Impl: support editsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-30Fix deprecation warning for Gun timeoutMark Felder
2022-09-27Merge 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-27Merge branch 'bugfix/elixir-1.14' into 'develop'Haelwenn
Bugfix: Elixir 1.14 See merge request pleroma/pleroma!3740
2022-09-24Add extra routes to :users_manage_credentials privilegeIlja
2022-09-16Merge branch 'remove_from_followers' into 'develop'tusooa
MastoAPI: POST /api/v1/accounts/:id/remove_from_followers See merge request pleroma/pleroma!3647
2022-09-16User: search: exclude deactivated users from user searcha1batross
This way we don't pollute search results with deactivated and deleted users
2022-09-14Fix wrong relationship directionTusooa Zhu
2022-09-11ObjectView: do not fetch an object for its IDHé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-08Fix User.get_or_fetch/1 with usernames starting with httpTusooa Zhu
2022-09-05Merge 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-05Merge branch 'fix/user-private-key-generation' into 'develop'Haelwenn
User: generate private keys on user creation See merge request pleroma/pleroma!3737
2022-09-05Merge branch 'bump/min-elixir-1.10' into 'develop'tusooa
Bump minimum Elixir version to 1.10 See merge request pleroma/pleroma!3741
2022-09-05Merge branch 'develop' into 'from/upstream-develop/tusooa/2892-backup-scope'tusooa
# Conflicts: # CHANGELOG.md
2022-09-05User: generate private keys on user creationHé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-05Merge branch 'fix/gts-federation' into 'develop'tusooa
GoToSocial federation fixes See merge request pleroma/pleroma!3725
2022-09-04Merge 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-03Merge branch 'from/upstream-develop/tusooa/streaming-fix' into 'develop'Haelwenn
Streaming fix Closes #2796 See merge request pleroma/pleroma!3738
2022-09-03Metadata/Utils: use summary as description if setHé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-03Merge branch 'ssh-bbs-improvements' into 'develop'Haelwenn
BBS: add functionnalities and readability See merge request pleroma/pleroma!3675
2022-09-03Merge 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