aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-01-26mastodon api: provider_name setting is required too on the cardWilliam Pitcock
2019-01-26Web.MastodonAPI.MastodonAPIController: generic get_status_card/1 function ↵Haelwenn (lanodan) Monnier
for MastoAPI 2.6.x Mastodon API 2.6.x added a card key to the Status object so the Card can be shown in the timeline without an extra request at each status.
2019-01-26Web.MastodonAPI.MastodonAPIController: Add Rich-Media supportHaelwenn (lanodan) Monnier
2019-01-26Fix the logic in multi-hashtag TLsHaelwenn (lanodan) Monnier
2019-01-26Web.ActivityPub.ActivityPub: Simplify multi-hashtag, add testsHaelwenn (lanodan) Monnier
2019-01-26[Web.ActivityPub.ActivityPub]: Fix restrict_tag()Haelwenn (lanodan) Monnier
Thanks to Senko-san <kurisu@iscute.moe> for the help on array-matching
2019-01-26[WIP,MastoAPI] Multi-tag timelinesHaelwenn (lanodan) Monnier
2019-01-26Web.ActivityPub.ActivityPub: Fix check_remote_limit/1 against activities ↵Haelwenn (lanodan) Monnier
with content: nil
2019-01-25[#534] Made Salmon.send_to_user calls be handled through Federator.enqueue.Ivan Tashkinov
2019-01-25SPC fixes: Fix activities.lain
2019-01-25[#534] Websub fix: made SQL use UTC time zone when comparing with ↵Ivan Tashkinov
`valid_until` (instead of postgresql-server default time zone).
2019-01-25[#534] Configurable outgoing federation reachability timeout.Ivan Tashkinov
2019-01-25Merge remote-tracking branch 'pl/develop' into oembed_providerrinpatch
2019-01-25Merge branch 'fix/tusky-dm' into 'develop'kaniini
Add actor to recipients list Closes #390 See merge request pleroma/pleroma!683
2019-01-25Merge branch 'develop' into 'oembed_provider'kaniini
# Conflicts: # lib/pleroma/activity.ex
2019-01-25Merge branch 'classic-flakeids' into 'develop'kaniini
Flake Ids for Users and Activities Closes #450 See merge request pleroma/pleroma!645
2019-01-24Use correct logic to determine "attentions" listMaxim Filippov
2019-01-24[#534] Optimized bulk publish ops to filter on reachability early. ↵Ivan Tashkinov
`Instance` refactoring.
2019-01-24Fix clippy with one/five lineshref
2019-01-24[#534] Updating external instances reachability on incoming federation.Ivan Tashkinov
2019-01-24FlakeId: ignore null mac for workerid, use first machref
2019-01-24mrf: add anti-followbot policyWilliam Pitcock
2019-01-24[#534] Federation publish requests status control (enforced 2xx response ↵Ivan Tashkinov
code check).
2019-01-23Send "hide_network" in user_viewMaxim Filippov
2019-01-23[#534] Initial implementation of unreachable federation targets retirement.Ivan Tashkinov
2019-01-23Merge branch 's3-namespace' into 'develop'kaniini
S3 uploader: support for namespaced bucket Closes #532 See merge request pleroma/pleroma!699
2019-01-23Merge branch 'develop' into rename/pleroma_activity_consistencylain
2019-01-23New frontend configuration mechanism.lain
2019-01-23Clippy!href
2019-01-23Treat User.Info pinned ids as stringshref
2019-01-23FlakeId.from_string/1: remove old, un-needed conversionhref
2019-01-232019href
2019-01-23ActivityPub: restrict_since/restrict_max: ignore empty paramhref
2019-01-23Test FlakeID old id compat & Ecto typehref
2019-01-23Flake Ids for Users and Activitieshref
2019-01-22Merge branch 'fix/activity_get_by_id' into 'develop'Haelwenn
Add get_by_id to activity.ex See merge request pleroma/pleroma!695
2019-01-22[#502] Fixed User.active_local_user_query to return users with nil or ↵Ivan Tashkinov
missing `info.deactivated`. Adjusted test.
2019-01-22Add get_by_id to activity.exrinpatch
2019-01-21Uploader callback controllerhref
2019-01-21reverse_proxy - always override plug's cache-controlhref
2019-01-21S3 Namespacehref
2019-01-21Merge branch '530_federator_user_info_overwrite_fix' into 'develop'lambda
[#530] Prevents user `info` from being overwritten because of race conditions Closes #530 See merge request pleroma/pleroma!691
2019-01-21Merge branch 'feature/dm-sanity' into 'develop'lambda
DM sanitization See merge request pleroma/pleroma!458
2019-01-21[#502] Code comments update.Ivan Tashkinov
2019-01-21[#530] Prevents user `info` from being overwritten because of race conditionsIvan Tashkinov
and non-partial update of embed (in WebFinger.ensure_keys_present and other places).
2019-01-21Activity: mix format (2 empty lines)Haelwenn (lanodan) Monnier
2019-01-21Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1Haelwenn (lanodan) Monnier
2019-01-21Activity: create_activity_by_object_id_query/1 → create_by_object_ap_id/1 ↵Haelwenn (lanodan) Monnier
when is_list
2019-01-21Activity: get_all_by_object_ap_id/1 → get_all_create_by_object_ap_id/1Haelwenn (lanodan) Monnier
2019-01-21Activity: all_by_object_ap_id_q/1 → create_by_object_ap_id/1Haelwenn (lanodan) Monnier