aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2018-10-25tests: twitterapi: add additional fieldsWilliam Pitcock
2018-10-25tests: update for new in_reply_to_screen_name fieldWilliam Pitcock
2018-10-20Fix some typos in the list test.eal
2018-10-19Add a test for List.get_lists_account_belongsAkiraFukushima
2018-10-17tests: add a testcase for matching osada users in the formatterWilliam Pitcock
2018-10-14Delete Tokens and Authorizations on password changeHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/320
2018-10-11test: add regression test for #316William Pitcock
2018-10-05test: update test for new html scrub policyWilliam Pitcock
2018-10-05Revert "Merge branch 'revert-a26d5e6b' into 'develop'"William Pitcock
This reverts commit d31bbb1cfe04ca6073a322bcf77239e7d4b79839, reversing changes made to 340ab3cb9068d444b77213e07beb8c2c3ca128b9.
2018-09-28formatter: Stop using phoenix HTML and format it ourselvesHaelwenn (lanodan) Monnier
* Pheonix has an extra scheme whitelist conflicting with ours * Pheonix doesn’t seems to do URL encoding, just HTML encoding Closes: https://git.pleroma.social/pleroma/pleroma/issues/307
2018-09-28Merge branch 'feature/twitter_api/fields' into 'develop'Haelwenn
[Pleroma.Web.TwitterAPI.UserView]: Add mastodon-fields in "fields" See merge request pleroma/pleroma!360
2018-09-28[Pleroma.Web.TwitterAPI.UserViewTest]: Add test for mastodon-fieldsHaelwenn (lanodan) Monnier
2018-09-28[Pleroma.Web.TwitterAPI.UserView]: Add mastodon-fields in "fields"Haelwenn (lanodan) Monnier
2018-09-27transmogrifier: more robustly handle dereferencing pointer URIsWilliam Pitcock
2018-09-27transmogrifier: Add support for array-less hashtags, add broken announce, ↵Haelwenn (lanodan) Monnier
harden get_actor
2018-09-27transmogrifier_test: incoming notices with tag not being an array (kroeg)Haelwenn (lanodan) Monnier
2018-09-22test: add smoketests for the scrubbing policiesWilliam Pitcock
2018-09-22twitter api: add no_rich_text option to userview for account prefsWilliam Pitcock
2018-09-22test: add tests for new User.html_filter_policy()William Pitcock
2018-09-20test: add test proving that users are refreshed when staleWilliam Pitcock
2018-09-20[Pleroma.Web.MastodonAPI.AccountView]: relationship.json: fake endorsed ↵Haelwenn (lanodan) Monnier
value (false)
2018-09-20[Pleroma.Web.MastodonAPI.StatusView] add replies_countHaelwenn (lanodan) Monnier
2018-09-10Update status_view_test.exsshadowfacts
2018-09-09tests: break the cycle using pleroma.factoryWilliam Pitcock
2018-09-09tests: try breaking the cycle a different wayWilliam Pitcock
2018-09-09test: user enabled plug tests: fix circular referenceWilliam Pitcock
2018-09-08Merge branch 'moonman/pleroma-sha512-crypt' into 'develop'lambda
auth overhaul and legacy GS auth See merge request pleroma/pleroma!331
2018-09-07Mastodon API: Add unsupported attributes to relationship responsesMartin Kühl
These attributes are documented as required by the Mastodon API. Since we don’t support them (I think?), respond with default values.
2018-09-05Fix warning.lain
2018-09-05Update legacy passwords automatically.lain
2018-09-05Fix the testsMartin Kühl
2018-09-05Add UserEnabledPlug.lain
2018-09-05Add SetUserSessionIdPlug.lain
2018-09-05Merge branch 'fix/sign-in-with-toot' into 'develop'Haelwenn
Fix sign-in and sign-out with Toot! See merge request pleroma/pleroma!306
2018-09-05Add EnsureUserKeyPlug, smaller fixeslain
2018-09-05Simplify AuthenticationPluglain
2018-09-05Add SessionAuthenticationPlug.lain
2018-09-05Add LegacyAuthenticationPluglain
2018-09-05Add EnsureAuthenticatedPluglain
2018-09-05Add UserFetcherPlug.lain
2018-09-05Add BasicAuthDecoderPluglain
2018-09-05auth against sha512-crypt password hashes, upgrade to pbkdf2Moon Man
2018-09-03Merge branch 'develop' into 'feature/staff-discovery-api'kaniini
# Conflicts: # lib/pleroma/web/nodeinfo/nodeinfo_controller.ex
2018-09-03tests: add test for staffAccounts presence in nodeinfoWilliam Pitcock
2018-09-03Merge branch 'feature/mastodon_api_2.4.x' into 'develop'kaniini
Add/Fix Mastodon endpoints for 2.4.3 compatibility See merge request pleroma/pleroma!266
2018-09-03Merge branch 'nil-bio-emojis' into 'develop'kaniini
add nil clause for Formatter.get_emoji/1 to return an empty result Closes #274 See merge request pleroma/pleroma!315
2018-09-02Merge branch 'hotfix_broken_likes' into 'develop'kaniini
hotfix for broken like completely breaking the notifications API See merge request pleroma/pleroma!284
2018-09-02formatter: don't add XSS emojiWilliam Pitcock
2018-09-01tests: add regression testsWilliam Pitcock
2018-09-01AccountView: `sensitive` is supposed to be a boolean, not a stringMartin Kühl