akkoma
4 years agoMerge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
sadposter [Fri, 18 Oct 2019 12:12:58 +0000 (13:12 +0100)]
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop

4 years agofrontend
sadposter [Fri, 18 Oct 2019 12:12:53 +0000 (13:12 +0100)]
frontend

4 years agoMerge branch 'cleanup/deprecated_config_upload' into 'develop'
rinpatch [Fri, 18 Oct 2019 11:34:48 +0000 (11:34 +0000)]
Merge branch 'cleanup/deprecated_config_upload' into 'develop'

upload.ex: Remove deprecated configuration

See merge request pleroma/pleroma!1855

4 years agoupload.ex: Remove deprecated configuration
Haelwenn (lanodan) Monnier [Fri, 18 Oct 2019 10:29:42 +0000 (12:29 +0200)]
upload.ex: Remove deprecated configuration

4 years agoMerge branch 'fix-streaming-with-sec-websocket-protocol' into 'develop'
kaniini [Fri, 18 Oct 2019 04:42:02 +0000 (04:42 +0000)]
Merge branch 'fix-streaming-with-sec-websocket-protocol' into 'develop'

Fix streaming websocket handshake with `Sec-WebSocket-Protocol`

See merge request pleroma/pleroma!1847

4 years agoApply suggestion to lib/pleroma/web/mastodon_api/websocket_handler.ex
kaniini [Fri, 18 Oct 2019 04:36:37 +0000 (04:36 +0000)]
Apply suggestion to lib/pleroma/web/mastodon_api/websocket_handler.ex

4 years agoMerge branch 'mark-converstation-as-read-on-new-direct-message' into 'develop'
feld [Thu, 17 Oct 2019 20:05:01 +0000 (20:05 +0000)]
Merge branch 'mark-converstation-as-read-on-new-direct-message' into 'develop'

Mastodon API / Conversations: Mark the conversation as read for the author when they send a new direct message

See merge request pleroma/pleroma!1853

4 years agoMastodon API: Mark the conversation as read for the author when they send a new direc...
eugenijm [Thu, 17 Oct 2019 12:25:15 +0000 (15:25 +0300)]
Mastodon API: Mark the conversation as read for the author when they send a new direct message

4 years agoMerge branch 'user-search-experiments' into 'develop'
lain [Wed, 16 Oct 2019 12:29:08 +0000 (12:29 +0000)]
Merge branch 'user-search-experiments' into 'develop'

User search: Remove trigram and refactor the module

See merge request pleroma/pleroma!1850

4 years agoMerge branch 'feature/multiple-users-activation-permissions' into 'develop'
feld [Wed, 16 Oct 2019 12:14:47 +0000 (12:14 +0000)]
Merge branch 'feature/multiple-users-activation-permissions' into 'develop'

Ability to toggle activation status, permission group & delete multiple users

Closes admin-fe#39

See merge request pleroma/pleroma!1825

4 years agoRemove a failing search test due to it being unrealistic
rinpatch [Wed, 16 Oct 2019 12:09:39 +0000 (15:09 +0300)]
Remove a failing search test due to it being unrealistic
While the case tested (`lain@ple`) gives wrong ordering due to
using only trigram to order, it almost never happens in reality. In reality
it would be either `lain` (in which case it's fine to list the user with `lain`
in display name first), or `@lain@pleroma.soykaf.com`/`lain@pleroma.soykaf.com` (which is
handled fine as well)

4 years agoMerge branch 'benchmark-finishing' into 'develop'
lain [Wed, 16 Oct 2019 11:54:49 +0000 (11:54 +0000)]
Merge branch 'benchmark-finishing' into 'develop'

Benchmark finishing

Closes #755

See merge request pleroma/pleroma!1848

4 years agoOrder fts results by trigram
rinpatch [Wed, 16 Oct 2019 10:49:33 +0000 (13:49 +0300)]
Order fts results by trigram

4 years agoUser search: Remove trigram and refactor the module
rinpatch [Wed, 16 Oct 2019 09:52:47 +0000 (12:52 +0300)]
User search: Remove trigram and refactor the module

