summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
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
2018-12-26Add some hard limits on inserted activities.lain
2018-12-25Add test to check /object/:id does not leak the tombstone itselfMaxim Filippov
2018-12-25Reserve a few user nameslain
These are all names that are used for domain.com/:route routes or projected to be.
2018-12-25FormatMaxim Filippov
2018-12-25Fix Activity testMaxim Filippov
2018-12-25Remove unused testMaxim Filippov
2018-12-25Revert Activity tombstones, add ObjectTombstone structMaxim Filippov
2018-12-25Fix failing testsMaxim Filippov
2018-12-24Capitalize "tombstone"Maxim Filippov
2018-12-24Create tombstone instead of object deletionMaxim Filippov
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-23tests: twitter api: add test proving that peertube videos are correctly handledWilliam Pitcock
2018-12-23tests: twitter api: activity view test: enable tesla mockWilliam Pitcock
2018-12-23tests: mastodon api: add test verifying that peertube videos are correctly ↵William Pitcock
rendered
2018-12-23transmogrifier: significantly rework handling of peertube videos, add testWilliam Pitcock
2018-12-21Make captcha (kocaptcha) statelessEkaterina Vaartis
Also rename seconds_retained to seconds_valid since that's how it is now. Put it down from 180 to 20 seconds. The answer data is now stored in an encrypted text transfered to the client and back, so no ETS is needed
2018-12-20Merge branch 'ci-test-fix' into 'develop'lambda
SetUserSessionIdPlugTest: try again to fix random ci failures See merge request pleroma/pleroma!579
2018-12-20Merge branch '114_email_confirmation' into 'develop'kaniini
[#114] Email confirmation See merge request pleroma/pleroma!546
2018-12-20[#114] Fixed test.Ivan Tashkinov
2018-12-20[#114] Allowed unconfirmed users to authenticate if ↵Ivan Tashkinov
:account_activation_required is disabled prior to confirmation. Ensured that no confirmation emails are sent if :account_activation_required is not true. Adjusted tests.