akkoma
4 years agoMerge branch 'refactor/db-not-null-constraints-for-filters' into 'develop'
kaniini [Sun, 27 Oct 2019 05:29:05 +0000 (05:29 +0000)]
Merge branch 'refactor/db-not-null-constraints-for-filters' into 'develop'

Add NOT NULL constraints for filters table

See merge request pleroma/pleroma!1895

4 years agoMerge branch 'refactor/db-not-null-constraints-for-conversation_participations' into...
kaniini [Sun, 27 Oct 2019 05:28:45 +0000 (05:28 +0000)]
Merge branch 'refactor/db-not-null-constraints-for-conversation_participations' into 'develop'

Add NOT NULL constraints for conversation_participations table

See merge request pleroma/pleroma!1894

4 years agoMerge branch 'refactor/db-not-null-constraints-for-conversation_participation_recipie...
kaniini [Sun, 27 Oct 2019 05:28:32 +0000 (05:28 +0000)]
Merge branch 'refactor/db-not-null-constraints-for-conversation_participation_recipient_ships' into 'develop'

Add NOT NULL constraints for conversation_participation_recipient_ships table

See merge request pleroma/pleroma!1893

4 years agoMerge branch 'refactor/db-not-null-constraints-for-config' into 'develop'
kaniini [Sun, 27 Oct 2019 05:28:18 +0000 (05:28 +0000)]
Merge branch 'refactor/db-not-null-constraints-for-config' into 'develop'

Add NOT NULL constraints for config table

See merge request pleroma/pleroma!1892

4 years agoMerge branch 'refactor/db-not-null-constraints-for-bookmarks' into 'develop'
kaniini [Sun, 27 Oct 2019 05:28:03 +0000 (05:28 +0000)]
Merge branch 'refactor/db-not-null-constraints-for-bookmarks' into 'develop'

Add NOT NULL constraints for bookmarks table

See merge request pleroma/pleroma!1891

4 years agoMerge branch 'refactor/db-not-null-constraints-for-apps' into 'develop'
kaniini [Sun, 27 Oct 2019 05:27:43 +0000 (05:27 +0000)]
Merge branch 'refactor/db-not-null-constraints-for-apps' into 'develop'

Add NOT NULL constraints for apps table

See merge request pleroma/pleroma!1890

4 years agoMerge branch 'refactor/db-not-null-constraints-for-activity-expirations' into 'develop'
kaniini [Sun, 27 Oct 2019 05:27:24 +0000 (05:27 +0000)]
Merge branch 'refactor/db-not-null-constraints-for-activity-expirations' into 'develop'

Add NOT NULL constraints for activity_expirations table

See merge request pleroma/pleroma!1889

4 years agoMerge branch 'refactor/db-not-null-constraints-for-activities' into 'develop'
kaniini [Sun, 27 Oct 2019 05:26:31 +0000 (05:26 +0000)]
Merge branch 'refactor/db-not-null-constraints-for-activities' into 'develop'

Add NOT NULL constraints for activities table

See merge request pleroma/pleroma!1888

4 years agoMerge branch 'readme-pg-contrib' into 'develop'
kaniini [Sun, 27 Oct 2019 04:40:06 +0000 (04:40 +0000)]
Merge branch 'readme-pg-contrib' into 'develop'

Clarify that postgres contrib modules are required, not just postgres.

See merge request pleroma/pleroma!1911

4 years agoClarify that postgres contrib modules are required, not just postgres.
Phil Hagelberg [Sat, 26 Oct 2019 23:19:58 +0000 (16:19 -0700)]
Clarify that postgres contrib modules are required, not just postgres.

4 years agoAdd migration
Roman Chvanikov [Sat, 26 Oct 2019 19:39:24 +0000 (22:39 +0300)]
Add migration

4 years agoAdd migration
Roman Chvanikov [Sat, 26 Oct 2019 19:38:07 +0000 (22:38 +0300)]
Add migration