- Remove trigram as it tends to rank garbage results highly, resulting
in it prioritized above fts, which gives actually decent results. ACKed
by kaniini and lain on irc.
- Remove a test for handling misspelled requests, since we no longer have
trigram
- Remove a test for searching users with `nil` display names, because it
is unrealistic, we don't accept usernames that are not >1 char strings
- Make rank boosting for followers/followees sane again, previous values
resulted in garbage matches getting on top just because the users are
followers/followees

4 years agoDELETE /api/pleroma/admin/users now accepts nicknames array
Maxim Filippov [Tue, 15 Oct 2019 15:33:29 +0000 (17:33 +0200)]
DELETE /api/pleroma/admin/users now accepts nicknames array

4 years agosome fixes
Alexander [Tue, 15 Oct 2019 13:26:04 +0000 (16:26 +0300)]
some fixes

4 years agodon't stream in benchmark env
Alexander [Tue, 15 Oct 2019 12:16:17 +0000 (15:16 +0300)]
don't stream in benchmark env

4 years agoAdd `Sec-WebSocket-Protocol` to response header
kPherox [Tue, 15 Oct 2019 10:10:22 +0000 (19:10 +0900)]
Add `Sec-WebSocket-Protocol` to response header

4 years agoMerge branch 'exclude-visibilities-for-timelines' into 'develop'
feld [Mon, 14 Oct 2019 19:40:40 +0000 (19:40 +0000)]
Merge branch 'exclude-visibilities-for-timelines' into 'develop'

Mastodon API: Add `exclude_visibilities` parameter to the timeline and notification endpoints

See merge request pleroma/pleroma!1818

4 years agoMerge branch 'backport/develop-branch-hiding-fix' into 'develop'
rinpatch [Mon, 14 Oct 2019 19:17:06 +0000 (19:17 +0000)]
Merge branch 'backport/develop-branch-hiding-fix' into 'develop'

Backport "Fix hiding branch name logic" to develop

See merge request pleroma/pleroma!1846

4 years agoFix hiding branch name logic
rinpatch [Mon, 14 Oct 2019 19:13:18 +0000 (22:13 +0300)]
Fix hiding branch name logic

4 years agoMerge branch 'master-to-stable' into 'develop'
rinpatch [Mon, 14 Oct 2019 16:08:53 +0000 (16:08 +0000)]
Merge branch 'master-to-stable' into 'develop'

Preparations for renaming `master` to `stable`

See merge request pleroma/pleroma!1840

4 years agoCorrect version parser branch name detection
rinpatch [Mon, 14 Oct 2019 15:45:16 +0000 (18:45 +0300)]
Correct version parser branch name detection

4 years agoAdd a changelog entry for branch-moving
rinpatch [Mon, 14 Oct 2019 15:42:30 +0000 (18:42 +0300)]
Add a changelog entry for branch-moving

4 years agoPrepare pleroma_ctl for moving master to stable and relax the error
rinpatch [Mon, 14 Oct 2019 15:39:56 +0000 (18:39 +0300)]
Prepare pleroma_ctl for moving master to stable and relax the error
message

4 years agoPreparations for renaming `master` to `stable`
rinpatch [Mon, 14 Oct 2019 15:38:51 +0000 (18:38 +0300)]
Preparations for renaming `master` to `stable`

4 years agoMastodon API: Add `exclude_visibilities` parameter to the timeline and notification...
eugenijm [Tue, 8 Oct 2019 20:05:57 +0000 (23:05 +0300)]
Mastodon API: Add `exclude_visibilities` parameter to the timeline and notification endpoints

4 years agoMerge branch 'incoming-id-fixes' into 'develop'
lain [Sun, 13 Oct 2019 15:37:49 +0000 (15:37 +0000)]
Merge branch 'incoming-id-fixes' into 'develop'

Assorted transmogrifier fixes

See merge request pleroma/pleroma!1831

4 years agoMerge branch 'fix/mediaproxy-too-brutal' into 'develop'
rinpatch [Sat, 12 Oct 2019 14:42:55 +0000 (14:42 +0000)]
Merge branch 'fix/mediaproxy-too-brutal' into 'develop'

Make MediaProxy failure tracking less brutal

