| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-11 | don't add behaviour to suggestions | Alex S | |
| 2019-09-11 | little fix | Alex S | |
| 2019-09-11 | typo fix | Alex S | |
| 2019-09-11 | some changes | Alex S | |
| 2019-09-11 | fix | Alex S | |
| 2019-09-11 | expanding regex sigils to use modifiers | Alex S | |
| 2019-09-11 | mix docs generates config.md | Alex S | |
| 2019-09-11 | description formatters | 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-09 | Merge branch 'fix/read-inbox' into 'develop' | feld | |
| Fix `ActivityPubController.read_inbox/2` Closes #1248 See merge request pleroma/pleroma!1649 | |||
| 2019-09-10 | Fix `ActivityPubController.read_inbox/2` | Egor Kislitsyn | |
| 2019-09-06 | activity: when restricting deactivated users, precalculate the user list | Ariadne Conill | |
| the PostgreSQL query planner is easily confused due to the complexity of certain queries we make. while we plan to simplify these queries through unification of activities and objects, we are not yet there. it has been discovered that using a precalculated list of deactivated users encourages the query planner to prefer simpler indices instead of the activity_visibility index. accordingly, drop the subquery and precalc the user list instead. | |||
| 2019-09-06 | activitypub: help ecto build a better query for thread mute filtering | Ariadne Conill | |
| using an indexed value in thread_mute table helps ecto build a better query. | |||
| 2019-09-06 | Merge branch 'so-long-twitterapi' into 'develop' | rinpatch | |
| Removing TwitterAPI See merge request pleroma/pleroma!1605 | |||
| 2019-09-05 | Call TrailingFormatPlug for /api/pleroma/emoji | rinpatch | |
| Apparently Pleroma-FE still calls it with trailing '.json' | |||
| 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 | Move checking for restrict_local to User.get_cached_by_id_or_nickname | rinpatch | |
| 2019-09-05 | Mastodon API Poll view: Fix handling of polls without an end date | rinpatch | |
| 2019-09-05 | Merge branch 'fix/safe-render-notifications' into 'develop' | rinpatch | |
| Do not crash if one notification failed to render See merge request pleroma/pleroma!1630 | |||
| 2019-09-05 | Do not crash if one notification failed to render | rinpatch | |
| 2019-09-04 | Mastodon API: Add `pleroma.thread_muted` to Status entity | rinpatch | |
| Needed for pleroma-fe!941 | |||
| 2019-09-04 | Apply suggestion to lib/pleroma/notification.ex | rinpatch | |
| 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-09-03 | Return "total" optionally | Maxim Filippov | |
| 2019-09-02 | Return total from pagination + tests | Maxim Filippov | |
| 2019-08-31 | credo fixes | rinpatch | |
| 2019-08-31 | Add back /api/qvitter/statuses/notifications/read.json | 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-30 | Fix AntiFollowbotPolicy when trying to follow a relay | feld | |
| 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 | Apply suggestion to lib/pleroma/web/activity_pub/activity_pub_controller.ex | Maksim | |
| 2019-08-27 | Transmogrifier: Use Containment.get_actor to get actors. | lain | |
| 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 | Move mastodon_api/*_controller.ex to mastodon_api/controllers/ | Egor Kislitsyn | |
| 2019-08-26 | Extract MastodonAPIController's list actions into ↵ | Egor Kislitsyn | |
| MastodonAPI.ListController; Add more tests | |||
| 2019-08-26 | Extract MastodonAPI.MastodonAPIController.errors/2 to ↵ | Egor Kislitsyn | |
| MastodonAPI.FallbackController | |||
| 2019-08-26 | Add validation in Pleroma.List.create/2 | Egor Kislitsyn | |
| 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 | |||
| 2019-08-25 | Change to use attachment only when fields do not exist | kPherox | |
| 2019-08-24 | Merge branch 'admin-create-users' into 'develop' | lain | |
| user creation admin api will create multiple users See merge request pleroma/pleroma!1170 | |||
| 2019-08-24 | Activity Expiration: Switch to 'expires_in' system. | lain | |
