Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-17 | Apply suggestion to test/web/media_proxy/invalidations/script_test.exs | Maksim | |
2020-06-17 | Apply suggestion to test/web/media_proxy/invalidations/http_test.exs | Maksim | |
2020-06-17 | Apply suggestion to ↵ | Maksim | |
test/web/admin_api/controllers/media_proxy_cache_controller_test.exs | |||
2020-06-17 | Apply suggestion to ↵ | Maksim | |
test/web/admin_api/controllers/media_proxy_cache_controller_test.exs | |||
2020-06-17 | Apply suggestion to ↵ | Maksim | |
test/web/admin_api/controllers/media_proxy_cache_controller_test.exs | |||
2020-06-17 | Merge branch 'features/users-raw_bio' into 'develop' | rinpatch | |
User: Add raw_bio, storing unformatted bio See merge request pleroma/pleroma!2326 | |||
2020-06-16 | Merge branch '1866-last-status-stuff' into 'develop' | Haelwenn | |
Resolve "/api/v1/conversations returns the wrong `last_status`" Closes #1866 See merge request pleroma/pleroma!2647 | |||
2020-06-16 | fixes for tests | Alexander Strizhakov | |
2020-06-16 | moving mrf settings from instance to separate group | Alexander Strizhakov | |
2020-06-16 | moving custom ecto types in context folders | Alexander Strizhakov | |
2020-06-16 | Mogrify args as custom tuples | Alexander Strizhakov | |
2020-06-16 | Transmogrifier: Extract user update handling tests. | lain | |
2020-06-16 | ActivityPub: When restricting to media posts, only show 'Creates'. | lain | |
2020-06-15 | fix tests | stwf | |
2020-06-15 | Merge branch 'develop' into issue/1855 | Maksim Pechnikov | |
2020-06-15 | Fix tests | Egor Kislitsyn | |
2020-06-15 | Merge remote-tracking branch 'origin/develop' into merge-ogp-twitter-parsers | Egor Kislitsyn | |
2020-06-15 | added tests | Maksim Pechnikov | |
2020-06-15 | Conversations: Return last dm for conversation, not last message. | lain | |
2020-06-14 | fix invalidates media url's | Maksim Pechnikov | |
2020-06-14 | Mastodon API: ensure the notification endpoint doesn't return less than the ↵ | eugenijm | |
requested amount of records unless it's the last page | |||
2020-06-13 | Merge branch '1851-favorites-pagination' into 'develop' | rinpatch | |
StatusController: Correctly paginate favorites. Closes #1851 See merge request pleroma/pleroma!2636 | |||
2020-06-13 | Remove use of atoms in MRF.UserAllowListPolicy | href | |
2020-06-13 | Fix atom leak in Rich Media Parser | Egor Kislitsyn | |
2020-06-12 | Merge branch 'develop' into preload-data | Mark Felder | |
2020-06-12 | Merge branch 'recipients-experiments' into 'develop' | Haelwenn | |
ActivityPub: Don't show announces of your own objects in timeline. See merge request pleroma/pleroma!2637 | |||
2020-06-12 | Merge remote-tracking branch 'origin/develop' into merge-ogp-twitter-parsers | Egor Kislitsyn | |
2020-06-12 | Merge branch 'global-status-expiration' into 'develop' | lain | |
Global status expiration See merge request pleroma/pleroma!2208 | |||
2020-06-12 | added admin api for MediaProxy cache invalidation | Maksim Pechnikov | |
2020-06-12 | [#1794] Fixes URI query handling for hashtags extraction in search. | Ivan Tashkinov | |
2020-06-11 | Merge OGP parser with TwitterCard | Egor Kislitsyn | |
2020-06-11 | [#1794] Fixes URI query handling for hashtags extraction in search. | Ivan Tashkinov | |
2020-06-10 | ActivityPubTest: Update test for atomized parameters. | lain | |
2020-06-10 | Add test | Thibaut Girka | |
2020-06-10 | Merge branch 'remake-remodel-dms' into 'develop' | rinpatch | |
Chats / ChatMessages See merge request pleroma/pleroma!2429 | |||
2020-06-10 | ActivityPubTest: Make test easier to understand. | lain | |
2020-06-10 | ActivityPub: Don't show announces of your own objects in timeline. | lain | |
2020-06-09 | Add `url` field to AdminAPI.AccountView | Egor Kislitsyn | |
2020-06-09 | StatusController: Correctly paginate favorites. | lain | |
Favorites were paginating wrongly, because the pagination headers where using the id of the id of the `Create` activity, while the ordering was by the id of the `Like` activity. This isn't easy to notice in most cases, as they usually have a similar order because people tend to favorite posts as they come in. This commit adds a way to give different pagination ids to the pagination helper, so we can paginate correctly in cases like this. | |||
2020-06-09 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-06-08 | merge develop | Roman Chvanikov | |
2020-06-08 | Restrict ActivityExpirationPolicy to Notes only | Egor Kislitsyn | |
2020-06-08 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-06-08 | Merge branch 'openapi/admin/relay' into 'develop' | lain | |
Add OpenAPI spec for AdminAPI.RelayController See merge request pleroma/pleroma!2579 | |||
2020-06-08 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-06-08 | ChatController: Remove nonsensical pagination. | lain | |
2020-06-08 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-06-07 | ChatController: Make last_read_id mandatory. | lain | |
2020-06-07 | ChatController: Add `last_read_id` option to mark_as_read. | lain | |
2020-06-07 | SideEffects: Move streaming of chats to after the transaction. | lain | |