aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/web/mastodon_api
AgeCommit message (Collapse)Author
2021-12-28Merge remote-tracking branch 'pleroma/develop' into mastodon-lookupmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-28MastoAPI: Add `GET /api/v1/accounts/lookup`marcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-27AppController: test creating with and without a userAlex Gleason
2021-12-26MastoAPI: Profile directorymarcin mikołajczak
2021-12-25Merge branch 'account-notes' into 'develop'Alex Gleason
MastoAPI: Add user notes on accounts See merge request pleroma/pleroma!3540
2021-12-25Merge branch 'account-subscriptions' into 'develop'Alex Gleason
MastoAPI: accept notify param in follow request See merge request pleroma/pleroma!3555
2021-12-19Merge branch 'v2-suggestions' into 'develop'Alex Gleason
V2 suggestions See merge request pleroma/pleroma!3547
2021-12-06Add 'notifying' to relationship for compatibility with Mastodonmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-06Add test for following with subscriptionmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-11-26v2 Suggestions: return `is_suggested` through the APIAlex Gleason
2021-11-26v2 Suggestions: also filter out users you followAlex Gleason
2021-11-26v2 Suggestions: actually flter out dismissed suggestionsAlex Gleason
2021-11-26v2 Suggestions: dismiss a suggestionAlex Gleason
2021-11-26v2 Suggestions: rudimentary API responseAlex Gleason
2021-11-25v2 Suggestions: return empty arrayAlex Gleason
2021-11-21Update testmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-11-21MastoAPI: Add user notes on accountsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-11-15Merge branch 'block-behavior' into 'develop'lain
Configurable block visibility, fixes #2123 Closes #2123 See merge request pleroma/pleroma!3242
2021-10-06CI: Bump lint stage to elixir-1.12Haelwenn (lanodan) Monnier
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format`
2021-09-07Merge branch 'remove/mastofe' into 'develop'Haelwenn
Remove MastoFE from Pleroma, fixes #2625 Closes #2625 See merge request pleroma/pleroma!3392
2021-07-18Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixesAlex Gleason
2021-07-17MastodonAPI: Support poll notificationAlex Gleason
2021-07-10Delete MastoFE Controller TestSean King
2021-07-10Merge develop branch upstreamSean King
2021-06-22Add test on changing [:instance, :upload_limit]Haelwenn (lanodan) Monnier
2021-06-04Fix merge conflicts with upstreamSean King
2021-06-04Merge branch 'tests/openapi-everywhere' into 'develop'Haelwenn
Put OpenAPI ~everywhere in tests See merge request pleroma/pleroma!3324
2021-06-01Rename the non-federating Chat feature to ShoutMark Felder
2021-06-01Merge remote-tracking branch 'pleroma/develop' into cycles-constantsAlex Gleason
2021-05-31Merge remote-tracking branch 'pleroma/develop' into cycles-base-urlAlex Gleason
2021-05-31Deprecate Pleroma.Web.base_url/0Alex Gleason
Use Pleroma.Web.Endpoint.url/0 directly instead. Reduces compiler cycles.
2021-05-31Pleroma.Constants.as_local_public/0 --> ↵Alex Gleason
Pleroma.Web.ActivityPub.Utils.as_local_public/0 Move as_local_public/0 to stop making modules depend on Web at compile-time
2021-05-20Expose user email address to user/owner; not publicly.Mark Felder
2021-05-12Merge remote-tracking branch 'upstream/develop' into attachment-metaAlex Gleason
2021-05-12Add SetMeta filter to store uploaded image sizesAlex Gleason
2021-04-29Merge remote-tracking branch 'upstream/develop' into block-behaviorAlex Gleason
2021-04-15Remove MastoFE configuration stuffSean King
2021-04-15Remove no longer necessary unit tests for MastoFESean King
2021-03-25validator renaming & add validation for targetAlexander Strizhakov
2021-03-25Let pins federateAlexander Strizhakov
- save object ids on pin, instead of activity ids - pins federation - removed pinned_activities field from the users table - activityPub endpoint for user pins - pulling remote users pins
2021-03-15OpenAPI: MastodonAPI Status ControllerHaelwenn (lanodan) Monnier
2021-03-15OpenAPI: MastodonAPI Account Controller, excluding OAuthHaelwenn (lanodan) Monnier
2021-03-15Verify MastoFE Controller put_settings responseHaelwenn (lanodan) Monnier
2021-03-15OpenAPI: MastodonAPI Conversation ControllerHaelwenn (lanodan) Monnier
2021-03-15OpenAPI: MastodonAPI Media ControllerHaelwenn (lanodan) Monnier
2021-03-15OpenAPI: MastodonAPI Timeline ControllerHaelwenn (lanodan) Monnier
2021-03-07Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
feature/object-hashtags-rework
2021-03-02Remove useless header on the get requestMark Felder
2021-03-02Actually test viewing status after ingestionMark Felder
2021-03-02Test both ingestion of post in the status controller and the correct ↵Mark Felder
response during the view