summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-18[#114] Formatting fix.Ivan Tashkinov
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-18[#114] Refactored User.register_changeset to init confirmation data.Ivan Tashkinov
Introduced User.register/1 to encapsulate User record creation and post-registration actions.
2018-12-18[#114] Account confirmation email, registration as unconfirmed ↵Ivan Tashkinov
(config-based), auth prevention for unconfirmed.
2018-12-18[#114] Email confirmation route, action, node setting, User.Info fields.Ivan Tashkinov
2018-12-18Pleroma-API.md: Import from /wikis/Pleroma-only-api-endpointsHaelwenn (lanodan) Monnier
2018-12-18SetUserSessionIdPlugTest: try to fix random ci failureshref
2018-12-18Merge branch 'runtime-static-plug' into 'develop'lambda
Instance/Runtime static plug See merge request pleroma/pleroma!567
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 '2018-12-17-update-frontend' into 'develop'lambda
2018 12 17 update frontend See merge request pleroma/pleroma!565
2018-12-17Merge branch 'fix-test' into 'develop'lambda
Fix uploads test. See merge request pleroma/pleroma!564
2018-12-17Merge remote-tracking branch 'origin/develop' into 2018-12-17-update-frontendlain
2018-12-17Merge branch '459_fix_user_profile_crash' into 'develop'lambda
Fix update_profile failing due to OAuth token record in assigns instead of string Closes #459 See merge request pleroma/pleroma!561
2018-12-17update frontendlain
2018-12-17Merge branch 'support/issue_449' into 'develop'lambda
[#449] fix text field See merge request pleroma/pleroma!563
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-17don't re-use buildlain
2018-12-17Fix tagging problems for existing instances.lain
2018-12-17Alias Kocaptcha in the testEkaterina Vaartis
2018-12-17Use :ets.match_delete to delete old captchasvaartis
2018-12-17Switch to phoenixframework/phoenix as the needed change is merged.href
2018-12-17Integration tests for mastodon websockethref
2018-12-17Cowboy handler for Mastodon WebSockethref
2018-12-17Support both OAuth token record and token string in UserViewraeno
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-17minutes->seconds_retained in config.mdvaartis
2018-12-16Clean captchas up periodically, not schedule it after theyre createdEkaterina Vaartis
2018-12-16Fix captcha testsEkaterina Vaartis
2018-12-16Change minutes_retained config to seconds_retainedEkaterina Vaartis
2018-12-16Make the hosted kocaptcha the default valueEkaterina Vaartis
2018-12-16Add a configurable auto-cleanup for captchasEkaterina Vaartis
2018-12-16More put_view.href
2018-12-16Use bindings dbuser and dbname in sample_psql.eexlink0ff
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 'netbsd-script' into 'develop'scarlett
Add an rc.d script for NetBSD. See merge request pleroma/pleroma!558
2018-12-16Simplify the NetBSD rc script.scarlett
2018-12-16Add an rc.d script for NetBSD.scarlett
2018-12-16Merge branch 'develop' into 'develop'Haelwenn
Added init file for OpenBSD See merge request pleroma/pleroma!549
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-16Merge branch 'fix/dev-exs-enable-unsecure-cookies-by-default' into 'develop'eal
Enable unsecure cookies by default in dev.exs See merge request pleroma/pleroma!556
2018-12-16Enable unsecure cookies by default in dev.exsRin Toshaka
2018-12-16Rename captcha_test.ex to exsvaartis