Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-13 | Add OpenAPI spec for PleromaAPI.AccountController | Egor Kislitsyn | |
2020-05-13 | [#2456] Changed `embed_relationships` param to `with_relationships`. | Ivan Tashkinov | |
2020-05-13 | Add OpenAPI spec for SuggestionController | Egor Kislitsyn | |
2020-05-13 | [#2456] Post-merge fix. | Ivan Tashkinov | |
2020-05-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
restricted-relations-embedding # Conflicts: # lib/pleroma/web/mastodon_api/controllers/status_controller.ex # lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex # test/web/mastodon_api/controllers/timeline_controller_test.exs # test/web/mastodon_api/views/status_view_test.exs | |||
2020-05-13 | Merge branch 'openapi/statuses' into 'develop' | lain | |
Add OpenAPI spec for StatusController See merge request pleroma/pleroma!2521 | |||
2020-05-13 | Merge branch 'openapi/timelines' into 'develop' | lain | |
Add OpenAPI spec for TimelineController See merge request pleroma/pleroma!2506 | |||
2020-05-12 | Upgrade Comeonin to v5 | Alex Gleason | |
https://github.com/riverrun/comeonin/blob/master/UPGRADE_v5.md | |||
2020-05-13 | Fix format | Egor Kislitsyn | |
2020-05-12 | Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex | minibikini | |
2020-05-12 | Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex | minibikini | |
2020-05-12 | Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex | minibikini | |
2020-05-12 | Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex | minibikini | |
2020-05-12 | Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex | minibikini | |
2020-05-12 | Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex | minibikini | |
2020-05-13 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-05-12 | Filter config descriptions by config whitelist | Stephanie Wilde-Hobbs | |
2020-05-12 | [#2456] OpenAPI: added `embed_relationships` param definition. | Ivan Tashkinov | |
2020-05-12 | Merge branch 'streamer-get-topic' into 'develop' | rinpatch | |
Expand and authorize streams in Streamer directly See merge request pleroma/pleroma!2519 | |||
2020-05-12 | Merge branch '1757-blocks-breaking-on-disabled-outgoing-blocks' into 'develop' | rinpatch | |
ActivityPub: Fix non-federating blocks. Closes #1757 See merge request pleroma/pleroma!2514 | |||
2020-05-12 | Merge branch '1748-remote-following-follower-count' into 'develop' | rinpatch | |
Transmogrifier: On incoming follow accept, update follow counts. Closes #1748 See merge request pleroma/pleroma!2515 | |||
2020-05-12 | [#2456] Added support for `embed_relationships` param, nailed down endpoints ↵ | Ivan Tashkinov | |
which should support it. Fixed :source_mutes relationships subset fetching. | |||
2020-05-12 | Add database configuration whitelist | Stephanie Wilde-Hobbs | |
2020-05-12 | Expand and authorize streams in Streamer directly | href | |
2020-05-12 | Startup: suggest updating OTP when the version is too low for gun | rinpatch | |
I've seen quite a few people wonder what to do when presented with this error message. | |||
2020-05-12 | Transmogrifier: On incoming follow accept, update follow counts. | lain | |
2020-05-12 | ActivityPub: Fix non-federating blocks. | lain | |
2020-05-12 | unsubscribes of friends when user deactivated | Maksim Pechnikov | |
2020-05-11 | Merge branch 'fix/issue-1676' into 'develop' | rinpatch | |
[#1676] fixed 'source' object in verify_credentials See merge request pleroma/pleroma!2492 | |||
2020-05-11 | Fix streamer timeout (closes #1753). | href | |
Cowboy handles automatically responding to the client's ping, but doesn't automatically send a :ping frame to the client. | |||
2020-05-11 | Deletion: Handle the case of pruned objects. | lain | |
2020-05-11 | Add OpenAPI spec for TimelineController | Egor Kislitsyn | |
2020-05-10 | [#2456] credo fix. | Ivan Tashkinov | |
2020-05-10 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
restricted-relations-embedding | |||
2020-05-10 | [#2456] Removed support for embedded relationships in account view. | Ivan Tashkinov | |
2020-05-09 | [#2456] Clarified `skip_relationships` option (and its default of `false`) ↵ | Ivan Tashkinov | |
for MastodonAPI.AccountView. | |||
2020-05-09 | [#2456] Dropped support for embedded `pleroma/account/relationship` in ↵ | Ivan Tashkinov | |
statuses and notifications. | |||
2020-05-08 | healthcheck: report real amount of memory allocated by beam | rinpatch | |
as opposed to memory currently in use | |||
2020-05-08 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
restricted-relations-embedding | |||
2020-05-08 | Merge branch 'bugfix/fix-like-notifications' into 'develop' | rinpatch | |
Notifications: Simplify recipient calculation for some Activities. See merge request pleroma/pleroma!2486 | |||
2020-05-08 | user deletion | Alexander Strizhakov | |
2020-05-08 | Merge branch 'feature/emojireactvalidator' into 'develop' | lain | |
Move EmojiReacts to the Pipeline. See merge request pleroma/pleroma!2473 | |||
2020-05-08 | fixed 'source' object in verify_credentials | Maksim Pechnikov | |
2020-05-08 | Builder: Extract common features of likes and reactions. | lain | |
2020-05-08 | Merge branch 'issue/1276-2' into 'develop' | lain | |
[#1276] added an endpoint for getting unread notification count See merge request pleroma/pleroma!2392 | |||
2020-05-08 | Merge branch 'fix/privacy-notification' into 'develop' | lain | |
Privacy option affects all push notifications, not just Direct Messages Closes #1745 See merge request pleroma/pleroma!2485 | |||
2020-05-08 | Merge branch 'develop' into issue/1276-2 | Maksim Pechnikov | |
2020-05-07 | Merge branch 'feature/restrict-c2s' into 'develop' | Haelwenn | |
AP C2S: Restrict creation to `Note`s for now. See merge request pleroma/pleroma!2472 | |||
2020-05-07 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/emojireactvalidator | |||
2020-05-07 | Merge branch 'feature/undo-validator-reduced' into 'develop' | rinpatch | |
Move Undo (except undo follow) to the common pipeline See merge request pleroma/pleroma!2489 |