summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2019-01-08fix testEgor Kislitsyn
2019-01-08add `pinned` property to `StatusView`Egor Kislitsyn
2019-01-08rename `post` to `status`Egor Kislitsyn
2019-01-07Actually put some onformation in the error user, make it actually properly parselain
in conversations.
2019-01-07Merge branch 'resilient-user-view' into 'develop'kaniini
Make TwAPI UserView more resilient to issues. See merge request pleroma/pleroma!634
2019-01-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Egor Kislitsyn
feature/pinned-posts
2019-01-07add pinned postsEgor Kislitsyn
2019-01-07MastoAPI: Add test.lain
2019-01-07Make TwAPI UserView more resilient to issues.lain
Will work for missing users and badly migrated users.
2019-01-06Twitter API: Add a summary_html field.scarlett
The intention here is to allow proper subject copying when it contains emoji, obviously this will require minor frontend changes, though.
2019-01-05Add check to prevent multiple follow notifications from the same userSadposter
2019-01-05Merge branch 'fix/user-search-null-name' into 'develop'kaniini
fix user search results for users with unset display name Closes #499 See merge request pleroma/pleroma!625
2019-01-05Merge branch 'activitypub-tombstone-fix' into 'develop'kaniini
Don't crash on AP request for tombstone See merge request pleroma/pleroma!630
2019-01-05Merge branch 'emoji-in-summary' into 'develop'scarlett
Strip HTML in and allow emoji in summaries. See merge request pleroma/pleroma!631
2019-01-05Add tests for emoji and lack of HTML in summaries.scarlett
2019-01-05Remove redundant comma.scarlett
2019-01-05Resolve some test failures.scarlett
2019-01-05Don't crash on AP request for tombstonesxsdv1
Because tombstone objects has no addressing the is_public?-predicate would cause an error that propagated as a 500 error in the api
2019-01-04Merge branch 'develop' of git.pleroma.social:cascode/pleroma into ↵cascode
fix/user-search-null-name
2019-01-04Merge branch 'feature/rich-media' into 'develop'kaniini
URL previews in posts Closes #402 See merge request pleroma/pleroma!617
2019-01-04Merge branch 'activitypub-c2s-delete-activity' into 'develop'kaniini
Activitypub c2s delete activity See merge request pleroma/pleroma!618
2019-01-04formattedcascode
2019-01-04added test for #499cascode
2019-01-03Merge branch 'captcha' into 'develop'rinpatch
Make captcha (kocaptcha) stateless See merge request pleroma/pleroma!585
2019-01-02Add RichMediaController and testsMaxim Filippov
2019-01-01Implement delete activitysxsdv1
2019-01-01Split create activity specifics from update_outboxsxsdv1
2019-01-01Add OGP parserMaxim Filippov
2018-12-31Merge branch 'features/admin-api-user-views' into 'develop'kaniini
User/Account views: Add rights.admin Closes #472 See merge request pleroma/pleroma!589
2018-12-31Merge branch 'fix/scrubber-cache' into 'develop'lambda
[#481] Store scrubbed posts in Cachex Closes #481 See merge request pleroma/pleroma!610
2018-12-31Fix a typo in user_test.exRin Toshaka
2018-12-30Merge branch 'mr/retry-queue' into 'develop'kaniini
Improves RetryQueue behavior See merge request pleroma/pleroma!609
2018-12-31Get default scrubbers from config instead of hardcodedrinpatch
2018-12-31Fix test failurerinpatch
2018-12-30Improves RetryQueue behaviorMichael Loftis
reduces to one single timer firing once a second switches to a parallel worker model
2018-12-30Create activity when client posts to outboxsxsdv1
2018-12-30Implement ActivityPub inbox viewsxsdv1
More or less verbatim copied from the outbox template with only changes to the activities fetched and url reported
2018-12-29Wire up stub routes for client calls of activitypub inbox/outboxsxsdv1
Code style: remove wrapping function of outbox
2018-12-29Merge branch 'carrot-bullying' into 'develop'kaniini
Add some hard limits on inserted activities. See merge request pleroma/pleroma!595
2018-12-29Merge branch '483_blocks_import_export' into 'develop'kaniini
[#483] Blocked users list import & export Closes #483 See merge request pleroma/pleroma!603
2018-12-29[#483] User.get_by_nickname/1: ensured case-insensitive matching for local ↵Ivan Tashkinov
FQN. Added tests.
2018-12-29[#483] User.get_by_nickname/1: ensured case-insensitive matching for local ↵Ivan Tashkinov
FQN. Added tests.
2018-12-29[#483] Refactored blocks and follows import, added tests.Ivan Tashkinov
2018-12-28[#483] Blocked users export for TwitterAPI.Ivan Tashkinov
2018-12-28Web.TwitterAPI.UserView: Add rights.adminHaelwenn (lanodan) Monnier
2018-12-27Fix Twitter timelines for private instancesVyr Cossont
2018-12-27Merge branch 'feature/create-tombstone-instead-of-delete' into 'develop'kaniini
Create tombstone instead of object deletion See merge request pleroma/pleroma!593
2018-12-27Merge branch 'reserve-user-names' into 'develop'kaniini
Reserve a few user names See merge request pleroma/pleroma!594
2018-12-26Implement exclude_reblogs and include_rtsVyr Cossont
2018-12-26Expose restricted names in nodeinfo.lain