Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-27 | transmogrifier: Add support for array-less hashtags, add broken announce, ↵ | Haelwenn (lanodan) Monnier | |
harden get_actor | |||
2018-09-27 | transmogrifier_test: incoming notices with tag not being an array (kroeg) | Haelwenn (lanodan) Monnier | |
2018-09-22 | test: add smoketests for the scrubbing policies | William Pitcock | |
2018-09-22 | twitter api: add no_rich_text option to userview for account prefs | William Pitcock | |
2018-09-22 | test: add tests for new User.html_filter_policy() | William Pitcock | |
2018-09-20 | test: add test proving that users are refreshed when stale | William 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_count | Haelwenn (lanodan) Monnier | |
2018-09-10 | Update status_view_test.exs | shadowfacts | |
2018-09-09 | tests: break the cycle using pleroma.factory | William Pitcock | |
2018-09-09 | tests: try breaking the cycle a different way | William Pitcock | |
2018-09-09 | test: user enabled plug tests: fix circular reference | William Pitcock | |
2018-09-08 | Merge branch 'moonman/pleroma-sha512-crypt' into 'develop' | lambda | |
auth overhaul and legacy GS auth See merge request pleroma/pleroma!331 | |||
2018-09-07 | Mastodon API: Add unsupported attributes to relationship responses | Martin 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-05 | Fix warning. | lain | |
2018-09-05 | Update legacy passwords automatically. | lain | |
2018-09-05 | Fix the tests | Martin Kühl | |
2018-09-05 | Add UserEnabledPlug. | lain | |
2018-09-05 | Add SetUserSessionIdPlug. | lain | |
2018-09-05 | Merge 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-05 | Add EnsureUserKeyPlug, smaller fixes | lain | |
2018-09-05 | Simplify AuthenticationPlug | lain | |
2018-09-05 | Add SessionAuthenticationPlug. | lain | |
2018-09-05 | Add LegacyAuthenticationPlug | lain | |
2018-09-05 | Add EnsureAuthenticatedPlug | lain | |
2018-09-05 | Add UserFetcherPlug. | lain | |
2018-09-05 | Add BasicAuthDecoderPlug | lain | |
2018-09-05 | auth against sha512-crypt password hashes, upgrade to pbkdf2 | Moon Man | |
2018-09-03 | Merge branch 'develop' into 'feature/staff-discovery-api' | kaniini | |
# Conflicts: # lib/pleroma/web/nodeinfo/nodeinfo_controller.ex | |||
2018-09-03 | tests: add test for staffAccounts presence in nodeinfo | William Pitcock | |
2018-09-03 | Merge 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-03 | Merge 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-02 | Merge branch 'hotfix_broken_likes' into 'develop' | kaniini | |
hotfix for broken like completely breaking the notifications API See merge request pleroma/pleroma!284 | |||
2018-09-02 | formatter: don't add XSS emoji | William Pitcock | |
2018-09-01 | tests: add regression tests | William Pitcock | |
2018-09-01 | AccountView: `sensitive` is supposed to be a boolean, not a string | Martin Kühl | |
2018-08-31 | Specify default scope in verify_credentials | Will 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-31 | add nil clause for Formatter.get_emoji/1 to return an empty result | Thurloat | |
2018-08-31 | Revert "Merge branch 'feature/rich-text' into 'develop'" | lambda | |
This reverts merge request !309 | |||
2018-08-31 | tests: add tests for evil HTML filtering | William Pitcock | |
2018-08-29 | test: add testcase proving lists system does not leak non-public posts | William Pitcock | |
2018-08-27 | better solution, added test. | Henry Jameson | |
2018-08-27 | [MastodonAPI] Add filters | Haelwenn (lanodan) Monnier | |
2018-08-27 | [Pleroma.Web.MastodonAPI.AccountView]: Add bot field | Haelwenn (lanodan) Monnier | |
2018-08-27 | Merge branch 'feature/relay' into 'develop' | lambda | |
message relay Closes #144 See merge request pleroma/pleroma!264 | |||
2018-08-26 | Merge 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-26 | tests: fix formatting | William Pitcock | |
2018-08-26 | tests: add notification smoketests (ref #265) | William Pitcock | |
2018-08-26 | Merge branch 'develop' into 'feature/relay' | kaniini | |
# Conflicts: # lib/pleroma/web/activity_pub/utils.ex | |||
2018-08-25 | twitter api: provide object descriptions as attachment description field | William Pitcock | |