Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-01 | object_validator: Refactor most of validate/2 to a generic block | Haelwenn (lanodan) Monnier | |
2021-03-31 | date-times are always strings | Miss Pasture | |
2021-03-30 | Prefer FollowBot naming convention vs Followbot | Mark Felder | |
2021-03-30 | Remove Task.async as it is broken here and probably a premature optimization ↵ | Mark Felder | |
anyway | |||
2021-03-30 | Do not try to follow local users. Their posts are already available locally ↵ | Mark Felder | |
on the instance. | |||
2021-03-30 | Change module name to FollowbotPolicy | Mark Felder | |
2021-03-30 | Lint | Mark Felder | |
2021-03-30 | Better checking of previous follow request attempts | Mark Felder | |
2021-03-30 | Prevent duplicates from being processed | Mark Felder | |
2021-03-30 | Make the followbot only dispatch follow requests once per 30 day period | Mark Felder | |
2021-03-30 | Enforce that the followbot must be marked as a bot. | Mark Felder | |
2021-03-30 | Try to handle misconfiguration scenarios gracefully | Mark Felder | |
2021-03-30 | Upstream original followbot implementation | Mark Felder | |
2021-03-25 | expanding validator | Alexander Strizhakov | |
2021-03-25 | expanding AddRemoveValidator | Alexander Strizhakov | |
2021-03-25 | removeing corresponding add activity | Alexander Strizhakov | |
2021-03-25 | refetch user on incoming add/remove activity | Alexander Strizhakov | |
if featured_address is nil | |||
2021-03-25 | featured_address valition in AddRemoveValidator | Alexander Strizhakov | |
2021-03-25 | validator renaming & add validation for target | Alexander Strizhakov | |
2021-03-25 | mastodon pins | Alexander Strizhakov | |
2021-03-25 | Let pins federate | Alexander 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-24 | Return token's primary key with POST /oauth/token | Alex Gleason | |
2021-03-22 | Copy emoji in the subject from parent post | rinpatch | |
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-21 | Merge 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-21 | Merge branch 'richmedia-workaround' into 'develop' | rinpatch | |
Workaround for RichMedia preview image breakage edge case See merge request pleroma/pleroma!3363 | |||
2021-03-19 | respect content-type header in finger request | Alexander Strizhakov | |
2021-03-19 | Merge branch 'mediaproxy-decode' into 'develop' | rinpatch | |
Simple way to decode mediaproxy URLs See merge request pleroma/pleroma!3364 | |||
2021-03-19 | Merge branch 'fix/remove_auto_nsfw' into 'develop' | rinpatch | |
Remove sensitive setting #nsfw See merge request pleroma/pleroma!3223 | |||
2021-03-19 | Merge 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-16 | Merge branch 'update_open_api_spex' into 'develop' | Haelwenn | |
Update OpenApiSpex dependency See merge request pleroma/pleroma!3362 | |||
2021-03-15 | OpenAPI: TwitterAPI Util Controller | Haelwenn (lanodan) Monnier | |
2021-03-15 | TwitterAPI: Remove unused read notification function | Haelwenn (lanodan) Monnier | |
2021-03-15 | Remove deprecated /api/qvitter/statuses/notifications/read | Haelwenn (lanodan) Monnier | |
2021-03-15 | OpenAPI: PleromaAPI UserImport Controller | Haelwenn (lanodan) Monnier | |
2021-03-15 | OpenAPI: MastodonAPI Media Controller | Haelwenn (lanodan) Monnier | |
2021-03-15 | OpenAPI: MastodonAPI Timeline Controller | Haelwenn (lanodan) Monnier | |
2021-03-15 | Add support for actor icon being a list (Bridgy) | Haelwenn (lanodan) Monnier | |
2021-03-13 | Prefer naming this function build_image_url/2 | Mark Felder | |
2021-03-11 | Leverage function pattern matching instead | Mark Felder | |
2021-03-10 | Workaround 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-10 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-03-10 | Merge branch 'openapi/admin/user' into 'develop' | Haelwenn | |
Add OpenAPI spec for AdminAPI.UserController See merge request pleroma/pleroma!3355 | |||
2021-03-07 | Merge 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-05 | Add simple way to decode fully qualified mediaproxy URLs | Mark Felder | |
2021-03-05 | Update OpenApiSpex dependency | Egor Kislitsyn | |
2021-03-04 | Add UserOperation to Redoc | Egor Kislitsyn | |
2021-03-03 | [#3213] ActivityPub hashtags filtering refactoring. Test fix. | Ivan Tashkinov | |
2021-03-02 | Make the object reference in both render("show.json", _) functions ↵ | Mark Felder | |
consistently named | |||
2021-03-02 | Fix build_application/1 match | Mark Felder | |