Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-24 | [#2409] Made `GET /api/v1/accounts/:id/favourites` auth-optional, adjusted ↵ | Ivan Tashkinov | |
tests. | |||
2020-04-24 | Merge branch 'bugfix/announce-race-condition' into 'develop' | rinpatch | |
Announcements: Prevent race condition. See merge request pleroma/pleroma!2423 | |||
2020-04-24 | Merge branch 'reply-filtering-refactor' into 'develop' | lain | |
Reply filtering refactor See merge request pleroma/pleroma!2424 | |||
2020-04-24 | Reply Filtering: Refactor. | lain | |
2020-04-24 | Merge 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-24 | reply filtering | Alexander | |
2020-04-24 | Announcements: Prevent race condition. | lain | |
2020-04-24 | ActivitPub: Remove `like` function. | lain | |
We don't need another way to build likes. | |||
2020-04-24 | Support validation for inline OpenAPI schema and automatic tests for examples | Egor Kislitsyn | |
2020-04-23 | Merge branch 'bugfix/repeating-announce' into 'develop' | rinpatch | |
CommonAPI: Don't make repeating announces possible See merge request pleroma/pleroma!2418 | |||
2020-04-23 | CommonAPI: Don't make repeating announces possible | lain | |
2020-04-23 | Merge branch 'bugfix/null-scheduled-at' into 'develop' | rinpatch | |
StatusController: Ignore nil scheduled_at parameters. Closes #1699 See merge request pleroma/pleroma!2412 | |||
2020-04-22 | Merge branch 'bugfix/1629-fav-race-condition' into 'develop' | lain | |
SideEffects: Run in transaction. Closes #1629 See merge request pleroma/pleroma!2417 | |||
2020-04-22 | Merge 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-22 | Stats: Use `invisible` property for filtering. | lain | |
2020-04-22 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1364-no-pushes-from-blocked-domains-users # Conflicts: # CHANGELOG.md | |||
2020-04-22 | SideEffects: Run in transaction. | lain | |
This fixes race conditions. | |||
2020-04-22 | Merge branch 'develop' into openapi/account | Egor Kislitsyn | |
2020-04-22 | Merge 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-22 | Merge 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-22 | Merge 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-22 | Merge 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-22 | Fix Oban warning | Egor 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-22 | Fix blocks import | Egor Kislitsyn | |
2020-04-22 | Fix follow import | Egor Kislitsyn | |
2020-04-22 | Streamer: Stream boosts to the boosting user. | lain | |
2020-04-22 | Merge branch 'feature/voters-count' into 'develop' | Haelwenn | |
Polls: Persist and show voters' count Closes #1702 See merge request pleroma/pleroma!2411 | |||
2020-04-22 | Merge branch 'worker-messages' into 'develop' | Haelwenn | |
Worker messages Closes #1705 See merge request pleroma/pleroma!2410 | |||
2020-04-22 | Stats: Ignore internal users for user count. | lain | |
2020-04-22 | AccountController: Use code 400 for self-follow. | lain | |
2020-04-22 | Merge 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-22 | StatusController: Ignore nil scheduled_at parameters. | lain | |
2020-04-22 | Polls: Persist and show voters' count | lain | |
2020-04-22 | Federator: Return proper values for jobs | lain | |
2020-04-22 | WebPush: Return proper values for jobs. | lain | |
2020-04-21 | Automatic checks of authentication / instance publicity. Definition of ↵ | Ivan Tashkinov | |
missing OAuth scopes in AdminAPIController. Refactoring. | |||
2020-04-21 | Merge branch 'openapi/custom-emojis' into 'develop' | lain | |
Add OpenAPI spec for CustomEmojiController See merge request pleroma/pleroma!2375 | |||
2020-04-21 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1364-no-pushes-from-blocked-domains-users # Conflicts: # CHANGELOG.md | |||
2020-04-20 | Merge remote-tracking branch 'upstream/develop' into accept-deletes | Alex Gleason | |
2020-04-20 | Add :reject_deletes option to SimplePolicy | Alex Gleason | |
2020-04-20 | Merge branch 'develop' into openapi/account | Egor Kislitsyn | |
2020-04-20 | Merge branch 'cleanup-subscription-controller' into 'develop' | lain | |
Cleanup SubscriptionController See merge request pleroma/pleroma!2393 | |||
2020-04-20 | Fix ObjectAgePolicyTest | Ilja | |
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-19 | Merge 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-17 | Improve OpenAPI errors | Egor Kislitsyn | |
2020-04-17 | SideEffects: Test for notification creation. | lain | |
2020-04-17 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1559-follow-request-notifications # Conflicts: # CHANGELOG.md | |||
2020-04-17 | don't restart postgrex | Alexander Strizhakov | |