summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-14id fieldhakabahitoyo
2018-07-14change apihakabahitoyo
2018-07-14configurablehakabahitoyo
2018-07-14http access to third party user recommendationhakabahitoyo
2018-07-14better mock /api/v1/suggestionshakabahitoyo
2018-07-14mock /api/v1/suggestionshakabahitoyo
2018-07-14/api/v1/suggestions endpointhakabahitoyo
2018-07-12Merge branch 'feature/object-normalization' into 'develop'lambda
object normalization See merge request pleroma/pleroma!238
2018-07-12Merge branch 'feature/mediaproxy-nodeinfo' into 'develop'lambda
[Pleroma.Web.Nodeinfo.NodeinfoController]: add mediaProxy metadata Closes #229 See merge request pleroma/pleroma!235
2018-07-12Merge branch 'bugfix/activitypub-object-actor' into 'develop'lambda
activitypub: more robustly handle object-to-actor associations See merge request pleroma/pleroma!250
2018-07-12Merge branch 'feature/message-summary' into 'develop'lambda
message summary See merge request pleroma/pleroma!249
2018-07-12activitypub: more robustly handle object-to-actor associationsWilliam Pitcock
2018-07-12formattingWilliam Pitcock
2018-07-12testsuite: twitter api: add summary where necessaryWilliam Pitcock
2018-07-12twitter api: activity representer: add summary field for testsuiteWilliam Pitcock
2018-07-12twitter api: refactor activity html generation, add support for ArticlesWilliam Pitcock
2018-07-12twitterapi: activity view: expose message summary textWilliam Pitcock
2018-07-12Update nodeinfo_controller.exlambda
2018-07-12Merge branch 'feature/default-scope' into 'develop'lambda
default scope setting See merge request pleroma/pleroma!239
2018-07-12Merge branch 'feature/article-support' into 'develop'lambda
article support (plume, etc) See merge request pleroma/pleroma!240
2018-07-12Merge branch 'feature/auto-shortcodes' into 'develop'lambda
Feature: automatic shortcodes for emoji See merge request pleroma/pleroma!245
2018-07-12Merge 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-12Merge 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-12activitypub: switch to using x509 representation for public keys instead of ↵William Pitcock
pkcs#1
2018-07-12[Pleroma.Web.Nodeinfo.NodeinfoController]: add mediaProxy metadataHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/229
2018-07-12[Pleroma.Web.MastodonAPI.StatusView]: Fill the url field for statusesHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/231
2018-06-30Fix auto-shortcode emojiJorty
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-30Move emoji glob setting to config.exsJorty
Also, a bit of formatting, and the glob includes an "/emoji/" prefix to make it more intuitive to users
2018-06-30Allow emojis to be added automaticallyJorty
2018-06-27activity interpretation: formattingWilliam Pitcock
2018-06-27twitter api: use ActivityView.render_content() where appropriate instead of ↵William Pitcock
duplicating the logic
2018-06-27mastodon api: add interpreter for Article activity typesWilliam Pitcock
2018-06-27twitter api: refactor activity html generation, add support for ArticlesWilliam Pitcock
2018-06-27utils: make_create_data: add support for Article objectsWilliam Pitcock
2018-06-27transmogrifier: accept Article activitiesWilliam Pitcock
2018-06-27tests: add default_scope where appropriateWilliam Pitcock
2018-06-27twitter api: allow setting default_scopeWilliam Pitcock
2018-06-27twitter api: user view: show default message scope if knownWilliam Pitcock
2018-06-27mastodon api: use info["default_scope"] if available for post scopeWilliam Pitcock
2018-06-27activitypub: use Activity.normalize() in several places instead of using ↵William Pitcock
Activity.get_by_ap_id() directly.
2018-06-27ostatus: use Activity.normalize() instead of directly using ↵William Pitcock
Activity.get_by_ap_id().
2018-06-27federator: use Activity.normalize() instead of directly using ↵William Pitcock
Activity.get_by_ap_id().
2018-06-27ostatus: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-27common api: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-27activitypub: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-27streamer: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-27user: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-27activity: add normalize() to find a complete activity given either URI or ↵William Pitcock
partial structure
2018-06-27object: add helper functions to handle various forms of a given object and ↵William Pitcock
return a normalized one
2018-06-27Merge branch 'features/initial-state_rights' into 'develop'lambda
[Pleroma.Web.MastodonAPI.MastodonAPIController]: Add rights to initial_state See merge request pleroma/pleroma!236