akkoma
4 years agoChatOperation: Refactor.
lain [Wed, 29 Apr 2020 11:34:43 +0000 (13:34 +0200)]
ChatOperation: Refactor.

4 years agoMerge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
lain [Wed, 29 Apr 2020 11:19:04 +0000 (13:19 +0200)]
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms

4 years agoMerge branch 'automatic-authentication-and-instance-publicity-checks' into 'develop'
lain [Wed, 29 Apr 2020 11:09:30 +0000 (11:09 +0000)]
Merge branch 'automatic-authentication-and-instance-publicity-checks' into 'develop'

Automatic checks of authentication / authorization / instance publicity

See merge request pleroma/pleroma!2409

4 years ago[#2349] Post-merge fix.
Ivan Tashkinov [Tue, 28 Apr 2020 17:04:25 +0000 (20:04 +0300)]
[#2349] Post-merge fix.

4 years agoMerge remote-tracking branch 'remotes/origin/develop' into automatic-authentication...
Ivan Tashkinov [Tue, 28 Apr 2020 16:56:20 +0000 (19:56 +0300)]
Merge remote-tracking branch 'remotes/origin/develop' into automatic-authentication-and-instance-publicity-checks

# Conflicts:
# lib/pleroma/web/mastodon_api/controllers/account_controller.ex

4 years agoMerge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
lain [Tue, 28 Apr 2020 15:48:05 +0000 (17:48 +0200)]
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms

4 years agoMerge branch 'docs/notification_destroy_multiple' into 'develop'
lain [Tue, 28 Apr 2020 15:40:18 +0000 (15:40 +0000)]
Merge branch 'docs/notification_destroy_multiple' into 'develop'

Document DELETE /api/v1/notifications/destroy_multiple

Closes #1711

See merge request pleroma/pleroma!2435

4 years agoPipeline: Unify, refactor, DRY.
lain [Tue, 28 Apr 2020 15:29:54 +0000 (17:29 +0200)]
Pipeline: Unify, refactor, DRY.

4 years agoDocument DELETE /api/v1/notifications/destroy_multiple
Mark Felder [Tue, 28 Apr 2020 15:13:58 +0000 (10:13 -0500)]
Document DELETE /api/v1/notifications/destroy_multiple

4 years agoCreateChatMessageValidator: Validate object existence
lain [Tue, 28 Apr 2020 14:45:28 +0000 (16:45 +0200)]
CreateChatMessageValidator: Validate object existence

4 years agoCreate activity handling: Flip it and reverse it
lain [Tue, 28 Apr 2020 14:26:19 +0000 (16:26 +0200)]
Create activity handling: Flip it and reverse it

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.

4 years agoMerge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
lain [Tue, 28 Apr 2020 12:16:21 +0000 (14:16 +0200)]
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms

4 years agoMerge branch 'openapi/account' into 'develop'
rinpatch [Tue, 28 Apr 2020 11:57:16 +0000 (11:57 +0000)]
Merge branch 'openapi/account' into 'develop'

Add OpenAPI specs for AccountController

See merge request pleroma/pleroma!2374

4 years agoSideEffects: Use Object.normalize to get the object.
lain [Tue, 28 Apr 2020 11:43:58 +0000 (13:43 +0200)]
SideEffects: Use Object.normalize to get the object.

4 years agoRecipient Type: Cast all elements as ObjectIDs.
lain [Tue, 28 Apr 2020 11:38:02 +0000 (13:38 +0200)]
Recipient Type: Cast all elements as ObjectIDs.

4 years agoMerge branch 'mongoose-secure' into 'develop'
lain [Tue, 28 Apr 2020 09:18:59 +0000 (09:18 +0000)]
Merge branch 'mongoose-secure' into 'develop'

mongoose auth endpoint worked for deactivated accounts

See merge request pleroma/pleroma!2432

4 years agoformating
fence [Mon, 27 Apr 2020 23:29:31 +0000 (01:29 +0200)]
formating

4 years agoMove single used schemas to operation schema
Egor Kislitsyn [Mon, 27 Apr 2020 18:55:05 +0000 (22:55 +0400)]
Move single used schemas to operation schema

4 years agomongooseim test: explicitly set password for the deactivated used
fence [Mon, 27 Apr 2020 17:32:58 +0000 (19:32 +0200)]
mongooseim test: explicitly set password for the deactivated used

4 years agorequested changes to mongoose test
fence [Mon, 27 Apr 2020 17:16:05 +0000 (19:16 +0200)]
requested changes to mongoose test

4 years agorequested changes to mongoose_im_controller.ex
fence [Mon, 27 Apr 2020 17:11:03 +0000 (19:11 +0200)]
requested changes to mongoose_im_controller.ex

4 years agoUse `json_response_and_validate_schema/2` in tests to validate OpenAPI schema
Egor Kislitsyn [Mon, 27 Apr 2020 16:46:52 +0000 (20:46 +0400)]
Use `json_response_and_validate_schema/2` in tests to validate OpenAPI schema

4 years agoadd tests for deactivated users for mongoose auth
fence [Mon, 27 Apr 2020 16:31:00 +0000 (18:31 +0200)]
add tests for deactivated users for mongoose auth

4 years agosecure mongoose auth endpoint
fence [Mon, 27 Apr 2020 15:55:33 +0000 (17:55 +0200)]
secure mongoose auth endpoint

4 years agoCredo fixes.
lain [Mon, 27 Apr 2020 15:55:29 +0000 (17:55 +0200)]
Credo fixes.

4 years agoDocs: Align chat api changes with docs.
lain [Mon, 27 Apr 2020 15:52:16 +0000 (17:52 +0200)]
Docs: Align chat api changes with docs.

4 years agoChat API: Align more to Pleroma/Mastodon API.
lain [Mon, 27 Apr 2020 15:48:34 +0000 (17:48 +0200)]
Chat API: Align more to Pleroma/Mastodon API.

4 years agoChatView: Add actor_account_id
lain [Mon, 27 Apr 2020 14:08:03 +0000 (16:08 +0200)]
ChatView: Add actor_account_id

4 years agoCredo fixes.
lain [Mon, 27 Apr 2020 12:02:11 +0000 (14:02 +0200)]
Credo fixes.

4 years agoDocs: Add chat motivation and api description.
lain [Mon, 27 Apr 2020 11:48:09 +0000 (13:48 +0200)]
Docs: Add chat motivation and api description.

4 years agoChat Schemas: Inline unimportant Schemas.
lain [Mon, 27 Apr 2020 10:45:59 +0000 (12:45 +0200)]
Chat Schemas: Inline unimportant Schemas.

4 years agoMerge branch 'develop' into openapi/account
Egor Kislitsyn [Mon, 27 Apr 2020 10:33:00 +0000 (14:33 +0400)]
Merge branch 'develop' into openapi/account

4 years agoChatControllerTest: Use new schema testing functions.
lain [Mon, 27 Apr 2020 10:19:27 +0000 (12:19 +0200)]
ChatControllerTest: Use new schema testing functions.

4 years agoMerge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
lain [Mon, 27 Apr 2020 10:07:08 +0000 (12:07 +0200)]
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms

4 years agoMerge branch 'img-src-blob' into 'develop'
rinpatch [Sun, 26 Apr 2020 11:39:17 +0000 (11:39 +0000)]
Merge branch 'img-src-blob' into 'develop'

Let blob: pass CSP

See merge request pleroma/pleroma!2427

4 years agoLet blob: pass CSP
Alex Gleason [Sun, 26 Apr 2020 05:28:57 +0000 (00:28 -0500)]
Let blob: pass CSP

4 years agoMerge branch '1706-dm-timeline-failure-fix' into 'develop'
lain [Sat, 25 Apr 2020 19:24:22 +0000 (19:24 +0000)]
Merge branch '1706-dm-timeline-failure-fix' into 'develop'

[#1706] Prevented error on unresolved activity actors for timeline actions

Closes #1706

See merge request pleroma/pleroma!2425

4 years ago[#1706] Formatting fix.
Ivan Tashkinov [Sat, 25 Apr 2020 15:42:08 +0000 (18:42 +0300)]
[#1706] Formatting fix.

4 years ago[#1706] Prevented error on unresolved activity actors for timeline actions.
Ivan Tashkinov [Sat, 25 Apr 2020 15:24:10 +0000 (18:24 +0300)]
[#1706] Prevented error on unresolved activity actors for timeline actions.

4 years ago[#2409] Made `GET /api/v1/accounts/:id/favourites` auth-optional, adjusted tests.
Ivan Tashkinov [Fri, 24 Apr 2020 19:25:27 +0000 (22:25 +0300)]
[#2409] Made `GET /api/v1/accounts/:id/favourites` auth-optional, adjusted tests.

4 years agoMerge branch 'bugfix/announce-race-condition' into 'develop'
rinpatch [Fri, 24 Apr 2020 16:58:24 +0000 (16:58 +0000)]
Merge branch 'bugfix/announce-race-condition' into 'develop'

Announcements: Prevent race condition.

See merge request pleroma/pleroma!2423

4 years agoMerge branch 'reply-filtering-refactor' into 'develop'
lain [Fri, 24 Apr 2020 16:32:13 +0000 (16:32 +0000)]
Merge branch 'reply-filtering-refactor' into 'develop'

Reply filtering refactor

See merge request pleroma/pleroma!2424

4 years agoReply Filtering: Refactor.
lain [Fri, 24 Apr 2020 16:25:26 +0000 (18:25 +0200)]
Reply Filtering: Refactor.

4 years agoMerge branch 'openapi-improvements' into 'develop'
lain [Fri, 24 Apr 2020 16:10:43 +0000 (16:10 +0000)]
Merge branch 'openapi-improvements' into 'develop'

Support validation for inline OpenAPI schema and automatic tests for examples

Closes #1696

See merge request pleroma/pleroma!2421

4 years ago[#2409] Tested all auth setup configs in AuthTestControllerTest. Adjusted :skip_plug...
Ivan Tashkinov [Fri, 24 Apr 2020 13:52:38 +0000 (16:52 +0300)]
[#2409] Tested all auth setup configs in AuthTestControllerTest. Adjusted :skip_plug definitions for some endpoints.

4 years agoApply suggestion to CHANGELOG.md
lain [Fri, 24 Apr 2020 10:27:51 +0000 (10:27 +0000)]
Apply suggestion to CHANGELOG.md

4 years agoUpdate differences_in_mastoapi_responses.md
lain [Fri, 24 Apr 2020 10:26:54 +0000 (10:26 +0000)]
Update differences_in_mastoapi_responses.md

4 years agobench sync
Alexander Strizhakov [Fri, 24 Apr 2020 06:57:30 +0000 (09:57 +0300)]
bench sync

4 years agoupdating benchmarks
Alexander Strizhakov [Fri, 24 Apr 2020 06:24:08 +0000 (09:24 +0300)]
updating benchmarks

4 years agoformatting
Alexander [Wed, 4 Dec 2019 07:29:26 +0000 (10:29 +0300)]
formatting

4 years agoreply filtering
Alexander [Wed, 4 Dec 2019 06:49:17 +0000 (09:49 +0300)]
reply filtering

4 years agoAnnouncements: Prevent race condition.
lain [Fri, 24 Apr 2020 12:37:53 +0000 (14:37 +0200)]
Announcements: Prevent race condition.

4 years agoMerge branch 'feature/remove-unused-like-code' into 'develop'
lain [Fri, 24 Apr 2020 12:09:15 +0000 (12:09 +0000)]
Merge branch 'feature/remove-unused-like-code' into 'develop'

ActivitPub: Remove `like` function.

See merge request pleroma/pleroma!2422

4 years agoCredo fixes.
lain [Fri, 24 Apr 2020 11:59:48 +0000 (13:59 +0200)]
Credo fixes.

4 years agoActivitPub: Remove `like` function.
lain [Fri, 24 Apr 2020 11:48:13 +0000 (13:48 +0200)]
ActivitPub: Remove `like` function.

We don't need another way to build likes.

4 years agoSupport validation for inline OpenAPI schema and automatic tests for examples
Egor Kislitsyn [Fri, 24 Apr 2020 10:46:59 +0000 (14:46 +0400)]
Support validation for inline OpenAPI schema and automatic tests for examples

4 years ago[#2409] Fixed before-action callback results persistence.
Ivan Tashkinov [Thu, 23 Apr 2020 18:47:33 +0000 (21:47 +0300)]
[#2409] Fixed before-action callback results persistence.

4 years agoDocs: Add documentation about chatmessages
lain [Thu, 23 Apr 2020 14:55:00 +0000 (16:55 +0200)]
Docs: Add documentation about chatmessages

4 years agoChatMessage: Correctly ingest emoji tags.
lain [Thu, 23 Apr 2020 14:19:49 +0000 (16:19 +0200)]
ChatMessage: Correctly ingest emoji tags.

4 years agoMerge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
lain [Thu, 23 Apr 2020 13:47:08 +0000 (15:47 +0200)]
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms

4 years agoMerge branch 'bugfix/repeating-announce' into 'develop'
rinpatch [Thu, 23 Apr 2020 12:40:38 +0000 (12:40 +0000)]
Merge branch 'bugfix/repeating-announce' into 'develop'

CommonAPI: Don't make repeating announces possible

See merge request pleroma/pleroma!2418

4 years agoCommonAPI: Don't make repeating announces possible
lain [Thu, 23 Apr 2020 11:33:30 +0000 (13:33 +0200)]
CommonAPI: Don't make repeating announces possible

4 years agoMerge branch 'bugfix/null-scheduled-at' into 'develop'
rinpatch [Thu, 23 Apr 2020 11:22:30 +0000 (11:22 +0000)]
Merge branch 'bugfix/null-scheduled-at' into 'develop'

StatusController: Ignore nil scheduled_at parameters.

Closes #1699

See merge request pleroma/pleroma!2412

4 years agoMerge branch 'bugfix/1629-fav-race-condition' into 'develop'
lain [Wed, 22 Apr 2020 19:26:32 +0000 (19:26 +0000)]
Merge branch 'bugfix/1629-fav-race-condition' into 'develop'

SideEffects: Run in transaction.

Closes #1629

See merge request pleroma/pleroma!2417

4 years agoSideEffects: Use less cryptic syntax.
lain [Wed, 22 Apr 2020 19:21:21 +0000 (21:21 +0200)]
SideEffects: Use less cryptic syntax.

4 years agoMerge branch 'bugfix/1670-user-count' into 'develop'
Haelwenn [Wed, 22 Apr 2020 17:37:09 +0000 (17:37 +0000)]
Merge branch 'bugfix/1670-user-count' into 'develop'

Stats: Ignore internal users for user count.

Closes #1670

See merge request pleroma/pleroma!2414

4 years agoStats: Use `invisible` property for filtering.
lain [Wed, 22 Apr 2020 17:02:22 +0000 (19:02 +0200)]
Stats: Use `invisible` property for filtering.

4 years agoSideEffects: Run in transaction.
lain [Wed, 22 Apr 2020 16:40:53 +0000 (18:40 +0200)]
SideEffects: Run in transaction.

This fixes race conditions.

4 years agoUpdate Flake ID description
Egor Kislitsyn [Wed, 22 Apr 2020 16:20:19 +0000 (20:20 +0400)]
Update Flake ID description

4 years agoMerge branch 'develop' into openapi/account
Egor Kislitsyn [Wed, 22 Apr 2020 16:18:12 +0000 (20:18 +0400)]
Merge branch 'develop' into openapi/account

4 years agoMerge remote-tracking branch 'remotes/origin/develop' into automatic-authentication...
Ivan Tashkinov [Wed, 22 Apr 2020 15:51:59 +0000 (18:51 +0300)]
Merge remote-tracking branch 'remotes/origin/develop' into automatic-authentication-and-instance-publicity-checks

# Conflicts:
# lib/pleroma/web/mastodon_api/controllers/account_controller.ex

4 years agoFixed OAuth restrictions for :api routes. Made auth info dropped for :api routes...
Ivan Tashkinov [Wed, 22 Apr 2020 15:50:25 +0000 (18:50 +0300)]
Fixed OAuth restrictions for :api routes. Made auth info dropped for :api routes if OAuth check was neither performed nor explicitly skipped.

4 years agoMerge branch 'fix/follow-and-blocks-import' into 'develop'
Haelwenn [Wed, 22 Apr 2020 15:46:04 +0000 (15:46 +0000)]
Merge branch 'fix/follow-and-blocks-import' into 'develop'

Fix follower/blocks import when nicknames starts with @

Closes #1698

See merge request pleroma/pleroma!2416

4 years agoMerge branch 'bugfix/following-fix-status-code' into 'develop'
Haelwenn [Wed, 22 Apr 2020 15:33:04 +0000 (15:33 +0000)]
Merge branch 'bugfix/following-fix-status-code' into 'develop'

AccountController: Use code 400 for self-follow.

Closes #1674

See merge request pleroma/pleroma!2413

4 years agoMerge branch 'bugfix/1543-streaming-boosts' into 'develop'
Haelwenn [Wed, 22 Apr 2020 15:31:51 +0000 (15:31 +0000)]
Merge branch 'bugfix/1543-streaming-boosts' into 'develop'

Streamer: Stream boosts to the boosting user.

Closes #1543

See merge request pleroma/pleroma!2415

4 years agoUpdate CHANGELOG
Egor Kislitsyn [Wed, 22 Apr 2020 15:31:03 +0000 (19:31 +0400)]
Update CHANGELOG

4 years agoFix Oban warning
Egor Kislitsyn [Wed, 22 Apr 2020 15:00:08 +0000 (19:00 +0400)]
Fix Oban warning

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.

4 years agoFix blocks import
Egor Kislitsyn [Wed, 22 Apr 2020 14:13:13 +0000 (18:13 +0400)]
Fix blocks import

4 years agoFix follow import
Egor Kislitsyn [Tue, 21 Apr 2020 16:05:25 +0000 (20:05 +0400)]
Fix follow import

4 years agoStreamer: Stream boosts to the boosting user.
lain [Wed, 22 Apr 2020 15:21:13 +0000 (17:21 +0200)]
Streamer: Stream boosts to the boosting user.

4 years agoMerge branch 'feature/voters-count' into 'develop'
Haelwenn [Wed, 22 Apr 2020 15:12:19 +0000 (15:12 +0000)]
Merge branch 'feature/voters-count' into 'develop'

Polls: Persist and show voters' count

Closes #1702

See merge request pleroma/pleroma!2411

4 years agoMerge branch 'worker-messages' into 'develop'
Haelwenn [Wed, 22 Apr 2020 15:09:10 +0000 (15:09 +0000)]
Merge branch 'worker-messages' into 'develop'

Worker messages

Closes #1705

See merge request pleroma/pleroma!2410

4 years agoMerge branch 'microformats' into 'develop'
lain [Wed, 22 Apr 2020 14:10:55 +0000 (14:10 +0000)]
Merge branch 'microformats' into 'develop'

static_fe: Add microformats2 classes

See merge request pleroma/pleroma!2215

4 years agostatic_fe: Add microformats2 classes
Karol Kosek [Wed, 22 Apr 2020 14:02:40 +0000 (16:02 +0200)]
static_fe: Add microformats2 classes

4 years agoStats: Ignore internal users for user count.
lain [Wed, 22 Apr 2020 13:31:37 +0000 (15:31 +0200)]
Stats: Ignore internal users for user count.

4 years agoAccountController: Use code 400 for self-follow.
lain [Wed, 22 Apr 2020 13:04:26 +0000 (15:04 +0200)]
AccountController: Use code 400 for self-follow.

4 years agoMerge branch 'fix/1689-fix-migrate-to-db' into 'develop'
lain [Wed, 22 Apr 2020 12:41:31 +0000 (12:41 +0000)]
Merge branch 'fix/1689-fix-migrate-to-db' into 'develop'

Fix migrate to db config

Closes #1689

See merge request pleroma/pleroma!2394

4 years agoStatusController: Ignore nil scheduled_at parameters.
lain [Wed, 22 Apr 2020 12:26:19 +0000 (14:26 +0200)]
StatusController: Ignore nil scheduled_at parameters.

4 years agoMerge branch 'docs/debian-packages' into 'develop'
lain [Wed, 22 Apr 2020 12:10:27 +0000 (12:10 +0000)]
Merge branch 'docs/debian-packages' into 'develop'

debian_based_*.md: Use erlang-nox metapackage

See merge request pleroma/pleroma!2268

4 years agoApply suggestion to docs/installation/debian_based_en.md
lain [Wed, 22 Apr 2020 12:10:20 +0000 (12:10 +0000)]
Apply suggestion to docs/installation/debian_based_en.md

4 years agoPolls: Persist and show voters' count
lain [Wed, 22 Apr 2020 12:06:39 +0000 (14:06 +0200)]
Polls: Persist and show voters' count

4 years agoFederator: Return proper values for jobs
lain [Wed, 22 Apr 2020 11:28:52 +0000 (13:28 +0200)]
Federator: Return proper values for jobs

4 years agoWebPush: Return proper values for jobs.
lain [Wed, 22 Apr 2020 11:28:34 +0000 (13:28 +0200)]
WebPush: Return proper values for jobs.

4 years agoLitepub: Add ChatMessage.
lain [Wed, 22 Apr 2020 10:52:39 +0000 (12:52 +0200)]
Litepub: Add ChatMessage.

4 years agoChatMessageValidator: Validation changes
lain [Wed, 22 Apr 2020 10:48:52 +0000 (12:48 +0200)]
ChatMessageValidator: Validation changes

Don't validate if the recipient is blocking the actor.

4 years agoAdd OpenAPI schema for FlakeID
Egor Kislitsyn [Tue, 21 Apr 2020 19:54:45 +0000 (23:54 +0400)]
Add OpenAPI schema for FlakeID

4 years agoImprove OpenAPI schema
Egor Kislitsyn [Tue, 21 Apr 2020 19:30:24 +0000 (23:30 +0400)]
Improve OpenAPI schema

- Removes unneeded wrapping in examples
- Adds `:format` attributes

4 years agoChatControllerTest: Credo fixes.
lain [Tue, 21 Apr 2020 16:32:30 +0000 (18:32 +0200)]
ChatControllerTest: Credo fixes.

4 years agoChatController: Validate parameters.
lain [Tue, 21 Apr 2020 16:23:00 +0000 (18:23 +0200)]
ChatController: Validate parameters.

4 years agoChats: Add API specs.
lain [Tue, 21 Apr 2020 15:51:06 +0000 (17:51 +0200)]
Chats: Add API specs.