feature/elasticsearch #1

Merged
floatingghost merged 41 commits from feature/elasticsearch into develop 2021-12-12 17:37:28 +00:00

41 Commits

Author SHA1 Message Date
FloatingGhost ea7317e8eb format 2022-01-29 16:00:03 +00:00
FloatingGhost 0fd45bbf82 don't error out 2022-01-29 16:00:03 +00:00
FloatingGhost 83efd56a16 delete activities 2022-01-29 16:00:03 +00:00
FloatingGhost 84d791e59e format 2022-01-29 16:00:03 +00:00
FloatingGhost 4440ea0981 add timestamp 2022-01-29 16:00:03 +00:00
FloatingGhost 655bd7e67b add timestamp 2022-01-29 16:00:03 +00:00
FloatingGhost 5a870d2c6d maybe 2022-01-29 16:00:03 +00:00
FloatingGhost 85e067ec9d fix remote hashtags 2022-01-29 16:00:03 +00:00
sadposter e1799f9456 don't try indexing non-people 2022-01-29 16:00:03 +00:00
FloatingGhost 4e923b331f re-add fetching by url 2022-01-29 16:00:03 +00:00
sadposter 736060da6b fix empty queries returning 50 results 2022-01-29 16:00:03 +00:00
sadposter 9e263ed65c extra cool 2022-01-29 16:00:03 +00:00
FloatingGhost fc96e359a4 add timeouts 2022-01-29 16:00:03 +00:00
FloatingGhost 936c9243b6 merge 2022-01-29 16:00:03 +00:00
sadposter dc0df5dbcd fix inbound federation 2022-01-29 16:00:03 +00:00
FloatingGhost 40f54b9d8f Search through users and hashtags as well 2022-01-29 16:00:03 +00:00
FloatingGhost cf96f5e594 add hashtag indexing 2022-01-29 16:00:03 +00:00
FloatingGhost 187c5417e6 add user import 2022-01-29 16:00:03 +00:00
FloatingGhost ab9d7f14eb add mappings 2022-01-29 16:00:03 +00:00
sadposter ee82cb7ae9 fix buggos 2022-01-29 16:00:03 +00:00
FloatingGhost fe313522b2 fully reference es 2022-01-29 16:00:03 +00:00
FloatingGhost 64c13832c3 fix multi-after-transaction 2022-01-29 16:00:03 +00:00
FloatingGhost c4d2717beb pipeline it 2022-01-29 16:00:03 +00:00
sadposter 63b1b722f9 fix bug in inbound 2022-01-29 16:00:03 +00:00
sadposter f9b587bebf enforce visibility 2022-01-29 16:00:03 +00:00
FloatingGhost c2909aa2a4 Remove IO inspect 2022-01-29 16:00:03 +00:00
FloatingGhost 163c9299f3 make search provider configurable 2022-01-29 16:00:03 +00:00
FloatingGhost 8842a9a9ed add extra filters 2022-01-29 16:00:03 +00:00
FloatingGhost 922b911880 integrate search endpoint with ES 2022-01-29 16:00:03 +00:00
FloatingGhost 79877729b9 Add import functionality 2022-01-29 16:00:03 +00:00
floatingghost 4d30ffed3e Merge pull request 'Elixir 1.13 fixes' (#8) from bugfix/elixir-1.13 into develop
Reviewed-on: https://codeberg.org/newroma-dev/newroma/pulls/8
Reviewed-by: floatingghost <floatingghost@noreply.codeberg.org>
2022-01-29 14:11:41 +01:00
Haelwenn (lanodan) Monnier a4b8a1150e Fix tests matching on "warn"
Moving it to "warning" would break tests on 1.12.x
2022-01-25 14:48:39 +01:00
rinpatch 0a1527c008 Escape unicode RTL overrides in rich media parser tests
Elixir 1.13 does not allow them in raw form anymore, resulting in errors
like this when running the test:

== Compilation error in file test/pleroma/web/rich_media/parser_test.exs ==
** (SyntaxError) test/pleroma/web/rich_media/parser_test.exs:136:45: invalid bidirectional formatting character in string: \u202C. If you want to use such character, use it in its escaped \u202C form instead
2022-01-25 14:48:39 +01:00
lanodan 9fdf0720cf Merge pull request 'Cherry-Picked Merges from Alex Gleason' (#5) from features/cherry-pick-merges into develop
Reviewed-on: https://codeberg.org/newroma-dev/newroma/pulls/5
Reviewed-by: floatingghost <floatingghost@noreply.codeberg.org>
2022-01-24 19:15:31 +01:00
Alex Gleason 6d81493861 Merge branch 'account-notes' into 'develop'
MastoAPI: Add user notes on accounts

See merge request pleroma/pleroma!3540
2021-12-26 12:29:42 +01:00
Alex Gleason 6d35b57802 Merge branch 'account-subscriptions' into 'develop'
MastoAPI: accept notify param in follow request

See merge request pleroma/pleroma!3555
2021-12-26 12:27:23 +01:00
Alex Gleason 042c37bcee Merge branch 'from/develop/tusooa/2802-propagate-reject' into 'develop'
Handle Reject for already-accepted Follows properly

Closes #2766 and #2802

See merge request pleroma/pleroma!3568
2021-12-26 12:24:38 +01:00
Alex Gleason 3c16f80ffc Merge branch 'add-nodeinfo-doc' into 'develop'
Add initial Nodeinfo document

See merge request pleroma/pleroma!3546
2021-12-26 12:21:13 +01:00
Alex Gleason e2832da2ce Merge branch 'mkljczk-develop-patch-64464' into 'develop'
Add "exposable_reactions" to features, if showing reactions

See merge request pleroma/pleroma!3523
2021-12-26 12:19:23 +01:00
Alex Gleason bee3d6d0cb Merge branch 'replies-count' into 'develop'
Fix replies count for remote replies

See merge request pleroma/pleroma!3541
2021-12-26 12:18:06 +01:00
Alex Gleason 16d3533d1e Merge branch 'link-headers-chats' into 'develop'
Add link headers in ChatController.index2

See merge request pleroma/pleroma!3562
2021-12-26 12:16:33 +01:00