aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/activity
AgeCommit message (Collapse)Author
2022-08-31Do not stream out Announces to public timelinesTusooa Zhu
2022-08-27Make local-only posts stream in local timelineTusooa Zhu
2022-08-27Do not stream out Create of ChatMessageTusooa Zhu
2022-05-06Make local-only statuses searchableTusooa Zhu
Ref: fix-local-public
2022-02-25Copyright bump for 2022Sean King
2021-01-13Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
feature/object-hashtags-rework
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2020-12-28Revert "Merge branch 'features/hashtag-column' into 'develop'"Haelwenn
This reverts merge request !2824
2020-12-28Merge branch 'features/hashtag-column' into 'develop'Haelwenn
Insert text representation of hashtags into object["hashtags"] See merge request pleroma/pleroma!2824
2020-12-28[#3213] Made Object.hashtags/1 work with :hashtags assoc. Adjusted tests.Ivan Tashkinov
2020-12-22Insert text representation of hashtags into object["hashtags"]Haelwenn (lanodan) Monnier
Includes a new mix task: pleroma.database fill_old_hashtags
2020-12-21Tests: Make as many tests as possible async.lain
In general, tests that match these criteria can be made async: - Doesn't use real Cachex. - Doesn't write to the Config / Application Environment. - Uses Mock. Using Mox is fine. - Uses the streamer.
2020-12-01Search tests: Use on_exit for restoring `persistent_term` staterinpatch
Otherwise if the assertion failed, the code below which resets the state would never be reached
2020-11-23Search: Save detected pg version in a persistent term.lain
2020-11-20Search: Change search method based on detected pg versionlain
2020-11-19Search Test: lintinglain
2020-11-19Search: Add option to search with the websearch functionlain
2020-11-04TopicsTest: Small addition.lain
2020-10-13Merge remote-tracking branch 'upstream/develop' into restrict-domainAlex Gleason
2020-10-13tests consistencyAlexander Strizhakov