Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-14 | Use info.fields instead of source_data for remote users | Egor Kislitsyn | |
2019-08-14 | Add configurable account field name length limit | Egor Kislitsyn | |
2019-08-14 | Add configurable account field value length limit | Egor Kislitsyn | |
2019-08-14 | Fix tests | Egor Kislitsyn | |
2019-08-14 | Add custom profile fields | Egor Kislitsyn | |
2019-08-13 | tests for /web/mastodon_api/mastodon_api.ex | Maksim | |
2019-08-12 | ConversationView: Align parameter names with other views. | lain | |
2019-08-12 | Conversations: Use 'recipients' for accounts in conversation view. | lain | |
According to gargron, this is the intended usage. | |||
2019-08-10 | Merge branch 'develop' into 'fix/hide-follows-counters' | kaniini | |
# Conflicts: # CHANGELOG.md | |||
2019-08-10 | Mastodon API: Fix thread mute detection | rinpatch | |
It was calling CommonAPI.thread_muted? with post author's account instead of viewer's one. | |||
2019-08-09 | Mastodon API: Set follower/following counters to 0 when hiding | rinpatch | |
followers/following is enabled We are already doing that in AP representation, so I think we should do it here as well for consistency. | |||
2019-08-08 | Merge remote-tracking branch 'origin/develop' into pleroma-conversations | lain | |
2019-08-05 | Linting. | lain | |
2019-08-05 | Pleroma Conversations API: Add a way to set recipients. | lain | |
2019-08-03 | Remove spaces from the domain search | Sergey Suprunenko | |
2019-08-02 | Fix/mediaproxy whitelist base url | feld | |
2019-07-31 | StatusView: Return direct conversation id. | lain | |
2019-07-29 | Redirect not logged-in users to the MastoFE login page on private instances | Sergey Suprunenko | |
2019-07-28 | add account confirmation email resend in mastodon api | Sachin Joshi | |
2019-07-24 | Show the url advertised in the Activity in the Status JSON response | Sergey Suprunenko | |
2019-07-24 | WIP | Mike Verdone | |
2019-07-24 | Add `domain_blocking` to the relationship API (GET ↵ | Eugenij | |
/api/v1/accounts/relationships) | |||
2019-07-24 | Revert "squash! Expose expires_at datetime in mastoAPI only for the activity ↵ | Mike Verdone | |
actor" This reverts commit 2981821db834448bf9b2ba26590314e36201664c. | |||
2019-07-24 | squash! Expose expires_at datetime in mastoAPI only for the activity actor | Mike Verdone | |
NOTE: rewrite the commit msg | |||
2019-07-24 | Expose expires_at datetime in mastoAPI only for the activity actor | Mike Verdone | |
In the "pleroma" section of the MastoAPI for status activities you can see an expires_at item that states when the activity will expire, or nothing if the activity will not expire. The expires_at date is only visible to the person who posted the activity. This is the conservative approach in case some attacker decides to write a logger for expiring posts. However, in the future of OCAP, signed requests, and all that stuff, this attack might not be that likely. Some other pleroma dev should remove the restriction in the code at that time, if they're satisfied with the security implications of doing so. | |||
2019-07-24 | Add support for activity expiration to common and Masto API | Mike Verdone | |
The "expires_at" parameter accepts an ISO8601-formatted date which defines when the activity will expire. At this point the API will not give you any feedback about if your post will expire or not. | |||
2019-07-24 | Cleanup: fix a comment | Mike Verdone | |
2019-07-23 | rich media: parser: splice the given URL into the result | 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-22 | Hide blocked users from interactions | Sadposter | |
2019-07-20 | [tests] Mock :crypt.crypt/2 function in AuthenticationPlugTest | Sergey Suprunenko | |
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-16 | mastoapi password reset | Alexander Strizhakov | |
added rate limit to password reset configure rate limit in runtime | |||
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 | Add more tests for MastodonAPIController and CommonAPI | Sergey Suprunenko | |
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 | Feature/1072 muting notifications | Alexander Strizhakov | |
2019-07-12 | Move these to pleroma namespace in Mastodon API | Mark Felder | |
2019-07-11 | Extend Pleroma.Pagination to support offset-based pagination, use ↵ | Eugenij | |
async/await to execute status and account search in parallel | |||
2019-07-10 | MastoAPI: Add categories to custom emojis | Haelwenn (lanodan) Monnier | |
Note: This isn’t in a release yet, can be seen in mastofe on the rebase/glitch-soc branch. | |||
2019-07-10 | Create mentions only for explicitly mentioned users | Sergey Suprunenko | |