Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-24 | Merge branch 'develop' into feature/admin-api-user-statuses | Maxim Filippov | |
2019-07-24 | AdminAPI: Add "godmode" while fetching user statuses (i.e. admin can see ↵ | Maxim Filippov | |
private statuses) | |||
2019-07-23 | Admin config fix | Alexander Strizhakov | |
2019-07-23 | tests for Pleroma.Web.ActivityPub.Publisher | Maksim | |
2019-07-23 | Merge branch 'bugfix/unauthed-liked-by' into 'develop' | kaniini | |
Bugfix: don't error out on unauthorized request to liked/favourited_by See merge request pleroma/pleroma!1474 | |||
2019-07-23 | Merge branch 'fix/subscriber-notifications' into 'develop' | kaniini | |
Do not notify subscribers for messages from users which are replies to others See merge request pleroma/pleroma!1477 | |||
2019-07-23 | Fix test | Mark Felder | |
2019-07-23 | Do not notify subscribers for messages from users which are replies to others | Mark Felder | |
2019-07-23 | signature: properly deduce the actor from misskey key IDs | Ariadne Conill | |
2019-07-23 | fix test names because i cannot type | Sadposter | |
2019-07-23 | actually reblog on the reblog test | Sadposter | |
2019-07-23 | Use correct URL for tests | Sadposter | |
2019-07-23 | Mix format | Sadposter | |
2019-07-23 | add tests for unauthed reqs to liked/reblogged_by | Sadposter | |
2019-07-23 | remove pry | Maxim Filippov | |
2019-07-22 | Exclude tests that use :crypt.crypt/2 on macOS | Sergey Suprunenko | |
2019-07-22 | Feature/1087 wildcard option for blocks | Alexander Strizhakov | |
2019-07-22 | Merge branch 'hardening/stop-misusing-sharedinbox' into 'develop' | Haelwenn | |
activitypub: publisher: align sharedinbox usage with AP specification rules See merge request pleroma/pleroma!1464 | |||
2019-07-22 | Bugfix: muted/blocked user notification streaming | Sadposter | |
2019-07-22 | Add tests for users tasks and PleromaAuthenticator | Sergey Suprunenko | |
2019-07-22 | Hide blocked users from interactions | Sadposter | |
2019-07-22 | activitypub: publisher: align sharedinbox usage with AP specification rules | Ariadne Conill | |
While debugging the follow breakage, I observed that our sharedInbox usage did not match the rules in the specification. Accordingly, I have better aligned our usage of sharedInbox with the rules outlined in the ActivityPub specification. | |||
2019-07-20 | Resolve merge conflicts | rinpatch | |
2019-07-20 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-20 | [tests] Mock :crypt.crypt/2 function in AuthenticationPlugTest | Sergey Suprunenko | |
2019-07-20 | Merge develop | Roman Chvanikov | |
2019-07-19 | Merge branch 'feature/richmedia-ttl' into 'develop' | kaniini | |
add the rich media ttl based on image exp time See merge request pleroma/pleroma!1438 | |||
2019-07-19 | Merge branch 'refactor/http-signature-plug' into 'develop' | kaniini | |
http signature plug: separation of concerns See merge request pleroma/pleroma!1449 | |||
2019-07-19 | #1110 fixed /api/pleroma/healthcheck | Maksim | |
2019-07-19 | change the structure of image ttl parsar | Sachin Joshi | |
2019-07-18 | Merge branch 'develop' into feature/admin-api-user-statuses | Maxim Filippov | |
2019-07-18 | mapped signature plug: use `user` assign like authentication plug | Ariadne Conill | |
2019-07-18 | tests for Plugs.AuthenticationPlug | Maksim | |
2019-07-18 | tests: add tests for mapped signature plug | 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 | tests for Uploader with webhook | Maksim | |
2019-07-17 | tests: add tests for signed object fetches | 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 | 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 | tests: add test for fetching the internal fetch actor | Ariadne Conill | |
2019-07-17 | user: add is_internal_user? helper function | Ariadne Conill | |
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 | mastoapi password reset | Alexander Strizhakov | |
added rate limit to password reset configure rate limit in runtime | |||
2019-07-16 | added tests for Pleroma.Upload.Filter | Maksim | |
2019-07-17 | add the rich media ttl based on image exp time | Sachin Joshi | |
2019-07-16 | Merge develop | Roman Chvanikov | |