aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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-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-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
default that returns empty
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-01Merge branch 'security/activitypub-spoofing' into 'develop'kaniini
security: activitypub spoofing See merge request pleroma/pleroma!321
2018-09-01transmogrifier: fix peertube/plume actor handlingWilliam Pitcock
2018-09-01activitypub: fix possibility of spoofing by containing remote objects to the ↵William Pitcock
same domain as their actor
2018-09-01run `mix format`.William Pitcock
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
Clean code duplication in MastoAPI search(v1/v2) See merge request pleroma/pleroma!316
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-09-01[Pleroma.Web.MastodonAPI.MastodonAPIController].search(2)?: Remove code ↵Haelwenn (lanodan) Monnier
duplication
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-31config: chase pleroma-fe updates from MR pleroma-fe!324.William Pitcock
2018-08-31Merge branch 'feature/rich-text' into 'develop'kaniini
rich text support See merge request pleroma/pleroma!309
2018-08-31common api: add support for formatting messages outside of twitter-style ↵William Pitcock
plain text
2018-08-30Merge branch 'use-media-proxy-in-suggestions-api' into 'develop'kaniini
use media proxy for the suggestions api See merge request pleroma/pleroma!305
2018-08-30Merge branch 'backendhack' into 'develop'kaniini
Flexible Storage Backends See merge request pleroma/pleroma!304
2018-08-30increase uploader behaviour documentation accuracy.Thurloat
2018-08-29Add backend failure handling with :ok | :error so the uploader can handle it.Thurloat
defaulting to :ok, since that's the currently level of error handling.
2018-08-29activity: drop recipients_to/recipients_cc fieldsWilliam Pitcock
2018-08-29activitypub: use jsonb query for containment instead of ↵William Pitcock
recipients_to/recipients_cc.
2018-08-29Fix Mastodon API when actor's nickname is nullhref
2018-08-29streamer: contain list updates in the same way as we do with the database queryWilliam Pitcock
2018-08-29mastodon api: use bounded AP object graph query to enforce containment of ↵William Pitcock
private statuses
2018-08-29activitypub: allow querying the activity/object graph bounded to a specific ↵William Pitcock
to/cc set
2018-08-29activity: add recipients_to and recipients_cc fieldsWilliam Pitcock
2018-08-28fix S3 ref in sample config to generate proper path.Thurloat
2018-08-28add a sample swift configThurloat
2018-08-28A hobbldey-working swift client.Thurloat
apparently, all elixir openstack libraries are trash luckily, the APIs are stupid easy.
2018-08-28works now, tested with profile photo upload on local backend.Thurloat
2018-08-28add the behaviour, work on actually making it work.Thurloat
2018-08-28Implement uploader behaviourThurloat
run formatter <#
2018-08-28use media proxy for suggestions apiHakaba Hitoyo
2018-08-27cleaning up a bit.Thurloat
2018-08-27example of flexible storage backendsThurloat
2018-08-28upload: formattingWilliam Pitcock
2018-08-28upload: add the S3 support itselfWilliam Pitcock
2018-08-28sample config: add S3 public endpoint optionWilliam Pitcock
2018-08-27upload: strip exif data before finalizing the file pathWilliam Pitcock
2018-08-27sample config: show how amazon s3 support is activated, including ↵William Pitcock
third-party clones like wasabi
2018-08-27better solution, added test.Henry Jameson
2018-08-27[Pleroma.Web.MastodonAPI.FilterView] fix expires_at being a unsafe variableHaelwenn (lanodan) Monnier
2018-08-27[Pleroma.Web.MastodonAPI.FilterView]: expires_at should be null when N/AHaelwenn (lanodan) Monnier