akkoma
3 years agoMerge branch 'develop' of git.pleroma.social:pleroma/pleroma into features/mastoapi...
lain [Fri, 3 Jul 2020 14:44:31 +0000 (16:44 +0200)]
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into features/mastoapi-2.9.0-status_text

3 years agoMerge branch '1892-exclude-bots-from-search-results' into 'develop'
lain [Fri, 3 Jul 2020 14:38:22 +0000 (14:38 +0000)]
Merge branch '1892-exclude-bots-from-search-results' into 'develop'

[#1892] Exclusion of service actors from user search results

Closes #1892

See merge request pleroma/pleroma!2708

3 years agoSearchController: Trim query.
lain [Fri, 3 Jul 2020 14:36:55 +0000 (16:36 +0200)]
SearchController: Trim query.

3 years agoMerge branch '1910-migration-fix' into 'develop'
rinpatch [Fri, 3 Jul 2020 10:44:19 +0000 (10:44 +0000)]
Merge branch '1910-migration-fix' into 'develop'

Notification Backfill: Explicitly select the needed fields.

Closes #1910

See merge request pleroma/pleroma!2715

3 years agoNotification Backfill: Explicitly select the needed fields.
lain [Fri, 3 Jul 2020 09:25:12 +0000 (11:25 +0200)]
Notification Backfill: Explicitly select the needed fields.

Prevents a crashing migration when we change user fields.

3 years ago[#1892] Excluded internal users (applications) from user search results, reinstated...
Ivan Tashkinov [Fri, 3 Jul 2020 08:02:15 +0000 (11:02 +0300)]
[#1892] Excluded internal users (applications) from user search results, reinstated service actors in search results.

3 years agoMerge branch 'feature/1885-MRF-metadata' into 'develop'
feld [Thu, 2 Jul 2020 19:44:05 +0000 (19:44 +0000)]
Merge branch 'feature/1885-MRF-metadata' into 'develop'

Feature/1885 mrf metadata

Closes #1885

See merge request pleroma/pleroma!2693

3 years agoMerge branch 'activation-meta' into 'develop'
feld [Thu, 2 Jul 2020 18:12:03 +0000 (18:12 +0000)]
Merge branch 'activation-meta' into 'develop'

Add more FE-required fields to /api/v1/instance

See merge request pleroma/pleroma!2613

3 years agoMerge branch 'develop' into activation-meta
Mark Felder [Thu, 2 Jul 2020 18:01:22 +0000 (13:01 -0500)]
Merge branch 'develop' into activation-meta

3 years agoDocument the new API extension of /api/v1/instance
Mark Felder [Thu, 2 Jul 2020 17:59:45 +0000 (12:59 -0500)]
Document the new API extension of /api/v1/instance

3 years agoRemove camelCase from the keys
Mark Felder [Thu, 2 Jul 2020 17:55:08 +0000 (12:55 -0500)]
Remove camelCase from the keys

3 years agoLint, long lines
Mark Felder [Thu, 2 Jul 2020 15:33:27 +0000 (10:33 -0500)]
Lint, long lines

3 years agoImprove descriptions, move primary MRF settings to top for AdminFE ordering
Mark Felder [Thu, 2 Jul 2020 15:27:15 +0000 (10:27 -0500)]
Improve descriptions, move primary MRF settings to top for AdminFE ordering

3 years agoUpdate AdminFE build to utilize new MRF metadata
Mark Felder [Thu, 2 Jul 2020 15:16:19 +0000 (10:16 -0500)]
Update AdminFE build to utilize new MRF metadata

3 years agoMerge branch 'develop' into feature/1885-MRF-metadata
Mark Felder [Thu, 2 Jul 2020 14:57:57 +0000 (09:57 -0500)]
Merge branch 'develop' into feature/1885-MRF-metadata

3 years agoMerge branch 'fetcher-fixes' into 'develop'
rinpatch [Thu, 2 Jul 2020 10:17:51 +0000 (10:17 +0000)]
Merge branch 'fetcher-fixes' into 'develop'

Don't fail fetching when the user in a replied-to message can't be fetched.

See merge request pleroma/pleroma!2711

3 years agoMerge branch '1907-fix-announce-streaming' into 'develop'
rinpatch [Thu, 2 Jul 2020 10:08:42 +0000 (10:08 +0000)]
Merge branch '1907-fix-announce-streaming' into 'develop'

Resolve "Streaming API: Repeats of your posts from random people are pushed to the timeline"

Closes #1907

See merge request pleroma/pleroma!2714

3 years agoMerge branch 'feature/update-description' into 'develop'
lain [Thu, 2 Jul 2020 08:43:32 +0000 (08:43 +0000)]
Merge branch 'feature/update-description' into 'develop'

Update settings descriptions and labels

See merge request pleroma/pleroma!2709

3 years agoCredo fixes.
lain [Thu, 2 Jul 2020 07:57:31 +0000 (09:57 +0200)]
Credo fixes.

3 years agoChangelog: Update with stream changes.
lain [Thu, 2 Jul 2020 07:54:48 +0000 (09:54 +0200)]
Changelog: Update with stream changes.

3 years agoStreamer: Align announce streaming with polling.
lain [Thu, 2 Jul 2020 07:50:26 +0000 (09:50 +0200)]
Streamer: Align announce streaming with polling.

3 years agoSideEffects: Refactor.
lain [Thu, 2 Jul 2020 07:33:50 +0000 (09:33 +0200)]
SideEffects: Refactor.

3 years agoMerge branch '1716-handle-nickname-clashes' into 'develop'
rinpatch [Wed, 1 Jul 2020 13:51:23 +0000 (13:51 +0000)]
Merge branch '1716-handle-nickname-clashes' into 'develop'

ActivityPub: Handle clashing nicknames for the same ap id

Closes #1716

See merge request pleroma/pleroma!2712

3 years agoActivityPub: Handle clashing nicknames for the same ap id
lain [Wed, 1 Jul 2020 10:26:07 +0000 (12:26 +0200)]
ActivityPub: Handle clashing nicknames for the same ap id

If we get a new user (identified by ap_id) that would have the same
nickname as an existing user, give the existing user a nickname that
is prepended with the user id, as this will never clash.

This can happen when a user switches server software and that soft-
ware generates ap ids in a different way.

3 years agoFetcher: Work when we can't get the OP.
lain [Wed, 1 Jul 2020 09:48:51 +0000 (11:48 +0200)]
Fetcher: Work when we can't get the OP.

3 years agoFixtures: Pretty print.
lain [Wed, 1 Jul 2020 09:47:45 +0000 (11:47 +0200)]
Fixtures: Pretty print.

3 years agoMerge branch 'revert-651f2695' into 'develop'
lain [Wed, 1 Jul 2020 09:18:02 +0000 (09:18 +0000)]
Merge branch 'revert-651f2695' into 'develop'

Revert "Merge branch 'avatar-removing' into 'develop'"

See merge request pleroma/pleroma!2710

3 years agoRevert "Merge branch 'avatar-removing' into 'develop'"
lain [Wed, 1 Jul 2020 08:51:56 +0000 (08:51 +0000)]
Revert "Merge branch 'avatar-removing' into 'develop'"

This reverts merge request !2701

3 years agoAdd labels, update descriptions and labels
Angelina Filippova [Wed, 1 Jul 2020 00:01:15 +0000 (03:01 +0300)]
Add labels, update descriptions and labels

3 years agoMerge branch 'chore/rename-user-settings-column' into 'develop'
Haelwenn [Tue, 30 Jun 2020 20:51:10 +0000 (20:51 +0000)]
Merge branch 'chore/rename-user-settings-column' into 'develop'

Rename user.settings column

See merge request pleroma/pleroma!2707

3 years agoAdd fields limits to instance metadata, add tests
Mark Felder [Tue, 30 Jun 2020 20:25:10 +0000 (15:25 -0500)]
Add fields limits to instance metadata, add tests

3 years agoMerge branch 'develop' into activation-meta
Mark Felder [Tue, 30 Jun 2020 20:09:03 +0000 (15:09 -0500)]
Merge branch 'develop' into activation-meta

3 years ago[#1892] Excluded bot actors (applications, services) from search results.
Ivan Tashkinov [Tue, 30 Jun 2020 18:26:39 +0000 (21:26 +0300)]
[#1892] Excluded bot actors (applications, services) from search results.

3 years agoRename user.settings column
Mark Felder [Tue, 30 Jun 2020 16:50:53 +0000 (11:50 -0500)]
Rename user.settings column

This is used exclusively by MastoFE/GlitchFE now

3 years agoMerge branch 'preloadfixups' into 'develop'
lain [Tue, 30 Jun 2020 10:52:55 +0000 (10:52 +0000)]
Merge branch 'preloadfixups' into 'develop'

Some fixups for the preload.

See merge request pleroma/pleroma!2692

3 years agoCredo fixes
lain [Tue, 30 Jun 2020 09:55:58 +0000 (11:55 +0200)]
Credo fixes

3 years agoMerge branch 'preload-fixups-2' into preloadfixups
lain [Tue, 30 Jun 2020 09:40:34 +0000 (11:40 +0200)]
Merge branch 'preload-fixups-2' into preloadfixups

3 years agoPreload: Load the correct instance panel
lain [Tue, 30 Jun 2020 09:35:54 +0000 (11:35 +0200)]
Preload: Load the correct instance panel

3 years agoMerge branch 'patch-1' into 'develop'
lain [Tue, 30 Jun 2020 08:42:45 +0000 (08:42 +0000)]
Merge branch 'patch-1' into 'develop'

Use correct PostgreSQL version command in bug template

See merge request pleroma/pleroma!2706

4 years agoUse correct PostgreSQL version command in bug template
normandy [Tue, 30 Jun 2020 03:12:30 +0000 (03:12 +0000)]
Use correct PostgreSQL version command in bug template

4 years agoMerge branch 'fix-notification-filtering' into 'develop'
rinpatch [Mon, 29 Jun 2020 18:06:25 +0000 (18:06 +0000)]
Merge branch 'fix-notification-filtering' into 'develop'

Notifications: Never return `nil` in the notification list.

See merge request pleroma/pleroma!2705

4 years agoApply suggestion to lib/pleroma/notification.ex
lain [Mon, 29 Jun 2020 16:04:14 +0000 (16:04 +0000)]
Apply suggestion to lib/pleroma/notification.ex

4 years agoMerge branch 'fix/cast-and-validate' into 'develop'
lain [Mon, 29 Jun 2020 15:59:40 +0000 (15:59 +0000)]
Merge branch 'fix/cast-and-validate' into 'develop'

Fix CastAndValidate plug

Closes #1889

See merge request pleroma/pleroma!2704

4 years agoNotification: Remove TODO.
lain [Mon, 29 Jun 2020 15:52:56 +0000 (17:52 +0200)]
Notification: Remove TODO.

4 years agoNotifications: Never return `nil` in the notification list.
lain [Mon, 29 Jun 2020 15:48:18 +0000 (17:48 +0200)]
Notifications: Never return `nil` in the notification list.

4 years agoTest default "content-type" for CastAndValidate
Egor Kislitsyn [Mon, 29 Jun 2020 15:47:04 +0000 (19:47 +0400)]
Test default "content-type" for CastAndValidate

4 years agoMerge branch 'fix/swoosh-sendmail' into 'develop'
feld [Mon, 29 Jun 2020 15:24:39 +0000 (15:24 +0000)]
Merge branch 'fix/swoosh-sendmail' into 'develop'

updated swoosh

See merge request pleroma/pleroma!2703

4 years agoFix CastAndValidate plug
Egor Kislitsyn [Mon, 29 Jun 2020 13:33:00 +0000 (17:33 +0400)]
Fix CastAndValidate plug

4 years agoupdated swoosh
Maksim Pechnikov [Mon, 29 Jun 2020 13:22:54 +0000 (16:22 +0300)]
updated swoosh

4 years agoRemove `/statusnet/config`
Egor Kislitsyn [Mon, 29 Jun 2020 13:00:37 +0000 (17:00 +0400)]
Remove `/statusnet/config`

4 years agoMerge branch 'rich-media-parser-exclude-attachment-links' into 'develop'
lain [Mon, 29 Jun 2020 12:44:58 +0000 (12:44 +0000)]
Merge branch 'rich-media-parser-exclude-attachment-links' into 'develop'

excluding attachment links from RichMedia

See merge request pleroma/pleroma!2702

4 years agoFix warning
Egor Kislitsyn [Mon, 29 Jun 2020 12:29:51 +0000 (16:29 +0400)]
Fix warning

4 years agoexcluding attachment links from RichMedia
Alexander Strizhakov [Mon, 29 Jun 2020 12:25:57 +0000 (15:25 +0300)]
excluding attachment links from RichMedia

4 years agoMerge branch 'develop' into remove-twitter-api
Egor Kislitsyn [Mon, 29 Jun 2020 12:09:49 +0000 (16:09 +0400)]
Merge branch 'develop' into remove-twitter-api

4 years agoCredo fixes.
lain [Mon, 29 Jun 2020 12:09:03 +0000 (14:09 +0200)]
Credo fixes.

4 years agoToken Response: Remove empty file.
lain [Mon, 29 Jun 2020 11:52:50 +0000 (13:52 +0200)]
Token Response: Remove empty file.

4 years agoAccountOperation: Correctly describe create response.
lain [Mon, 29 Jun 2020 11:49:48 +0000 (13:49 +0200)]
AccountOperation: Correctly describe create response.

4 years agoOAuth: Extract view-type functions to a view.
lain [Mon, 29 Jun 2020 11:39:09 +0000 (13:39 +0200)]
OAuth: Extract view-type functions to a view.

4 years agoMerge branch 'avatar-removing' into 'develop'
lain [Mon, 29 Jun 2020 11:16:30 +0000 (11:16 +0000)]
Merge branch 'avatar-removing' into 'develop'

UpdateCredentialsTest: Add test for removing profile images.

See merge request pleroma/pleroma!2701

4 years agoUpdateCredentialsTest: Add test for removing profile images.
lain [Mon, 29 Jun 2020 10:40:23 +0000 (12:40 +0200)]
UpdateCredentialsTest: Add test for removing profile images.

4 years agoPreloaders: Use strings as keys.
lain [Mon, 29 Jun 2020 09:41:00 +0000 (11:41 +0200)]
Preloaders: Use strings as keys.

4 years agoUser preloader: Put user info at correct key
lain [Mon, 29 Jun 2020 09:06:20 +0000 (11:06 +0200)]
User preloader: Put user info at correct key

4 years agoMerge branch '1031-parent-visible' into 'develop'
lain [Mon, 29 Jun 2020 08:39:51 +0000 (08:39 +0000)]
Merge branch '1031-parent-visible' into 'develop'

Resolve "Add `pleroma.parent_visible` to the status view"

Closes #1031

See merge request pleroma/pleroma!2679

4 years agoMerge branch 'openapi/schema-account-pleromafields' into 'develop'
lain [Mon, 29 Jun 2020 08:32:56 +0000 (08:32 +0000)]
Merge branch 'openapi/schema-account-pleromafields' into 'develop'

ApiSpec.Schemas.Account: import description from differences_in_mastoapi_responses

See merge request pleroma/pleroma!2700

4 years agoApiSpec.Schemas.Account: import description from differences_in_mastoapi_responses
Haelwenn (lanodan) Monnier [Mon, 29 Jun 2020 01:31:33 +0000 (03:31 +0200)]
ApiSpec.Schemas.Account: import description from differences_in_mastoapi_responses

4 years agoMerge branch 'docs/mastoapi-account-fields' into 'develop'
Haelwenn [Mon, 29 Jun 2020 00:56:02 +0000 (00:56 +0000)]
Merge branch 'docs/mastoapi-account-fields' into 'develop'

differences_in_mastoapi_responses: Update account fields

See merge request pleroma/pleroma!2699

4 years agodifferences_in_mastoapi_responses: Update account fields
Haelwenn (lanodan) Monnier [Mon, 29 Jun 2020 00:39:26 +0000 (02:39 +0200)]
differences_in_mastoapi_responses: Update account fields

4 years agoMerge branch 'reduce-preloading-defaults' into 'develop'
lain [Sat, 27 Jun 2020 10:40:29 +0000 (10:40 +0000)]
Merge branch 'reduce-preloading-defaults' into 'develop'

Config: Reduce default preloaders to configuration endpoints.

See merge request pleroma/pleroma!2697

4 years agoConfig: Reduce default preloaders to configuration endpoints.
lain [Sat, 27 Jun 2020 10:18:37 +0000 (12:18 +0200)]
Config: Reduce default preloaders to configuration endpoints.

Fetching the timeline is a bit heavy to do by default.

4 years agoMerge branch 'fix/fetcher-transmogrifier-error' into 'develop'
lain [Sat, 27 Jun 2020 09:41:35 +0000 (09:41 +0000)]
Merge branch 'fix/fetcher-transmogrifier-error' into 'develop'

object/fetcher: Pass full Transmogrifier error

See merge request pleroma/pleroma!2696

4 years agoadded tab & labels for mrf policies
Alexander Strizhakov [Sat, 27 Jun 2020 09:18:34 +0000 (12:18 +0300)]
added tab & labels for mrf policies

4 years agoobject/fetcher: Pass full Transmogrifier error
Haelwenn (lanodan) Monnier [Fri, 26 Jun 2020 18:10:47 +0000 (20:10 +0200)]
object/fetcher: Pass full Transmogrifier error

4 years agoMastoAPI: Show source field when deleting
Haelwenn (lanodan) Monnier [Fri, 26 Jun 2020 05:16:24 +0000 (07:16 +0200)]
MastoAPI: Show source field when deleting

4 years agoMerge branch 'block-handling' into 'develop'
Haelwenn [Fri, 26 Jun 2020 17:41:00 +0000 (17:41 +0000)]
Merge branch 'block-handling' into 'develop'

Handle blocks with the pipeline

See merge request pleroma/pleroma!2685

4 years agoMerge branch '1258-anti-link-spam-exemption' into 'develop'
Haelwenn [Fri, 26 Jun 2020 16:59:46 +0000 (16:59 +0000)]
Merge branch '1258-anti-link-spam-exemption' into 'develop'

AntiSpamLinkPolicy: Exempt local users.

Closes #1258

See merge request pleroma/pleroma!2686

4 years agoStaticFE: Prioritize json in requests.
lain [Fri, 26 Jun 2020 14:27:39 +0000 (16:27 +0200)]
StaticFE: Prioritize json in requests.

4 years agoAccountController: Return scope in proper format.
lain [Fri, 26 Jun 2020 14:15:27 +0000 (16:15 +0200)]
AccountController: Return scope in proper format.

4 years agoPreloading: Fix nodeinfo url.
lain [Fri, 26 Jun 2020 12:48:23 +0000 (14:48 +0200)]
Preloading: Fix nodeinfo url.

4 years agoPreloading: Return correct data for statusnet stuff.
lain [Fri, 26 Jun 2020 12:47:38 +0000 (14:47 +0200)]
Preloading: Return correct data for statusnet stuff.

4 years agoadditional data to MRF policies in descriptions
Alexander Strizhakov [Fri, 26 Jun 2020 12:22:08 +0000 (15:22 +0300)]
additional data to MRF policies in descriptions

4 years agoMerge branch 'fix-chats' into 'develop'
lain [Fri, 26 Jun 2020 11:09:37 +0000 (11:09 +0000)]
Merge branch 'fix-chats' into 'develop'

Nodeinfo: Add chat information back in.

See merge request pleroma/pleroma!2691

4 years agoNodeinfo: Add chat information back in.
lain [Fri, 26 Jun 2020 11:04:15 +0000 (13:04 +0200)]
Nodeinfo: Add chat information back in.

4 years agoUser: Don't unfollow on block when the relevant setting is set.
lain [Fri, 26 Jun 2020 10:06:00 +0000 (12:06 +0200)]
User: Don't unfollow on block when the relevant setting is set.

4 years agoBlockValidator: Restore old behavior for incoming blocks.
lain [Fri, 26 Jun 2020 09:58:40 +0000 (11:58 +0200)]
BlockValidator: Restore old behavior for incoming blocks.

4 years agoPleroma.Upload.Filter.Mogrify args description
Alexander Strizhakov [Fri, 26 Jun 2020 06:03:07 +0000 (09:03 +0300)]
Pleroma.Upload.Filter.Mogrify args description

4 years agoactivity_draft: Add source field
Haelwenn (lanodan) Monnier [Fri, 26 Jun 2020 03:39:35 +0000 (05:39 +0200)]
activity_draft: Add source field

4 years agoMerge branch 'hotfix/preload-tests-nodeinfo' into 'develop'
Haelwenn [Fri, 26 Jun 2020 03:48:25 +0000 (03:48 +0000)]
Merge branch 'hotfix/preload-tests-nodeinfo' into 'develop'

nodeinfo: Fix MRF transparency

See merge request pleroma/pleroma!2689

4 years agonodeinfo: Fix MRF transparency
Haelwenn (lanodan) Monnier [Fri, 26 Jun 2020 03:33:59 +0000 (05:33 +0200)]
nodeinfo: Fix MRF transparency

4 years agoMerge branch 'preload-data' into 'develop'
feld [Thu, 25 Jun 2020 21:35:39 +0000 (21:35 +0000)]
Merge branch 'preload-data' into 'develop'

Preload data into index.html

Closes #1660

See merge request pleroma/pleroma!2381

4 years agoMerge branch 'mastoapi-omitted' into 'develop'
feld [Thu, 25 Jun 2020 21:25:02 +0000 (21:25 +0000)]
Merge branch 'mastoapi-omitted' into 'develop'

MastoAPI differences: Document not implemented features

See merge request pleroma/pleroma!2687

4 years agoMerge branch 'update/admin-fe-20200625' into 'develop'
feld [Thu, 25 Jun 2020 20:09:19 +0000 (20:09 +0000)]
Merge branch 'update/admin-fe-20200625' into 'develop'

Update AdminFE build

See merge request pleroma/pleroma!2688

4 years agoUpdate AdminFE build
Mark Felder [Thu, 25 Jun 2020 19:55:00 +0000 (14:55 -0500)]
Update AdminFE build

4 years agoMastoAPI differences: Document not implemented features
Alex Gleason [Thu, 25 Jun 2020 17:32:06 +0000 (12:32 -0500)]
MastoAPI differences: Document not implemented features

4 years agoMerge branch 'chore/remove-reference-to-distsn' into 'develop'
lain [Thu, 25 Jun 2020 10:42:57 +0000 (10:42 +0000)]
Merge branch 'chore/remove-reference-to-distsn' into 'develop'

Remove reference to defunct distsn.org

See merge request pleroma/pleroma!2675

4 years agoAntiSpamLinkPolicy: Exempt local users.
lain [Thu, 25 Jun 2020 10:40:39 +0000 (12:40 +0200)]
AntiSpamLinkPolicy: Exempt local users.

4 years agoApply suggestion to config/description.exs
lain [Thu, 25 Jun 2020 10:17:16 +0000 (10:17 +0000)]
Apply suggestion to config/description.exs

4 years agoMerge branch 'issue/1872-ex_aws' into 'develop'
lain [Thu, 25 Jun 2020 10:14:19 +0000 (10:14 +0000)]
Merge branch 'issue/1872-ex_aws' into 'develop'

[#1872] use Pleroma.HTTP for ExAws.S3

See merge request pleroma/pleroma!2683

4 years agoBlocking: Don't federate if the options is set.
lain [Thu, 25 Jun 2020 10:03:14 +0000 (12:03 +0200)]
Blocking: Don't federate if the options is set.

4 years agoActivityPub: Remove `block`.
lain [Thu, 25 Jun 2020 09:51:33 +0000 (11:51 +0200)]
ActivityPub: Remove `block`.

4 years agoAccountController: Extract blocking to CommonAPI.
lain [Thu, 25 Jun 2020 09:44:04 +0000 (11:44 +0200)]
AccountController: Extract blocking to CommonAPI.