aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-11-01[Pleroma.Web.CommonAPI]: Delete post cache entry when it’s deletedHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/346
2018-10-31common api: allow self-liking objectsWilliam Pitcock
mastodon allows this, for whatever reason. closes #347.
2018-10-30Merge branch 'allow-abbr' into 'develop'kaniini
Allow use of the `abbr` HTML tag. See merge request pleroma/pleroma!405
2018-10-30Allow use of the `abbr` HTML tag.scarlett
2018-10-29Add user reactivation task.scarlett
2018-10-29Merge branch 'feature/upload-limits' into 'develop'kaniini
configurable media upload limits Closes #118 See merge request pleroma/pleroma!401
2018-10-29nodeinfo: expose configured upload limitsWilliam Pitcock
2018-10-29s3 uploader: add new feature to force public attachment URIs to go through ↵William Pitcock
media proxy
2018-10-29common api: prefer formatting attachments using the attachment's name ↵William Pitcock
instead of URI
2018-10-29utils: fix another possible leak with private S3 backends using mediaproxyWilliam Pitcock
same rationale as the other mediaproxy changes
2018-10-29mastodon api: enforce upload limits for avatars and bannersWilliam Pitcock
2018-10-29twitter api: enforce upload limits for avatars, banners and backgroundsWilliam Pitcock
2018-10-29activitypub: upload: pass through an upload limit if one is providedWilliam Pitcock
2018-10-29upload: add new optional argument designating an upload size limitWilliam Pitcock
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