Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-13 | Activity.Search: fallback on status resolution on DB Timeout | Haelwenn (lanodan) Monnier | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3507 | |||
2021-08-13 | AdminAPI: hotfix for nil report objects | Alex Gleason | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3504 | |||
2021-08-13 | maybe_notify_subscribers: Don't create notifications from ingested replies | Haelwenn (lanodan) Monnier | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3505 | |||
2021-08-13 | TwitterAPI: Make change_email require body params instead of query | Haelwenn (lanodan) Monnier | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3503 | |||
2021-08-13 | TwitterAPI: Make change_password require body params instead of query | Haelwenn (lanodan) Monnier | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3503 | |||
2021-08-13 | ObjectAgePolicy: Fix pattern matching on published | Haelwenn (lanodan) Monnier | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3500 | |||
2021-08-13 | fix: stream out Create Activity | kPherox | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3499 | |||
2021-08-13 | Merge branch 'streamer-crash-fix' into 'develop' | Haelwenn | |
Streamer crash fix See merge request pleroma/pleroma!3508 | |||
2021-08-13 | Streamer: fix crash in MastodonAPI.StatusView | Alex Gleason | |
2021-08-13 | Merge branch 'bugfix/status-search-fallback' into 'develop' | rinpatch | |
Activity.Search: resolve status on DB Timeout Closes #2566 See merge request pleroma/pleroma!3507 | |||
2021-08-12 | Activity.Search: fallback on status resolution on DB Timeout | Haelwenn (lanodan) Monnier | |
2021-08-11 | Merge branch 'nil-report-object-hotfix' into 'develop' | Haelwenn | |
AdminAPI: hotfix for nil report objects See merge request pleroma/pleroma!3504 | |||
2021-08-11 | ObjectValidator.stringify_keys: filter out nil values | Haelwenn (lanodan) Monnier | |
2021-08-11 | Merge branch 'bugfix/subscriptions-replies' into 'develop' | Haelwenn | |
maybe_notify_subscribers: Normalize Object to check inReplyTo presence Closes #2732 See merge request pleroma/pleroma!3505 | |||
2021-08-11 | maybe_notify_subscribers: Don't create notifications from ingested messages | Haelwenn (lanodan) Monnier | |
2021-08-11 | AdminAPI: hotfix for nil report objects | Alex Gleason | |
2021-08-10 | Merge branch 'bugfix/change_password' into 'develop' | Haelwenn | |
TwitterAPI: Make change_password require body params instead of query Closes #2740 See merge request pleroma/pleroma!3503 | |||
2021-08-10 | TwitterAPI: Make change_email require body params instead of query | Haelwenn (lanodan) Monnier | |
2021-08-10 | Merge branch 'bugfix/object-age-create' into 'develop' | Haelwenn | |
ObjectAgePolicy: Fix pattern matching on published See merge request pleroma/pleroma!3500 | |||
2021-08-10 | TwitterAPI: Make change_password require body params instead of query | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2740 | |||
2021-08-10 | ObjectAgePolicy: Fix pattern matching on published | Haelwenn (lanodan) Monnier | |
2021-08-09 | Merge branch 'fix/streaming-api-for-create-activity' into 'develop' | Haelwenn | |
fix: stream out Create Activity Closes #2691 See merge request pleroma/pleroma!3499 | |||
2021-08-09 | Merge branch 'poll-notification' into 'develop' | Haelwenn | |
MastodonAPI: Support poll notification See merge request pleroma/pleroma!3484 | |||
2021-08-09 | fix: stream out Create Activity | kPherox | |
2021-08-06 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remove/mastofe | Sean King | |
2021-08-06 | Improve readability | Egor Kislitsyn | |
2021-08-06 | Make transparency_exclusions use tuples in admin-fe | Ilja | |
* Make it use tuples * I also changed the keys for key_placeholder and value_placeholder to use snake_case instead of camelCase | |||
2021-08-06 | Add key- and valuePlaceholders for quarantined_instances and mrf_simple | Ilja | |
* I also added for keywordpolicy as well now. It was done in the admin-fe, but is better to be done here * I also added comments to explain why we did the _info keys (backwards compatibility) | |||
2021-08-06 | quarantine instances info | Ilja | |
Added a new field in the nodeinfo called quarantined_instances_info This holds an object like `"quarantined_instances_info":{"quarantined_instances":{"quar.inst":{"reason":"whatever reason"}}}}` | |||
2021-08-06 | Change what nodeinfo returns without breaking backwards compatibility | Ilja | |
* Only for SimplePolicy for now * I added an extra mrf_simple_info key that has an object as value. The object contains only relevant extra info | |||
2021-08-06 | Return maps in node_info | Ilja | |
It's easiest (and imo most proper) to use tuples {"instance, "reason"} in BE, but for FE maps like %{"instance": "instance", "reason", "reason"} are better. I changed it so that node_info returns maps now for simple_policy and quarantined instances. | |||
2021-08-06 | Fixed deprecation warning checks | Ilja | |
When a setting was deprecated, the code would stop checking for the rest of the possible deprications. This also meant that the settings weren't rewritten to the new settings for deprecated settings besides the first one. | |||
2021-08-06 | Deprecate transparency_exclusions | Ilja | |
* Give deprecation message * Rewrite configs | |||
2021-08-06 | config :mrf, :transparency_exclusions works with tumples now | Ilja | |
2021-08-06 | Deprecate and rewrite settings for quarentine settings | Ilja | |
* This is for the settings, not yet a DB migration | |||
2021-08-06 | Make quarentine work with list of tuples instead of strings | Ilja | |
2021-08-06 | Make mrfSimple work with tuples | Ilja | |
* Changed SimplePolicy * I also grepped in test/ for ':mrf_simple' to see what other things could be affected | |||
2021-08-06 | Deprectate strings for SimplePolicy | Ilja | |
When strings are detected in the simplepolicy, a warning will be given and the config will be changed to use tuples instead | |||
2021-08-05 | Merge remote-tracking branch 'pleroma/develop' into moderators | Alex Gleason | |
2021-08-04 | Merge remote-tracking branch 'pleroma/develop' into staff-plug | Alex Gleason | |
2021-07-27 | Merge remote-tracking branch 'pleroma/develop' into object-tombstone-visibility | Alex Gleason | |
2021-07-27 | Visibility: check Tombstone objects in visible_for_user?/2 | Alex Gleason | |
2021-07-22 | Merge branch 'mkljczk-develop-patch-60115' into 'develop' | Haelwenn | |
MastodonAPI: Fix list timelines Closes mastofe#89 and #2693 See merge request pleroma/pleroma!3477 | |||
2021-07-18 | Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixes | Alex Gleason | |
2021-07-18 | Poll notification: only notify local users | Alex Gleason | |
2021-07-18 | Poll notification: trigger PollWorker through common_pipeline | Alex Gleason | |
2021-07-18 | PollWorker defensive checks | Alex Gleason | |
2021-07-18 | Poll notification: notify for polls even when block_from_strangers is set | Alex Gleason | |
2021-07-17 | MastodonAPI: Support poll notification | Alex Gleason | |
2021-07-17 | Merge remote-tracking branch 'pleroma/develop' into instance-deletion | Alex Gleason | |