Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-19 | Check client and token in GET /oauth/authorize | AkiraFukushima | |
2019-11-04 | streamer: use direct object for filter checks when there is no valid child ↵ | Ariadne Conill | |
object in an activity We call Object.normalize/1 to get the child object for situations like Announce. However, the check is flawed and immediately fails if Object.normalize/1 fails. Instead, we should use the activity itself in those cases to allow activities which never have a child object to pass through the filter. Closes #1291 | |||
2019-10-07 | Mastodon API: Fix private and direct statuses not being filtered out from ↵ | eugenijm | |
the public timeline for an authenticated user (`GET /api/v1/timelines/public`) | |||
2019-10-06 | Update test for custom fields when content-type urlencoded | kPherox | |
2019-10-06 | Update test for custom fields when name empty string | kPherox | |
2019-10-06 | Rename fields to fields_attributes | kPherox | |
2019-10-05 | CommonAPI: Create profile updates as public. | lain | |
This saves us lots of sending out because we can use sharedInbox. | |||
2019-10-05 | ActivityPub / Transmogrifier: Correctly store incoming Update id. | lain | |
2019-10-04 | notification_view.ex: Make sure `account` isn’t empty | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/issues/1203 | |||
2019-10-04 | removed legacy api: "/objects/:uuid/likes" | Maksim Pechnikov | |
2019-10-04 | ActivityPub.Utils: Fix undo test. | lain | |
2019-10-04 | ActivityPub: Change addressing of Undo. | lain | |
2019-10-04 | tests: streamer: add a test for blocked transitive activities | Ariadne Conill | |
2019-10-04 | Revert "Merge branch 'revert-4fabf83a' into 'develop'" | Egor Kislitsyn | |
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing changes made to 4fabf83ad01352442906d79187aeab4c777f4df8. | |||
2019-09-30 | Transmogrifier: Handle compact objects in undos. | lain | |
2019-09-26 | Linting | rinpatch | |
2019-09-26 | Don't embed the first page in inboxes/outboxes and refactor the views to | rinpatch | |
follow View/Controller pattern Note that I mentioned the change in 1.1 section because I intend to backport this, if this is not needed I will move it back to Unreleased. | |||
2019-09-14 | Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs | rinpatch | |
2019-09-14 | Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs | rinpatch | |
2019-09-14 | Mastodon API: Respect post privacy in favourited/reblogged endpoints | rinpatch | |
2019-09-13 | Merge branch 'feature/change-email' into 'develop' | Haelwenn | |
Add email change endpoint Closes #1156 See merge request pleroma/pleroma!1580 | |||
2019-09-13 | Merge branch 'admin-config-description' into 'develop' | rinpatch | |
Admin config description Closes #1178 and #1209 See merge request pleroma/pleroma!1611 | |||
2019-09-13 | Add email change endpoint | Egor Kislitsyn | |
2019-09-12 | Fix associated test as well | Mark Felder | |
2019-09-11 | expanding regex sigils to use modifiers | Alex S | |
2019-09-10 | Add an endpoint to get multiple statuses by IDs | Egor Kislitsyn | |
2019-09-09 | Add Pleroma.Plugs.Cache | minibikini | |
2019-09-10 | Fix `ActivityPubController.read_inbox/2` | Egor Kislitsyn | |
2019-09-06 | Merge branch 'so-long-twitterapi' into 'develop' | rinpatch | |
Removing TwitterAPI See merge request pleroma/pleroma!1605 | |||
2019-09-05 | Merge branch 'feature/mastoapi-accounts-external' into 'develop' | Haelwenn | |
Mastdon API: Add ability to get a remote account by nickname to `/api/v1/accounts/:id` See merge request pleroma/pleroma!1622 | |||
2019-09-05 | Mastodon API Poll view: Fix handling of polls without an end date | rinpatch | |
2019-09-04 | Mastodon API: Add `pleroma.thread_muted` to Status entity | rinpatch | |
Needed for pleroma-fe!941 | |||
2019-09-04 | Extend `/api/pleroma/notifications/read` to mark multiple notifications | rinpatch | |
as read and make it respond with Mastoapi entities | |||
2019-09-03 | Mastdon API: Add ability to get a remote account by nickname to | rinpatch | |
`/api/v1/accounts/:id` | |||
2019-08-31 | Remove a useless import | rinpatch | |
2019-08-31 | Add a changelog entry for twitterapi removal and fix credo issues | rinpatch | |
2019-08-31 | Remove TwitterAPI representers | rinpatch | |
2019-08-31 | Remove Activity, User and Notification views from TwitterAPI | rinpatch | |
2019-08-31 | Remove most of Pleroma.Web.TwitterAPI.TwitterAPI | rinpatch | |
2019-08-28 | Merge branch 'fix-osada-follow' into 'develop' | Haelwenn | |
Transmogrifier: Fix follow handling when the actor is an object. Closes #1211 See merge request pleroma/pleroma!1604 | |||
2019-08-27 | Merge branch 'list-controller' into 'develop' | lain | |
Extract list actions from `MastodonAPIController` into `ListController` See merge request pleroma/pleroma!1600 | |||
2019-08-27 | added tests for ActivityPub.like\unlike | Maksim Pechnikov | |
2019-08-27 | Remove most of TwitterAPIController | rinpatch | |
2019-08-26 | Transmogrifier: Fix follow handling when the actor is an object. | lain | |
2019-08-26 | Fix sporadic test | Maxim Filippov | |
2019-08-26 | Move test/web/mastodon_api/*_test.exs to test/web/mastodon_api/controllers ↵ | Egor Kislitsyn | |
and test/web/mastodon_api/views | |||
2019-08-26 | Extract MastodonAPIController's list actions into ↵ | Egor Kislitsyn | |
MastodonAPI.ListController; Add more tests | |||
2019-08-25 | Merge branch 'issue/1177' into 'develop' | kaniini | |
[#1177] fixed unfollow for relay actor See merge request pleroma/pleroma!1589 | |||
2019-08-25 | Log admin/moderator actions | Maxim Filippov | |
2019-08-25 | Merge branch 'fix-all-custom-fields-deleted' into 'develop' | kaniini | |
Fix not to use unupdated attachments when all fields are deleted See merge request pleroma/pleroma!1596 |