Insert text representation of hashtags into object["hashtags"]
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Fri, 31 Jul 2020 14:46:35 +0000 (16:46 +0200)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Tue, 22 Dec 2020 04:15:34 +0000 (05:15 +0100)
commitacb03d591bea1b20a715201f479f1ad7bf7bb67b
tree4ec82e0b7116e8accd8c344c5834781f65ac5990
parent8e1f32e71560c4b36ccbdc3ecf8de8386928305a
Insert text representation of hashtags into object["hashtags"]

Includes a new mix task: pleroma.database fill_old_hashtags
22 files changed:
CHANGELOG.md
docs/administration/CLI_tasks/database.md
lib/mix/tasks/pleroma/database.ex
lib/pleroma/activity/ir/topics.ex
lib/pleroma/constants.ex
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/activity_pub/mrf/simple_policy.ex
lib/pleroma/web/activity_pub/transmogrifier.ex
lib/pleroma/web/common_api/utils.ex
lib/pleroma/web/mastodon_api/views/status_view.ex
lib/pleroma/web/templates/feed/feed/_activity.atom.eex
lib/pleroma/web/templates/feed/feed/_activity.rss.eex
lib/pleroma/web/templates/feed/feed/_tag_activity.atom.eex
priv/repo/migrations/20200731165800_add_hashtags_index_to_objects.exs [new file with mode: 0644]
test/pleroma/activity/ir/topics_test.exs
test/pleroma/web/activity_pub/mrf/simple_policy_test.exs
test/pleroma/web/activity_pub/transmogrifier/note_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier_test.exs
test/pleroma/web/common_api/utils_test.exs
test/pleroma/web/common_api_test.exs
test/pleroma/web/mastodon_api/views/status_view_test.exs
test/support/factory.ex