aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2019-06-22fix for int and modulesAlex S
2019-06-21Merge branch 'feature/mrf-anti-link-spam' into 'develop'kaniini
implement anti link spam MRF See merge request pleroma/pleroma!1307
2019-06-21Merge branch 'oauth_secure_redirect' into 'develop'kaniini
OAuth security improvements (`redirect_uri` listing enforcement) See merge request pleroma/pleroma!1302
2019-06-21Merge branch 'revert-6f5a0cc1' into 'develop'kaniini
Revert "Merge branch 'fix/ogp-title' into 'develop'" See merge request pleroma/pleroma!1317
2019-06-21Revert "Merge branch 'fix/ogp-title' into 'develop'"feld
This reverts merge request !1277
2019-06-21Fix rate limiter testsEgor Kislitsyn
2019-06-20Fixes for dynamic configurationAlexander Strizhakov
2019-06-19unbreak pollsWilliam Pitcock
2019-06-19implement anti link spam MRFWilliam Pitcock
2019-06-19aliases for mix tasksAlexander Strizhakov
ecto.migrate ecto.rollback
2019-06-19Merge branch 'fix/rich-media-hashtags-again' into 'develop'lain
Rich Media: Skip Microformats hashtags See merge request pleroma/pleroma!1304
2019-06-19Rich Media: Skip Microformats hashtagsrinpatch
When fixing this problem I incorrectly assumed a.hashtag is the proper way for detecting hashtags, but it is just something Pleroma and Mastodon add. Per microformats it should be detected by the presense of rel=tag. This MR adds a check for rel=tag, but I still left a.hashtag just in case
2019-06-18Added more `redirect_uri` checks to prevent redirect to not explicitly ↵Ivan Tashkinov
listed URI.
2019-06-18Mastodon API: Sanitize display namesrinpatch
Closes #1000
2019-06-17Merge branch 'removing-test-errors' into 'develop'rinpatch
Removing test errors See merge request pleroma/pleroma!1296
2019-06-16Merge branch 'fix/sanitize-report-content' into 'develop'Haelwenn
Sanitize HTML in ReportView Closes #990 See merge request pleroma/pleroma!1293
2019-06-16capturing errorsAlex S
2019-06-16salmon fixAlex S
removed some ownership sandbox error
2019-06-16[#570] add user:notification streamMaksim
2019-06-16Fix report content stopping to be nullablerinpatch
2019-06-16Credo fixesrinpatch
2019-06-16Add tests for report viewrinpatch
2019-06-15Merge branch '963_oob_oauth_redirect_fix' into 'develop'kaniini
[#963] No redirect on OOB OAuth authorize request with existing authorization See merge request pleroma/pleroma!1276
2019-06-15Mastodon API: Return the token needed for the chat.lain
2019-06-14Merge branch 'feature/add-background-image-to-mastoapi' into 'develop'rinpatch
AccountView: Add user background. See merge request pleroma/pleroma!1280
2019-06-14it is changed in compile timeAlexander Strizhakov
we can't change module attributes and endpoint settings in runtime
2019-06-14Merge branch 'fix/hashtag-rich-media' into 'develop'lain
Fix hashtags being picked up by rich media parser Closes #989 See merge request pleroma/pleroma!1288
2019-06-14[#948] /api/v1/account_search added optional parameters (limit, offset, ↵Maksim
following)
2019-06-14Fix hashtags being picked up by rich media parserrinpatch
Closes #989
2019-06-14MastodonAPI: Add a way to update the background image.lain
2019-06-13AccountView: Add user background.lain
2019-06-13Merge branch 'fix/ogp-title' into 'develop'lain
Rich Media Parser: Attempt to use <title> from HTML as a fallback Closes #979 See merge request pleroma/pleroma!1277
2019-06-13Handle HTTP 404 responseEgor Kislitsyn
2019-06-13Handle HTTP "410 Gone" responseEgor Kislitsyn
2019-06-13Improve <title> fallback; Add a testEgor Kislitsyn
2019-06-12[#963] No redirect on OOB OAuth authorize request with existing ↵Ivan Tashkinov
authorization. OAuth-related refactoring.
2019-06-11Add option to restrict all users to local contentEgor Kislitsyn
2019-06-11Merge branch 'feature/rate-limiter' into 'develop'lain
Feature/Rate Limiter Closes #943 See merge request pleroma/pleroma!1266
2019-06-11Replace `MastodonAPIController.account_register/2` rate limiterEgor Kislitsyn
2019-06-11Add RateLimiterEgor Kislitsyn
2019-06-11Merge branch 'preload-changes' into 'develop'kaniini
Conversations: Fetch users in one query. See merge request pleroma/pleroma!1258
2019-06-10Add more tests for using media_proxy and whitelistsSergey Suprunenko
2019-06-07replace missing mock with a 404rinpatch
2019-06-07Transmogrifier: Do not crash if inReplyTo does not exist and can't be fetchedrinpatch
2019-06-07Conversations: Fetch users in one query.lain
2019-06-06User Search: Boost friends more strongly.lain
2019-06-06MastodonAPI: Add test for user search.lain
2019-06-06[#943] Make the unauthenticated users limitation optionalEgor
2019-06-05Merge branch 'bugfix/377-stuck-follow-request' into 'develop'kaniini
Bugfix/377 stuck follow request Closes #377 See merge request pleroma/pleroma!1250
2019-06-05Merge branch 'improve-search' into 'develop'kaniini
[#943] Contain search for unauthenticated users See merge request pleroma/pleroma!1220