Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-14 | better mock /api/v1/suggestions | hakabahitoyo | |
2018-07-14 | mock /api/v1/suggestions | hakabahitoyo | |
2018-07-14 | /api/v1/suggestions endpoint | hakabahitoyo | |
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 | Add test for Plume Articles | Haelwenn (lanodan) Monnier | |
2018-07-12 | test: ostatus controller: add AS2 fetching tests | William Pitcock | |
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 | Merge branch 'feature/message-summary' into 'develop' | lambda | |
message summary See merge request pleroma/pleroma!249 | |||
2018-07-12 | activitypub: more robustly handle object-to-actor associations | William Pitcock | |
2018-07-12 | formatting | William Pitcock | |
2018-07-12 | testsuite: twitter api: add summary where necessary | 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 | Merge branch 'bugfix/x509-public-key' into 'develop' | lambda | |
activitypub: switch to using x509 representation for public keys instead of pkcs#1 See merge request pleroma/pleroma!248 | |||
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-07-03 | /web/* template: Add class system-font | Haelwenn (lanodan) Monnier | |
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-28 | CONFIGURATION.md: add doc about upload and strip_exif | Tristan Mahé | |
2018-06-27 | Update mix.exs | Artik Banana | |
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 | |
2018-06-27 | tests: add default_scope where appropriate | William Pitcock | |
2018-06-27 | twitter api: allow setting default_scope | William Pitcock | |
2018-06-27 | twitter api: user view: show default message scope if known | William Pitcock | |
2018-06-27 | mastodon api: use info["default_scope"] if available for post scope | William Pitcock | |
2018-06-27 | activitypub: use Activity.normalize() in several places instead of using ↵ | William Pitcock | |
Activity.get_by_ap_id() directly. | |||
2018-06-27 | ostatus: use Activity.normalize() instead of directly using ↵ | William Pitcock | |
Activity.get_by_ap_id(). | |||
2018-06-27 | federator: use Activity.normalize() instead of directly using ↵ | William Pitcock | |
Activity.get_by_ap_id(). | |||
2018-06-27 | ostatus: use Object.normalize() instead of Object.get_by_ap_id() directly. | William Pitcock | |
2018-06-27 | common api: use Object.normalize() instead of Object.get_by_ap_id() directly. | William Pitcock | |
2018-06-27 | activitypub: use Object.normalize() instead of Object.get_by_ap_id() directly. | William Pitcock | |
2018-06-27 | streamer: use Object.normalize() instead of Object.get_by_ap_id() directly. | William Pitcock | |