summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07-03/web/* template: Add class system-fontHaelwenn (lanodan) Monnier
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-28CONFIGURATION.md: add doc about upload and strip_exifTristan Mahé
2018-06-27Update mix.exsArtik Banana
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
2018-06-26use the correct end fileTristan Mahé
2018-06-26maybe I should learn proper elixir ;DTristan Mahé
2018-06-26mogrify mix.lockTristan Mahé
2018-06-26do the filteringTristan Mahé
2018-06-26format...Tristan Mahé
2018-06-26filter exif data #187Tristan Mahé
2018-06-26[Pleroma.Web.MastodonAPI.MastodonAPIController]: Add rights to initial_stateHaelwenn (lanodan) Monnier
Related to https://git.pleroma.social/pleroma/mastofe/issues/20
2018-06-25Merge branch 'fix/mutes.json-emptyarray' into 'develop'lambda
Return empty array from /api/qvitter/mutes.json See merge request pleroma/pleroma!234
2018-06-25Merge branch 'feature/configurable-blocks' into 'develop'lambda
Add more configurability to how blocks work See merge request pleroma/pleroma!203
2018-06-24combined outgoing_blocks with statementsquidboi
2018-06-24mix formatVivian Lim
2018-06-24Merge branch 'feature/application-xml-mime' into 'develop'lambda
config: add application/xml mimetype support. See merge request pleroma/pleroma!228
2018-06-24Merge branch 'features/glitch-soc-frontend' into 'develop'lambda
Empty 2.4.x endpoints and ``api/v2/search`` See merge request pleroma/pleroma!214
2018-06-23return unquoted empty array from /api/qvitter/mutes.jsonVivian Lim