summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2019-01-20Send delete event over Mastodon streaming apilain
Closes #116
2019-01-20Merge branch 'add-custom-emoji-test' into 'develop'lambda
Add a test to ensure #39 is fixed. See merge request pleroma/pleroma!687
2019-01-20Add a test to ensure #39 is fixed.lain
2019-01-20Merge branch 'i1t/pleroma-477_user_search_improvements' into 'develop'lambda
I1t/pleroma 477 user search improvements See merge request pleroma/pleroma!685
2019-01-20test: transmogrifier: verify directMessage flag is sent outbound based on ↵William Pitcock
declared visibility
2019-01-20tests: add tests for DM sanitizerWilliam Pitcock
2019-01-20activitypub: utils: add determine_explicit_mentions() and testsWilliam Pitcock
2019-01-19Merge branch 'bugfix/improve-boost-targeting' into 'develop'kaniini
improve handling of non-public Announces See merge request pleroma/pleroma!681
2019-01-19Merge branch '491_full_mentions_in_user_bio' into 'develop'kaniini
[#491] Made user bio preserve full nicknames (nick@host) Closes #491 See merge request pleroma/pleroma!676
2019-01-19FormatMaxim Filippov
2019-01-19Add current user to mentionedMaxim Filippov
2019-01-18test: add regression test for to/cc clobberingWilliam Pitcock
2019-01-18Add actor to recipientsMaxim Filippov
2019-01-18Add fixes for SPC users.lain
2019-01-18Fix merge conflictrinpatch
2019-01-18Fix ostatus testrinpatch
2019-01-18[#477] User: FTS and trigram search results mixing (to handle misspelled ↵Ivan Tashkinov
requests).
2019-01-18Use object instead of activity for metadatarinpatch
2019-01-18[#491] Made full nicknames be preserved in user links text only in Bio.Ivan Tashkinov
2019-01-17Fix object id in OpenGraph testrinpatch
2019-01-17[#502] Fixed `user_count` in `/api/v1/instance` to include only active local ↵Ivan Tashkinov
users.
2019-01-17[#491] Made user bio preserve full nicknames (nick@host).Ivan Tashkinov
2019-01-17Fix testrinpatch
2019-01-16join us now and share the software~. Also testsrinpatch
2019-01-16MastoAPI: Don't break on missing users.lain
2019-01-16Merge branch 'feature/improve-microformats' into 'develop'lambda
improve microformats support See merge request pleroma/pleroma!672
2019-01-16Merge branch '518_instance_stats_fix' into 'develop'lambda
[#518] Fix: /api/v1/instance ("domain_count"), /api/v1/instance/peers Closes #518 See merge request pleroma/pleroma!673
2019-01-16[#518] Fixed /api/v1/instance ("domain_count" value) and ↵Ivan Tashkinov
/api/v1/instance/peers responses.
2019-01-16Remove OpenGraph test from Ostatus testsrinpatch
2019-01-16tests: fixupWilliam Pitcock
2019-01-15[#477] User search tests. Normalized search rank in User.search.Ivan Tashkinov
2019-01-15[#477] Added FTS index for `users`. Fixed failing test.Ivan Tashkinov
2019-01-15Upload: Fix uploading with a : in the filenameHaelwenn (lanodan) Monnier
2019-01-15Upload: Fix uploading with a ? in the filenameHaelwenn (lanodan) Monnier
2019-01-14Merge branch 'media-url-escape' into 'develop'rinpatch
URI escape file upload URLs See merge request pleroma/pleroma!665
2019-01-14Add attachment escaping testShadowfacts
2019-01-14[#477] User search improvements: tsquery search with field weights, friends ↵Ivan Tashkinov
& followers boosting.
2019-01-14Merge branch 'feature/add-oembed-parser' into 'develop'kaniini
Add OEmbed parser See merge request pleroma/pleroma!661
2019-01-14Merge branch 'activitypub-likes' into 'develop'kaniini
Activitypub c2s likes See merge request pleroma/pleroma!658
2019-01-13Add test for mastodon API /favourites endpointSadposter
2019-01-13Resolve merge conflictrinpatch
2019-01-13Add OEmbed parserMaxim Filippov
2019-01-12Add likes to activitypub object representationsxsdv1
Top level of the likes OrderedCollection is inlined to get immediate access to totalItems. Because the count can be returned without scanning the database for like activities the extra query is saved when the client only wants to display the total.
2019-01-12Add route to get object like activitiessxsdv1
2019-01-12Handle client submitted activitypub like activitysxsdv1
2019-01-12Prepare all types objects before serialisingsxsdv1
Activities returned from inbox can include other types of objects like Article
2019-01-11typoEgor Kislitsyn
2019-01-11unpin when deleting a statusEgor Kislitsyn
2019-01-10Merge branch 'activitypub-dereference-activity-id' into 'develop'kaniini
Support activity+json request for activity See merge request pleroma/pleroma!641
2019-01-10Add Twitter Card parserMaxim Filippov