summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-08-27[Pleroma.Web.MastodonAPI.MastodonAPIController]: Bump mastodon_api_level to ↵Haelwenn (lanodan) Monnier
2.4.3
2018-08-27[MastodonAPI] Add filtersHaelwenn (lanodan) Monnier
2018-08-27[Pleroma.Web.MastodonAPI.AccountView]: Add fields supportHaelwenn (lanodan) Monnier
2018-08-27[Pleroma.Web.MastodonAPI.AccountView]: Add bot fieldHaelwenn (lanodan) Monnier
2018-08-27[MastodonAPI] the tag field isn’t fixed to a static type in pleromaHaelwenn (lanodan) Monnier
2018-08-27[MastodonAPI] Add streaming of hashtagsHaelwenn (lanodan) Monnier
2018-08-27formattingWilliam Pitcock
2018-08-27user: fix up notification last calculation [NOT related to upstream]William Pitcock
2018-08-27Merge branch 'feature/relay' into 'develop'lambda
message relay Closes #144 See merge request pleroma/pleroma!264
2018-08-27Merge branch 'bugfix/announce-timeline-flooding' into 'develop'lambda
activitypub: filter destination list for announce activities differently than normal (closes #164) Closes #164 See merge request pleroma/pleroma!227
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-26fix formattingWilliam Pitcock
2018-08-26Merge branch 'bugfix/common-api-visibility-orphan' into 'develop'kaniini
common api: properly handle replying to orphaned threads See merge request pleroma/pleroma!299
2018-08-26common api: handle replying to orphaned threadsWilliam Pitcock
2018-08-26Merge branch 'login-with-email' into 'develop'kaniini
When logging in, try treating the login as an email Closes #245 See merge request pleroma/pleroma!295
2018-08-26Merge branch 'develop' into 'feature/relay'kaniini
# Conflicts: # lib/pleroma/web/activity_pub/utils.ex
2018-08-26remove unused settings from /api/statusnet/confighakabahitoyo
2018-08-25When logging in, try treating the login as an emailEkaterina Vaartis
Closes #245
2018-08-25Merge branch 'feature/twitterapi-object-description' into 'develop'kaniini
twitter api: provide object descriptions as attachment description field See merge request pleroma/pleroma!293
2018-08-25twitter api: provide object descriptions as attachment description fieldWilliam Pitcock
2018-08-24http: fix TLS server name indicationWilliam Pitcock
by default, hackney only sent TLS server name indication if TLS was locked to TLS 1.2. since there are many instances out there not speaking TLS 1.2, it is not acceptable to lock SNI to TLS 1.2. closes #261
2018-08-24Merge branch 'bugfix/formatter-single-char-nicks' into 'develop'kaniini
formatter: fix single char local nicknames Closes #163 See merge request pleroma/pleroma!290
2018-08-24Merge branch 'config/fe-collapse-subject' into 'develop'kaniini
fe config: add collapse_message_with_subject fe option See merge request pleroma/pleroma!289
2018-08-24formatter: adjust regexp captures to match local users with single character ↵William Pitcock
nicknames (closes #163)
2018-08-24fe config: add collapse_message_with_subject fe optionWilliam Pitcock
2018-08-23debughakabahitoyo
2018-08-23formattingWilliam Pitcock
2018-08-23transmogrifier: reject activities lacking a valid IDWilliam Pitcock
2018-08-22fixed notifications API completely breaking if there's a like forHenry Jameson
missing (deleted) post.
2018-08-22[Pleroma.Web.TwitterAPI.UserView]: Do not fail if user.bio is nilHaelwenn (lanodan) Monnier
2018-08-22[Pleroma.Web.MastodonAPI.StatusView] Fix rendering peertube videosHaelwenn (lanodan) Monnier
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-21[Pleroma.Web.MastodonAPI.StatusView] Support Peertube Video titlesHaelwenn (lanodan) Monnier
2018-08-21[Pleroma.Web.ActivityPub.Transmogrifier]: Fix likesHaelwenn (lanodan) Monnier
2018-08-21Fix attachement renderingHaelwenn (lanodan) Monnier
2018-08-21Render peertube videos in mastodon.lain
2018-08-21Use activitypub to fetch posts.lain
This falls back to ostatus.
2018-08-21Basic peertube support.Haelwenn (lanodan) Monnier
2018-08-21Pleroma.Web.ActivityPub.Transmogrifier: Fix actor being a list of objects ↵Haelwenn (lanodan) Monnier
(Peertube)
2018-08-21fix test for converting bio \r\n to <br>.ensra
2018-08-21Formatensra
2018-08-21Twitter API: Support Mastodon-style biosensra
(multi-line, with links, and user mentions)
2018-08-21mastodon api: sanitize the bio HTMLensra
2018-08-20Merge branch 'feature/formatter-consistent-hashtag-mentions' into 'develop'kaniini
formatter: consistent presentation of hashtags and mentions See merge request pleroma/pleroma!280
2018-08-20formattingWilliam Pitcock
2018-08-20common api: format hashtags in the same way as we format mentionsWilliam Pitcock
2018-08-20Merge branch 'fix/redirect-on-user-fetch' into 'develop'eal
ActivityPub: follow redirects when fetching user See merge request pleroma/pleroma!278
2018-08-20ActivityPub: follow redirects when fetching usereal
2018-08-17Fix typo in app creation responseshadowfacts
Mastodon sends redirect_uri (singular), so should Pleroma.