Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-18 | tests: add tests for mapped signature plug | Ariadne Conill | |
2019-07-18 | mapped signature plug: fix user lookup | Ariadne Conill | |
2019-07-18 | mapped signature plug: don't invalidate in cases where a signature is ↵ | Ariadne Conill | |
actually not present (testsuite) | |||
2019-07-18 | mix: update http signatures dependency | Ariadne Conill | |
2019-07-18 | plugs: add MappedSignatureToIdentityPlug | Ariadne Conill | |
2019-07-18 | signature: make key_id_to_actor_id() public | Ariadne Conill | |
2019-07-18 | http signature plug: remove redundant checks handled by HTTPSignatures library | Ariadne Conill | |
the redundant checks assumed a POST request, which will not work for signed GETs. this check was originally needed because the HTTPSignatures adapter assumed that the requests were also POST requests. but now, the adapter has been corrected. | |||
2019-07-18 | Merge branch 'feature/signed-object-fetches' into 'develop' | kaniini | |
signed object fetches See merge request pleroma/pleroma!1446 | |||
2019-07-18 | Merge branch 'tests/uploads' into 'develop' | kaniini | |
tests for Uploader with webhook See merge request pleroma/pleroma!1447 | |||
2019-07-18 | tests for Uploader with webhook | Maksim | |
2019-07-18 | Merge branch 'fix-howto_mediaproxy' into 'develop' | kaniini | |
Fix media proxy doc redirect setting not working See merge request pleroma/pleroma!1448 | |||
2019-07-18 | Fix redirect setting not working | aries | |
2019-07-17 | update changelog | Ariadne Conill | |
2019-07-17 | tests: add tests for signed object fetches | Ariadne Conill | |
2019-07-17 | Merge branch 'patch-2' into 'develop' | kaniini | |
Update clients.md - added Homepage for Fedilab Android app See merge request pleroma/pleroma!1444 | |||
2019-07-17 | Update clients.md - added Homepage for Fedilab Android app | tallship | |
2019-07-17 | Merge branch 'patch-3' into 'develop' | kaniini | |
Update otp_en.md - Added creation of initial admin user See merge request pleroma/pleroma!1445 | |||
2019-07-17 | fetcher: sign object fetches if configured | Ariadne Conill | |
2019-07-17 | Update otp_en.md - Added creation of initial admin user | Bradley D. Thornton | |
2019-07-17 | config: add sign_object_fetches option | Ariadne Conill | |
2019-07-17 | Merge branch 'feature/instance-fetch-actor' into 'develop' | kaniini | |
instance fetch service actor See merge request pleroma/pleroma!1440 | |||
2019-07-17 | Merge branch 'feature/http-signatures-keyid' into 'develop' | kaniini | |
http signatures: derive actor from key IDs See merge request pleroma/pleroma!1442 | |||
2019-07-17 | http signatures: derive actor ID from key ID. | Ariadne Conill | |
Almost all AP servers return their key ID as the actor URI with #main-key added. Hubzilla, which doesn't, uses a URL which refers to the actor anyway, so worst case, Hubzilla users get refetched. | |||
2019-07-17 | mix: bump http_signatures dependency to a2a5982fa167fb1352fbd518ce6b606ba233a989 | Ariadne Conill | |
2019-07-17 | Merge branch 'password-reset-fix-for-non-test-env' into 'develop' | kaniini | |
Fix password reset for non-test env See merge request pleroma/pleroma!1441 | |||
2019-07-17 | Fix password reset for non-test env | Eugenij | |
Fixes `Plug.Conn.NotSentError` that causes a 5xx error in response instead of 404 and 400. Fixes pattern matching error caused by different response format in test and non-test env: `Pleroma.Emails.Mailer.deliver_async` returns :ok when PleromaJobQueue is enabled and `{:ok, _}` when it's disabled. In tests, it's disabled. | |||
2019-07-17 | update changelog | Ariadne Conill | |
2019-07-17 | tests: add test for fetching the internal fetch actor | Ariadne Conill | |
2019-07-17 | activitypub: represent internal fetch actor | Ariadne Conill | |
2019-07-17 | activitypub: introduce internal fetch service actor | Ariadne Conill | |
2019-07-17 | user: add is_internal_user? helper function | Ariadne Conill | |
2019-07-17 | webfinger: allow resolution of usernames with dots in them (internal actors) | Ariadne Conill | |
2019-07-17 | activitypub: controller: rework the way the relay actor is presented so the ↵ | Ariadne Conill | |
code can be reused | |||
2019-07-17 | user: refactor get_or_create_instance_user() into ↵ | Ariadne Conill | |
get_or_create_service_actor_by_id() | |||
2019-07-17 | Merge branch 'feature/mention-mrf' into 'develop' | kaniini | |
Add MRF MentionPolicy for dropping posts which mention specific actors See merge request pleroma/pleroma!1439 | |||
2019-07-17 | Add MRF MentionPolicy for dropping posts which mention specific actors | RX14 | |
2019-07-16 | Merge branch 'feature/1078-password-reset' into 'develop' | kaniini | |
Feature/1078 password reset Closes #1078 See merge request pleroma/pleroma!1431 | |||
2019-07-16 | mastoapi password reset | Alexander Strizhakov | |
added rate limit to password reset configure rate limit in runtime | |||
2019-07-16 | Merge branch 'tests/upload_filters' into 'develop' | kaniini | |
added tests for Pleroma.Upload.Filter See merge request pleroma/pleroma!1434 | |||
2019-07-16 | added tests for Pleroma.Upload.Filter | Maksim | |
2019-07-16 | Merge branch '1094-relation-actions-rate-limiting' into 'develop' | kaniini | |
[#1094] Rate-limited follow & unfollow actions. Closes #1094 See merge request pleroma/pleroma!1436 | |||
2019-07-16 | Apply suggestion to docs/config.md | Ivan Tashkinov | |
2019-07-16 | [#1094] Rate-limited follow & unfollow actions. | Ivan Tashkinov | |
2019-07-16 | Merge branch 'add-deactivated-to-account-view' into 'develop' | kaniini | |
Add `pleroma.deactivated` to the Account entity (Mastodon API) See merge request pleroma/pleroma!1433 | |||
2019-07-16 | Add `pleroma.deactivated` to the Account entity (Mastodon API) | Eugenij | |
2019-07-16 | Merge branch 'add-blocked-by-to-relationship' into 'develop' | kaniini | |
Add the `blocked_by` attribute to the relationship API (`GET /api/v1/accounts/relationships`) See merge request pleroma/pleroma!1429 | |||
2019-07-16 | Add the `blocked_by` attribute to the relationship API (`GET ↵ | Eugenij | |
/api/v1/accounts/relationships`) | |||
2019-07-16 | Merge branch 'feature/addressable-lists' into 'develop' | kaniini | |
Fix typo See merge request pleroma/pleroma!1432 | |||
2019-07-16 | Fix typo | Egor Kislitsyn | |
2019-07-16 | Merge branch 'bugfix/poll-id-as-string' into 'develop' | rinpatch | |
Status View: Poll ids are strings. See merge request pleroma/pleroma!1430 |