Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-31 | common api: add support for formatting messages outside of twitter-style ↵ | William Pitcock | |
plain text | |||
2018-08-29 | activity: drop recipients_to/recipients_cc fields | William Pitcock | |
2018-08-29 | activitypub: use jsonb query for containment instead of ↵ | William Pitcock | |
recipients_to/recipients_cc. | |||
2018-08-29 | Fix Mastodon API when actor's nickname is null | href | |
2018-08-29 | streamer: contain list updates in the same way as we do with the database query | William Pitcock | |
2018-08-29 | mastodon api: use bounded AP object graph query to enforce containment of ↵ | William Pitcock | |
private statuses | |||
2018-08-29 | activitypub: allow querying the activity/object graph bounded to a specific ↵ | William Pitcock | |
to/cc set | |||
2018-08-29 | activity: add recipients_to and recipients_cc fields | William Pitcock | |
2018-08-28 | upload: formatting | William Pitcock | |
2018-08-28 | upload: add the S3 support itself | William Pitcock | |
2018-08-28 | sample config: add S3 public endpoint option | William Pitcock | |
2018-08-27 | upload: strip exif data before finalizing the file path | William Pitcock | |
2018-08-27 | sample config: show how amazon s3 support is activated, including ↵ | William Pitcock | |
third-party clones like wasabi | |||
2018-08-27 | formatting | William Pitcock | |
2018-08-27 | user: fix up notification last calculation [NOT related to upstream] | William Pitcock | |
2018-08-27 | Merge branch 'feature/relay' into 'develop' | lambda | |
message relay Closes #144 See merge request pleroma/pleroma!264 | |||
2018-08-27 | Merge 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-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 | fix formatting | William Pitcock | |
2018-08-26 | Merge 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-26 | common api: handle replying to orphaned threads | William Pitcock | |
2018-08-26 | Merge 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-26 | Merge branch 'develop' into 'feature/relay' | kaniini | |
# Conflicts: # lib/pleroma/web/activity_pub/utils.ex | |||
2018-08-26 | remove unused settings from /api/statusnet/config | hakabahitoyo | |
2018-08-25 | When logging in, try treating the login as an email | Ekaterina Vaartis | |
Closes #245 | |||
2018-08-25 | Merge 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-25 | twitter api: provide object descriptions as attachment description field | William Pitcock | |
2018-08-24 | http: fix TLS server name indication | William 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-24 | Merge 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-24 | Merge 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-24 | formatter: adjust regexp captures to match local users with single character ↵ | William Pitcock | |
nicknames (closes #163) | |||
2018-08-24 | fe config: add collapse_message_with_subject fe option | William Pitcock | |
2018-08-23 | debug | hakabahitoyo | |
2018-08-23 | formatting | William Pitcock | |
2018-08-23 | transmogrifier: reject activities lacking a valid ID | William Pitcock | |
2018-08-22 | [Pleroma.Web.TwitterAPI.UserView]: Do not fail if user.bio is nil | Haelwenn (lanodan) Monnier | |
2018-08-22 | [Pleroma.Web.MastodonAPI.StatusView] Fix rendering peertube videos | Haelwenn (lanodan) Monnier | |
2018-08-21 | Merge branch 'feature/peertube_2' into 'develop' | kaniini | |
rebase/update of feature/peertube See merge request pleroma/pleroma!217 | |||
2018-08-21 | Merge 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 titles | Haelwenn (lanodan) Monnier | |
2018-08-21 | [Pleroma.Web.ActivityPub.Transmogrifier]: Fix likes | Haelwenn (lanodan) Monnier | |
2018-08-21 | Fix attachement rendering | Haelwenn (lanodan) Monnier | |
2018-08-21 | Render peertube videos in mastodon. | lain | |
2018-08-21 | Use activitypub to fetch posts. | lain | |
This falls back to ostatus. | |||
2018-08-21 | Basic peertube support. | Haelwenn (lanodan) Monnier | |
2018-08-21 | Pleroma.Web.ActivityPub.Transmogrifier: Fix actor being a list of objects ↵ | Haelwenn (lanodan) Monnier | |
(Peertube) | |||
2018-08-21 | fix test for converting bio \r\n to <br>. | ensra | |
2018-08-21 | Format | ensra | |
2018-08-21 | Twitter API: Support Mastodon-style bios | ensra | |
(multi-line, with links, and user mentions) | |||
2018-08-21 | mastodon api: sanitize the bio HTML | ensra | |