summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/mastodon_api/controllers/search_controller.ex
AgeCommit message (Expand)Author
2024-01-31Pleroma.Web.MastodonAPI.SearchController: fix dialyzer errorsMark Felder
2024-01-30Pleroma.Web.MastodonAPI.SearchController: fix dialyzer errors with replace_pa...Mark Felder
2022-10-10Rename Activity.Search to Search.DatabaseSearchEkaterina Vaartis
2022-10-10Rename search.ex to database_search.ex and add search/2Ekaterina Vaartis
2022-10-10Initial meilisearch implementation, doesn't delete posts yetEkaterina Vaartis
2022-02-25Copyright bump for 2022Sean King
2021-12-12Search: limit number of resultsfix-search-dosAlex Gleason
2021-05-31Deprecate Pleroma.Web.base_url/0Alex Gleason
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2020-10-13alias alphabetically orderAlexander Strizhakov
2020-10-13OAuthScopesPlug module nameAlexander Strizhakov
2020-10-13RateLimiter module nameAlexander Strizhakov
2020-07-22[#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish :re...Ivan Tashkinov
2020-07-03SearchController: Trim query.lain
2020-06-19[#1873] Fixes missing :offset pagination param support. Added pagination supp...Ivan Tashkinov
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 t...Ivan Tashkinov
2020-05-29[#1794] Improvements to hashtags extraction from search query.Ivan Tashkinov
2020-05-13[#2456] OpenAPI-related tweaks. Removed support for `with_relationships` para...Ivan Tashkinov
2020-05-13[#2456] Changed `embed_relationships` param to `with_relationships`.Ivan Tashkinov
2020-05-12[#2456] Added support for `embed_relationships` param, nailed down endpoints ...Ivan Tashkinov
2020-05-10[#2456] Removed support for embedded relationships in account view.Ivan Tashkinov
2020-05-09[#2456] Dropped support for embedded `pleroma/account/relationship` in status...Ivan Tashkinov
2020-05-08Merge remote-tracking branch 'remotes/origin/develop' into restricted-relatio...Ivan Tashkinov
2020-05-07Add OpenAPI spec for SearchControllerEgor Kislitsyn
2020-05-01Restricted embedding of relationships where applicable (statuses / notificati...Ivan Tashkinov
2020-04-22Fixed OAuth restrictions for :api routes. Made auth info dropped for :api rou...Ivan Tashkinov
2020-04-21Automatic checks of authentication / instance publicity. Definition of missin...Ivan Tashkinov
2020-04-01Ability to control the output of account/pleroma/relationship in statuses in ...Ivan Tashkinov
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
2020-01-21exclude blocked user posts from search resultsMaksim Pechnikov
2019-11-11New rate limiterSteven Fuchs
2019-10-06[#1234] Merge remote-tracking branch 'remotes/upstream/develop' into 1234-mas...Ivan Tashkinov
2019-10-02[#1234] Merge remote-tracking branch 'remotes/upstream/develop' into 1234-mas...Ivan Tashkinov
2019-09-30Fix mergeEgor Kislitsyn
2019-09-23Clean up viewsSteven Fuchs
2019-09-15[#1234] Permissions-related fixes / new functionality (Masto 2.4.3 scopes).Ivan Tashkinov
2019-08-26Move mastodon_api/*_controller.ex to mastodon_api/controllers/Egor Kislitsyn