akkoma
4 years agoAdd default endpoint to Pleroma.Captcha.Kocaptcha
Egor Kislitsyn [Mon, 16 Dec 2019 08:32:33 +0000 (15:32 +0700)]
Add default endpoint to Pleroma.Captcha.Kocaptcha

4 years agoformatting
rinpatch [Sun, 15 Dec 2019 22:37:33 +0000 (01:37 +0300)]
formatting

4 years agotests: significantly reduce streamer timeout
rinpatch [Sun, 15 Dec 2019 22:22:01 +0000 (01:22 +0300)]
tests: significantly reduce streamer timeout

there is no reason IPC between two processes on the same node should
take 4 seconds

4 years agotests: remove a useless sleep in rate limiter tests
rinpatch [Sun, 15 Dec 2019 22:03:13 +0000 (01:03 +0300)]
tests: remove a useless sleep in rate limiter tests

It was used to check that authenticated and unauthenticated users have
different limits. Instead of sleeping a super low limit for
unauthenticated users was set, preventing them from doing 5 requests in
the first place.

4 years agotests: remove a useless 1 second sleep
rinpatch [Sun, 15 Dec 2019 21:51:59 +0000 (00:51 +0300)]
tests: remove a useless 1 second sleep

there is no need to wait for the task to finish, it will be deleted
when the transaction is aborted anyway.

4 years agotests: remove a useless 3 second sleep
rinpatch [Sun, 15 Dec 2019 21:50:39 +0000 (00:50 +0300)]
tests: remove a useless 3 second sleep

the ids favs use are accurate down to a microsecond, there is no need
for it

4 years agotests: Replace 2 second sleep with offseting updated_at
rinpatch [Sun, 15 Dec 2019 21:48:49 +0000 (00:48 +0300)]
tests: Replace 2 second sleep with offseting updated_at

4 years agoOAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: controller...
Ivan Tashkinov [Sun, 15 Dec 2019 19:32:42 +0000 (22:32 +0300)]
OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: controller tests modification: OAuth scopes usage.

4 years agoMerge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
sadposter [Sun, 15 Dec 2019 14:11:26 +0000 (14:11 +0000)]
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop

4 years agoDon't log when users or objects are deleted.
Phil Hagelberg [Fri, 13 Dec 2019 19:14:11 +0000 (11:14 -0800)]
Don't log when users or objects are deleted.

4 years agoMerge branch 'feature/federation-job-insert-connection-checkout' into 'develop'
Haelwenn [Fri, 13 Dec 2019 14:58:35 +0000 (14:58 +0000)]
Merge branch 'feature/federation-job-insert-connection-checkout' into 'develop'

Publisher: check out a connection for inserting publish_one jobs

See merge request pleroma/pleroma!2063

4 years agoPublisher: check out a connection for inserting publish_one jobs
rinpatch [Fri, 13 Dec 2019 11:27:10 +0000 (14:27 +0300)]
Publisher: check out a connection for inserting publish_one jobs

Related to #1474, federation of one post on my istance creates in
best-case 360 jobs, so if they for some reason take a while to insert,
it will exhaust the connection pool. This fixes it by checking out one
dedicated connection for inserting them.

4 years agoMerge branch 'develop' into feature/custom-runtime-modules
Egor Kislitsyn [Thu, 12 Dec 2019 18:51:52 +0000 (01:51 +0700)]
Merge branch 'develop' into feature/custom-runtime-modules

4 years agoMerge branch 'feature/native-captcha' into 'develop'
lain [Thu, 12 Dec 2019 18:43:21 +0000 (18:43 +0000)]
Merge branch 'feature/native-captcha' into 'develop'

Add native captcha and enable it by default.

Closes #1017 and #1405

See merge request pleroma/pleroma!2060

4 years agoMerge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
sadposter [Thu, 12 Dec 2019 17:48:36 +0000 (17:48 +0000)]
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop

4 years agoMerge branch 'uguu' into 'develop'
lain [Thu, 12 Dec 2019 16:40:39 +0000 (16:40 +0000)]
Merge branch 'uguu' into 'develop'

Update frontend

See merge request pleroma/pleroma!2062

4 years agoUpdate frontend
lain [Thu, 12 Dec 2019 16:05:22 +0000 (17:05 +0100)]
Update frontend

