summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2018-12-20[#114] Added :user_id component to email confirmation path to improve the ↵Ivan Tashkinov
security. Added tests for `confirm_email` action.
2018-12-20[#413] fix parse mentionsMaksim
2018-12-19daaa8cd6 take twohref
2018-12-19Merge branch 'develop' into oembed_providerraeno
2018-12-19[#114] User.Info: renamed `confirmation_update` to `confirmation_changeset`.Ivan Tashkinov
2018-12-19[#114] User.Info: renamed `confirmation_update` to `confirmation_change`.Ivan Tashkinov
2018-12-19Merge branch 'userless-admin' into 'develop'kaniini
Add a way to use the admin api without a user. See merge request pleroma/pleroma!576
2018-12-18Add a way to use the admin api without a user.lain
2018-12-18Fix testsRin Toshaka
2018-12-18Add testrinpatch
2018-12-18[#114] Added email confirmation resend action. Added testsIvan Tashkinov
for registration, authentication, email confirmation, confirmation resending. Made admin methods create confirmed users.
2018-12-18[#114] Added `pleroma.confirmation_pending` to user views, adjusted view tests.Ivan Tashkinov
2018-12-18Merge branch 'develop' into oembed_providerraeno
2018-12-18SetUserSessionIdPlugTest: try to fix random ci failureshref
2018-12-17Instance/Static runtime plughref
This allows to set-up an arbitrary directory which overrides most of the static files: index.html static/ emoji/ packs/ sounds/ images/ instance/ favicon.png. If the files are not present in the directory, the bundled ones in priv/static will be used.
2018-12-17Merge branch 'fix-test' into 'develop'lambda
Fix uploads test. See merge request pleroma/pleroma!564
2018-12-17Fix uploads test.lain
2018-12-17fix text fieldMaksim Pechnikov
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