aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2018-12-17Merge branch 'captcha' into 'develop'lambda
Captcha See merge request pleroma/pleroma!550
2018-12-17Merge branch 'fix-tags' into 'develop'lambda
Fix tagging problems for existing instances. See merge request pleroma/pleroma!562
2018-12-17Merge branch 'test-mix-tasks' into 'develop'lambda
Add tests for Mix tasks See merge request pleroma/pleroma!555
2018-12-17Merge branch 'phoenix14' into 'develop'lambda
Upgrade to Phoenix 1.4 Closes #451 See merge request pleroma/pleroma!560
2018-12-17Fix tagging problems for existing instances.lain
2018-12-17Alias Kocaptcha in the testEkaterina Vaartis
2018-12-17Integration tests for mastodon websockethref
2018-12-17Merge branch 'testfix/webfinger-jrd' into 'develop'lambda
WebFinger: Sends a 400 when resource param is missing, fix XRD typo in test See merge request pleroma/pleroma!554
2018-12-16Clean captchas up periodically, not schedule it after theyre createdEkaterina Vaartis
2018-12-16Fix captcha testsEkaterina Vaartis
2018-12-16Upgrade to Phoenix 1.4href
2018-12-16Add more Mix task tests in relay_test.exs and uploads_test.exs.link0ff
Rename test/tasks/user.exs to test/tasks/user_test.exs.
2018-12-16Merge branch 'fix/masto-put-settings' into 'develop'eal
Mastodon API: Fix PUT /api/web/settings See merge request pleroma/pleroma!557
2018-12-16Mastodon API: Fix PUT /api/web/settingseal
2018-12-16Rename captcha_test.ex to exsvaartis
2018-12-16Add tests for Mix taskslink0ff
2018-12-15Fix styleEkaterina Vaartis
2018-12-15Add a test for kocaptchaEkaterina Vaartis
2018-12-15Add a captcha mock for testsEkaterina Vaartis
2018-12-15WebFinger: Sends a 400 when resource param is missing, fix XRD typo in testHaelwenn (lanodan) Monnier
2018-12-15Web.WebFinger.WebFingerControllerTest: test against XML and JRD webfinger ↵Haelwenn (lanodan) Monnier
endpoints
2018-12-14Merge branch 'fix/issue_433' into 'develop'href
[#433] fix markdown formatting See merge request pleroma/pleroma!545
2018-12-14Merge branch '114_email_invites' into 'develop'href
[#114] Email invites See merge request pleroma/pleroma!541
2018-12-14fix case when tags is invalidMaksim Pechnikov
2018-12-14Merge branch 'develop' into oembed_providerraeno
2018-12-14Fix testsraeno
Notice test has been failing due to missing placeholder in index.html I've tried to use fixtures to substitute that file in test environment but it became too much hassle. Fixtures are not copied to _build directory so I'd need to change file fetching logic. IMO it doesn't worth it since pleroma-fe already has this placeholder merged and all future updated of index.html will include it.
2018-12-14fix tagsMaksim Pechnikov
2018-12-14fix markdown formattingMaksim Pechnikov
2018-12-14[#114] Improved tests.Ivan Tashkinov
2018-12-14[#114] Moved email_invite action to AdminAPIController, adjusted tests.Ivan Tashkinov
2018-12-14[#114] Added UserInviteToken creation, adjusted invitation email link to ↵Ivan Tashkinov
include it.
2018-12-14[#114] Naive implementation of email invitations.Ivan Tashkinov
2018-12-14Merge branch '114_user_registration_emails' into 'develop'href
[#114] User registration emails Closes #114 See merge request pleroma/pleroma!531
2018-12-14Merge branch 'fix/double-rt-or-fav' into 'develop'lambda
Prevent accidental double RTs or favorites See merge request pleroma/pleroma!542
2018-12-14TwitterAPI: Include favorited post in jsoneal
2018-12-14Prevent accidental double RTs or favoriteseal
2018-12-14Fix tests. Remove oembed templateraeno
2018-12-13Remove oembed for now, will submit it in another MR. Fix warningsraeno
2018-12-13WIP. Implement oembed route and handle both json/xml for "Note" type activityraeno
2018-12-13[#114] Removed `email_invite` implementation (to be addressed separately).Ivan Tashkinov
2018-12-13[#114] Initial implementation of user email invitations.Ivan Tashkinov
2018-12-12Allow underscores in usernames.href
Fixes #429.
2018-12-12[#114] Added tests for "POST /api/account/password_reset".Ivan Tashkinov
2018-12-12fix warningsMaksim Pechnikov
2018-12-10Merge branch 'fix_empty_bio_crash' into 'develop'lambda
Fixes #415. Do not crash during registration when hasn't filled bio field Closes #415 See merge request pleroma/pleroma!529
2018-12-10Merge branch 'support/bugfix_272' into 'develop'lambda
[#272] fix hashtags in api See merge request pleroma/pleroma!510
2018-12-10Treat warnings as errors outside of tests.lain
2018-12-10Fixes #415. Properly handle nil and empty string by User.parse_bioraeno
2018-12-09fix hashtags in api responseMaksim Pechnikov
2018-12-07Media proxy: fix url encodinghref