rinpatch [Tue, 17 Dec 2019 15:24:16 +0000 (18:24 +0300)]
CI: Add a cache policy for test jobs and fix rum tests recompiling
everything
Haelwenn [Tue, 17 Dec 2019 06:43:15 +0000 (06:43 +0000)]
Merge branch 'hide-followers-count' into 'develop'
Hide follower counter when hiding is activated
Closes #1450
See merge request pleroma/pleroma!2072
Egor Kislitsyn [Tue, 17 Dec 2019 06:34:07 +0000 (13:34 +0700)]
Hide follower counter when hiding is activated
lain [Mon, 16 Dec 2019 17:07:13 +0000 (17:07 +0000)]
Merge branch 'fix/remove-useless-sleep' into 'develop'
Remove useless sleeping/reduce it
See merge request pleroma/pleroma!2069
rinpatch [Mon, 16 Dec 2019 13:08:00 +0000 (13:08 +0000)]
Merge branch 'kocaptcha-default-endpoint' into 'develop'
Add default endpoint to Pleroma.Captcha.Kocaptcha
See merge request pleroma/pleroma!2070
Egor Kislitsyn [Mon, 16 Dec 2019 12:35:10 +0000 (19:35 +0700)]
Add Kocaptcha endpoint to config.exs
Egor Kislitsyn [Mon, 16 Dec 2019 12:33:51 +0000 (19:33 +0700)]
Revert "Add default endpoint to Pleroma.Captcha.Kocaptcha"
This reverts commit
82c62c5028f517ded121b46b9806053989defdc2.
Egor Kislitsyn [Mon, 16 Dec 2019 08:32:33 +0000 (15:32 +0700)]
Add default endpoint to Pleroma.Captcha.Kocaptcha
rinpatch [Sun, 15 Dec 2019 22:37:33 +0000 (01:37 +0300)]
formatting
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
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.
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.
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
rinpatch [Sun, 15 Dec 2019 21:48:49 +0000 (00:48 +0300)]
tests: Replace 2 second sleep with offseting updated_at
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
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.
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
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
lain [Thu, 12 Dec 2019 16:05:22 +0000 (17:05 +0100)]
Update frontend
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
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.
Egor Kislitsyn [Thu, 12 Dec 2019 11:04:52 +0000 (18:04 +0700)]
Add Kocaptcha endpoint to the test config
Egor Kislitsyn [Wed, 11 Dec 2019 15:29:31 +0000 (22:29 +0700)]
Add native captcha and enable it by default.
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
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
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
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
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
Maxim Filippov [Wed, 11 Dec 2019 23:16:23 +0000 (02:16 +0300)]
Merge branch 'develop' into feature/report-notes
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
Mark Felder [Wed, 11 Dec 2019 21:03:54 +0000 (15:03 -0600)]
Document the favorites timeline order change
Mark Felder [Wed, 11 Dec 2019 21:02:53 +0000 (15:02 -0600)]
Merge branch 'develop' into issue/1411
stwf [Wed, 11 Dec 2019 19:57:33 +0000 (14:57 -0500)]
try local sheduling
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
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.
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
Ivan Tashkinov [Wed, 11 Dec 2019 16:48:00 +0000 (19:48 +0300)]
Updated admin-fe bundle to
14cdc4a, pleroma-fe bundle to
abb6747f.
Maxim Filippov [Wed, 11 Dec 2019 15:57:36 +0000 (18:57 +0300)]
AdminAPI: Merge account views for list instance statuses
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
Sadposter [Wed, 11 Dec 2019 09:08:20 +0000 (09:08 +0000)]
remove single-step pipe
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
Ivan Tashkinov [Wed, 11 Dec 2019 08:42:02 +0000 (11:42 +0300)]
[#1427] Fixed `:admin` option handling in OAuthScopesPlug, added tests.
Sadposter [Tue, 10 Dec 2019 18:49:41 +0000 (18:49 +0000)]
Apply suggestion to lib/pleroma/user.ex
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
Sadposter [Tue, 10 Dec 2019 16:54:25 +0000 (16:54 +0000)]
Merge branch 'develop' into 'domain-block-precedence'
# Conflicts:
# lib/pleroma/user.ex
Sadposter [Tue, 10 Dec 2019 16:50:58 +0000 (16:50 +0000)]
make analysis happy
Sadposter [Tue, 10 Dec 2019 16:41:43 +0000 (16:41 +0000)]
format activity_pub.ex
Sadposter [Tue, 10 Dec 2019 16:40:12 +0000 (16:40 +0000)]
modify SQL to include followed-but-domain-blocked activities
Egor Kislitsyn [Tue, 10 Dec 2019 14:46:02 +0000 (21:46 +0700)]
Do not apply http signature pipeline to the unsubscribe route
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
lain [Tue, 10 Dec 2019 13:34:54 +0000 (13:34 +0000)]
Merge branch 'develop' into '1427-oauth-admin-scopes'
# Conflicts:
# CHANGELOG.md
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
Hakaba Hitoyo [Tue, 10 Dec 2019 13:19:26 +0000 (13:19 +0000)]
[ActivityPub] Configurable ActivityPub actor type
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
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
Maksim Pechnikov [Mon, 9 Dec 2019 19:29:44 +0000 (22:29 +0300)]
fix loads config variable with large value from db
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
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
rinpatch [Mon, 9 Dec 2019 17:45:04 +0000 (20:45 +0300)]
status search: prefer the status fetched by url over other results
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
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
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
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
lain [Mon, 9 Dec 2019 14:15:59 +0000 (14:15 +0000)]
Update pleroma_api.md
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
lain [Mon, 9 Dec 2019 13:52:01 +0000 (13:52 +0000)]
Merge branch 'develop' into 'fix/oauth-compile-time'
# Conflicts:
# CHANGELOG.md
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
lain [Mon, 9 Dec 2019 13:43:57 +0000 (14:43 +0100)]
Changelog: Update with user timeline change info.
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
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
Egor Kislitsyn [Mon, 9 Dec 2019 07:46:06 +0000 (14:46 +0700)]
Document `with_move` parameter of the notification API
rinpatch [Mon, 9 Dec 2019 01:07:16 +0000 (04:07 +0300)]
docs: add OTP/From source tabs to CLI tasks
Maksim Pechnikov [Sun, 8 Dec 2019 19:09:15 +0000 (22:09 +0300)]
update docs
Maksim Pechnikov [Sun, 8 Dec 2019 18:46:20 +0000 (21:46 +0300)]
update changelog
Maksim Pechnikov [Sun, 8 Dec 2019 18:25:26 +0000 (21:25 +0300)]
Merge branch 'develop' into issue/1342
rinpatch [Sun, 8 Dec 2019 18:08:25 +0000 (21:08 +0300)]
OTP: Fix runtime upload limit config being ignored
Closes #1109
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.
rinpatch [Sun, 8 Dec 2019 14:36:44 +0000 (17:36 +0300)]
OAuth token cleanup: Get rid of compile-time configuration
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
rinpatch [Sun, 8 Dec 2019 13:36:22 +0000 (16:36 +0300)]
Fix never matching clause
`length/1` is only used with lists.
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
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
Maxim Filippov [Sun, 8 Dec 2019 08:35:38 +0000 (11:35 +0300)]
Fix test
Maxim Filippov [Sun, 8 Dec 2019 08:29:33 +0000 (11:29 +0300)]
Docs
Maxim Filippov [Sun, 8 Dec 2019 08:27:23 +0000 (11:27 +0300)]
Implement report notes destruction
Ivan Tashkinov [Sat, 7 Dec 2019 14:49:53 +0000 (17:49 +0300)]
[#1427] Extra check that admin OAuth scope is used by admin. Adjusted tests.
Ivan Tashkinov [Fri, 6 Dec 2019 17:33:47 +0000 (20:33 +0300)]
[#1427] Fixes / improvements of admin scopes support. Added tests.
rinpatch [Fri, 6 Dec 2019 15:36:30 +0000 (15:36 +0000)]
Merge branch 'feature/1455-chat-character-limit' into 'develop'
Feature/1455 chat character limit
Closes #1455
See merge request pleroma/pleroma!2034
Ivan Tashkinov [Fri, 6 Dec 2019 13:56:23 +0000 (16:56 +0300)]
[#1427] Bugfix for `enforce_oauth_admin_scope_usage`. Admin API documentation entry.
lain [Fri, 6 Dec 2019 13:48:37 +0000 (13:48 +0000)]
Merge branch 'fix/mrf-delete' into 'develop'
ActivityPub: Fix deletes being exempt from MRF
Closes #1461
See merge request pleroma/pleroma!2037
lain [Fri, 6 Dec 2019 13:25:13 +0000 (14:25 +0100)]
ActivityPub: For user timelines, respects blocks.
Unless the timeline belongs to a blocked user.
Maxim Filippov [Fri, 6 Dec 2019 08:17:24 +0000 (17:17 +0900)]
Fix incorrect report count
Ivan Tashkinov [Thu, 5 Dec 2019 21:26:31 +0000 (00:26 +0300)]
Merge remote-tracking branch 'remotes/origin/develop' into 1427-oauth-admin-scopes
Ivan Tashkinov [Thu, 5 Dec 2019 21:25:44 +0000 (00:25 +0300)]
[#1427] Reworked admin scopes support.
Requalified users.is_admin flag as legacy accessor to admin actions in case token lacks admin scope(s).
rinpatch [Thu, 5 Dec 2019 21:12:21 +0000 (00:12 +0300)]
Merge branch 'develop' into fix/mrf-delete
rinpatch [Wed, 4 Dec 2019 23:50:38 +0000 (02:50 +0300)]
ActivityPub: Fix deletes being exempt from MRF
Closes #1461
lain [Thu, 5 Dec 2019 17:16:23 +0000 (17:16 +0000)]
Merge branch '1335-user-api-id-fields-relations' into 'develop'
[#1335] User: refactoring of AP ID fields into relations
Closes #1335
See merge request pleroma/pleroma!1963
feld [Thu, 5 Dec 2019 13:34:34 +0000 (13:34 +0000)]
Merge branch 'feature/admin-api-render-whole-status' into 'develop'
Miscellaneous grouped reports fixes
Closes admin-fe#48 and admin-fe#51
See merge request pleroma/pleroma!2007
Maksim Pechnikov [Thu, 5 Dec 2019 12:46:27 +0000 (15:46 +0300)]
Merge branch 'develop' into issue/1342
Maksim Pechnikov [Thu, 5 Dec 2019 09:18:59 +0000 (12:18 +0300)]
Merge branch 'develop' into issue/1411