summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2019-07-14added tests for Web.MediaProxyMaksim
2019-07-14Unfollow should also unsubscribeSergey Suprunenko
2019-07-14tests: fix object containment violations in the transmogrifier testsAriadne Conill
Some objects were not completely rewritten in the tests, which caused object containment violations. Fix them by rewriting the object IDs to be in an appropriate namespace.
2019-07-14security: detect object containment violations at the IR levelAriadne Conill
It is more efficient to check for object containment violations at the IR level instead of in the protocol handlers. OStatus containment is especially a tricky situation, as the containment rules don't match those of IR and ActivityPub. Accordingly, we just always do a final containment check at the IR level before the object is added to the IR object graph.
2019-07-14Merge branch 'bugfix/llal-object-containment' into 'develop'kaniini
Object.Fetcher: Handle error on Containment.contain_origin/2 See merge request pleroma/pleroma!1414
2019-07-14FetcherTest: Containment refute called(OStatus.fetch_activity_from_url)Haelwenn (lanodan) Monnier
2019-07-14Feature/1072 muting notificationsAlexander Strizhakov
2019-07-14HttpRequestMock: Add 404s on OStatus fetching for info.pleroma.siteHaelwenn (lanodan) Monnier
2019-07-14HttpRequestMock: Add missing mocks for object containment testsHaelwenn (lanodan) Monnier
2019-07-13nodeinfo: implement MRF transparency exclusionsAriadne Conill
2019-07-13[#1041] Rate-limited status actions (per user and per user+status).Ivan Tashkinov
2019-07-12Merge branch 'develop' into fix/ap-hide-followsrinpatch
2019-07-12ActivityPub Controller: Actually pass for_user to following/followersrinpatch
views and give 403 errors when trying to request hidden follower pages when unauthenticated
2019-07-12Pleroma.Web.Metadata - testsMaksim
2019-07-12ActivityPub User view: Following/Followers refactoringrinpatch
- Render the collection items if the user requesting == the user rendered - Do not render the first page if hide_{followers,follows} is set, just give the URI to it
2019-07-12Move these to pleroma namespace in Mastodon APIMark Felder
2019-07-12AP user view: Add a test for hiding totalItems in following/followersrinpatch
2019-07-12preserve the original path/filename (no encoding/decoding) for proxySachin Joshi
2019-07-11Extend Pleroma.Pagination to support offset-based pagination, use ↵Eugenij
async/await to execute status and account search in parallel
2019-07-11admin api configure changesAlexander Strizhakov
2019-07-11Merge branch 'fix/1019-refactor' into 'develop'kaniini
Fix/1019 refactor See merge request pleroma/pleroma!1397
2019-07-10support for idna domainsAlexander Strizhakov
2019-07-10MastoAPI: Add categories to custom emojisHaelwenn (lanodan) Monnier
Note: This isn’t in a release yet, can be seen in mastofe on the rebase/glitch-soc branch.
2019-07-10removing synchronization workerAlex S
2019-07-10robots txt test fixAlex S
2019-07-10adding following_address field to userAlex S
2019-07-10Create mentions only for explicitly mentioned usersSergey Suprunenko
2019-07-10Fix credo warningEgor Kislitsyn
2019-07-10Add SetLocalePlugEgor Kislitsyn
2019-07-10add test for search_controller/ 100% coverageMaksim
2019-07-10[#1062] added option to disable send emailMaksim
2019-07-10Send and handle "Delete" activity for deleted usersSergey Suprunenko
2019-07-10Merge branch 'release/listener' into 'develop'kaniini
add listener port and ip option for 'pleroma.instance gen' and enable its test See merge request pleroma/pleroma!1393
2019-07-10Add license/copyright to all project filesfeld
2019-07-10tests MRF filtersMaksim
2019-07-10add listener port and ip option for 'pleroma.instance gen' and enable its testSachin Joshi
2019-07-09[#878] Tests improvements per code review.Ivan Tashkinov
2019-07-09[#878] Uncommented test statement.Ivan Tashkinov
2019-07-09[#878] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
878-activity-object-decoupling-in-tests # Conflicts: # lib/pleroma/object.ex # test/web/activity_pub/transmogrifier_test.exs # test/web/ostatus/ostatus_test.exs
2019-07-09Merge branch 'remove-avatar-header' into 'develop'kaniini
Ability to reset avatar, profile banner and backgroud See merge request pleroma/pleroma!1187
2019-07-09Fix/1019 correct count remote usersAlexander Strizhakov
2019-07-09Merge branch 'remove-swift' into 'develop'kaniini
Remove Uploaders.Swift and `httpoison` dependency Closes #1051 See merge request pleroma/pleroma!1374
2019-07-09reverse proxy testsAlexander Strizhakov
2019-07-09Merge branch 'features/sec-websocket-protocol-header' into 'develop'kaniini
Features: MastoAPI streaming Sec-WebSocket-Protocol header See merge request pleroma/pleroma!1381
2019-07-09Merge branch 'proxy-error' into 'develop'feld
make sure the url used by proxy is same as original url See merge request pleroma/pleroma!1383
2019-07-09Add test for URLs with Unicode characters tooMark Felder
2019-07-09Merge branch 'test-speedup' into 'develop'Haelwenn
Testing: Don't federate in testing. See merge request pleroma/pleroma!1391
2019-07-09Remove duplicated test. New one is more comprehensive.Mark Felder
2019-07-09Merge branch 'develop' into proxy-errorMark Felder
2019-07-09CapitalizeMark Felder