Web.ActivityPub.ActivityPub: Fix check_remote_limit/1 against activities with content...
[akkoma] / lib / pleroma / web /
2019-01-26 Haelwenn (lanodan... Web.ActivityPub.ActivityPub: Fix check_remote_limit...
2019-01-25 kaniiniMerge branch 'oembed_provider' into 'develop'
2019-01-25 rinpatchMerge remote-tracking branch 'pl/develop' into oembed_p...
2019-01-25 kaniiniMerge branch 'fix/tusky-dm' into 'develop'
2019-01-25 kaniiniMerge branch 'develop' into 'oembed_provider'
2019-01-25 kaniiniMerge branch 'classic-flakeids' into 'develop'
2019-01-24 Maxim FilippovUse correct logic to determine "attentions" list
2019-01-24 hrefMerge branch 'feature/mrf-anti-followbot' into 'develop'
2019-01-24 William Pitcockmrf: add anti-followbot policy
2019-01-23 kaniiniMerge branch 'fix/hide-network-setting' into 'develop'
2019-01-23 Maxim FilippovSend "hide_network" in user_view
2019-01-23 kaniiniMerge branch 's3-namespace' into 'develop'
2019-01-23 lambdaMerge branch 'rename/pleroma_activity_consistency'...
2019-01-23 lainMerge branch 'develop' into rename/pleroma_activity_con...
2019-01-23 hrefTreat User.Info pinned ids as strings
2019-01-23 hrefActivityPub: restrict_since/restrict_max: ignore empty...
2019-01-23 hrefFlake Ids for Users and Activities
2019-01-22 HaelwennMerge branch 'fix/activity_get_by_id' into 'develop'
2019-01-22 kaniiniMerge branch 'uploader-controller' into 'develop'
2019-01-21 hrefUploader callback controller
2019-01-21 lambdaMerge branch '530_federator_user_info_overwrite_fix...
2019-01-21 lambdaMerge branch 'feature/dm-sanity' into 'develop'
2019-01-21 Ivan Tashkinov[#502] Code comments update.
2019-01-21 Ivan Tashkinov[#530] Prevents user `info` from being overwritten...
2019-01-21 Haelwenn (lanodan... Activity: get_create_activity_by_object_ap_id/1 → get_c...
2019-01-21 Haelwenn (lanodan... Activity: create_activity_by_object_id_query/1 → create...
2019-01-21 Haelwenn (lanodan... Activity: get_all_by_object_ap_id/1 → get_all_create_by...
2019-01-21 Haelwenn (lanodan... Activity: all_by_object_ap_id/1 → get_all_by_object_ap_id/1
2019-01-20 kaniiniMerge branch '116-send-delete-event' into 'develop'
2019-01-20 lainSend delete event over Mastodon streaming api
2019-01-20 lambdaMerge branch 'add-custom-emoji-test' into 'develop'
2019-01-20 lambdaMerge branch '2019-1-20-update-frontend' into 'develop'
2019-01-20 lambdaMerge branch 'i1t/pleroma-477_user_search_improvements...
2019-01-20 William Pitcockactivitypub: short-circuit is_public?() with directMess...
2019-01-20 William Pitcocktransmogrifier: slightly clean up fix_explicit_addressi...
2019-01-20 William Pitcocktransmogrifier: don't apply heuristics against messages...
2019-01-20 William Pitcockactivitypub: add is_private?/is_direct? helpers
2019-01-20 William Pitcockcommon api: set directMessage flag on our own posts
2019-01-20 William Pitcockmastodon api: get_visibility(): DMs never have a cc...
2019-01-20 William Pitcockactivitypub: transmogrifier: fix up to/cc addressing...
2019-01-20 William Pitcockactivitypub: utils: add determine_explicit_mentions...
2019-01-19 kaniiniMerge branch 'bugfix/improve-boost-targeting' into...
2019-01-19 rinpatchFormating
2019-01-19 rinpatchProvide local og:url for remote activities
2019-01-19 kaniiniMerge branch '491_full_mentions_in_user_bio' into ...
2019-01-19 Maxim FilippovAdd current user to mentioned
2019-01-18 Maxim FilippovAdd actor to recipients
2019-01-18 rinpatchFix merge conflict
2019-01-18 rinpatchRemove custom emojis and trailing whitespaces from...
2019-01-18 rinpatchUse object instead of activity for metadata
2019-01-18 Ivan Tashkinov[#491] Made full nicknames be preserved in user links...
2019-01-17 William Pitcockactivitypub: add a match clause for objects, not just...
2019-01-17 William Pitcockactivitypub: transmogrifier: do not clobber the address...
2019-01-17 William Pitcockactivitypub: allow is_public?() to work on any type...
2019-01-17 William Pitcockactivitypub: relay: chase selective public announce...
2019-01-17 William Pitcockactivitypub: announce: add new public parameter
2019-01-17 kaniiniMerge branch '502_instance_stats_active_users_count_fix...
2019-01-17 kaniiniMerge branch 'bad-copy-paste' into 'develop'
2019-01-17 kaniiniMerge branch 'attachment-links' into 'develop'
2019-01-17 sxsdv1Fix bad link in likes collection
2019-01-17 rinpatchDon't show content if empty or zero width space
2019-01-17 Mark Felderformatting
2019-01-17 Mark FelderDefault to disabled in the code in case the setting...
2019-01-17 Mark FelderMake attachment links configurable
2019-01-17 rinpatchIntroduce optional unfurling of nsfw content
2019-01-17 rinpatchUse object url instead of a hack
2019-01-17 rinpatchApply feld's patch
2019-01-17 kaniiniMerge branch 'resilient-user-view-2' into 'develop'
2019-01-16 rinpatchRemove @providers and call Pleroma.config on runtime
2019-01-16 rinpatchRemove useless with in opengraph.ex
2019-01-16 rinpatchjoin us now and share the software~. Also tests
2019-01-16 lainMastoAPI: Don't break on missing users.
2019-01-16 rinpatchReplace map with reduce to remove nils
2019-01-16 lambdaMerge branch '518_instance_stats_fix' into 'develop'
2019-01-16 rinpatchRemove caching because it does not affect performance...
2019-01-16 rinpatchAdd config doc
2019-01-16 rinpatchAdd a fallback function to handle generic params, just...
2019-01-16 rinpatchThanks you rinpatch, very cool
2019-01-16 rinpatchNo need to use activity in the key
2019-01-16 rinpatchadd caching
2019-01-16 rinpatchDisable previews for any activity, but create
2019-01-15 rinpatchcache HTML in OGP
2019-01-15 rinpatchAdd behaviours to TwitterCard, remove some dumb stuff...
2019-01-15 lambdaMerge branch 'bugfix/websub-hardening' into 'develop'
2019-01-15 rinpatchAdd twitter card, filter nsfw
2019-01-15 rinpatchAdd space between name and nickname
2019-01-15 rinpatchFormating
2019-01-15 rinpatchAttach attachments
2019-01-15 William Pitcockwebsub: improve error handling
2019-01-15 rinpatchIntroduce get_by_id in Activity, replace newlines with...
2019-01-15 rinpatchrefactor opengraph to a different module with a behaviour
2019-01-15 rinpatchremove useless newlines after every tag. Make domain...
2019-01-15 rinpatchadd a fallback function
2019-01-15 rinpatchFix some edge cases [nervous laughter]
2019-01-15 rinpatchMove metadata.ex out of ostatus
2019-01-14 rinpatchMerge branch 'media-url-escape' into 'develop'
2019-01-14 lambdaMerge branch 'load-all-dms' into 'develop'
2019-01-14 Ivan Tashkinov[#477] User search improvements: tsquery search with...
2019-01-14 kaniiniMerge branch 'feature/add-oembed-parser' into 'develop'
2019-01-14 kaniiniMerge branch 'activitypub-likes' into 'develop'
next