4 years agoAdd migration
Roman Chvanikov [Sat, 26 Oct 2019 19:37:30 +0000 (22:37 +0300)]
Add migration

4 years agoAdd migration
Roman Chvanikov [Sat, 26 Oct 2019 19:36:43 +0000 (22:36 +0300)]
Add migration

4 years agoAdd migration
Roman Chvanikov [Sat, 26 Oct 2019 19:33:18 +0000 (22:33 +0300)]
Add migration

4 years agoAdd migration
Roman Chvanikov [Sat, 26 Oct 2019 19:32:31 +0000 (22:32 +0300)]
Add migration

4 years agoAdd migration
Roman Chvanikov [Sat, 26 Oct 2019 19:31:25 +0000 (22:31 +0300)]
Add migration

4 years agoAdd migration
Roman Chvanikov [Sat, 26 Oct 2019 19:28:18 +0000 (22:28 +0300)]
Add migration

4 years agoMerge branch 'conversation-read-status-for-blocking-user' into 'develop'
kaniini [Sat, 26 Oct 2019 10:37:27 +0000 (10:37 +0000)]
Merge branch 'conversation-read-status-for-blocking-user' into 'develop'

Count only visible conversations in the user's unread_conversation_count

See merge request pleroma/pleroma!1886

4 years agoMark the conversations with the blocked user as read and update the blocking user...
eugenijm [Fri, 25 Oct 2019 18:29:23 +0000 (21:29 +0300)]
Mark the conversations with the blocked user as read and update the blocking user's `unread_conversation_count`.

Since the conversations with the blocked user are invisible, they are excluded
from the blocking user's `unread_conversation_count`.

4 years agoMerge branch 'remove-unsed-info-fields-fn' into 'develop'
rinpatch [Fri, 25 Oct 2019 14:51:02 +0000 (14:51 +0000)]
Merge branch 'remove-unsed-info-fields-fn' into 'develop'

Remove unused Pleroma.User.info_fields/0

See merge request pleroma/pleroma!1882

4 years agoRemove unused Pleroma.User.info_fields/0
Egor Kislitsyn [Fri, 25 Oct 2019 09:48:01 +0000 (16:48 +0700)]
Remove unused Pleroma.User.info_fields/0

4 years agoMerge branch 'fix/pleroma-ctl-fix-shift-dash' into 'develop'
kaniini [Fri, 25 Oct 2019 00:24:01 +0000 (00:24 +0000)]
Merge branch 'fix/pleroma-ctl-fix-shift-dash' into 'develop'

pleroma_ctl: fix crashes due to different shift(1) behavior on dash

See merge request pleroma/pleroma!1880

4 years agoMerge branch 'object-fetch-errors' into 'develop'
kaniini [Fri, 25 Oct 2019 00:22:50 +0000 (00:22 +0000)]
Merge branch 'object-fetch-errors' into 'develop'

Object fetch errors

See merge request pleroma/pleroma!1881

4 years agopleroma_ctl: fix crashes due to different shift(1) behavior on dash
rinpatch [Thu, 24 Oct 2019 20:28:59 +0000 (23:28 +0300)]
pleroma_ctl: fix crashes due to different shift(1) behavior on dash

4 years agofix test
stwf [Thu, 24 Oct 2019 16:48:17 +0000 (12:48 -0400)]
fix test

4 years agoobject fetcher error handling
stwf [Thu, 24 Oct 2019 16:08:34 +0000 (12:08 -0400)]
object fetcher error handling

4 years agoMerge branch 'fix/readme' into 'develop'
kaniini [Thu, 24 Oct 2019 08:34:35 +0000 (08:34 +0000)]
Merge branch 'fix/readme' into 'develop'

fix link on docs-develop.pleroma.social

See merge request pleroma/pleroma!1876

4 years agofix link on docs-develop.pleroma.social
Maksim Pechnikov [Thu, 24 Oct 2019 06:58:37 +0000 (09:58 +0300)]
fix link on docs-develop.pleroma.social