See merge request pleroma/pleroma!1836

4 years agoMake MediaProxy failure tracking less brutal
rinpatch [Fri, 11 Oct 2019 19:52:38 +0000 (22:52 +0300)]
Make MediaProxy failure tracking less brutal

The current failure tracking mechanism will never request anything that
didn't respond with a success, 403, 404, or 5xx codes. This is causing
issues when using in real fediverse because of weird status codes
some software has and timeouts being frequent. This patch changes
failure tracking mechanism to only never request the url again if it
responded with 400, 204, or the body is too large, otherwise it can be
re-requested in 60 seconds.

4 years agoMerge branch 'develop' into feature/multiple-users-activation-permissions
Maxim Filippov [Fri, 11 Oct 2019 12:59:35 +0000 (15:59 +0300)]
Merge branch 'develop' into feature/multiple-users-activation-permissions

4 years agoDeprecate POST/DELETE /api/pleroma/admin/users/:nickname/permission_group/:permission...
Maxim Filippov [Fri, 11 Oct 2019 12:58:45 +0000 (15:58 +0300)]
Deprecate POST/DELETE /api/pleroma/admin/users/:nickname/permission_group/:permission_group instead of deleting it

4 years agoMerge branch 'pleroma-ctl-enchancements' into 'develop'
Haelwenn [Fri, 11 Oct 2019 10:56:45 +0000 (10:56 +0000)]
Merge branch 'pleroma-ctl-enchancements' into 'develop'

pleroma_ctl: Make it possible to specify branches/flavours when updating

See merge request pleroma/pleroma!1832

4 years agoOstatus DeleteHandler: Fix for new option format.
lain [Fri, 11 Oct 2019 10:53:09 +0000 (12:53 +0200)]
Ostatus DeleteHandler: Fix for new option format.

4 years agoSearchController: Fix test.
lain [Fri, 11 Oct 2019 10:41:44 +0000 (12:41 +0200)]
SearchController: Fix test.

Turns out you can't actually find the user with this.

4 years agopleroma_ctl: Make it possible to specify branches/flavours when updating
rinpatch [Fri, 11 Oct 2019 10:22:21 +0000 (13:22 +0300)]
pleroma_ctl: Make it possible to specify branches/flavours when updating

4 years agoTransmogrifier: Correctly save incoming ids for Accept/Reject.
lain [Fri, 11 Oct 2019 09:48:58 +0000 (11:48 +0200)]
Transmogrifier: Correctly save incoming ids for Accept/Reject.

4 years agoTransmogrifier: Actually store who deleted a note.
lain [Fri, 11 Oct 2019 09:25:45 +0000 (11:25 +0200)]
Transmogrifier: Actually store who deleted a note.

4 years agoDeprecate /api/pleroma/admin/users/:nickname/toggle_activation instead of deleting it
Maxim Filippov [Thu, 10 Oct 2019 21:24:31 +0000 (00:24 +0300)]
Deprecate /api/pleroma/admin/users/:nickname/toggle_activation instead of deleting it

4 years agoTransmogrifier: Save correct ids for incoming deletes.
lain [Thu, 10 Oct 2019 15:17:33 +0000 (17:17 +0200)]
Transmogrifier: Save correct ids for incoming deletes.

4 years agoBenchmark config: Don't use the sql sandbox.
lain [Thu, 10 Oct 2019 13:42:54 +0000 (15:42 +0200)]
Benchmark config: Don't use the sql sandbox.

4 years agoGitlab CI: Run correct benchmark task.
lain [Thu, 10 Oct 2019 13:31:32 +0000 (15:31 +0200)]
Gitlab CI: Run correct benchmark task.

4 years agoBenchmark config: Database adjustments.
lain [Thu, 10 Oct 2019 13:01:06 +0000 (15:01 +0200)]
Benchmark config: Database adjustments.

4 years agoMerge remote-tracking branch 'origin/develop' into benchmark-finishing
lain [Thu, 10 Oct 2019 12:40:59 +0000 (14:40 +0200)]
Merge remote-tracking branch 'origin/develop' into benchmark-finishing

