summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/controllers/search_controller_test.exs
AgeCommit message (Collapse)Author
2020-10-13tests consistencyAlexander Strizhakov
2020-09-08Remove OStatus in testsuiteHaelwenn (lanodan) Monnier
2020-07-03SearchController: Trim query.lain
2020-06-19[#1873] Fixes missing :offset pagination param support. Added pagination ↵Ivan Tashkinov
support for hashtags search.
2020-06-12[#1794] Fixes URI query handling for hashtags extraction in search.Ivan Tashkinov
2020-06-11[#1794] Fixes URI query handling for hashtags extraction in search.Ivan Tashkinov
2020-05-30[#1794] Fixed search query splitting regex to deal with Unicode. Adjusted a ↵Ivan Tashkinov
test.
2020-05-29[#1794] Improvements to hashtags extraction from search query.Ivan Tashkinov
2020-05-13Merge branch 'fix/1742-random-failing-tests' into 'develop'lain
Fix sporadically failing tests See merge request pleroma/pleroma!2524
2020-05-13don't use global mocks in setup callbacksAlexander Strizhakov
2020-05-13Add OpenAPI spec for StatusControllerEgor Kislitsyn
2020-05-07Add OpenAPI spec for SearchControllerEgor Kislitsyn
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
2020-01-21exclude blocked user posts from search resultsMaksim Pechnikov
2019-12-19[#2068] Introduced proper OAuth tokens usage to controller tests.Ivan Tashkinov
2019-12-09status search: prefer the status fetched by url over other resultsrinpatch
2019-10-18tests: mastodon search: search for an account that is visible via ↵Ariadne Conill
activitypub, not ostatus
2019-10-11SearchController: Fix test.lain
Turns out you can't actually find the user with this.
2019-10-09Search: Add tests for unicode searches.lain
2019-08-26Move test/web/mastodon_api/*_test.exs to test/web/mastodon_api/controllers ↵Egor Kislitsyn
and test/web/mastodon_api/views