4 years agoMerge branch '1304-user-info-deprecation' into 'develop'
feld [Wed, 23 Oct 2019 17:34:42 +0000 (17:34 +0000)]
Merge branch '1304-user-info-deprecation' into 'develop'

[#1304] User.Info deprecation

Closes #1304

See merge request pleroma/pleroma!1851

4 years ago[#1304] Extra bullet-proofing.
Ivan Tashkinov [Wed, 23 Oct 2019 16:30:02 +0000 (19:30 +0300)]
[#1304] Extra bullet-proofing.

4 years ago[#1304] Adjusted User.Info references from Notification.
Ivan Tashkinov [Wed, 23 Oct 2019 14:31:02 +0000 (17:31 +0300)]
[#1304] Adjusted User.Info references from Notification.

4 years agoMerge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-deprecation
Ivan Tashkinov [Wed, 23 Oct 2019 14:22:42 +0000 (17:22 +0300)]
Merge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-deprecation

# Conflicts:
# lib/pleroma/notification.ex

4 years ago[#1304] Fixed null::jsonb handling in User.Info migration.
Ivan Tashkinov [Wed, 23 Oct 2019 14:15:48 +0000 (17:15 +0300)]
[#1304] Fixed null::jsonb handling in User.Info migration.

4 years agoMerge branch 'bugfix/announce-with-bare-to-cc' into 'develop'
kaniini [Wed, 23 Oct 2019 02:25:08 +0000 (02:25 +0000)]
Merge branch 'bugfix/announce-with-bare-to-cc' into 'develop'

activitypub: visibility: refactor is_public?() to use JSON-LD safe accessors

Closes #1326

See merge request pleroma/pleroma!1874

4 years agoactivitypub: visibility: refactor is_public?() to use JSON-LD safe accessors
Ariadne Conill [Wed, 23 Oct 2019 01:50:25 +0000 (20:50 -0500)]
activitypub: visibility: refactor is_public?() to use JSON-LD safe accessors

4 years agoMerge branch 'chore/add-single-value-deserialization-tests' into 'develop'
kaniini [Wed, 23 Oct 2019 00:47:28 +0000 (00:47 +0000)]
Merge branch 'chore/add-single-value-deserialization-tests' into 'develop'

tests: transmogrifier: add explicit regression tests for JSON-LD strings as single-element array fuckery

See merge request pleroma/pleroma!1873

4 years agotests: transmogrifier: add explicit regression tests for JSON-LD string to single...
Ariadne Conill [Wed, 23 Oct 2019 00:43:31 +0000 (19:43 -0500)]
tests: transmogrifier: add explicit regression tests for JSON-LD string to single-element array deserialization

There appears to be confusion on whether or not Pleroma can handle this particular
sin of JSON-LD.  It can, and we will add regression tests to prove that it can handle
this particular sin.  Which, by the way, this is actually not a "feature" of JSON-LD,
but whatever.

4 years agoMerge branch 'feature/push-subject-for-dm' into 'develop'
kaniini [Mon, 21 Oct 2019 23:50:01 +0000 (23:50 +0000)]
Merge branch 'feature/push-subject-for-dm' into 'develop'

Direct messages should provide a distinct push notification subject

See merge request pleroma/pleroma!1864

4 years agoSpelling
Mark Felder [Mon, 21 Oct 2019 23:35:43 +0000 (18:35 -0500)]
Spelling

4 years agoAdd tests for the subject of push notifications
Mark Felder [Mon, 21 Oct 2019 23:34:20 +0000 (18:34 -0500)]
Add tests for the subject of push notifications

4 years agoMerge branch 'fix/notifs-exclude-blocked-from-with-muted' into 'develop'
rinpatch [Mon, 21 Oct 2019 16:44:17 +0000 (16:44 +0000)]
Merge branch 'fix/notifs-exclude-blocked-from-with-muted' into 'develop'

Do not include notifications from blocked users when with_muted is set

See merge request pleroma/pleroma!1869

4 years agoDo not include notifications from blocked users when with_muted is set
rinpatch [Mon, 21 Oct 2019 09:38:35 +0000 (12:38 +0300)]
Do not include notifications from blocked users when with_muted is set

This is not what with_muted is for per documentation and it was agreed
on irc that this behavior doesn't make sense.

4 years agoMerge branch 'feature/masto_api_markers' into 'develop'
kaniini [Mon, 21 Oct 2019 09:26:17 +0000 (09:26 +0000)]
Merge branch 'feature/masto_api_markers' into 'develop'

[#1275] Markers /api/v1/markers

See merge request pleroma/pleroma!1852

4 years ago[#1304] Merged `develop`, handled User.Info.invisible.
Ivan Tashkinov [Mon, 21 Oct 2019 08:58:22 +0000 (11:58 +0300)]
[#1304] Merged `develop`, handled User.Info.invisible.

4 years agoupdate changelog
Maksim Pechnikov [Mon, 21 Oct 2019 08:53:11 +0000 (11:53 +0300)]
update changelog

4 years agoMerge branch 'develop' into feature/masto_api_markers
Maksim Pechnikov [Mon, 21 Oct 2019 08:32:28 +0000 (11:32 +0300)]
Merge branch 'develop' into feature/masto_api_markers

4 years agoMerge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-deprecation
Ivan Tashkinov [Mon, 21 Oct 2019 08:05:09 +0000 (11:05 +0300)]
Merge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-deprecation

# Conflicts:
# lib/pleroma/user/info.ex
# lib/pleroma/web/activity_pub/activity_pub.ex
# lib/pleroma/web/activity_pub/transmogrifier.ex

4 years agoMerge branch 'feature/activitypub-semantics' into 'develop'
kaniini [Mon, 21 Oct 2019 07:54:48 +0000 (07:54 +0000)]
Merge branch 'feature/activitypub-semantics' into 'develop'

activitypub semantics

See merge request pleroma/pleroma!1798

4 years ago[#1304] Typo fix.
Ivan Tashkinov [Mon, 21 Oct 2019 07:20:28 +0000 (10:20 +0300)]
[#1304] Typo fix.

4 years ago[#1304]. Post-merge fixes. Merge branch 'develop' of git.pleroma.social:pleroma/plero...
Ivan Tashkinov [Sun, 20 Oct 2019 19:29:56 +0000 (22:29 +0300)]
[#1304]. Post-merge fixes. Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into 1304-user-info-deprecation

# Conflicts:
# CHANGELOG.md
# lib/pleroma/notification.ex
# lib/pleroma/user.ex
# lib/pleroma/user/info.ex
# lib/pleroma/web/admin_api/admin_api_controller.ex
# lib/pleroma/web/ostatus/handlers/follow_handler.ex
# lib/pleroma/web/ostatus/ostatus.ex
# lib/pleroma/web/salmon/salmon.ex
# lib/pleroma/web/websub/websub.ex
# test/web/admin_api/admin_api_controller_test.exs
# test/web/federator_test.exs
# test/web/mastodon_api/controllers/conversation_controller_test.exs
# test/web/ostatus/ostatus_controller_test.exs
# test/web/ostatus/ostatus_test.exs
# test/web/salmon/salmon_test.exs
# test/web/websub/websub_test.exs

4 years agoMerge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-deprecation
Ivan Tashkinov [Sun, 20 Oct 2019 17:43:18 +0000 (20:43 +0300)]
Merge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-deprecation

# Conflicts:
# CHANGELOG.md
# lib/pleroma/notification.ex
# lib/pleroma/user.ex
# lib/pleroma/user/info.ex
# lib/pleroma/web/activity_pub/activity_pub.ex
# lib/pleroma/web/admin_api/admin_api_controller.ex
# lib/pleroma/web/ostatus/handlers/follow_handler.ex
# lib/pleroma/web/ostatus/ostatus.ex
# lib/pleroma/web/salmon/salmon.ex
# lib/pleroma/web/websub/websub.ex
# test/web/admin_api/admin_api_controller_test.exs
# test/web/federator_test.exs
# test/web/mastodon_api/controllers/conversation_controller_test.exs
# test/web/ostatus/ostatus_controller_test.exs
# test/web/ostatus/ostatus_test.exs
# test/web/salmon/salmon_test.exs
# test/web/websub/websub_test.exs

4 years agoMerge branch 'chore/add-missing-websub-drop-migration' into 'develop'
kaniini [Sun, 20 Oct 2019 11:04:22 +0000 (11:04 +0000)]
Merge branch 'chore/add-missing-websub-drop-migration' into 'develop'

add missing migration to drop websub table

See merge request pleroma/pleroma!1868

4 years ago[#1304] Analysis issue fix.
Ivan Tashkinov [Sun, 20 Oct 2019 10:58:27 +0000 (13:58 +0300)]
[#1304] Analysis issue fix.

4 years ago[#1304] Moved remaining fields from User.Info to User.
Ivan Tashkinov [Sun, 20 Oct 2019 10:42:42 +0000 (13:42 +0300)]
[#1304] Moved remaining fields from User.Info to User.
Misc. fixes / improvements.

4 years agoadd missing migration to drop websub table
Ariadne Conill [Sun, 20 Oct 2019 10:39:03 +0000 (10:39 +0000)]
add missing migration to drop websub table

4 years agochange Maksim's test description
Ariadne Conill [Sat, 19 Oct 2019 23:23:13 +0000 (23:23 +0000)]
change Maksim's test description

4 years agotests: add test to ensure invisible actors are rendered with the invisible hint set...
Ariadne Conill [Sat, 19 Oct 2019 17:53:52 +0000 (17:53 +0000)]
tests: add test to ensure invisible actors are rendered with the invisible hint set to true

4 years agotests: add test verifying the relay user is invisible
Ariadne Conill [Sat, 19 Oct 2019 17:50:17 +0000 (17:50 +0000)]
tests: add test verifying the relay user is invisible

4 years agorework to use properties instead of compound typing, per SocialCG
Ariadne Conill [Sat, 19 Oct 2019 17:46:24 +0000 (17:46 +0000)]
rework to use properties instead of compound typing, per SocialCG

4 years agofix test
Maksim Pechnikov [Mon, 14 Oct 2019 06:31:08 +0000 (09:31 +0300)]
fix test

4 years agoadded test fo Pleroma.Web.MastodonAPI.StatusController
Maksim Pechnikov [Mon, 14 Oct 2019 06:09:32 +0000 (09:09 +0300)]
added test fo Pleroma.Web.MastodonAPI.StatusController

4 years agotest: activitypub: use User.invisible?/1 for testing invisibility
Ariadne Conill [Tue, 8 Oct 2019 20:59:43 +0000 (20:59 +0000)]
test: activitypub: use User.invisible?/1 for testing invisibility

4 years agoimplement invisible support for remote users
Ariadne Conill [Sat, 5 Oct 2019 20:41:33 +0000 (20:41 +0000)]
implement invisible support for remote users

4 years agouser: implement User.invisible?/1
Ariadne Conill [Sat, 5 Oct 2019 20:11:43 +0000 (20:11 +0000)]
user: implement User.invisible?/1

4 years agorelay: set invisible to true
Ariadne Conill [Sat, 5 Oct 2019 20:06:31 +0000 (20:06 +0000)]
relay: set invisible to true

4 years agouser info: add invisible field
Ariadne Conill [Sat, 5 Oct 2019 20:06:03 +0000 (20:06 +0000)]
user info: add invisible field

4 years agoMerge branch 'chore/fixup-testsuite-import' into 'develop'
kaniini [Sat, 19 Oct 2019 23:20:38 +0000 (23:20 +0000)]
Merge branch 'chore/fixup-testsuite-import' into 'develop'

tests: ostatus controller tests: fix sporadic compilation failure

See merge request pleroma/pleroma!1867

4 years agotests: ostatus controller tests: fix sporadic compilation failure
Ariadne Conill [Sat, 19 Oct 2019 23:16:15 +0000 (23:16 +0000)]
tests: ostatus controller tests: fix sporadic compilation failure

4 years agoMerge branch 'feature/mastofe-pwa' into 'develop'
Haelwenn [Sat, 19 Oct 2019 20:11:58 +0000 (20:11 +0000)]
Merge branch 'feature/mastofe-pwa' into 'develop'

MastoFE: Add PWA manifest.

See merge request pleroma/pleroma!1834

4 years agoMerge branch 'mark-all-conversations-as-read' into 'develop'
Haelwenn [Sat, 19 Oct 2019 19:55:16 +0000 (19:55 +0000)]
Merge branch 'mark-all-conversations-as-read' into 'develop'

Pleroma API: `POST /api/v1/pleroma/conversations/read`

See merge request pleroma/pleroma!1830

4 years agoMerge branch 'develop-version-bump' into 'develop'
rinpatch [Sat, 19 Oct 2019 19:13:00 +0000 (19:13 +0000)]
Merge branch 'develop-version-bump' into 'develop'

mix.exs: Bump version for develop builds

See merge request pleroma/pleroma!1866

4 years agomix.exs: Bump version for develop builds
rinpatch [Sat, 19 Oct 2019 18:59:04 +0000 (21:59 +0300)]
mix.exs: Bump version for develop builds

As per discussion on irc, we already used GNU-style versioning system
for release candidates, so it makes sense to use it for develop builds as well.

4 years agoPleroma API: `POST /api/v1/pleroma/conversations/read` to mark all user's conversatio...
eugenijm [Fri, 11 Oct 2019 03:40:58 +0000 (06:40 +0300)]
Pleroma API: `POST /api/v1/pleroma/conversations/read` to mark all user's conversations as read

4 years agoAdd documentation for PWA manifest configuration.
KokaKiwi [Sat, 19 Oct 2019 10:11:25 +0000 (12:11 +0200)]
Add documentation for PWA manifest configuration.

4 years agoMastoFE: Add PWA manifest.
KokaKiwi [Fri, 11 Oct 2019 12:48:01 +0000 (14:48 +0200)]
MastoFE: Add PWA manifest.

4 years agoMerge branch 'mix-emoji-task-pack-json' into 'develop'
rinpatch [Sat, 19 Oct 2019 08:51:03 +0000 (08:51 +0000)]
Merge branch 'mix-emoji-task-pack-json' into 'develop'

For pleroma.emoji downloaded packs, generate pack.json instead

See merge request pleroma/pleroma!1748

4 years agoMerge branch 'develop' into feature/push-subject-for-dm
Mark Felder [Fri, 18 Oct 2019 22:56:15 +0000 (17:56 -0500)]
Merge branch 'develop' into feature/push-subject-for-dm

4 years agoDirect messages should provide a distinct push notification subject
Mark Felder [Fri, 18 Oct 2019 22:51:34 +0000 (17:51 -0500)]
Direct messages should provide a distinct push notification subject

4 years agoMerge branch 'patch-1' into 'develop'
rinpatch [Fri, 18 Oct 2019 22:29:04 +0000 (22:29 +0000)]
Merge branch 'patch-1' into 'develop'

Fix a typo in default static directory configuration for OTP releases

Closes #1289

See merge request pleroma/pleroma!1829

4 years agoMerge branch 'fix/pleroma-ctl-rpc' into 'develop'
rinpatch [Fri, 18 Oct 2019 21:40:07 +0000 (21:40 +0000)]
Merge branch 'fix/pleroma-ctl-rpc' into 'develop'

pleroma_ctl: Fix attempting to use RPC for config generation

See merge request pleroma/pleroma!1862

4 years agopleroma_ctl: Fix attempting to use RPC for config generation
rinpatch [Fri, 18 Oct 2019 21:37:39 +0000 (00:37 +0300)]
pleroma_ctl: Fix attempting to use RPC for config generation

4 years agoMerge branch 'feature/relay-list' into 'develop'
kaniini [Fri, 18 Oct 2019 16:51:04 +0000 (16:51 +0000)]
Merge branch 'feature/relay-list' into 'develop'

Admin API: Ability to list all followed relays

See merge request pleroma/pleroma!1835

4 years agoMerge branch 'develop' into feature/relay-list
Maxim Filippov [Fri, 18 Oct 2019 16:35:58 +0000 (18:35 +0200)]
Merge branch 'develop' into feature/relay-list

4 years agoMerge branch 'feature/ostatus-removal' into 'develop'
kaniini [Fri, 18 Oct 2019 16:04:57 +0000 (16:04 +0000)]
Merge branch 'feature/ostatus-removal' into 'develop'

ostatus removal

Closes #1145

See merge request pleroma/pleroma!1854

4 years agotests: mastodon api: fix broken test that used OStatus
Ariadne Conill [Fri, 18 Oct 2019 15:46:46 +0000 (15:46 +0000)]
tests: mastodon api: fix broken test that used OStatus

4 years agoobject: containment: simplify the pattern match for OStatus testsuite hack
Ariadne Conill [Fri, 18 Oct 2019 15:39:15 +0000 (15:39 +0000)]
object: containment: simplify the pattern match for OStatus testsuite hack

4 years agoobject: containment: only allow OStatus references in test suite environment
Ariadne Conill [Fri, 18 Oct 2019 15:34:36 +0000 (15:34 +0000)]
object: containment: only allow OStatus references in test suite environment

4 years agotests: mastodon search: search for an account that is visible via activitypub, not...
Ariadne Conill [Fri, 18 Oct 2019 04:14:26 +0000 (04:14 +0000)]
tests: mastodon search: search for an account that is visible via activitypub, not ostatus

4 years agoobject: fetcher: fix up formatting
Ariadne Conill [Fri, 18 Oct 2019 04:08:25 +0000 (04:08 +0000)]
object: fetcher: fix up formatting

4 years agoadd some missing tesla fixtures
Ariadne Conill [Fri, 18 Oct 2019 03:58:28 +0000 (03:58 +0000)]
add some missing tesla fixtures

4 years agoactivitypub: tag containment checks for better error tracing
Ariadne Conill [Fri, 18 Oct 2019 03:57:32 +0000 (03:57 +0000)]
activitypub: tag containment checks for better error tracing

4 years agoobject: containment: also allow OStatus object IDs through when comparing origins
Ariadne Conill [Fri, 18 Oct 2019 03:56:31 +0000 (03:56 +0000)]
object: containment: also allow OStatus object IDs through when comparing origins

4 years agoobject: fetcher: improve error reporting
Ariadne Conill [Fri, 18 Oct 2019 03:41:38 +0000 (03:41 +0000)]
object: fetcher: improve error reporting

4 years agoobject: containment: don't try to contain ostatus objects
Ariadne Conill [Fri, 18 Oct 2019 03:26:50 +0000 (03:26 +0000)]
object: containment: don't try to contain ostatus objects

4 years agotests: fix up signature tests
Ariadne Conill [Fri, 18 Oct 2019 02:56:02 +0000 (02:56 +0000)]
tests: fix up signature tests

4 years agotests: fix relay tests
Ariadne Conill [Fri, 18 Oct 2019 02:52:08 +0000 (02:52 +0000)]
tests: fix relay tests

4 years agoobject fetcher: fix up error handling
Ariadne Conill [Fri, 18 Oct 2019 02:42:25 +0000 (02:42 +0000)]
object fetcher: fix up error handling

4 years agotests: simplify object fetching and containment tests
Ariadne Conill [Fri, 18 Oct 2019 00:51:53 +0000 (00:51 +0000)]
tests: simplify object fetching and containment tests

4 years agotests: remove some more ostatus tests
Ariadne Conill [Fri, 18 Oct 2019 00:37:13 +0000 (00:37 +0000)]
tests: remove some more ostatus tests