4 years agoGitlab: Run benchmark in CI.
lain [Thu, 10 Oct 2019 12:24:54 +0000 (14:24 +0200)]
Gitlab: Run benchmark in CI.

4 years agoMerge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
sadposter [Thu, 10 Oct 2019 09:28:16 +0000 (10:28 +0100)]
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop

4 years agoMerge branch 'unicode-search' into 'develop'
kaniini [Wed, 9 Oct 2019 16:33:05 +0000 (16:33 +0000)]
Merge branch 'unicode-search' into 'develop'

Search: Add tests for unicode searches.

See merge request pleroma/pleroma!1824

4 years agoMerge branch 'webfinger-mocks' into 'develop'
kaniini [Wed, 9 Oct 2019 16:32:28 +0000 (16:32 +0000)]
Merge branch 'webfinger-mocks' into 'develop'

provide mocks for webfinger endpoints

See merge request pleroma/pleroma!1821

4 years agoprovide mocks for webfinger endpoints
Steven Fuchs [Wed, 9 Oct 2019 16:32:28 +0000 (16:32 +0000)]
provide mocks for webfinger endpoints

4 years agoMerge branch 'add-direct-conversation-id-to-status-show-page' into 'develop'
lain [Wed, 9 Oct 2019 15:10:08 +0000 (15:10 +0000)]
Merge branch 'add-direct-conversation-id-to-status-show-page' into 'develop'

Add `pleroma.direct_conversation_id` to `GET /api/v1/statuses/:id`

See merge request pleroma/pleroma!1822

4 years agoMerge branch 'feature/count-statuses-task' into 'develop'
lain [Wed, 9 Oct 2019 14:11:23 +0000 (14:11 +0000)]
Merge branch 'feature/count-statuses-task' into 'develop'

Add a task to re-count statuses for all users

Closes #1305

See merge request pleroma/pleroma!1823

4 years agoAbility to toggle activation status and permission group for a group of users
Maxim Filippov [Wed, 9 Oct 2019 14:03:54 +0000 (17:03 +0300)]
Ability to toggle activation status and permission group for a group of users

4 years agoSearch: Add tests for unicode searches.
lain [Wed, 9 Oct 2019 14:03:45 +0000 (16:03 +0200)]
Search: Add tests for unicode searches.

4 years agoAdd a task to re-count statuses for all users
Egor Kislitsyn [Wed, 9 Oct 2019 06:11:57 +0000 (13:11 +0700)]
Add a task to re-count statuses for all users

