summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2020-04-29Chat message creation: Check actor.lain
2020-04-29Transmogrifier: Fetch missing actors for chatmessages.lain
2020-04-29Pipeline: Always run common_pipeline in a transaction for now.lain
2020-04-29Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-04-28Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
automatic-authentication-and-instance-publicity-checks # Conflicts: # lib/pleroma/web/mastodon_api/controllers/account_controller.ex
2020-04-28Pipeline: Unify, refactor, DRY.lain
2020-04-28CreateChatMessageValidator: Validate object existencelain
2020-04-28Create activity handling: Flip it and reverse itlain
Both objects and create activities will now go through the common pipeline and will be validated. Objects are now created as a side effect of the Create activity, rolling back a transaction if it's not possible to insert the object.
2020-04-28Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-04-28Merge branch 'openapi/account' into 'develop'rinpatch
Add OpenAPI specs for AccountController See merge request pleroma/pleroma!2374
2020-04-28Recipient Type: Cast all elements as ObjectIDs.lain
2020-04-28Merge branch 'mongoose-secure' into 'develop'lain
mongoose auth endpoint worked for deactivated accounts See merge request pleroma/pleroma!2432
2020-04-28formatingfence
2020-04-27Move single used schemas to operation schemaEgor Kislitsyn
2020-04-27mongooseim test: explicitly set password for the deactivated usedfence
2020-04-27requested changes to mongoose testfence
2020-04-27Use `json_response_and_validate_schema/2` in tests to validate OpenAPI schemaEgor Kislitsyn
2020-04-27add tests for deactivated users for mongoose authfence
2020-04-27Chat API: Align more to Pleroma/Mastodon API.lain
2020-04-27ChatView: Add actor_account_idlain
2020-04-27Merge branch 'develop' into openapi/accountEgor Kislitsyn
2020-04-27ChatControllerTest: Use new schema testing functions.lain
2020-04-27Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-04-24[#2409] Made `GET /api/v1/accounts/:id/favourites` auth-optional, adjusted ↵Ivan Tashkinov
tests.
2020-04-24Merge branch 'bugfix/announce-race-condition' into 'develop'rinpatch
Announcements: Prevent race condition. See merge request pleroma/pleroma!2423
2020-04-24Merge branch 'reply-filtering-refactor' into 'develop'lain
Reply filtering refactor See merge request pleroma/pleroma!2424
2020-04-24Reply Filtering: Refactor.lain
2020-04-24Merge branch 'openapi-improvements' into 'develop'lain
Support validation for inline OpenAPI schema and automatic tests for examples Closes #1696 See merge request pleroma/pleroma!2421
2020-04-24[#2409] Tested all auth setup configs in AuthTestControllerTest. Adjusted ↵Ivan Tashkinov
:skip_plug definitions for some endpoints.
2020-04-24reply filteringAlexander
2020-04-24Announcements: Prevent race condition.lain
2020-04-24ActivitPub: Remove `like` function.lain
We don't need another way to build likes.
2020-04-24Support validation for inline OpenAPI schema and automatic tests for examplesEgor Kislitsyn
2020-04-23ChatMessage: Correctly ingest emoji tags.lain
2020-04-23Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-04-23Merge branch 'bugfix/repeating-announce' into 'develop'rinpatch
CommonAPI: Don't make repeating announces possible See merge request pleroma/pleroma!2418
2020-04-23CommonAPI: Don't make repeating announces possiblelain
2020-04-23Merge branch 'bugfix/null-scheduled-at' into 'develop'rinpatch
StatusController: Ignore nil scheduled_at parameters. Closes #1699 See merge request pleroma/pleroma!2412
2020-04-22Merge branch 'bugfix/1629-fav-race-condition' into 'develop'lain
SideEffects: Run in transaction. Closes #1629 See merge request pleroma/pleroma!2417
2020-04-22Merge branch 'bugfix/1670-user-count' into 'develop'Haelwenn
Stats: Ignore internal users for user count. Closes #1670 See merge request pleroma/pleroma!2414
2020-04-22Stats: Use `invisible` property for filtering.lain
2020-04-22SideEffects: Run in transaction.lain
This fixes race conditions.
2020-04-22Merge branch 'develop' into openapi/accountEgor Kislitsyn
2020-04-22Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
automatic-authentication-and-instance-publicity-checks # Conflicts: # lib/pleroma/web/mastodon_api/controllers/account_controller.ex
2020-04-22Merge branch 'fix/follow-and-blocks-import' into 'develop'Haelwenn
Fix follower/blocks import when nicknames starts with @ Closes #1698 See merge request pleroma/pleroma!2416
2020-04-22Merge branch 'bugfix/following-fix-status-code' into 'develop'Haelwenn
AccountController: Use code 400 for self-follow. Closes #1674 See merge request pleroma/pleroma!2413
2020-04-22Merge branch 'bugfix/1543-streaming-boosts' into 'develop'Haelwenn
Streamer: Stream boosts to the boosting user. Closes #1543 See merge request pleroma/pleroma!2415
2020-04-22Fix Oban warningEgor Kislitsyn
Warning example: [warn] Expected Elixir.Pleroma.Workers.BackgroundWorker.perform/2 to return :ok, {:ok, value}, or {:error, reason}. Instead received: [error: "not found @user@server.party", error: "not found "] The job will be considered a success.
2020-04-22Fix blocks importEgor Kislitsyn
2020-04-22Fix follow importEgor Kislitsyn