Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-06 | federator: actually relay the public activities | William Pitcock | |
2018-08-06 | relay: remove @allow_relay for the moment | William Pitcock | |
2018-08-06 | relay: fix invoking federator, use a timer to sleep the mix task to force a ↵ | William Pitcock | |
context switch | |||
2018-08-06 | relay: add relay follow/unfollow tasks | William Pitcock | |
2018-08-06 | user: remote actors can have no nickname if they are virtual services | William Pitcock | |
2018-08-06 | config: allow relaying to be disabled | William Pitcock | |
2018-08-06 | activitypub: refactor relay concerns into new relay module | William Pitcock | |
2018-08-06 | activitypub: represent relay actor at instance root | William Pitcock | |
2018-08-06 | user: support creating an actor which represents the instance itself | William Pitcock | |
2018-08-01 | activitypub: actually send digest header when federating | William Pitcock | |
this is needed for backwards compatibility with non-digest pleroma instances | |||
2018-07-31 | activitypub: verify remote http signature digests by recomputing the digest ↵ | William Pitcock | |
and replacing the digest header | |||
2018-07-31 | activitypub: add digest header to outbound messages and sign it | William Pitcock | |
2018-07-19 | Merge remote-tracking branch 'upstream/develop' into feature/filter_exif | Tristan Mahé | |
2018-07-19 | Merge branch 'tests/plume' into 'develop' | lambda | |
Articles/Notes with a actor list outside object See merge request pleroma/pleroma!252 | |||
2018-07-19 | Merge branch 'bugfix/activitystreams-notice-urls' into 'develop' | lambda | |
ostatus: return AS2 objects on /notice and /activities URLs like with /objects. Closes #206 See merge request pleroma/pleroma!251 | |||
2018-07-19 | Merge branch 'feature/fe-configuration' into 'develop' | lambda | |
serverside frontend configuration See merge request pleroma/pleroma!256 | |||
2018-07-17 | TwitterAPI: present pleroma frontend config in API | William Pitcock | |
2018-07-17 | config: make instance description configurable | William Pitcock | |
2018-07-17 | mastodon api: support descriptions in media api, add PUT endpoint for ↵ | William Pitcock | |
updating metadata about a media upload | |||
2018-07-17 | mastodon api: use object name as alt text | William Pitcock | |
2018-07-17 | upload: use generic Document object type instead of Image (mastodon ↵ | William Pitcock | |
compatibility) Mastodon does not use the object name as alt text when the object is an Image. | |||
2018-07-13 | Merge remote-tracking branch 'upstream/develop' into feature/filter_exif | Tristan Mahé | |
2018-07-12 | [Pleroma.Web.ActivityPub.Transmogrifier] Add Person finding | Haelwenn (lanodan) Monnier | |
2018-07-12 | [Pleroma.Web.ActivityPub.Transmogrifier]: Fix actor key outside of object | Haelwenn (lanodan) Monnier | |
The code here is copied from feature/peertube by lain. Co-authored-by: lain <lain@soykaf.club> | |||
2018-07-12 | ostatus: return AS2 objects on /notice and /activities URLs like with /objects. | William Pitcock | |
2018-07-12 | Merge branch 'feature/object-normalization' into 'develop' | lambda | |
object normalization See merge request pleroma/pleroma!238 | |||
2018-07-12 | Merge branch 'feature/mediaproxy-nodeinfo' into 'develop' | lambda | |
[Pleroma.Web.Nodeinfo.NodeinfoController]: add mediaProxy metadata Closes #229 See merge request pleroma/pleroma!235 | |||
2018-07-12 | Merge branch 'bugfix/activitypub-object-actor' into 'develop' | lambda | |
activitypub: more robustly handle object-to-actor associations See merge request pleroma/pleroma!250 | |||
2018-07-12 | activitypub: more robustly handle object-to-actor associations | William Pitcock | |
2018-07-12 | formatting | William Pitcock | |
2018-07-12 | twitter api: activity representer: add summary field for testsuite | William Pitcock | |
2018-07-12 | twitter api: refactor activity html generation, add support for Articles | William Pitcock | |
2018-07-12 | twitterapi: activity view: expose message summary text | William Pitcock | |
2018-07-12 | Update nodeinfo_controller.ex | lambda | |
2018-07-12 | Merge branch 'feature/default-scope' into 'develop' | lambda | |
default scope setting See merge request pleroma/pleroma!239 | |||
2018-07-12 | Merge branch 'feature/article-support' into 'develop' | lambda | |
article support (plume, etc) See merge request pleroma/pleroma!240 | |||
2018-07-12 | Merge branch 'feature/auto-shortcodes' into 'develop' | lambda | |
Feature: automatic shortcodes for emoji See merge request pleroma/pleroma!245 | |||
2018-07-12 | Merge branch 'bugfix/status-url-field' into 'develop' | lambda | |
[Pleroma.Web.MastodonAPI.StatusView]: Fill the url field for statuses Closes #231 See merge request pleroma/pleroma!246 | |||
2018-07-12 | activitypub: switch to using x509 representation for public keys instead of ↵ | William Pitcock | |
pkcs#1 | |||
2018-07-12 | [Pleroma.Web.Nodeinfo.NodeinfoController]: add mediaProxy metadata | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/229 | |||
2018-07-12 | [Pleroma.Web.MastodonAPI.StatusView]: Fill the url field for statuses | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/231 | |||
2018-06-30 | Fix auto-shortcode emoji | Jorty | |
Emoji were broken due to `Pleroma.Formatter` not knowing about the auto-shortcode emoji. This moves that logic from `Pleroma.Web.TwitterAPI.UtilController` to `Pleroma.Formatter`. Additionally, it's now possible to specify multiple shortcode globs, and the default globs were changed to `["/emoji/custom/**/*.png"]`, since that's in the .gitignore and the files there would have to be shortcode emoji anyway. | |||
2018-06-30 | Move emoji glob setting to config.exs | Jorty | |
Also, a bit of formatting, and the glob includes an "/emoji/" prefix to make it more intuitive to users | |||
2018-06-30 | Allow emojis to be added automatically | Jorty | |
2018-06-27 | activity interpretation: formatting | William Pitcock | |
2018-06-27 | twitter api: use ActivityView.render_content() where appropriate instead of ↵ | William Pitcock | |
duplicating the logic | |||
2018-06-27 | mastodon api: add interpreter for Article activity types | William Pitcock | |
2018-06-27 | twitter api: refactor activity html generation, add support for Articles | William Pitcock | |
2018-06-27 | utils: make_create_data: add support for Article objects | William Pitcock | |
2018-06-27 | transmogrifier: accept Article activities | William Pitcock | |