4 years agoMastodon API: Return `pleroma.direct_conversation_id` when viewing a status (`GET...
eugenijm [Wed, 9 Oct 2019 03:51:14 +0000 (06:51 +0300)]
Mastodon API: Return `pleroma.direct_conversation_id` when viewing a status (`GET /api/v1/statuses/:id`)

4 years agoMerge branch 'chore/format-migrations' into 'develop'
rinpatch [Tue, 8 Oct 2019 12:28:10 +0000 (12:28 +0000)]
Merge branch 'chore/format-migrations' into 'develop'

Enable `mix format` for migrations

See merge request pleroma/pleroma!1819

4 years agoEnable `mix format` for migrations
rinpatch [Tue, 8 Oct 2019 12:16:39 +0000 (15:16 +0300)]
Enable `mix format` for migrations

4 years agoMerge branch 'chore/bump-fe-122323f3' into 'develop'
rinpatch [Mon, 7 Oct 2019 14:54:24 +0000 (14:54 +0000)]
Merge branch 'chore/bump-fe-122323f3' into 'develop'

Bump pleroma-fe bundle to https://git.pleroma.social/pleroma/pleroma-fe/commit/122323f35c32a4f12a345a8b3f163e9318f5dea3

See merge request pleroma/pleroma!1817

4 years agoBump pleroma-fe bundle to https://git.pleroma.social/pleroma/pleroma-fe/commit/122323...
rinpatch [Mon, 7 Oct 2019 14:42:33 +0000 (17:42 +0300)]
Bump pleroma-fe bundle to https://git.pleroma.social/pleroma/pleroma-fe/commit/122323f35c32a4f12a345a8b3f163e9318f5dea3

4 years agoMerge branch 'bugfix/exclude-replies' into 'develop'
kaniini [Mon, 7 Oct 2019 12:43:21 +0000 (12:43 +0000)]
Merge branch 'bugfix/exclude-replies' into 'develop'

mastodon api: fix exclude_replies (closes #1287)

Closes #1287

See merge request pleroma/pleroma!1813

4 years agomastodon api: fix exclude_replies (closes #1287)
Ariadne Conill [Mon, 7 Oct 2019 12:29:33 +0000 (12:29 +0000)]
mastodon api: fix exclude_replies (closes #1287)

4 years agoMerge branch 'feature/move-rss-out-of-ostatus' into 'develop'
kaniini [Mon, 7 Oct 2019 12:20:41 +0000 (12:20 +0000)]
Merge branch 'feature/move-rss-out-of-ostatus' into 'develop'

Extract RSS Feed functionality from OStatus

Closes #1243

See merge request pleroma/pleroma!1644

4 years agoExtract RSS Feed functionality from OStatus
Sergey Suprunenko [Mon, 7 Oct 2019 12:20:41 +0000 (12:20 +0000)]
Extract RSS Feed functionality from OStatus

4 years agoMerge branch 'chore/context-cleanups' into 'develop'
kaniini [Mon, 7 Oct 2019 11:34:50 +0000 (11:34 +0000)]
Merge branch 'chore/context-cleanups' into 'develop'

clean up bundled litepub schema (closes #1303)

Closes #1303

See merge request pleroma/pleroma!1808

4 years agoclean up bundled litepub schema (closes #1303)
Ariadne Conill [Mon, 7 Oct 2019 11:33:58 +0000 (11:33 +0000)]
clean up bundled litepub schema (closes #1303)

4 years agoMerge branch 'mrf/simple_policy/check_actor' into 'develop'
kaniini [Mon, 7 Oct 2019 10:19:24 +0000 (10:19 +0000)]
Merge branch 'mrf/simple_policy/check_actor' into 'develop'

mrf/simple_policy: check actor against accept/reject

See merge request pleroma/pleroma!1806

4 years agoMerge branch '1260-rate-limited-auth-actions' into 'develop'
Haelwenn [Mon, 7 Oct 2019 09:16:42 +0000 (09:16 +0000)]
Merge branch '1260-rate-limited-auth-actions' into 'develop'

[#1260] Rate-limiting for create authentication and related requests

Closes #1260

See merge request pleroma/pleroma!1681

4 years agoMerge remote-tracking branch 'remotes/upstream/develop' into 1260-rate-limited-auth...
Ivan Tashkinov [Mon, 7 Oct 2019 08:06:30 +0000 (11:06 +0300)]
Merge remote-tracking branch 'remotes/upstream/develop' into 1260-rate-limited-auth-actions

# Conflicts:
# CHANGELOG.md

4 years agoMerge branch '1234-mastodon-2-4-3-oauth-scopes' into 'develop'
Haelwenn [Mon, 7 Oct 2019 02:14:45 +0000 (02:14 +0000)]
Merge branch '1234-mastodon-2-4-3-oauth-scopes' into 'develop'

[#1234] Mastodon 2.4.3 hierarchical OAuth scopes

Closes #1234

See merge request pleroma/pleroma!1643

4 years agomrf/simple_policy: check actor against accept/reject
Haelwenn (lanodan) Monnier [Mon, 7 Oct 2019 00:55:09 +0000 (02:55 +0200)]
mrf/simple_policy: check actor against accept/reject

4 years agoMerge branch 'fix/bad-migration' into 'develop'
kaniini [Sun, 6 Oct 2019 15:15:00 +0000 (15:15 +0000)]
Merge branch 'fix/bad-migration' into 'develop'

Fix muted notification migration only working with a schema

See merge request pleroma/pleroma!1803

4 years agoFix muted notification migration only working with a schema
rinpatch [Sun, 6 Oct 2019 14:53:03 +0000 (17:53 +0300)]
Fix muted notification migration only working with a schema

Should also improve performance. I tested it on my local DB, but if
anyone has a backup of <=1.0 db they can test this on, please do

4 years agoMerge branch 'refactoring/move-out-keys-from-user-info' into 'develop'
kaniini [Sun, 6 Oct 2019 14:32:56 +0000 (14:32 +0000)]
Merge branch 'refactoring/move-out-keys-from-user-info' into 'develop'

Move local keys out of `user.info`

See merge request pleroma/pleroma!1799

4 years agoFix the use of queries with a schema in a migration
rinpatch [Sun, 6 Oct 2019 14:05:51 +0000 (17:05 +0300)]
Fix the use of queries with a schema in a migration

4 years agoMerge branch 'fix/report-email' into 'develop'
feld [Sun, 6 Oct 2019 14:13:04 +0000 (14:13 +0000)]
Merge branch 'fix/report-email' into 'develop'

Fix/report email

Closes #1300

See merge request pleroma/pleroma!1800

4 years agoUse the user.id instead of nickname in report URLs
feld [Sun, 6 Oct 2019 14:13:04 +0000 (14:13 +0000)]
Use the user.id instead of nickname in report URLs

Ensures links to profiles of remote users work.

4 years ago[#1234] Merge remote-tracking branch 'remotes/upstream/develop' into 1234-mastodon...
Ivan Tashkinov [Sun, 6 Oct 2019 14:12:17 +0000 (17:12 +0300)]
[#1234] Merge remote-tracking branch 'remotes/upstream/develop' into 1234-mastodon-2-4-3-oauth-scopes

# Conflicts:
# CHANGELOG.md
# lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex
# lib/pleroma/web/router.ex

4 years agoMove local keys out of `user.info`
rinpatch [Sun, 6 Oct 2019 13:22:35 +0000 (16:22 +0300)]
Move local keys out of `user.info`

4 years agoMerge remote-tracking branch 'remotes/upstream/develop' into 1234-mastodon-2-4-3...
Ivan Tashkinov [Sun, 6 Oct 2019 08:43:49 +0000 (11:43 +0300)]
Merge remote-tracking branch 'remotes/upstream/develop' into 1234-mastodon-2-4-3-oauth-scopes

# Conflicts:
# CHANGELOG.md
# lib/pleroma/web/mastodon_api/controllers/account_controller.ex
# lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex
# lib/pleroma/web/router.ex

4 years agoMerge remote-tracking branch 'remotes/upstream/develop' into 1260-rate-limited-auth...
Ivan Tashkinov [Sun, 6 Oct 2019 06:30:49 +0000 (09:30 +0300)]
Merge remote-tracking branch 'remotes/upstream/develop' into 1260-rate-limited-auth-actions

# Conflicts:
# CHANGELOG.md

4 years agoMerge branch 'fix-prameter-name-of-accounts-update-credentials' into 'develop'
Haelwenn [Sun, 6 Oct 2019 04:41:06 +0000 (04:41 +0000)]
Merge branch 'fix-prameter-name-of-accounts-update-credentials' into 'develop'

Fix custom fields of accounts update credentials

See merge request pleroma/pleroma!1597

4 years agoMerge branch 'split-masto-api/leftovers' into 'develop'
kaniini [Sat, 5 Oct 2019 19:28:53 +0000 (19:28 +0000)]
Merge branch 'split-masto-api/leftovers' into 'develop'

[#1278] Move a few more actions from MastodonAPIController

See merge request pleroma/pleroma!1761

4 years agoMerge branch 'accept-embedded-announce-object' into 'develop'
kaniini [Sat, 5 Oct 2019 19:28:29 +0000 (19:28 +0000)]
Merge branch 'accept-embedded-announce-object' into 'develop'

Import object from self-Announce whenever possible

See merge request pleroma/pleroma!1770

4 years agoMerge branch 'unread-conversation-count' into 'develop'
kaniini [Sat, 5 Oct 2019 19:28:07 +0000 (19:28 +0000)]
Merge branch 'unread-conversation-count' into 'develop'

Add `pleroma.unread_conversation_count` to the Account entity

See merge request pleroma/pleroma!1796

4 years agoMerge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
sadposter [Sat, 5 Oct 2019 17:22:05 +0000 (18:22 +0100)]
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop

4 years agoMastodon API: Add `pleroma.unread_conversation_count` to the Account entity
eugenijm [Tue, 1 Oct 2019 21:37:08 +0000 (00:37 +0300)]
Mastodon API: Add `pleroma.unread_conversation_count` to the Account entity

4 years agoMerge branch 'update-activity-fixes' into 'develop'
kaniini [Sat, 5 Oct 2019 15:51:19 +0000 (15:51 +0000)]
Merge branch 'update-activity-fixes' into 'develop'

Update activity fixes

Closes #1298

See merge request pleroma/pleroma!1795

4 years agoCommonAPI: Create profile updates as public.
lain [Sat, 5 Oct 2019 12:53:50 +0000 (14:53 +0200)]
CommonAPI: Create profile updates as public.

This saves us lots of sending out because we can use sharedInbox.

4 years agoActivityPub / Transmogrifier: Correctly store incoming Update id.
lain [Sat, 5 Oct 2019 12:49:45 +0000 (14:49 +0200)]
ActivityPub / Transmogrifier: Correctly store incoming Update id.

4 years agoAdd test for handling Announces with inlined object from different origin
Thibaut Girka [Sat, 5 Oct 2019 10:46:06 +0000 (12:46 +0200)]
Add test for handling Announces with inlined object from different origin

4 years agoMake credo happy
Thibaut Girka [Wed, 2 Oct 2019 11:46:06 +0000 (13:46 +0200)]
Make credo happy

4 years agoImport object from self-Announce whenever possible
Thibaut Girka [Wed, 2 Oct 2019 11:18:51 +0000 (13:18 +0200)]
Import object from self-Announce whenever possible

4 years agoMerge branch 'revert-5c04e817' into 'develop'
kaniini [Sat, 5 Oct 2019 10:00:44 +0000 (10:00 +0000)]
Merge branch 'revert-5c04e817' into 'develop'

Revert "Merge branch 'user-info-unread-direct-conversation' into 'develop'"

See merge request pleroma/pleroma!1794

4 years agoRevert "Merge branch 'user-info-unread-direct-conversation' into 'develop'"
kaniini [Sat, 5 Oct 2019 10:00:05 +0000 (10:00 +0000)]
Revert "Merge branch 'user-info-unread-direct-conversation' into 'develop'"

This reverts merge request !1737

4 years agoMerge branch 'issue/1296' into 'develop'
kaniini [Fri, 4 Oct 2019 20:07:47 +0000 (20:07 +0000)]
Merge branch 'issue/1296' into 'develop'

[#1296] removed legacy api: "/objects/:uuid/likes"

See merge request pleroma/pleroma!1788

4 years agoremoved legacy api: "/objects/:uuid/likes"
Maksim Pechnikov [Fri, 4 Oct 2019 19:20:53 +0000 (22:20 +0300)]
removed legacy api: "/objects/:uuid/likes"

4 years agoMerge branch 'bugfix/widen-streamer-blocks' into 'develop'
kaniini [Fri, 4 Oct 2019 17:39:06 +0000 (17:39 +0000)]
Merge branch 'bugfix/widen-streamer-blocks' into 'develop'

widen streaming API block effects

See merge request pleroma/pleroma!1784

4 years agoMerge branch 'user-info-unread-direct-conversation' into 'develop'
kaniini [Fri, 4 Oct 2019 17:33:18 +0000 (17:33 +0000)]
Merge branch 'user-info-unread-direct-conversation' into 'develop'

Add the `unread_conversation_count` field to the user info

See merge request pleroma/pleroma!1737

4 years agoMerge branch 'fix/extended-nickname-format-default-config' into 'develop'
kaniini [Fri, 4 Oct 2019 15:53:47 +0000 (15:53 +0000)]
Merge branch 'fix/extended-nickname-format-default-config' into 'develop'

Add missing extended_nickname_format setting to the default config

See merge request pleroma/pleroma!1776

4 years agoMerge branch 'undo-fixes' into 'develop'
kaniini [Fri, 4 Oct 2019 15:52:41 +0000 (15:52 +0000)]
Merge branch 'undo-fixes' into 'develop'

ActivityPub: Change addressing of Undo.

See merge request pleroma/pleroma!1782