Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-18 | Merge branch 'develop' into oembed_provider | raeno | |
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 '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-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 | Use :ets.match_delete to delete old captchas | vaartis | |
2018-12-17 | Cowboy handler for Mastodon WebSocket | href | |
2018-12-17 | Support both OAuth token record and token string in UserView | raeno | |
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 | Change minutes_retained config to seconds_retained | Ekaterina Vaartis | |
2018-12-16 | Add a configurable auto-cleanup for captchas | Ekaterina Vaartis | |
2018-12-16 | More put_view. | href | |
2018-12-16 | Use bindings dbuser and dbname in sample_psql.eex | link0ff | |
2018-12-16 | Upgrade to Phoenix 1.4 | href | |
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-15 | Replace HTTPoison with Tesla for kocaptha | Ekaterina Vaartis | |
2018-12-15 | Formatting fixes | Ekaterina Vaartis | |
2018-12-15 | Separate captcha implementation into a behaviour and use it | 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 | Merge branch 'fix/views-ignore-unhandled-activites' into 'develop' | lambda | |
TwitterAPI.ActivityView: Ignore unhandled activities See merge request pleroma/pleroma!547 | |||
2018-12-15 | Allow port specification in instance.ex | Rin Toshaka | |
2018-12-15 | Add an ability to disabled captcha | Ekaterina Vaartis | |
2018-12-15 | Add base CAPTCHA support (currently only kocaptcha) | Ekaterina Vaartis | |
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 | Merge branch 'fix/issue_272' into 'develop' | href | |
[#272] fix tags See merge request pleroma/pleroma!540 | |||
2018-12-14 | fix case when tags is invalid | Maksim Pechnikov | |
2018-12-14 | Remove domain from sample_config template | raeno | |
2018-12-14 | Scrub html from activity.content or user.bio for opengraph meta | raeno | |
2018-12-14 | Merge branch 'develop' into oembed_provider | raeno | |
2018-12-14 | fix tags | Maksim Pechnikov | |
2018-12-14 | Handle "users/:id" links as well. Fix comments in MR. | raeno | |
2018-12-14 | Merge branch 'pleroma-feature/compat/push-subscriptions' into 'develop' | href | |
Improve web push Closes #393, #422, and #452 See merge request pleroma/pleroma!524 | |||
2018-12-14 | fixed typo | Maksim Pechnikov | |
2018-12-14 | TwitterAPI.ActivityView: Ignore unhandled activities | href | |
2018-12-14 | Warn if push is disabled.. | href | |
2018-12-14 | fix markdown formatting | Maksim Pechnikov | |
2018-12-14 | Merge branch 'feature/file-size-checking' into 'develop' | href | |
[#36] Add warnings when file upload fails See merge request pleroma/pleroma!523 | |||
2018-12-14 | Fix warning | href | |
2018-12-14 | Pleroma.Activity.mastodon_notification_type/1 | href | |
2018-12-14 | Properly disable Web Push if no VAPID key is set | href | |