4 years agoMerge branch '1427-oauth-graceful-admin-scope' into 'develop'
lain [Thu, 12 Dec 2019 13:26:39 +0000 (13:26 +0000)]
Merge branch '1427-oauth-graceful-admin-scope' into 'develop'

[#1427] Graceful clearance of OAuth admin scopes for non-admin users

Closes #1427

See merge request pleroma/pleroma!2061

4 years ago[#1427] Graceful clearance of OAuth admin scopes for non-admin users (no error raised).
Ivan Tashkinov [Thu, 12 Dec 2019 13:00:06 +0000 (16:00 +0300)]
[#1427] Graceful clearance of OAuth admin scopes for non-admin users (no error raised).
PleromaFE and other clients may safely request admin scope(s): if user isn't an admin, request is successful but only non-admin scopes from request are granted.

4 years agoAdd Kocaptcha endpoint to the test config
Egor Kislitsyn [Thu, 12 Dec 2019 11:04:52 +0000 (18:04 +0700)]
Add Kocaptcha endpoint to the test config

4 years agoAdd native captcha and enable it by default.
Egor Kislitsyn [Wed, 11 Dec 2019 15:29:31 +0000 (22:29 +0700)]
Add native captcha and enable it by default.

4 years agoMerge branch 'revert-bca1512d' into 'develop'
lain [Thu, 12 Dec 2019 09:46:16 +0000 (09:46 +0000)]
Merge branch 'revert-bca1512d' into 'develop'

Revert "Merge branch 'admin-scope-support-code' into 'develop'"

See merge request pleroma/pleroma!2059

4 years agoRevert "Merge branch 'admin-scope-support-code' into 'develop'"
lain [Thu, 12 Dec 2019 09:37:02 +0000 (09:37 +0000)]
Revert "Merge branch 'admin-scope-support-code' into 'develop'"

This reverts merge request !2055

4 years agoMerge branch 'test-timeout' into 'develop'
lain [Thu, 12 Dec 2019 09:31:50 +0000 (09:31 +0000)]
Merge branch 'test-timeout' into 'develop'

Fix intermittent failures in federated testing

See merge request pleroma/pleroma!2058

4 years agoMerge branch 'feature/merge-acc-views-for-statuses' into 'develop'
lain [Thu, 12 Dec 2019 09:28:27 +0000 (09:28 +0000)]
Merge branch 'feature/merge-acc-views-for-statuses' into 'develop'

AdminAPI: Merge account views for list instance statuses

See merge request pleroma/pleroma!2054

4 years agoRemove runtime modules config example
Egor Kislitsyn [Thu, 12 Dec 2019 07:37:57 +0000 (14:37 +0700)]
Remove runtime modules config example

4 years agoMerge branch 'feature/report-notes' into 'develop'
feld [Wed, 11 Dec 2019 23:45:44 +0000 (23:45 +0000)]
Merge branch 'feature/report-notes' into 'develop'

AdminAPI: Add report notes

See merge request pleroma/pleroma!2031

4 years agoMerge branch 'develop' into feature/report-notes
Maxim Filippov [Wed, 11 Dec 2019 23:16:23 +0000 (02:16 +0300)]
Merge branch 'develop' into feature/report-notes

4 years agoMerge branch 'issue/1411' into 'develop'
feld [Wed, 11 Dec 2019 22:37:16 +0000 (22:37 +0000)]
Merge branch 'issue/1411' into 'develop'

[#1411] /api/v1/favourites: added sorting for activites by adds to favorites

See merge request pleroma/pleroma!1991

4 years agoDocument the favorites timeline order change
Mark Felder [Wed, 11 Dec 2019 21:03:54 +0000 (15:03 -0600)]
Document the favorites timeline order change

4 years agoMerge branch 'develop' into issue/1411
Mark Felder [Wed, 11 Dec 2019 21:02:53 +0000 (15:02 -0600)]
Merge branch 'develop' into issue/1411

4 years agotry local sheduling
stwf [Wed, 11 Dec 2019 19:57:33 +0000 (14:57 -0500)]
try local sheduling

4 years agoBenchmark env uses test database so we should be able to use test.secret.exs
Mark Felder [Wed, 11 Dec 2019 18:52:57 +0000 (12:52 -0600)]
Benchmark env uses test database so we should be able to use test.secret.exs

4 years agoMerge branch 'chore/fast_sanitize_bump' into 'develop'
rinpatch [Wed, 11 Dec 2019 17:57:41 +0000 (17:57 +0000)]
Merge branch 'chore/fast_sanitize_bump' into 'develop'

mix.lock: update fast_sanitize

See merge request pleroma/pleroma!2056

4 years agomix.lock: update fast_sanitize
rinpatch [Wed, 11 Dec 2019 17:42:08 +0000 (20:42 +0300)]
mix.lock: update fast_sanitize

the new version uses html-spec compliant fragment parsing instead of
just wrapping the fragment in the <body> tag.

4 years agoMerge branch 'admin-scope-support-code' into 'develop'
rinpatch [Wed, 11 Dec 2019 17:38:16 +0000 (17:38 +0000)]
Merge branch 'admin-scope-support-code' into 'develop'

FE bundle updates: admin-fe and pleroma-fe

See merge request pleroma/pleroma!2055

4 years agoUpdated admin-fe bundle to 14cdc4a, pleroma-fe bundle to abb6747f.
Ivan Tashkinov [Wed, 11 Dec 2019 16:48:00 +0000 (19:48 +0300)]
Updated admin-fe bundle to 14cdc4a, pleroma-fe bundle to abb6747f.

4 years agoAdminAPI: Merge account views for list instance statuses
Maxim Filippov [Wed, 11 Dec 2019 15:57:36 +0000 (18:57 +0300)]
AdminAPI: Merge account views for list instance statuses

4 years agoUpdate CHANGELOG
Egor Kislitsyn [Wed, 11 Dec 2019 15:32:53 +0000 (22:32 +0700)]
Update CHANGELOG

4 years agoSet log level to debug for not important messages
Egor Kislitsyn [Wed, 11 Dec 2019 10:46:07 +0000 (17:46 +0700)]
Set log level to debug for not important messages

4 years agoMerge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
sadposter [Wed, 11 Dec 2019 10:01:04 +0000 (10:01 +0000)]
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop

4 years agoMerge branch 'domain-block-precedence' into 'develop'
rinpatch [Wed, 11 Dec 2019 09:57:00 +0000 (09:57 +0000)]
Merge branch 'domain-block-precedence' into 'develop'

make follows take precedence over domain blocks

See merge request pleroma/pleroma!2019

4 years agoremove single-step pipe
Sadposter [Wed, 11 Dec 2019 09:08:20 +0000 (09:08 +0000)]
remove single-step pipe

4 years agoMerge branch '1427-oauth-admin-scopes' into 'develop'
lain [Wed, 11 Dec 2019 08:50:43 +0000 (08:50 +0000)]
Merge branch '1427-oauth-admin-scopes' into 'develop'

[#1427] Fixed `:admin` option handling in OAuthScopesPlug, added tests

Closes #1427

See merge request pleroma/pleroma!2053

4 years ago[#1427] Fixed `:admin` option handling in OAuthScopesPlug, added tests.
Ivan Tashkinov [Wed, 11 Dec 2019 08:42:02 +0000 (11:42 +0300)]
[#1427] Fixed `:admin` option handling in OAuthScopesPlug, added tests.

4 years agoApply suggestion to lib/pleroma/user.ex
Sadposter [Tue, 10 Dec 2019 18:49:41 +0000 (18:49 +0000)]
Apply suggestion to lib/pleroma/user.ex

4 years agoMerge branch 'fix/unsubscribe-route' into 'develop'
feld [Tue, 10 Dec 2019 17:25:56 +0000 (17:25 +0000)]
Merge branch 'fix/unsubscribe-route' into 'develop'

Do not apply http signature pipeline to the unsubscribe route

See merge request pleroma/pleroma!2052

4 years agoMerge branch 'develop' into 'domain-block-precedence'
Sadposter [Tue, 10 Dec 2019 16:54:25 +0000 (16:54 +0000)]
Merge branch 'develop' into 'domain-block-precedence'

# Conflicts:
#   lib/pleroma/user.ex

4 years agomake analysis happy
Sadposter [Tue, 10 Dec 2019 16:50:58 +0000 (16:50 +0000)]
make analysis happy

4 years agoformat activity_pub.ex
Sadposter [Tue, 10 Dec 2019 16:41:43 +0000 (16:41 +0000)]
format activity_pub.ex

4 years agomodify SQL to include followed-but-domain-blocked activities
Sadposter [Tue, 10 Dec 2019 16:40:12 +0000 (16:40 +0000)]
modify SQL to include followed-but-domain-blocked activities

4 years agoDo not apply http signature pipeline to the unsubscribe route
Egor Kislitsyn [Tue, 10 Dec 2019 14:46:02 +0000 (21:46 +0700)]
Do not apply http signature pipeline to the unsubscribe route

4 years agoMerge branch '1427-oauth-admin-scopes' into 'develop'
lain [Tue, 10 Dec 2019 13:44:06 +0000 (13:44 +0000)]
Merge branch '1427-oauth-admin-scopes' into 'develop'

[#1427] OAuth admin scopes

Closes #1427

See merge request pleroma/pleroma!2025

4 years agoMerge branch 'develop' into 'feature/custom-runtime-modules'
minibikini [Tue, 10 Dec 2019 13:38:25 +0000 (13:38 +0000)]
Merge branch 'develop' into 'feature/custom-runtime-modules'

# Conflicts:
#   CHANGELOG.md

4 years agoMerge branch 'develop' into '1427-oauth-admin-scopes'
lain [Tue, 10 Dec 2019 13:34:54 +0000 (13:34 +0000)]
Merge branch 'develop' into '1427-oauth-admin-scopes'

# Conflicts:
#   CHANGELOG.md

4 years agoMerge branch 'activitypub/configurable-activitypub-actor-type' into 'develop'
lain [Tue, 10 Dec 2019 13:19:26 +0000 (13:19 +0000)]
Merge branch 'activitypub/configurable-activitypub-actor-type' into 'develop'

[ActivityPub] Configurable ActivityPub actor type

See merge request pleroma/pleroma!2005

4 years ago[ActivityPub] Configurable ActivityPub actor type
Hakaba Hitoyo [Tue, 10 Dec 2019 13:19:26 +0000 (13:19 +0000)]
[ActivityPub] Configurable ActivityPub actor type

4 years agoChange log level
Egor Kislitsyn [Tue, 10 Dec 2019 08:08:57 +0000 (15:08 +0700)]
Change log level

4 years agoMerge remote-tracking branch 'remotes/upstream/develop' into 1427-oauth-admin-scopes
Ivan Tashkinov [Tue, 10 Dec 2019 05:55:14 +0000 (08:55 +0300)]
Merge remote-tracking branch 'remotes/upstream/develop' into 1427-oauth-admin-scopes

# Conflicts:
# CHANGELOG.md

4 years agoMerge branch 'fix/load_config' into 'develop'
rinpatch [Mon, 9 Dec 2019 20:35:05 +0000 (20:35 +0000)]
Merge branch 'fix/load_config' into 'develop'

fixed loads a config variable with large value from db

See merge request pleroma/pleroma!2051

4 years agofix loads config variable with large value from db
Maksim Pechnikov [Mon, 9 Dec 2019 19:29:44 +0000 (22:29 +0300)]
fix loads config variable with large value from db

4 years agoMerge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
sadposter [Mon, 9 Dec 2019 18:17:59 +0000 (18:17 +0000)]
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop

4 years agoMerge branch 'fix/prefer-url-over-search' into 'develop'
rinpatch [Mon, 9 Dec 2019 17:55:48 +0000 (17:55 +0000)]
Merge branch 'fix/prefer-url-over-search' into 'develop'

status search: prefer the status fetched by url over other results

See merge request pleroma/pleroma!2050

4 years agoMerge branch 'user-timelines-changelog' into 'develop'
rinpatch [Mon, 9 Dec 2019 17:50:00 +0000 (17:50 +0000)]
Merge branch 'user-timelines-changelog' into 'develop'

Changelog: Update with user timeline change info.

See merge request pleroma/pleroma!2049

4 years agostatus search: prefer the status fetched by url over other results
rinpatch [Mon, 9 Dec 2019 17:45:04 +0000 (20:45 +0300)]
status search: prefer the status fetched by url over other results

4 years agoUse Pleroma.Utils.compile_dir/1 in Pleroma.HTML.compile_scrubbers/0
Egor Kislitsyn [Mon, 9 Dec 2019 17:38:01 +0000 (00:38 +0700)]
Use Pleroma.Utils.compile_dir/1 in Pleroma.HTML.compile_scrubbers/0

4 years agoMerge branch 'develop' into feature/custom-runtime-modules
Egor Kislitsyn [Mon, 9 Dec 2019 17:16:43 +0000 (00:16 +0700)]
Merge branch 'develop' into feature/custom-runtime-modules

4 years agodocs: drop CentOS 7 install guide
rinpatch [Mon, 9 Dec 2019 17:11:39 +0000 (20:11 +0300)]
docs: drop CentOS 7 install guide

4 years agodocs: use tabs and improve grammar in OTP install guide
rinpatch [Mon, 9 Dec 2019 17:09:47 +0000 (20:09 +0300)]
docs: use tabs and improve grammar in OTP install guide

4 years agodocs: remove overoptimistic OTP benefits and use tabs in migration from source
rinpatch [Mon, 9 Dec 2019 17:08:31 +0000 (20:08 +0300)]
docs: remove overoptimistic OTP benefits and use tabs in migration from source

4 years agodocs: fix incorrect display in digest task docs
rinpatch [Mon, 9 Dec 2019 17:07:43 +0000 (20:07 +0300)]
docs: fix incorrect display in digest task docs

4 years agoMerge branch 'fix/otp-parsers' into 'develop'
lain [Mon, 9 Dec 2019 15:10:05 +0000 (15:10 +0000)]
Merge branch 'fix/otp-parsers' into 'develop'

OTP: Fix runtime upload limit config being ignored

Closes #1109

See merge request pleroma/pleroma!2045

4 years agoMerge branch 'exclude-visibilities-for-like-notifications' into 'develop'
lain [Mon, 9 Dec 2019 14:55:42 +0000 (14:55 +0000)]
Merge branch 'exclude-visibilities-for-like-notifications' into 'develop'

Fix exclude_visibilities filter for followers-only Like notifications

See merge request pleroma/pleroma!1957

4 years agoMerge branch 'fix/user-list-task' into 'develop'
lain [Mon, 9 Dec 2019 14:44:56 +0000 (14:44 +0000)]
Merge branch 'fix/user-list-task' into 'develop'

Fix `mix pleroma.user list` task

See merge request pleroma/pleroma!2029

4 years agoMerge branch 'issue/1342' into 'develop'
lain [Mon, 9 Dec 2019 14:30:35 +0000 (14:30 +0000)]
Merge branch 'issue/1342' into 'develop'

[#1342] Added privacy option to push notifications

See merge request pleroma/pleroma!1920

4 years agoUpdate pleroma_api.md
lain [Mon, 9 Dec 2019 14:15:59 +0000 (14:15 +0000)]
Update pleroma_api.md

4 years agoMerge branch 'fix/oauth-compile-time' into 'develop'
lain [Mon, 9 Dec 2019 13:59:35 +0000 (13:59 +0000)]
Merge branch 'fix/oauth-compile-time' into 'develop'

OAuth token cleanup: Get rid of compile-time configuration

See merge request pleroma/pleroma!2044

4 years agoMerge branch 'develop' into 'fix/oauth-compile-time'
lain [Mon, 9 Dec 2019 13:52:01 +0000 (13:52 +0000)]
Merge branch 'develop' into 'fix/oauth-compile-time'

# Conflicts:
#   CHANGELOG.md

4 years agoMerge branch 'feature/otp-configurable-scrubbers' into 'develop'
lain [Mon, 9 Dec 2019 13:51:09 +0000 (13:51 +0000)]
Merge branch 'feature/otp-configurable-scrubbers' into 'develop'

HTML: Compile Scrubbers on boot

See merge request pleroma/pleroma!2043

4 years agoChangelog: Update with user timeline change info.
lain [Mon, 9 Dec 2019 13:43:57 +0000 (14:43 +0100)]
Changelog: Update with user timeline change info.

4 years agoSet Plug.Logger to log at `:debug` level
Egor Kislitsyn [Mon, 9 Dec 2019 12:12:24 +0000 (19:12 +0700)]
Set Plug.Logger to log at `:debug` level

4 years agoSet Logger level to :info in prod
Egor Kislitsyn [Mon, 9 Dec 2019 12:11:54 +0000 (19:11 +0700)]
Set Logger level to :info in prod

4 years agoAdd Pleroma.Utils.compile_dir/1
Egor Kislitsyn [Mon, 9 Dec 2019 11:23:07 +0000 (18:23 +0700)]
Add Pleroma.Utils.compile_dir/1

4 years agoMerge branch 'feat/docs-otp-source-picker' into 'develop'
rinpatch [Mon, 9 Dec 2019 10:27:43 +0000 (10:27 +0000)]
Merge branch 'feat/docs-otp-source-picker' into 'develop'

docs: add OTP/From source tabs to CLI tasks

See merge request pleroma/pleroma!2046

4 years agoMerge branch 'move-api-docs' into 'develop'
rinpatch [Mon, 9 Dec 2019 10:16:26 +0000 (10:16 +0000)]
Merge branch 'move-api-docs' into 'develop'

Document `with_move` parameter of the notification API

See merge request pleroma/pleroma!2047

4 years agoDocument `with_move` parameter of the notification API
Egor Kislitsyn [Mon, 9 Dec 2019 07:46:06 +0000 (14:46 +0700)]
Document `with_move` parameter of the notification API

4 years agodocs: add OTP/From source tabs to CLI tasks
rinpatch [Mon, 9 Dec 2019 01:07:16 +0000 (04:07 +0300)]
docs: add OTP/From source tabs to CLI tasks

4 years agoupdate docs
Maksim Pechnikov [Sun, 8 Dec 2019 19:09:15 +0000 (22:09 +0300)]
update docs

4 years agoupdate changelog
Maksim Pechnikov [Sun, 8 Dec 2019 18:46:20 +0000 (21:46 +0300)]
update changelog

4 years agoMerge branch 'develop' into issue/1342
Maksim Pechnikov [Sun, 8 Dec 2019 18:25:26 +0000 (21:25 +0300)]
Merge branch 'develop' into issue/1342

4 years agoOTP: Fix runtime upload limit config being ignored
rinpatch [Sun, 8 Dec 2019 18:08:25 +0000 (21:08 +0300)]
OTP: Fix runtime upload limit config being ignored

Closes #1109

4 years agoHTML: Compile Scrubbers on boot
rinpatch [Sun, 8 Dec 2019 16:42:40 +0000 (19:42 +0300)]
HTML: Compile Scrubbers on boot

This makes it possible to configure their behavior on OTP releases.

4 years agoOAuth token cleanup: Get rid of compile-time configuration
rinpatch [Sun, 8 Dec 2019 14:36:44 +0000 (17:36 +0300)]
OAuth token cleanup: Get rid of compile-time configuration

4 years agoMerge branch 'fix/clause-never-matches' into 'develop'
rinpatch [Sun, 8 Dec 2019 13:50:57 +0000 (13:50 +0000)]
Merge branch 'fix/clause-never-matches' into 'develop'

Fix never matching clause

See merge request pleroma/pleroma!2042

4 years agoFix never matching clause
rinpatch [Sun, 8 Dec 2019 13:36:22 +0000 (16:36 +0300)]
Fix never matching clause

`length/1` is only used with lists.

4 years agoMerge branch 'improve-move-notificaions-api' into 'develop'
rinpatch [Sun, 8 Dec 2019 13:07:05 +0000 (13:07 +0000)]
Merge branch 'improve-move-notificaions-api' into 'develop'

Add `with_move` query param to the notifications API

See merge request pleroma/pleroma!2032

4 years agoMerge branch 'bugfix/1463-blocking-in-user-tls' into 'develop'
rinpatch [Sun, 8 Dec 2019 11:23:31 +0000 (11:23 +0000)]
Merge branch 'bugfix/1463-blocking-in-user-tls' into 'develop'

ActivityPub: For user timelines, respects blocks.

Closes #1463

See merge request pleroma/pleroma!2041

4 years agoFix test
Maxim Filippov [Sun, 8 Dec 2019 08:35:38 +0000 (11:35 +0300)]
Fix test

4 years agoDocs
Maxim Filippov [Sun, 8 Dec 2019 08:29:33 +0000 (11:29 +0300)]
Docs

4 years agoImplement report notes destruction
Maxim Filippov [Sun, 8 Dec 2019 08:27:23 +0000 (11:27 +0300)]
Implement report notes destruction