Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Add tests for setting `:instance, :quarantined_instances` | Ilja | |
No test was done for quarantined instances yet. I added a factory for followers_only notes and checked * That no followers only post is send when the target server is quarantined * That a followers only post is send when the target server is not quarantined | |||
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 branch 'staff-plug' into 'develop' | Haelwenn | |
Moderators: add UserIsStaffPlug See merge request pleroma/pleroma!3495 | |||
2021-08-04 | Merge remote-tracking branch 'pleroma/develop' into staff-plug | Alex Gleason | |
2021-08-01 | Release 2.4.0 | Haelwenn (lanodan) Monnier | |
2021-08-01 | Update AdminFE bundle | Haelwenn (lanodan) Monnier | |
2021-07-27 | use puts instead warn | Daniel | |
2021-07-27 | Update dev.exs error message to write to stderr. Currently it dumps this ↵ | Daniel | |
message at the beginnig of the file when using vim-autoformat with mix format | |||
2021-07-27 | Merge branch 'object-tombstone-visibility' into 'develop' | feld | |
Visibility: check Tombstone objects in visible_for_user?/2 See merge request pleroma/pleroma!3490 | |||
2021-07-27 | Merge branch 'errorview-json-fix' into 'develop' | feld | |
Fix errors in ErrorView See merge request pleroma/pleroma!3489 | |||
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-27 | CHANGELOG: fixed JSON error rendering | Alex Gleason | |
2021-07-27 | Merge remote-tracking branch 'pleroma/develop' into errorview-json-fix | Alex Gleason | |
2021-07-27 | Add activity+json to Phoenix :format_encoders | Alex Gleason | |
Fixes ErrorView rendering | |||
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 | CHANGELOG: Support `poll` notification type | Alex Gleason | |
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-14 | Merge branch 'admin-api-users-sort' into 'develop' | feld | |
AdminAPI: sort new users at the top Closes #2709 See merge request pleroma/pleroma!3481 | |||
2021-07-14 | Merge branch 'admin-api-users-date' into 'develop' | feld | |
AdminAPI: add created_at date to users See merge request pleroma/pleroma!3482 | |||
2021-07-14 | CHANGELOG: AdminAPI return date with users | Alex Gleason | |
2021-07-14 | Merge remote-tracking branch 'pleroma/develop' into admin-api-users-date | Alex Gleason | |
2021-07-14 | AdminAPI: add date to users | Alex Gleason | |
2021-07-13 | CHANGELOG: AdminAPI users sort | Alex Gleason | |
2021-07-13 | Merge remote-tracking branch 'pleroma/develop' into admin-api-users-sort | Alex Gleason | |
2021-07-13 | AdminAPI: sort user results by ID descending | Alex Gleason | |
2021-07-12 | Moderators: reorganize :admin_api pipeline in Router | Alex Gleason | |
2021-07-12 | Moderators: add UserIsStaffPlug | Alex Gleason | |
2021-07-12 | Merge branch 'features/ingestion-page' into 'develop' | Haelwenn | |
Pipeline Ingestion: Page See merge request pleroma/pleroma!3097 | |||
2021-07-12 | Merge branch 'features/validators-apc2s' into 'develop' | Haelwenn | |
AP C2S: Remove restrictions and make it go through pipeline See merge request pleroma/pleroma!3203 | |||
2021-07-12 | AP C2S: Remove restrictions and make it go through pipeline | Haelwenn (lanodan) Monnier | |
2021-07-08 | Merge branch 'update/linkify' into 'develop' | feld | |
Update Linkify See merge request pleroma/pleroma!3478 | |||
2021-07-08 | Update Linkify to fix crash on posts with a URL we failed to parse correctly | Mark Felder | |
2021-07-06 | Merge branch 'remote-deletions' into 'develop' | feld | |
Fix user deletion problems See merge request pleroma/pleroma!3476 | |||
2021-07-02 | fix the fucking list timelines on mastofe/soapbox-fe | marcin mikołajczak | |
2021-06-30 | Deletions: change User.purge/1 to defp, add CHANGELOG entry | Alex Gleason | |
2021-06-30 | Merge remote-tracking branch 'pleroma/develop' into remote-deletions | Alex Gleason | |
2021-06-30 | Deletions: don't purge keys so Delete/Undo activities can be signed | Alex Gleason | |
2021-06-30 | Deletions: allow deactivated users to be deleted | Alex Gleason | |
2021-06-29 | Deletions: preserve account status fields during purge, fix checks | Alex Gleason | |