aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-09make limit for /api/v1/suggestionsHakaba Hitoyo
2018-09-08Merge branch 'moonman/pleroma-sha512-crypt' into 'develop'lambda
2018-09-07Merge branch 'add-secure-and-samesite-cookie-flags' into 'develop'kaniini
2018-09-07Merge branch 'feature/custom_media_url' into 'develop'kaniini
2018-09-07Mastodon API: Fake support for loading filtersMartin Kühl
2018-09-07Mastodon API: Add unsupported attributes to relationship responsesMartin Kühl
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
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
2018-09-03nodeinfo: add staffAccounts field to metadataWilliam Pitcock
2018-09-03Merge branch 'feature/mastodon_api_2.4.x' into 'develop'kaniini
2018-09-03report chat and gopher support at /nodeinfo/2.0.jsonHakaba Hitoyo
2018-09-03user: add moderator_user_query()William Pitcock
2018-09-03Merge branch 'nil-bio-emojis' into 'develop'kaniini
2018-09-03Update mastodon_api_controller.exshadowfacts
2018-09-03Update mastodon_api_controller.exshadowfacts
2018-09-03Render notification IDs as strings, not numbersshadowfacts
2018-09-02sloop around get_emoji/1 to check is_binary and have a fallthroughThurloat
2018-09-02[Pleroma.Uploaders.Local]: Add configuration for custom url pathHaelwenn (lanodan) Monnier
2018-09-02Merge branch 'hotfix_broken_likes' into 'develop'kaniini
2018-09-02formatter: don't add XSS emojiWilliam Pitcock
2018-09-01Merge branch 'security/activitypub-spoofing' into 'develop'kaniini
2018-09-01transmogrifier: fix peertube/plume actor handlingWilliam Pitcock
2018-09-01activitypub: fix possibility of spoofing by containing remote objects to the ...William Pitcock
2018-09-01run `mix format`.William Pitcock
2018-09-01OAuth: Support /revoke endpoint for revoking tokensMartin Kühl
2018-09-01OAuth: Set `created_at` in token exchange responseMartin Kühl
2018-09-01AccountView: `sensitive` is supposed to be a boolean, not a stringMartin Kühl
2018-09-01config: add ability to disable Pleroma FE config management (closes #276)William Pitcock
2018-09-01Merge branch 'lanodan/code-dup_in_mastoapi_search' into 'develop'kaniini
2018-08-31Specify default scope in verify_credentialsWill Pearson