aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
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-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-22Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
1364-no-pushes-from-blocked-domains-users # Conflicts: # CHANGELOG.md
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
2020-04-22Streamer: Stream boosts to the boosting user.lain
2020-04-22Merge branch 'feature/voters-count' into 'develop'Haelwenn
Polls: Persist and show voters' count Closes #1702 See merge request pleroma/pleroma!2411
2020-04-22Merge branch 'worker-messages' into 'develop'Haelwenn
Worker messages Closes #1705 See merge request pleroma/pleroma!2410
2020-04-22Stats: Ignore internal users for user count.lain
2020-04-22AccountController: Use code 400 for self-follow.lain
2020-04-22Merge branch 'fix/1689-fix-migrate-to-db' into 'develop'lain
Fix migrate to db config Closes #1689 See merge request pleroma/pleroma!2394
2020-04-22StatusController: Ignore nil scheduled_at parameters.lain
2020-04-22Polls: Persist and show voters' countlain
2020-04-22Federator: Return proper values for jobslain
2020-04-22WebPush: Return proper values for jobs.lain
2020-04-21Automatic checks of authentication / instance publicity. Definition of ↵Ivan Tashkinov
missing OAuth scopes in AdminAPIController. Refactoring.
2020-04-21Merge branch 'openapi/custom-emojis' into 'develop'lain
Add OpenAPI spec for CustomEmojiController See merge request pleroma/pleroma!2375
2020-04-21Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
1364-no-pushes-from-blocked-domains-users # Conflicts: # CHANGELOG.md
2020-04-20Merge remote-tracking branch 'upstream/develop' into accept-deletesAlex Gleason
2020-04-20Add :reject_deletes option to SimplePolicyAlex Gleason
2020-04-20Merge branch 'develop' into openapi/accountEgor Kislitsyn
2020-04-20Merge branch 'cleanup-subscription-controller' into 'develop'lain
Cleanup SubscriptionController See merge request pleroma/pleroma!2393
2020-04-20Fix ObjectAgePolicyTestIlja
The policy didn't block old posts as it should. * I fixed it and tested on a test server * I added the settings to description so that this information is shown in nodeinfo * TODO: I didn't work TTD and still need to fix the tests
2020-04-19Merge branch '1559-follow-request-notifications' into 'develop'rinpatch
[#1559] Support for "follow_request" notifications Closes #1559 See merge request pleroma/pleroma!2354
2020-04-17[#1682] Fixed Basic Auth permissions issue by disabling OAuth scopes checks ↵Ivan Tashkinov
when password is provided. Refactored plugs skipping functionality.
2020-04-17Improve OpenAPI errorsEgor Kislitsyn
2020-04-17SideEffects: Test for notification creation.lain
2020-04-17Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
1559-follow-request-notifications # Conflicts: # CHANGELOG.md
2020-04-17don't restart postgrexAlexander Strizhakov