summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-10-29twitter/mastodon api: always use mediaproxy URLs in attachmentsWilliam Pitcock
if using local media, the mediaproxy will not replace the URL anyway.
2018-10-28mix tasks: add new task to unsubscribe all users from, and then ban a remote ↵William Pitcock
user (e.g. followbots)
2018-10-28Merge branch 'bugfix/broken-thread-filtering-false-positive' into 'develop'kaniini
activitypub: fix possible false positives with broken thread filtering See merge request pleroma/pleroma!398
2018-10-28activitypub: fix possible false positives with broken thread filteringWilliam Pitcock
2018-10-27Cleanup postgresql setup scriptGreizgh
Drop unused CREATEDB privilege. Do not try to handle multiple run.
2018-10-26Merge branch 'feature/broken-thread-filtering' into 'develop'kaniini
broken thread filtering, part 1 See merge request pleroma/pleroma!394
2018-10-26http: fix mediaproxyWilliam Pitcock
2018-10-26activitypub: add support for filtering broken threads out of timelinesWilliam Pitcock
2018-10-26http: enable keepalive / connection pooling (closes #336)William Pitcock
2018-10-26activitypub utils: fix recipient check when the message is unaddressed ↵William Pitcock
(mastodon)
2018-10-26[Pleroma.Web.Nodeinfo.NodeinfoController]: Simplify features stringsHaelwenn (lanodan) Monnier
2018-10-26[Pleroma.Web.Nodeinfo.NodeinfoController]: Have a list of supported featuresHaelwenn (lanodan) Monnier
2018-10-25Merge branch 'finmoji-optional' into 'develop'kaniini
Make finmoji optional See merge request pleroma/pleroma!391
2018-10-25Make finmoji optionalscarlett
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-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-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-23Merge branch 'bugfix/html-scrub-comments' into 'develop'kaniini
html: ensure comments are correctly scrubbed See merge request pleroma/pleroma!384
2018-10-23html: ensure comments are correctly scrubbedWilliam Pitcock
2018-10-21New frontend optionsscarlett
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-17formatter: fix matching osada usersWilliam Pitcock
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-14common api: enable tag linking in markdown modeWilliam Pitcock
2018-10-14Delete Tokens and Authorizations on password changeHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/320
2018-10-11user: break out local cases for maybe_direct_followWilliam Pitcock
2018-10-11user: local users are always AP-enabled (closes #316)William Pitcock
2018-10-10common api: take the combination of the subject and content for length limit ↵William Pitcock
enforcement closes #315
2018-10-07nodeinfo: allow opting out of MRF transparencyWilliam Pitcock
2018-10-07{mastodon api, twitter api}: make the follow handshake timeout configurableWilliam Pitcock
2018-10-05mastodon api: relationship view: better handle no pre-existing follow activityWilliam Pitcock
2018-10-05user: add wait_and_refresh() for async three-way handshake caseWilliam Pitcock