Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-07-10 | add test for search_controller/ 100% coverage | Maksim | |
2019-07-09 | [#878] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
878-activity-object-decoupling-in-tests # Conflicts: # lib/pleroma/object.ex # test/web/activity_pub/transmogrifier_test.exs # test/web/ostatus/ostatus_test.exs | |||
2019-07-09 | Merge branch 'remove-avatar-header' into 'develop' | kaniini | |
Ability to reset avatar, profile banner and backgroud See merge request pleroma/pleroma!1187 | |||
2019-07-08 | [#878] Refactored assumptions on embedded object presence in tests. Adjusted ↵ | Ivan Tashkinov | |
note factory to not embed object into activity. | |||
2019-07-08 | Mastodon API: Fix embedded relationships not being rendered inside of statuses | rinpatch | |
2019-06-30 | Add hashtag filter to user statuses (GET /api/v1/accounts/:id/statuses) | Eugenij | |
2019-06-26 | Return correct response when reply to a direct message is not direct itself | Sergey Suprunenko | |
2019-06-25 | add ignore hosts and TLDs for rich_media | Maksim Pechnikov | |
2019-06-23 | Merge branch 'develop' into 'remove-avatar-header' | Sachin Joshi | |
# Conflicts: # CHANGELOG.md | |||
2019-06-18 | Mastodon API: Sanitize display names | rinpatch | |
Closes #1000 | |||
2019-06-15 | Mastodon API: Return the token needed for the chat. | lain | |
2019-06-14 | Merge branch 'feature/add-background-image-to-mastoapi' into 'develop' | rinpatch | |
AccountView: Add user background. See merge request pleroma/pleroma!1280 | |||
2019-06-14 | [#948] /api/v1/account_search added optional parameters (limit, offset, ↵ | Maksim | |
following) | |||
2019-06-14 | MastodonAPI: Add a way to update the background image. | lain | |
2019-06-13 | AccountView: Add user background. | lain | |
2019-06-11 | Merge branch 'feature/rate-limiter' into 'develop' | lain | |
Feature/Rate Limiter Closes #943 See merge request pleroma/pleroma!1266 | |||
2019-06-11 | Replace `MastodonAPIController.account_register/2` rate limiter | Egor Kislitsyn | |
2019-06-10 | Add more tests for using media_proxy and whitelists | Sergey Suprunenko | |
2019-06-06 | MastodonAPI: Add test for user search. | lain | |
2019-06-05 | Limit search for unauthenticated users to local users only | Egor Kislitsyn | |
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-04 | Merge branch 'generic-fe-settings' into 'develop' | kaniini | |
Generic settings store for frontend user settings See merge request pleroma/pleroma!1221 | |||
2019-06-03 | fix tests | Maksim Pechnikov | |
2019-06-03 | update api to set skip_thread_containment | Maksim Pechnikov | |
2019-06-03 | Merge branch 'develop' into feature/polls-2-electric-boogalo | rinpatch | |
2019-06-03 | Merge branch 'align-mastodon-conversations' into 'develop' | lambda | |
Mastodon Conversations API: Align to Mastodon behavior See merge request pleroma/pleroma!1215 | |||
2019-06-03 | Merge branch 'develop' into feature/polls-2-electric-boogalo | rinpatch | |
2019-06-02 | Make error message about author's inability to vote more sensible | rinpatch | |
2019-06-02 | Add tests for poll view | rinpatch | |
2019-06-02 | Merge branch 'feature/notification-control-part-2' into 'develop' | kaniini | |
notification controls, part 2 See merge request pleroma/pleroma!1204 |