Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 'bugfix/webfinger-jrd' into 'develop' | lambda | |
Fix requesting application/jrd+json on webfinger See merge request pleroma/pleroma!553 | |||
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 | Merge branch 'tests-warning-as-errors' into 'develop' | lambda | |
Enable warnings_as_errors for tests See merge request pleroma/pleroma!548 | |||
2018-12-15 | Merge branch 'feature/mix-task-instance-port-specification' into 'develop' | lambda | |
Allow port specification in `instance.ex` config generator See merge request pleroma/pleroma!552 | |||
2018-12-15 | Web.WebFinger.WebFingerControllerTest: test against XML and JRD webfinger ↵ | Haelwenn (lanodan) Monnier | |
endpoints | |||
2018-12-15 | config/config.exs: Add application/jrd+json => jrd+json to fix webfinger | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/merge_requests/551 | |||
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 | Added init file for OpenBSD | nonlinear | |
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 tests | raeno | |
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-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 | Enable warning_as_errors for tests | href | |
2018-12-14 | TwitterAPI.ActivityView: Ignore unhandled activities | href | |
2018-12-14 | Warn if push is disabled.. | href | |
2018-12-14 | Update config.md | Haelwenn | |
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 | |
2018-12-14 | Typos | href | |
2018-12-14 | Push: respect alerts settings | href | |
2018-12-14 | Push: add missing notification_type field | href | |
2018-12-14 | Push.Subscription: convert base64 to base64 urlsafe | href | |
2018-12-14 | improve push message format (compatibility with mastodon) | Egor Kislitsyn | |
2018-12-14 | Update config.md | lambda | |
2018-12-14 | fix and improve web push; add configuration docs | Egor Kislitsyn | |
2018-12-14 | [#114] Added `invitesEnabled` to `metadata` of nodeinfo. | Ivan Tashkinov | |
2018-12-14 | [#114] Removed `confirm_email` action stub (to be addressed in a separate MR). | Ivan Tashkinov | |
2018-12-14 | [#114] Improved tests. | Ivan Tashkinov | |
2018-12-14 | [#114] Readded `invites_enabled` config setting, updated readme. | 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-14 | Merge branch '114_user_registration_emails' into 'develop' | href | |
[#114] User registration emails Closes #114 See merge request pleroma/pleroma!531 | |||
2018-12-14 | [#114] Addressed MR comments. Removed functionality to be extracted to other ↵ | Ivan Tashkinov | |
MRs. |