summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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-19twitter api: fix mimetype fallback when attachments use a URI instead of a ↵William Pitcock
URL object
2018-09-19mastodon api: default attachment type to image if one is not presentWilliam Pitcock
2018-09-18Revert "Mastodon API: Fake support for loading filters"Martin Kühl
This reverts commit c1d07da4e18cc2acd11a5a131e1482aec5996552. The fake support was superseded by 6e030129fb33926e6a5bd75c27af6f657f9da2a5 which actually implements the faked filters API. This change removes the fake support and ensures that the actual implementation is used.
2018-09-17Return 204 response on options requestDominique Feyer
2018-09-16html: add policy which transforms inline images to pass through the media proxyWilliam Pitcock
2018-09-16html: allow scrubbing policies to be stackableWilliam Pitcock
2018-09-16MRF: add policy for normalizing HTML markup (local and remote) to a specific ↵William Pitcock
policy
2018-09-16html: add the ability to override the default scrub policyWilliam Pitcock
2018-09-16Merge branch 'feature/html-scrub-policy' into 'develop'kaniini
html scrub policy See merge request pleroma/pleroma!339
2018-09-10Add visible_in_picker to status emojisshadowfacts
2018-09-10activitypub: transmogrifier: allow profile updates from botsWilliam Pitcock
2018-09-10MRF: reject non-public: use pattern match to remove unnecessary if blockWilliam Pitcock
2018-09-10MRF: simple policy: refactor module to use guards and pattern matchingWilliam Pitcock
2018-09-10MRF: simple policy: contain media removal/nsfw ops to create activities onlyWilliam Pitcock
2018-09-10formattingWilliam Pitcock
2018-09-10html: allow inline images by default (because of custom emoji)William Pitcock
2018-09-10html: add default scrubbing profile and configuration knobsWilliam Pitcock
2018-09-10everywhere: use Pleroma.HTML module instead of HtmlSanitizeEx directlyWilliam Pitcock
2018-09-10html: new module providing a configurable markup scrubbing policyWilliam Pitcock
2018-09-09TASK: Fix formattingDominique Feyer
2018-09-09Add missing URL encoding in create authorization redirectDominique Feyer
2018-09-09make limit for /api/v1/suggestionsHakaba Hitoyo
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-07Merge branch 'add-secure-and-samesite-cookie-flags' into 'develop'kaniini
Add Secure and SameSite cookie flags See merge request pleroma/pleroma!302
2018-09-07Merge branch 'feature/custom_media_url' into 'develop'kaniini
[Pleroma.Uploaders.Local]: Add configuration for custom url path See merge request pleroma/pleroma!318
2018-09-07Mastodon API: Fake support for loading filtersMartin Kühl
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-05Add LegacyAuthenticationPlug to router.lain
2018-09-05Update legacy passwords automatically.lain
2018-09-05Add Plugs to router.lain
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 new plugs to router.lain
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-05change cond to if elseMoon Man
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-03nodeinfo: add staffAccounts field to metadataWilliam 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-03report chat and gopher support at /nodeinfo/2.0.jsonHakaba Hitoyo
2018-09-03user: add moderator_user_query()William Pitcock