Fix ostatus test
[akkoma] / lib /
2019-01-18 rinpatchRemove custom emojis and trailing whitespaces from...
2019-01-18 rinpatchUse object instead of activity for metadata
2019-01-17 rinpatchDon't show content if empty or zero width space
2019-01-17 rinpatchFix the issue with get_by_nickname never being called
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-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 rinpatchforgot to remove this thing
2019-01-16 rinpatchjoin us now and share the software~. Also tests
2019-01-16 rinpatchReplace map with reduce to remove nils
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 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 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 rinpatchplease don't bully me for this
2019-01-15 rinpatchcringe
2019-01-15 rinpatchFix some edge cases [nervous laughter]
2019-01-15 rinpatchMove metadata.ex out of ostatus
2019-01-14 rinpatchPrefer ids to usernames
2019-01-13 rinpatchResolve merge conflict
2019-01-11 kaniiniMerge branch 'bugfix/pinned-statuses' into 'develop'
2019-01-11 Egor Kislitsynunpin when deleting a status
2019-01-10 kaniiniMerge branch 'fix-varnish-chunked' into 'develop'
2019-01-10 kaniiniMerge branch 'activitypub-dereference-activity-id'...
2019-01-10 kaniiniMerge branch 'feature/add-twitter-card-parser' into...
2019-01-10 Maxim FilippovAdd Twitter Card parser
2019-01-10 kaniiniMerge branch 'twapi-follower-pagination' into 'develop'
2019-01-10 HaelwennMerge branch 'bugfix/markdown-newline-codeblocks' into...
2019-01-10 William Pitcockcommon api: utils: remove newline to <br> conversion...
2019-01-10 William Pitcockcommon api: fix newlines in markdown code blocks
2019-01-10 kaniiniMerge branch 'feature/pinned-posts' into 'develop'
2019-01-10 kaniiniMerge branch 'mass-follow' into 'develop'
2019-01-10 kaniiniMerge branch 'dm-optimizations' into 'develop'
2019-01-09 rinpatchMerge branch 'hotfix/ogp-cachex-fix' into 'develop'
2019-01-09 rinpatchRemove :commit since a tuple is already returned
2019-01-09 lainAdd integer casts.
2019-01-09 lainTwitterAPI: Add follower/following pagination.
2019-01-09 lambdaMerge branch 'scarlett/pleroma-summary-html-api' into...
2019-01-09 lainAdd activity visibility index.
2019-01-09 Egor KislitsynAdd Twitter API for the pinned statuses
2019-01-09 Egor Kislitsynonly non-reblogs, self-authored, public statuses can...
2019-01-09 lainUse follow_all in autofollow.
2019-01-09 lainAdd User mass following function.
2019-01-09 Egor Kislitsynmove defaults from sample_config.exs to config.exs
2019-01-09 Egor KislitsynMerge branch 'develop' of git.pleroma.social:pleroma...
2019-01-09 sxsdv1Support activity+json request for activity
2019-01-09 kaniiniMerge branch 'hotfix/media-proxy-uri' into 'develop'
2019-01-09 William Pitcockuser: fix auth_active?/1 for remote users
2019-01-09 William Pitcockuser: factor out illogical User.Info.superuser?/1.
2019-01-09 William Pitcockuser: remove entirely redundant remote_or_auth_active?/1.
2019-01-09 William Pitcockuser: harden auth_active?/1, superuser?/1, visible_for?/1
2019-01-09 William Pitcockuser: use pattern matching to determine if user is...
2019-01-08 rinpatchMerge branch 'autofollow' into 'develop'
2019-01-08 Egor KislitsynMerge branch 'develop' of git.pleroma.social:pleroma...
2019-01-08 Egor Kislitsynadd default configuration for the pinned statuses and...
2019-01-08 lainAdd a setting for users to autofollow on sign up.
2019-01-08 Egor Kislitsynadd `pinned` property to `StatusView`
2019-01-08 Egor Kislitsynrename `post` to `status`
2019-01-07 kaniiniMerge branch 'features/syslog_logger' into 'develop'
2019-01-07 kaniiniMerge branch 'spc-fix-2' into 'develop'
2019-01-07 lainActually put some onformation in the error user, make...
2019-01-07 kaniiniMerge branch 'resilient-user-view' into 'develop'
2019-01-07 Egor KislitsynMerge branch 'develop' of git.pleroma.social:pleroma...
2019-01-07 Egor Kislitsynadd pinned posts
2019-01-07 lambdaMerge branch 'scarlett/pleroma-search-visibility-check...
2019-01-07 lainMake TwAPI UserView more resilient to issues.
2019-01-07 scarlettCheck visible_for_user when performing a search using...
2019-01-06 scarlettTwitter API: Add a summary_html field.
2019-01-05 kaniiniMerge branch 'fix/multiple-follow-notifications-from...
2019-01-05 SadposterAdd check to prevent multiple follow notifications...
2019-01-05 kaniiniMerge branch 'fix/user-search-null-name' into 'develop'
2019-01-05 kaniiniMerge branch 'fix_486' into 'develop'
2019-01-05 kaniiniMerge branch 'activitypub-tombstone-fix' into 'develop'
2019-01-05 scarlettMerge branch 'emoji-in-summary' into 'develop'
2019-01-05 scarlettResolve some test failures.
2019-01-05 scarlettadd some brakets to the emoji list.
2019-01-05 scarlettStrip HTML in and allow emoji in summaries.
2019-01-05 sxsdv1Don't crash on AP request for tombstone
2019-01-05 cascodeMerge branch 'develop' of git.pleroma.social:cascode...
2019-01-04 rinpatchMerge branch 'feature/rich-media-cachex' into 'develop'
2019-01-04 William Pitcockrich media: disable cachex in test mode
2019-01-04 kaniiniMerge branch 'fix/html-cache-content-collision' into...
next