Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-30 | return data only for updated emoji | Alexander Strizhakov | |
2020-04-30 | Transmogrifier Tests: Extract deletion tests. | lain | |
2020-04-30 | Merge branch 'develop' into openapi/notifications | Egor Kislitsyn | |
2020-04-30 | Merge branch 'develop' into openapi/reports | Egor Kislitsyn | |
2020-04-29 | Add tests for account registration with captcha enabled and improve errors | Egor Kislitsyn | |
2020-04-29 | ObjectValidator: Add validation for `Delete`s. | lain | |
2020-04-29 | Object Validator Types: Add Recipients. | lain | |
2020-04-29 | added test | Maksim Pechnikov | |
2020-04-28 | Add OpenAPI spec for NotificationController | Egor Kislitsyn | |
2020-04-28 | 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-28 | Add OpenAPI spec for ReportController | Egor Kislitsyn | |
2020-04-28 | Merge branch 'openapi/account' into 'develop' | rinpatch | |
Add OpenAPI specs for AccountController See merge request pleroma/pleroma!2374 | |||
2020-04-28 | Merge branch 'mongoose-secure' into 'develop' | lain | |
mongoose auth endpoint worked for deactivated accounts See merge request pleroma/pleroma!2432 | |||
2020-04-28 | convert markdown content to html | Maksim Pechnikov | |
2020-04-28 | formating | fence | |
2020-04-27 | Move single used schemas to operation schema | Egor Kislitsyn | |
2020-04-27 | mongooseim test: explicitly set password for the deactivated used | fence | |
2020-04-27 | requested changes to mongoose test | fence | |
2020-04-27 | Use `json_response_and_validate_schema/2` in tests to validate OpenAPI schema | Egor Kislitsyn | |
2020-04-27 | add tests for deactivated users for mongoose auth | fence | |
2020-04-27 | InstanceController: Add extensions to `/api/v1/instance` | lain | |
2020-04-27 | Merge branch 'develop' into openapi/account | Egor Kislitsyn | |
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 | 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 | AccountController: Use code 400 for self-follow. | lain | |
2020-04-22 | StatusController: Ignore nil scheduled_at parameters. | lain | |
2020-04-22 | Polls: Persist and show voters' count | lain | |