Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | [tests] Mock :crypt.crypt/2 function in AuthenticationPlugTest | Sergey Suprunenko | |
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 | #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 | tests for Uploader with webhook | Maksim | |
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 | 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 | 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-17 | add the rich media ttl based on image exp time | Sachin Joshi | |
2019-07-16 | Add `pleroma.deactivated` to the Account entity (Mastodon API) | Eugenij | |
2019-07-16 | Add the `blocked_by` attribute to the relationship API (`GET ↵ | Eugenij | |
/api/v1/accounts/relationships`) | |||
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 | |||
2019-07-16 | Mastodon Controller: Fix tests. | lain | |
2019-07-16 | Status View: Poll ids are strings. | lain | |
All ids in mastodon are strings, in general. | |||
2019-07-15 | Merge branch 'match-file-name' into 'develop' | feld | |
try to always match the filename for proxy url See merge request pleroma/pleroma!1405 | |||
2019-07-15 | Add more tests for MastodonAPIController and CommonAPI | Sergey Suprunenko | |
2019-07-15 | Merge branch 'develop' into match-file-name | Sachin Joshi | |
# Conflicts: # lib/pleroma/web/media_proxy/media_proxy_controller.ex | |||
2019-07-15 | Merge branch 'admin-configure-atom-keys' into 'develop' | kaniini | |
admin configure - atom keys with leading : See merge request pleroma/pleroma!1424 | |||
2019-07-15 | atom keys with leading : | Alex S | |
2019-07-15 | List messages must be visible for mentioned users | Egor Kislitsyn | |
2019-07-15 | Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists | Egor Kislitsyn | |
2019-07-15 | Support `list` visibility in StatusView | Egor Kislitsyn | |
2019-07-14 | added tests for Web.MediaProxy | Maksim | |
2019-07-14 | Unfollow should also unsubscribe | Sergey Suprunenko | |
2019-07-14 | tests: fix object containment violations in the transmogrifier tests | Ariadne Conill | |
Some objects were not completely rewritten in the tests, which caused object containment violations. Fix them by rewriting the object IDs to be in an appropriate namespace. | |||
2019-07-14 | Feature/1072 muting notifications | Alexander Strizhakov | |
2019-07-14 | Add follow information refetching after following/unfollowing | rinpatch | |
2019-07-14 | Add tests for fetch_follow_information_for_user and check object type | rinpatch | |
when fetching the page | |||
2019-07-14 | Merge branch 'develop' into feature/admin-api-user-statuses | Maxim Filippov | |
2019-07-14 | Admin API: Endpoint for fetching latest user's statuses | Maxim Filippov | |
2019-07-13 | nodeinfo: implement MRF transparency exclusions | Ariadne Conill | |
2019-07-13 | Refactor Follows/Followers counter syncronization | rinpatch | |
- Actually sync counters in the database instead of info cache (which got overriden after user update was finished anyway) - Add following count field to user info - Set hide_followers/hide_follows for remote users based on http status codes for the first collection page | |||
2019-07-12 | Merge branch 'develop' into fix/ap-hide-follows | rinpatch | |
2019-07-12 | ActivityPub Controller: Actually pass for_user to following/followers | rinpatch | |
views and give 403 errors when trying to request hidden follower pages when unauthenticated | |||
2019-07-12 | Pleroma.Web.Metadata - tests | Maksim | |