aboutsummaryrefslogtreecommitdiff
path: root/test/web
AgeCommit message (Collapse)Author
2019-08-19added test helpers to clear config after testsMaksim
2019-08-18tests: activitypub: fix typoAriadne Conill
2019-08-18Merge branch 'feature/hide-muted-threads-from-timeline' into 'develop'kaniini
Hide muted theads from home/public timelines unless `with_muted` is set See merge request pleroma/pleroma!1575
2019-08-16Merge branch 'pleroma-conversations' into 'develop'lain
Extended Pleroma Conversations See merge request pleroma/pleroma!1535
2019-08-15Hide muted theads from home/public timelines unless `with_muted` is setrinpatch
2019-08-14Implement Pleroma.Stats as GenServerstwf
2019-08-14Merge remote-tracking branch 'origin/develop' into pleroma-conversationslain
2019-08-14Add `:max_remote_account_fields` config optionEgor Kislitsyn
2019-08-14Use info.fields instead of source_data for remote usersEgor Kislitsyn
2019-08-14Add configurable account field name length limitEgor Kislitsyn
2019-08-14Add configurable account field value length limitEgor Kislitsyn
2019-08-14Linkify custom fields values in ActivityPub.UserViewxEgor Kislitsyn
2019-08-14Support user attachment update in TransmogrifierEgor Kislitsyn
2019-08-14Add profile custom fields to ActivityPub.UserViewEgor Kislitsyn
2019-08-14Fix testsEgor Kislitsyn
2019-08-14Add custom profile fieldsEgor Kislitsyn
2019-08-13Merge branch 'feature/mrf-vocabulary' into 'develop'rinpatch
MRF Vocabulary See merge request pleroma/pleroma!1559
2019-08-13tests: fix up nodeinfo testsAriadne Conill
2019-08-13tests: add tests for MRF.describe()Ariadne Conill
2019-08-13tests for Web/ActivityPub/RelayMaksim
2019-08-13tests for /web/mastodon_api/mastodon_api.exMaksim
2019-08-13tests: add tests for mrf_vocabularyAriadne Conill
2019-08-12ConversationView: Align parameter names with other views.lain
2019-08-12Conversation: Add endpoint to get a conversation by id.lain
2019-08-12Conversations: Use 'recipients' for accounts in conversation view.lain
According to gargron, this is the intended usage.
2019-08-10MRF: ensure that subdomain_match calls are case-insensitiveAriadne Conill
2019-08-10Merge branch 'develop' into 'fix/hide-follows-counters'kaniini
# Conflicts: # CHANGELOG.md
2019-08-10Strip internal fields including likes from incoming and outgoing activitiesSergey Suprunenko
2019-08-10Mastodon API: Fix thread mute detectionrinpatch
It was calling CommonAPI.thread_muted? with post author's account instead of viewer's one.
2019-08-09Mastodon API: Set follower/following counters to 0 when hidingrinpatch
followers/following is enabled We are already doing that in AP representation, so I think we should do it here as well for consistency.
2019-08-08Merge remote-tracking branch 'origin/develop' into pleroma-conversationslain
2019-08-06Merge branch 'fix/object-reembeds' into 'develop'Haelwenn
Do not rembed the object after updating it Closes #1142 See merge request pleroma/pleroma!1538
2019-08-07OStatus tests: stop relying on embedded objectsrinpatch
2019-08-07ActivityPub tests: remove assertions of embedded object being updated,rinpatch
because the objects are no longer supposed to be embedded
2019-08-06[#1150] fixed parser TwitterCardMaksim
2019-08-05tests for CommonApi/UtilsMaksim
2019-08-05Linting.lain
2019-08-05CommonAPI: Replies to conversations also get the correct context id.lain
2019-08-05Pleroma Conversations API: Add a way to set recipients.lain
2019-08-04Do not add the "next" key to likes.json if there is no more itemsSergey Suprunenko
2019-08-03Admin fixesAlexander Strizhakov
2019-08-03Remove spaces from the domain searchSergey Suprunenko
2019-08-03Handle MRF rejections of incoming AP activitiesSergey Suprunenko
2019-08-02Pleroma API: Add endpoint to get conversation statuses.lain
2019-08-02Fix/mediaproxy whitelist base urlfeld
2019-08-02CommonAPI: Extend api with conversation replies.lain
2019-08-02Merge branch 'feature/hide-follows-remote' into 'develop'lain
Refactor Follows/Followers counter syncronization and set hide_followers/hide_follows for remote users See merge request pleroma/pleroma!1411
2019-08-01Clean up tests outputEgor Kislitsyn
2019-07-31Merge branch 'fix/disallow-ostatus-follows-locked' into 'develop'kaniini
Disallow following locked accounts over OStatus See merge request pleroma/pleroma!1512
2019-07-31Disallow following locked accounts over OStatusrinpatch