summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-25activitypub utils: fix user splicingWilliam Pitcock
2018-10-25activitypub: splice users into recipient lists when they receive messages at ↵William Pitcock
their personal inbox closes #343
2018-10-25Merge branch 'bugfix/ap-uri-user-search' into 'develop'kaniini
transmogrifier: do not try to contain origin of something which doesn't have one Closes #340 See merge request pleroma/pleroma!389
2018-10-25Merge branch 'bugfix/233-handle-missing-StatusView' into 'develop'Haelwenn
[Pleroma.Web.MastodonAPI.StatusView]: Add fallback on missing handler for status.json Closes #233 See merge request pleroma/pleroma!257
2018-10-25transmogrifier: do not try to contain origin of something which doesn't have oneWilliam Pitcock
2018-10-25[Pleroma.Web.MastodonAPI.MastodonAPIController]: fallback for try_render/4Haelwenn (lanodan) Monnier
Better be sure than sorry
2018-10-25Merge branch 'feature/add-in-reply-to-profileurl' into 'develop'kaniini
twitterapi graph enrichment See merge request pleroma/pleroma!388
2018-10-25tests: twitterapi: add additional fieldsWilliam Pitcock
2018-10-25twitterapi: activity view: add the other in_reply_to fieldsWilliam Pitcock
2018-10-25user: add helper for fetching profile url (which may be different than ap id)William Pitcock
2018-10-25[Pleroma.Web.MastodonAPI.MastodonAPIController]: Wrap around render/4Haelwenn (lanodan) Monnier
2018-10-25[Pleroma.Web.MastodonAPI.StatusView]: Remove unused argumentsHaelwenn (lanodan) Monnier
2018-10-25lib/pleroma/web/mastodon_api/mastodon_api_controller.ex: Output an error ↵Haelwenn (lanodan) Monnier
when render(status.json) gives a nil
2018-10-25[Pleroma.Web.MastodonAPI.StatusView]: Remove nils from lists.jsonHaelwenn (lanodan) Monnier
2018-10-25[Pleroma.Web.MastodonAPI.StatusView]: Return nil as fallback for missing viewsHaelwenn (lanodan) Monnier
2018-10-25Merge branch 'feature/in-reply-to-screen-name' into 'develop'kaniini
initial graph traversal support Closes #68 See merge request pleroma/pleroma!387
2018-10-25tests: update for new in_reply_to_screen_name fieldWilliam Pitcock
2018-10-25twitterapi: activity view: implement in_reply_to_screen_name using the new ↵William Pitcock
graph walking helper
2018-10-25activity: add helper to fetch an activity's parentWilliam Pitcock
2018-10-25Merge branch 'update-pleroma-frontend' into 'develop'kaniini
Update pleroma frontend See merge request pleroma/pleroma!385
2018-10-25Merge branch 'security/add-security-directives-to-systemd-example' into ↵kaniini
'develop' Add some security directives to the systemd example file See merge request pleroma/pleroma!386
2018-10-25Add a little bit more detail in the comments.shibayashi
2018-10-25Add some security related directives to the systemd service exampleshibayashi
2018-10-23update pleroma-fescarlett
2018-10-23update pleroma-fescarlett
2018-10-23Merge branch 'bugfix/html-scrub-comments' into 'develop'kaniini
html: ensure comments are correctly scrubbed See merge request pleroma/pleroma!384
2018-10-23Merge branch 'new-frontend-options' into 'develop'kaniini
New frontend options See merge request pleroma/pleroma!383
2018-10-23html: ensure comments are correctly scrubbedWilliam Pitcock
2018-10-21Defaults for new frontend options in config.exsscarlett
2018-10-21New frontend optionsscarlett
2018-10-20Merge branch 'pleroma-list-belongs' into 'develop'eal
Pleroma list belongs Closes #333 See merge request pleroma/pleroma!382
2018-10-20Fix some typos in the list test.eal
2018-10-19Add a test for List.get_lists_account_belongsAkiraFukushima
2018-10-19Add an endpoint /api/v1/accounts/:id/lists to get lists to which account belongsAkiraFukushima
2018-10-18Merge branch 'bugfix/html-scrub-schemes' into 'develop'kaniini
lib/pleroma/html.ex: Fix scheme lists See merge request pleroma/pleroma!377
2018-10-18html scrubbing policies: restrict img tags to http/https only for mediaproxy ↵William Pitcock
compatibility
2018-10-18lib/pleroma/html.ex: Use macros for valid_schemes, change config for schemesHaelwenn (lanodan) Monnier
2018-10-17Merge branch 'bugfix/osada-mention' into 'develop'kaniini
fix osada mentions Closes #324 See merge request pleroma/pleroma!380
2018-10-17tests: add a testcase for matching osada users in the formatterWilliam Pitcock
2018-10-17formatter: fix matching osada usersWilliam Pitcock
2018-10-17Merge branch 'import-maybe-direct-follow' into 'develop'Haelwenn
Use maybe_direct_follow for follow imports See merge request pleroma/pleroma!378
2018-10-17Use maybe_direct_follow for follow importsscarlett
2018-10-16lib/pleroma/html.ex: Use a function as a variable (broken for some reason)Haelwenn (lanodan) Monnier
2018-10-16lib/pleroma/html.ex: Fix scheme listsHaelwenn (lanodan) Monnier
Gosh please don’t break ourselves… Also this is copy-paste of the list in lib/pleroma/formatter.ex, I think this should be put in a common variable, but where?
2018-10-14Merge branch 'feature/markdown-enable-tags' into 'develop'kaniini
common api: enable tag linking in markdown mode Closes #322 See merge request pleroma/pleroma!376
2018-10-14common api: enable tag linking in markdown modeWilliam Pitcock
2018-10-14Merge branch 'security/clear-oauth-with-password' into 'develop'kaniini
Delete Tokens and Authorizations on password change Closes #320 See merge request pleroma/pleroma!375
2018-10-14Delete Tokens and Authorizations on password changeHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/320
2018-10-11Merge branch 'security/fix-local-locked-accounts' into 'develop'kaniini
security: fix local locked accounts Closes #316 See merge request pleroma/pleroma!372
2018-10-11user: break out local cases for maybe_direct_followWilliam Pitcock