Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-15 | Mark notifications about statuses from muted users as read automatically | Sergey Suprunenko | |
2020-06-22 | Add `is_muted` to notifications | Egor Kislitsyn | |
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-06 | ChatMessageReference -> Chat.MessageReference | lain | |
2020-06-03 | ChatMessageReferences: Adjust views | lain | |
2020-05-25 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-21 | Announcements: Fix all tests. | lain | |
2020-05-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-13 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
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 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-05-10 | [#2456] Removed support for embedded relationships in account view. | Ivan Tashkinov | |
2020-05-08 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
restricted-relations-embedding | |||
2020-05-08 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-05-05 | ActivityPub: Remove `react_with_emoji`. | lain | |
2020-05-01 | Restricted embedding of relationships where applicable (statuses / ↵ | Ivan Tashkinov | |
notifications / accounts rendering). Added support for :skip_notifications for accounts listing (index.json). Adjusted tests. | |||
2020-04-17 | Notifications: Create a chat notification. | lain | |
2020-04-06 | Merge branch 'remake-remodel-2' into 'develop' | lain | |
Ingestion Pipeline Revamp See merge request pleroma/pleroma!2315 | |||
2020-03-30 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-25 | Further preloading (more endpoints), refactoring, tests. | Ivan Tashkinov | |
2020-03-20 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-2 | |||
2020-03-19 | Merge branch 'remake-remodel' into develop | lain | |
2020-03-18 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-16 | removing with_move parameter | Alexander Strizhakov | |
2020-03-05 | removing try block in tesla request | Alexander Strizhakov | |
added mocks for tests which fail with Tesla.Mock.Error | |||
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-02-06 | EmojiReactions: Rename to EmojiReacts | Lain Soykaf | |
2020-01-22 | Notifications: Add emoji reaction notifications | lain | |
2019-12-05 | Merge branch 'develop' into improve-move-notificaions-api | Egor Kislitsyn | |
2019-12-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel | lain | |
2019-12-04 | fix test | Maksim Pechnikov | |
2019-12-03 | Add `with_move` query param to the notifications API | Egor Kislitsyn | |
2019-11-27 | Add a view for the move notification | Egor Kislitsyn | |
2019-10-16 | Introduce new ingestion pipeline structure, implement internal Likes with it. | 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-09-30 | Fix merge | Egor Kislitsyn | |
2019-09-27 | Extract status actions from `MastodonAPIController` into `StatusController` | Egor Kislitsyn | |
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2019-08-26 | Move test/web/mastodon_api/*_test.exs to test/web/mastodon_api/controllers ↵ | Egor Kislitsyn | |
and test/web/mastodon_api/views |