Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-23 | tests: mastodon api: add test verifying that peertube videos are correctly ↵ | William Pitcock | |
rendered | |||
2018-12-23 | transmogrifier: significantly rework handling of peertube videos, add test | William Pitcock | |
2018-12-20 | Merge branch 'ci-test-fix' into 'develop' | lambda | |
SetUserSessionIdPlugTest: try again to fix random ci failures See merge request pleroma/pleroma!579 | |||
2018-12-20 | Merge branch '114_email_confirmation' into 'develop' | kaniini | |
[#114] Email confirmation See merge request pleroma/pleroma!546 | |||
2018-12-20 | [#114] Fixed test. | Ivan Tashkinov | |
2018-12-20 | [#114] Allowed unconfirmed users to authenticate if ↵ | Ivan Tashkinov | |
:account_activation_required is disabled prior to confirmation. Ensured that no confirmation emails are sent if :account_activation_required is not true. Adjusted tests. | |||
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 mentions | Maksim | |
2018-12-19 | daaa8cd6 take two | href | |
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-19 | Merge 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-18 | Add a way to use the admin api without a user. | lain | |
2018-12-18 | Fix tests | Rin Toshaka | |
2018-12-18 | Add test | rinpatch | |
2018-12-18 | [#114] Added email confirmation resend action. Added tests | Ivan 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-18 | SetUserSessionIdPlugTest: try to fix random ci failures | href | |
2018-12-17 | Instance/Static runtime plug | href | |
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-17 | Merge branch 'fix-test' into 'develop' | lambda | |
Fix uploads test. See merge request pleroma/pleroma!564 | |||
2018-12-17 | Fix uploads test. | lain | |
2018-12-17 | fix text field | Maksim Pechnikov | |
2018-12-17 | Merge branch 'captcha' into 'develop' | lambda | |
Captcha See merge request pleroma/pleroma!550 | |||
2018-12-17 | Merge branch 'fix-tags' into 'develop' | lambda | |
Fix tagging problems for existing instances. See merge request pleroma/pleroma!562 | |||
2018-12-17 | Merge branch 'test-mix-tasks' into 'develop' | lambda | |
Add tests for Mix tasks See merge request pleroma/pleroma!555 | |||
2018-12-17 | Merge branch 'phoenix14' into 'develop' | lambda | |
Upgrade to Phoenix 1.4 Closes #451 See merge request pleroma/pleroma!560 | |||
2018-12-17 | Fix tagging problems for existing instances. | lain | |
2018-12-17 | Alias Kocaptcha in the test | Ekaterina Vaartis | |
2018-12-17 | Integration tests for mastodon websocket | href | |
2018-12-17 | Merge 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-16 | Clean captchas up periodically, not schedule it after theyre created | Ekaterina Vaartis | |
2018-12-16 | Fix captcha tests | Ekaterina Vaartis | |
2018-12-16 | Upgrade to Phoenix 1.4 | href | |
2018-12-16 | Add 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-16 | Merge branch 'fix/masto-put-settings' into 'develop' | eal | |
Mastodon API: Fix PUT /api/web/settings See merge request pleroma/pleroma!557 | |||
2018-12-16 | Mastodon API: Fix PUT /api/web/settings | eal | |
2018-12-16 | Rename captcha_test.ex to exs | vaartis | |
2018-12-16 | Add tests for Mix tasks | link0ff | |
2018-12-15 | Fix style | Ekaterina Vaartis | |
2018-12-15 | Add a test for kocaptcha | Ekaterina Vaartis | |
2018-12-15 | Add a captcha mock for tests | Ekaterina Vaartis | |
2018-12-15 | WebFinger: Sends a 400 when resource param is missing, fix XRD typo in test | Haelwenn (lanodan) Monnier | |
2018-12-15 | Web.WebFinger.WebFingerControllerTest: test against XML and JRD webfinger ↵ | Haelwenn (lanodan) Monnier | |
endpoints | |||
2018-12-14 | Merge branch 'fix/issue_433' into 'develop' | href | |
[#433] fix markdown formatting See merge request pleroma/pleroma!545 | |||
2018-12-14 | Merge branch '114_email_invites' into 'develop' | href | |
[#114] Email invites See merge request pleroma/pleroma!541 | |||
2018-12-14 | fix case when tags is invalid | Maksim Pechnikov | |
2018-12-14 | fix tags | Maksim Pechnikov | |
2018-12-14 | fix markdown formatting | Maksim Pechnikov | |
2018-12-14 | [#114] Improved tests. | Ivan Tashkinov | |
2018-12-14 | [#114] Moved email_invite action to AdminAPIController, adjusted tests. | Ivan Tashkinov | |