aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2021-03-31date-times are always stringsMiss Pasture
2021-03-30Prefer FollowBot naming convention vs FollowbotMark Felder
2021-03-30Remove Task.async as it is broken here and probably a premature optimization ↵Mark Felder
anyway
2021-03-30RevertMark Felder
2021-03-30Do not try to follow local users. Their posts are already available locally ↵Mark Felder
on the instance.
2021-03-30Change module name to FollowbotPolicyMark Felder
2021-03-30Add follow_requests_outstanding_since?/3 to Pleroma.ActivityMark Felder
2021-03-30LintMark Felder
2021-03-30Better checking of previous follow request attemptsMark Felder
2021-03-30Prevent duplicates from being processedMark Felder
2021-03-30Make the followbot only dispatch follow requests once per 30 day periodMark Felder
2021-03-30Enforce that the followbot must be marked as a bot.Mark Felder
2021-03-30Try to handle misconfiguration scenarios gracefullyMark Felder
2021-03-30Upstream original followbot implementationMark Felder
2021-03-27tests for release config providerAlexander Strizhakov
2021-03-26reading the file, instead of config keywordAlexander Strizhakov
2021-03-25expanding validatorAlexander Strizhakov
2021-03-25expanding AddRemoveValidatorAlexander Strizhakov
2021-03-25removeing corresponding add activityAlexander Strizhakov
2021-03-25refetch user on incoming add/remove activityAlexander Strizhakov
if featured_address is nil
2021-03-25featured_address valition in AddRemoveValidatorAlexander Strizhakov
2021-03-25validator renaming & add validation for targetAlexander Strizhakov
2021-03-25mastodon pinsAlexander Strizhakov
2021-03-25Let pins federateAlexander Strizhakov
- save object ids on pin, instead of activity ids - pins federation - removed pinned_activities field from the users table - activityPub endpoint for user pins - pulling remote users pins
2021-03-24Return token's primary key with POST /oauth/tokenAlex Gleason
2021-03-23Merge branch 'fix/2585-config-migration-dir' into 'develop'feld
migrating config to tmp folder Closes #2585 See merge request pleroma/pleroma!3379
2021-03-23suggestionAlexander Strizhakov
2021-03-23migrating config to tmp folderAlexander Strizhakov
2021-03-22Copy emoji in the subject from parent postrinpatch
Sometimes people put emoji in the subject, which results in the subject looking broken if someone replies to it from a server that does not have the said emoji under the same shortcode. This patch solves the problem by extending the emoji set available in the summary to that of the parent post.
2021-03-21Merge branch 'fix/2579-finger-content-type' into 'develop'rinpatch
respect content-type header in finger request Closes #2579 See merge request pleroma/pleroma!3375
2021-03-21Merge branch 'richmedia-workaround' into 'develop'rinpatch
Workaround for RichMedia preview image breakage edge case See merge request pleroma/pleroma!3363
2021-03-19respect content-type header in finger requestAlexander Strizhakov
2021-03-19Merge branch 'mediaproxy-decode' into 'develop'rinpatch
Simple way to decode mediaproxy URLs See merge request pleroma/pleroma!3364
2021-03-19Merge branch 'fix/remove_auto_nsfw' into 'develop'rinpatch
Remove sensitive setting #nsfw See merge request pleroma/pleroma!3223
2021-03-19Merge branch 'bugfix/bridgy-user-icon' into 'develop'rinpatch
Add support for actor icon being a list (Bridgy) See merge request pleroma/pleroma!3372
2021-03-16Merge branch 'update_open_api_spex' into 'develop'Haelwenn
Update OpenApiSpex dependency See merge request pleroma/pleroma!3362
2021-03-15Add support for actor icon being a list (Bridgy)Haelwenn (lanodan) Monnier
2021-03-13Prefer naming this function build_image_url/2Mark Felder
2021-03-12[#3213] Code formatting fix.Ivan Tashkinov
2021-03-12[#3213] Background migration infrastructure refactoring.Ivan Tashkinov
Extracted BaseMigrator and BaseMigratorState.
2021-03-11Leverage function pattern matching insteadMark Felder
2021-03-10Workaround for URI.merge/2 bug ↵Mark Felder
https://github.com/elixir-lang/elixir/issues/10771 If we avoid URI.merge unless we know we need it we reduce the edge cases we could encounter. The site would need to both have "//" in the %URI{:path} and the image needs to be a relative URL.
2021-03-10Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
feature/object-hashtags-rework
2021-03-10Merge branch 'openapi/admin/user' into 'develop'Haelwenn
Add OpenAPI spec for AdminAPI.UserController See merge request pleroma/pleroma!3355
2021-03-07Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
feature/object-hashtags-rework
2021-03-07[#3213] Performance optimization of filtering by hashtags ("any" condition).Ivan Tashkinov
2021-03-05Add simple way to decode fully qualified mediaproxy URLsMark Felder
2021-03-05Update OpenApiSpex dependencyEgor Kislitsyn
2021-03-04Add UserOperation to RedocEgor Kislitsyn
2021-03-03[#3213] ActivityPub hashtags filtering refactoring. Test fix.Ivan Tashkinov