| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-15 | MastoAPI: fix & test giving MRF reject reasons | Haelwenn (lanodan) Monnier | |
| 2020-06-26 | MastoAPI: Show source field when deleting | Haelwenn (lanodan) Monnier | |
| 2020-06-19 | [#1873] Fixes missing :offset pagination param support. Added pagination ↵ | Ivan Tashkinov | |
| support for hashtags search. | |||
| 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-05-21 | Announcements: Fix all tests. | lain | |
| 2020-05-18 | [OpenAPI] Use BooleanLike in all request bodies | Egor Kislitsyn | |
| 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-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-22 | StatusController: Ignore nil scheduled_at parameters. | lain | |
| 2020-04-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
| output-of-relationships-in-statuses | |||
| 2020-04-06 | Merge branch 'remake-remodel-2' into 'develop' | lain | |
| Ingestion Pipeline Revamp See merge request pleroma/pleroma!2315 | |||
| 2020-04-01 | Ability to control the output of account/pleroma/relationship in statuses in ↵ | Ivan Tashkinov | |
| order to improve the rendering performance. See `[:extensions, output_relationships_in_statuses_by_default]` setting and `with_relationships` param. | |||
| 2020-03-20 | Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵ | Ivan Tashkinov | |
| usage). | |||
| 2020-03-20 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
| clear-config-test-improvements # Conflicts: # test/web/mastodon_api/controllers/account_controller_test.exs | |||
| 2020-03-20 | restrict_unauthenticated setting | Alexander Strizhakov | |
| 2020-03-19 | Merge branch 'remake-remodel' into develop | lain | |
| 2020-03-18 | Improved in-test config management functions. | Ivan Tashkinov | |
| 2020-03-04 | MastodonController: Return 404 errors correctly. | lain | |
| 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-20 | Merge branch 'tests-clear-config-tweaks' into 'develop' | lain | |
| Tweaks to `clear_config` calls in tests See merge request pleroma/pleroma!2209 | |||
| 2020-02-18 | Add a test | Egor Kislitsyn | |
| 2020-02-13 | Tweaks to `clear_config` calls in tests in order to prevent side effects on ↵ | Ivan Tashkinov | |
| config during test suite execution. | |||
| 2020-02-12 | Fix `status.expires_in` validation | Egor Kislitsyn | |
| 2020-02-07 | Questions: Add timezone to `closed` property | Lain Soykaf | |
| 2020-01-20 | StatusControllerTest: Fix typo | lain | |
| 2020-01-20 | CommonAPI: Don't error out on double favs/repeats | lain | |
| 2019-12-15 | OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: ↵ | Ivan Tashkinov | |
| controller tests modification: OAuth scopes usage. | |||
| 2019-11-19 | [#1335] Implemented notification mutes and reblog mutes as ↵ | Ivan Tashkinov | |
| UserRelationships. User to UserRelationship relations and functions refactoring. | |||
| 2019-11-10 | [#1335] User: refactored :blocks field into :blocked_users relation. | Ivan Tashkinov | |
| Introduced UserBlock. | |||
| 2019-11-05 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel | lain | |
| 2019-10-21 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
| 1304-user-info-deprecation # Conflicts: # lib/pleroma/user/info.ex # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/activity_pub/transmogrifier.ex | |||
| 2019-10-19 | change Maksim's test description | Ariadne Conill | |
| 2019-10-19 | fix test | Maksim Pechnikov | |
| 2019-10-19 | added test fo Pleroma.Web.MastodonAPI.StatusController | Maksim Pechnikov | |
| 2019-10-19 | StatusControllerTest: Capture log. | lain | |
| 2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
| 2019-10-16 | Introduce new ingestion pipeline structure, implement internal Likes with it. | lain | |
| 2019-10-09 | Mastodon API: Return `pleroma.direct_conversation_id` when viewing a status ↵ | eugenijm | |
| (`GET /api/v1/statuses/:id`) | |||
| 2019-10-02 | Move `:favourites` and `:bookmarks` actions to StatusController | Egor Kislitsyn | |
| 2019-10-01 | Store private announcements in object.data["announcements"], filter them on ↵ | Thibaut Girka | |
| display | |||
| 2019-10-01 | Add tests for privately announcing statuses via API | Thibaut Girka | |
| 2019-09-28 | status_controller.ex: Posting media status without content defined | Haelwenn (lanodan) Monnier | |
| 2019-09-28 | Fix not being able to post empty statuses with attachments | rinpatch | |
| Attachment field was filled in after the empty status check | |||
| 2019-09-27 | Extract scheduled statuses actions from `MastodonAPIController` to ↵ | Egor Kislitsyn | |
| `ScheduledActivityController` | |||
| 2019-09-27 | Move view logic from StatusController.context to StatusView and add a test | Egor Kislitsyn | |
| 2019-09-27 | Move StatusController tests from MastodonAPIControllerTest to ↵ | Egor Kislitsyn | |
| StatusControllerTest | |||
