akkoma
2019-01-20 lainSet custom similarity limit.
2019-01-20 William Pitcockactivitypub: short-circuit is_public?() with directMess...
2019-01-20 William Pitcocktest: transmogrifier: verify directMessage flag is...
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 Pitcocklitepub schema: add litepub:directMessage flag
2019-01-20 William Pitcockmastodon api: get_visibility(): DMs never have a cc...
2019-01-20 William Pitcocktests: add tests for DM sanitizer
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 lainMake use of the indices.
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 FilippovFormat
2019-01-19 Maxim FilippovAdd current user to mentioned
2019-01-18 William Pitcocktest: add regression test for to/cc clobbering
2019-01-18 Maxim FilippovAdd actor to recipients
2019-01-18 rinpatchFix merge conflict
2019-01-18 rinpatchunfurl_nsfw: false by default
2019-01-18 Ivan Tashkinov[#477] User trigram index adjustment.
2019-01-18 rinpatchFix ostatus test
2019-01-18 Ivan Tashkinov[#477] User: FTS and trigram search results mixing...
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 rinpatchFix object id in OpenGraph test
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 kaniiniMerge branch 'change-mix-location' into 'develop'
2019-01-17 shibayashiAdd comments and change default path of the Mix binary.
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 Ivan Tashkinov[#502] Fixed `user_count` in `/api/v1/instance` to...
2019-01-17 Mark Felderformatting
2019-01-17 Mark FelderDefault to disabled in the code in case the setting...
2019-01-17 rinpatchFix the issue with get_by_nickname never being called
2019-01-17 Mark FelderAlso add to default config
2019-01-17 Mark FelderMake attachment links configurable
2019-01-17 Ivan Tashkinov[#491] Made user bio preserve full nicknames (nick...
2019-01-17 rinpatchFix test
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 rinpatchoof
2019-01-16 rinpatchremove id cast
2019-01-16 rinpatchcache ap_id in id instead of caching user two times
2019-01-16 rinpatchoops
2019-01-16 rinpatchforgot to remove this thing
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 'feature/improve-microformats' into 'develop'
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 Ivan Tashkinov[#518] Fixed /api/v1/instance ("domain_count" value...
2019-01-16 rinpatchRemove OpenGraph test from Ostatus tests
2019-01-16 rinpatchAdd config doc
2019-01-16 Ivan Tashkinov[#477] Minor refactoring (user search query).
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-16 William Pitcocktests: fixup
2019-01-16 William Pitcockformatter: improve microformats markup
2019-01-16 William Pitcockhtml: allow microformats-related markup through the...
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 lambdaMerge branch 'bugfix/tesla-query-params' into 'develop'
2019-01-15 William Pitcockhttp: add support for query parameters, use Jason for...
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 Ivan Tashkinov[#477] User search tests. Normalized search rank in...
2019-01-15 rinpatchadd a fallback function
2019-01-15 Ivan Tashkinov[#477] Added FTS index for `users`. Fixed failing test.
2019-01-15 rinpatchplease don't bully me for this
2019-01-15 rinpatchcringe
2019-01-15 rinpatchFix some edge cases [nervous laughter]
2019-01-15 lambdaMerge branch 'fix/elixir-1-8-type-annotation' into...
2019-01-15 rinpatchMove metadata.ex out of ostatus
next