aboutsummaryrefslogtreecommitdiff
path: root/test/web
AgeCommit message (Collapse)Author
2019-09-27Don't embed the first page in inboxes/outboxes and refactor the views torinpatch
follow View/Controller pattern Note that I mentioned the change in 1.1 section because I intend to backport this, if this is not needed I will move it back to Unreleased.
2019-08-14[#161] Refactoring, documentation.Ivan Tashkinov
2019-08-14[#161] Limited replies depth on incoming federation in order to prevent ↵Ivan Tashkinov
memory leaks on recursive replies fetching.
2019-08-14tests: add tests for mrf_vocabularyAriadne Conill
2019-08-14tests: fix up nodeinfo testsAriadne Conill
2019-08-14tests: add tests for MRF.describe()Ariadne Conill
2019-08-14#1110 fixed /api/pleroma/healthcheckMaksim
2019-08-14MRF: ensure that subdomain_match calls are case-insensitiveAriadne Conill
2019-08-14Redirect not logged-in users to the MastoFE login page on private instancesSergey Suprunenko
2019-08-14tests: mastodon account views: add missing CommonAPI aliasAriadne Conill
2019-08-14Strip internal fields including likes from incoming and outgoing activitiesSergey Suprunenko
2019-08-14OStatus tests: stop relying on embedded objectsrinpatch
2019-08-14ActivityPub tests: remove assertions of embedded object being updated,rinpatch
because the objects are no longer supposed to be embedded
2019-08-14Feature/1087 wildcard option for blocksAlexander Strizhakov
2019-08-14Handle MRF rejections of incoming AP activitiesSergey Suprunenko
2019-08-14Mastodon API: Fix thread mute detectionrinpatch
It was calling CommonAPI.thread_muted? with post author's account instead of viewer's one.
2019-08-14Mastodon 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-07-31Disallow following locked accounts over OStatusrinpatch
2019-07-31ostatus: explicitly disallow protocol downgrade from activitypubAriadne Conill
This closes embargoed bug #1135.
2019-07-28Fix not being able to pin unlisted postsrinpatch
Closes #1038
2019-07-28Mastodon Controller: Fix tests.lain
2019-07-28Status View: Poll ids are strings.lain
All ids in mastodon are strings, in general.
2019-07-14nodeinfo: implement MRF transparency exclusionsAriadne Conill
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-06-26Return correct response when reply to a direct message is not direct itselfSergey Suprunenko
2019-06-25add ignore hosts and TLDs for rich_mediaMaksim Pechnikov
2019-06-25add testMaksim Pechnikov
2019-06-24[#184] small refactoring reset passwordMaksim
2019-06-24Broadcast conversation update when DM is deletedEugenij
2019-06-23Merge branch 'rich_media_titles_two' into 'develop'kaniini
Rich media titles two See merge request pleroma/pleroma!1325
2019-06-23log capturingAlex S
2019-06-23support for config groupsAlex S
2019-06-22support for tuples with more than 2 valuesAlex S
2019-06-22Rich Media Parser: Do not return just a title if nothing else is there.lain
2019-06-22Revert "Revert "Merge branch 'fix/ogp-title' into 'develop'""lain
This reverts commit b6af80f769195b5047ee8da07166f022c2e29b0a.
2019-06-22fix for int and modulesAlex S
2019-06-21Merge branch 'feature/mrf-anti-link-spam' into 'develop'kaniini
implement anti link spam MRF See merge request pleroma/pleroma!1307
2019-06-21Merge branch 'oauth_secure_redirect' into 'develop'kaniini
OAuth security improvements (`redirect_uri` listing enforcement) See merge request pleroma/pleroma!1302
2019-06-21Revert "Merge branch 'fix/ogp-title' into 'develop'"feld
This reverts merge request !1277
2019-06-20Fixes for dynamic configurationAlexander Strizhakov
2019-06-19unbreak pollsWilliam Pitcock
2019-06-19implement anti link spam MRFWilliam Pitcock
2019-06-18Added more `redirect_uri` checks to prevent redirect to not explicitly ↵Ivan Tashkinov
listed URI.
2019-06-18Mastodon API: Sanitize display namesrinpatch
Closes #1000
2019-06-17Merge branch 'removing-test-errors' into 'develop'rinpatch
Removing test errors See merge request pleroma/pleroma!1296
2019-06-16Merge branch 'fix/sanitize-report-content' into 'develop'Haelwenn
Sanitize HTML in ReportView Closes #990 See merge request pleroma/pleroma!1293
2019-06-16capturing errorsAlex S
2019-06-16[#570] add user:notification streamMaksim
2019-06-16Fix report content stopping to be nullablerinpatch
2019-06-16Credo fixesrinpatch