summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
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
2018-08-31Specify default scope in verify_credentialsWill Pearson
Certain Mastodon/Pleroma front ends call verify_credentials to get the default scope of a new toot. Currently, Pleroma hardcodes this value to "public". This patch changes it to the user's default_scope value.
2018-08-31add nil clause for Formatter.get_emoji/1 to return an empty resultThurloat
2018-08-31Revert "Merge branch 'feature/rich-text' into 'develop'"lambda
This reverts merge request !309
2018-08-31tests: add tests for evil HTML filteringWilliam Pitcock
2018-08-29test: add testcase proving lists system does not leak non-public postsWilliam Pitcock
2018-08-27better solution, added test.Henry Jameson
2018-08-27[MastodonAPI] Add filtersHaelwenn (lanodan) Monnier
2018-08-27[Pleroma.Web.MastodonAPI.AccountView]: Add bot fieldHaelwenn (lanodan) Monnier
2018-08-27Merge branch 'feature/relay' into 'develop'lambda
message relay Closes #144 See merge request pleroma/pleroma!264
2018-08-26Merge branch 'feature/emoji-in-local-users' into 'develop'kaniini
Add emoji to local user profiles. Closes #202 See merge request pleroma/pleroma!271
2018-08-26tests: fix formattingWilliam Pitcock
2018-08-26tests: add notification smoketests (ref #265)William Pitcock
2018-08-26Merge branch 'develop' into 'feature/relay'kaniini
# Conflicts: # lib/pleroma/web/activity_pub/utils.ex
2018-08-25twitter api: provide object descriptions as attachment description fieldWilliam Pitcock
2018-08-24tests: formattingWilliam Pitcock
2018-08-24test: add testcase for formatter issue #163William Pitcock
2018-08-23tests: add a testcase for verifying that objects without a valid ID are ↵William Pitcock
always rejected
2018-08-21Merge branch 'feature/peertube_2' into 'develop'kaniini
rebase/update of feature/peertube See merge request pleroma/pleroma!217
2018-08-21Merge branch 'sanitize-bio' into 'develop'kaniini
mastodon api: sanitize the bio HTML See merge request pleroma/pleroma!282
2018-08-21Basic peertube support.Haelwenn (lanodan) Monnier
2018-08-21attempt to add html validation to mastodon api test caseensra
2018-08-21this should be looking at the follower's bio, not the user's bio.ensra
fixes test.
2018-08-21sync bio sanitization code in testsensra
2018-08-16Merge branch 'dev-lanodan-url-regex' into 'develop'kaniini
lib/pleroma/formatter.ex: Fix URL regex Closes #127 See merge request pleroma/pleroma!69
2018-08-16Merge branch 'bugfix/federation-kroeg' into 'develop'kaniini
fix federation with kroeg See merge request pleroma/pleroma!272