Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-19 | moving to separate dir | Alex S | |
2019-09-19 | generating remote activities | Alex S | |
2019-09-06 | generating remote users | Alex S | |
2019-09-06 | docs fixes | Alex S | |
2019-09-05 | generatoin and fetching | Alex S | |
2019-09-05 | one more temp commit | Alex S | |
2019-09-05 | temp commit | Alex S | |
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 | Merge branch 'fix/endless-poll-handling' into 'develop' | rinpatch | |
Mastodon API Poll view: Fix handling of polls without an end date See merge request pleroma/pleroma!1631 | |||
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 | Merge branch 'dockerfile-touchups' into 'develop' | rinpatch | |
Update Dockerfile + some touchups to docker.exs See merge request pleroma/pleroma!1624 | |||
2019-09-04 | Switch to alpine:3.9 to avoid dlsym errors | Ashlynn Anderson | |
2019-09-04 | Merge branch 'feat/mastoapi-status-threadmuted' into 'develop' | Haelwenn | |
Mastodon API: Add `pleroma.thread_muted` to Status entity See merge request pleroma/pleroma!1626 | |||
2019-09-04 | Mastodon API: Add `pleroma.thread_muted` to Status entity | rinpatch | |
Needed for pleroma-fe!941 | |||
2019-09-04 | Merge branch 'feature/mastoapi-read-notifications' into 'develop' | Haelwenn | |
Extend `/api/pleroma/notifications/read` to mark multiple notifications as read and make it respond with Mastoapi entities See merge request pleroma/pleroma!1625 | |||
2019-09-04 | Clarify that read notifications are returned | rinpatch | |
2019-09-04 | Apply suggestion to docs/api/pleroma_api.md | rinpatch | |
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 | Switch to official elixir:1.9-alpine image for build | Ashlynn Anderson | |
2019-09-03 | Remove dynamic config as default, add healthcheck | Ashlynn Anderson | |
2019-09-03 | Merge branch 'feature/pagination-total' into 'develop' | rinpatch | |
Return total items count from pagination + tests See merge request pleroma/pleroma!1620 | |||
2019-09-03 | Return "total" optionally | Maxim Filippov | |
2019-09-02 | Return total from pagination + tests | Maxim Filippov | |
2019-08-30 | Merge branch 'iss-930-media' into 'develop' | feld | |
Fix missing changes in pleroma/pleroma!1197 See merge request pleroma/pleroma!1613 | |||
2019-08-30 | Fix missing changes in pleroma/pleroma!1197 | kPherox | |
2019-08-30 | Merge branch 'fix/antifollowbot-and-relays' into 'develop' | kaniini | |
Fix AntiFollowbotPolicy when trying to follow a relay Closes #1231 See merge request pleroma/pleroma!1610 | |||
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 | Merge branch 'tests/activity_pub' into 'develop' | lain | |
added tests for ActivityPub.like\unlike See merge request pleroma/pleroma!1606 | |||
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-26 | Merge branch 'fix-typo' into 'develop' | lain | |
Fix typo See merge request pleroma/pleroma!1603 | |||
2019-08-26 | Transmogrifier: Fix follow handling when the actor is an object. | lain | |
2019-08-27 | Fix typo | Egor Kislitsyn | |
2019-08-26 | Merge branch 'fix/sporadic-test' into 'develop' | rinpatch | |
Fix sporadic test Closes #1221 See merge request pleroma/pleroma!1602 | |||
2019-08-26 | Fix sporadic test | Maxim Filippov | |
2019-08-26 | Merge branch 'disable-rate-limiter' into 'develop' | kaniini | |
Disable rate limiter by default Closes #1217 See merge request pleroma/pleroma!1601 | |||
2019-08-26 | Disable rate limiter by default | Egor Kislitsyn | |
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 | 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 | |