Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-21 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1364-no-pushes-from-blocked-domains-users # Conflicts: # CHANGELOG.md | |||
2020-04-20 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-04-20 | Merge remote-tracking branch 'upstream/develop' into accept-deletes | Alex Gleason | |
2020-04-20 | Add :reject_deletes option to SimplePolicy | Alex Gleason | |
2020-04-20 | Fix ObjectAgePolicyTest | Ilja | |
The policy didn't block old posts as it should. * I fixed it and tested on a test server * I added the settings to description so that this information is shown in nodeinfo * TODO: I didn't work TTD and still need to fix the tests | |||
2020-04-19 | Merge branch '1559-follow-request-notifications' into 'develop' | rinpatch | |
[#1559] Support for "follow_request" notifications Closes #1559 See merge request pleroma/pleroma!2354 | |||
2020-04-17 | [#1682] Fixed Basic Auth permissions issue by disabling OAuth scopes checks ↵ | Ivan Tashkinov | |
when password is provided. Refactored plugs skipping functionality. | |||
2020-04-17 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1559-follow-request-notifications # Conflicts: # CHANGELOG.md | |||
2020-04-17 | move changelogs entries to unreleased section | Alexander Strizhakov | |
2020-04-17 | Merge branch 'feature/1584-client-captcha-options' into 'develop' | Haelwenn | |
Creating trusted app from adminFE & mix task Closes #1584 See merge request pleroma/pleroma!2252 | |||
2020-04-16 | added need_reboot endpoint to admin api | Alexander Strizhakov | |
2020-04-15 | added an endpoint for getting unread notification count | Maksim Pechnikov | |
2020-04-14 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1364-no-pushes-from-blocked-domains-users # Conflicts: # lib/pleroma/notification.ex | |||
2020-04-14 | Revert "Merge branch 'issue/1276' into 'develop'" | lain | |
This reverts merge request !1877 | |||
2020-04-14 | Merge branch 'logger-configuration' into 'develop' | feld | |
Fix for logger configuration through admin-fe See merge request pleroma/pleroma!2365 | |||
2020-04-14 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
1364-no-pushes-from-blocked-domains-users # Conflicts: # lib/pleroma/notification.ex | |||
2020-04-13 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-04-13 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-04-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
output-of-relationships-in-statuses | |||
2020-04-13 | [#2342] Removed changelog entry for temporary configuration option. | Ivan Tashkinov | |
2020-04-13 | changelog entry | Alexander Strizhakov | |
2020-04-11 | [#1364] Disabled notifications on activities from blocked domains. | Ivan Tashkinov | |
2020-04-10 | Add a section for changelog entries that pertain to the next patch release. | Mark Felder | |
This will make it easier to keep changelogs synced between develop and stable branches. | |||
2020-04-10 | Merge remote-tracking branch 'origin/develop' into global-status-expiration | Egor Kislitsyn | |
2020-04-10 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-04-10 | Merge branch 'develop' into fix/support-conversations-pagination | Egor Kislitsyn | |
2020-04-09 | CHANGELOG.md: update 2.0.2 release date | rinpatch | |
2020-04-09 | CHANGELOG.md: add 2.0.2 update notes | rinpatch | |
2020-04-09 | CHANGELOG.md: add entries for funkwhale-related changes | rinpatch | |
2020-04-09 | CHANGELOG.md: Add 2.0.2 entry | rinpatch | |
2020-04-09 | CHANGELOG.md: Add upgrade notes for 2.0.1 | rinpatch | |
2020-04-09 | changelog.md: add 2.0.1 entry | rinpatch | |
2020-04-09 | Update CHANGELOG | Egor Kislitsyn | |
2020-04-09 | no changelog entry - bug fixed only in develop | Alexander Strizhakov | |
2020-04-08 | fix for gun connections pool | Alexander Strizhakov | |
2020-04-08 | CHANGELOG.md: update 2.0.2 release date | rinpatch | |
2020-04-08 | CHANGELOG.md: add 2.0.2 update notes | rinpatch | |
2020-04-08 | CHANGELOG.md: add entries for funkwhale-related changes | rinpatch | |
2020-04-07 | [#1559] Support for "follow_request" notifications (configurable). | Ivan Tashkinov | |
(Not currently supported by PleromaFE, thus disabled by default). | |||
2020-04-07 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-04-06 | Merge branch 'featureflag/emoji_reactions' into 'develop' | lain | |
Add emoji reactions to features in nodeinfo See merge request pleroma/pleroma!2313 | |||
2020-04-02 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2020-04-01 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
output-of-relationships-in-statuses # Conflicts: # CHANGELOG.md | |||
2020-04-01 | Ability to control the output of account/pleroma/relationship in statuses in ↵ | Ivan Tashkinov | |
order to improve the rendering performance. See `[:extensions, output_relationships_in_statuses_by_default]` setting and `with_relationships` param. | |||
2020-03-31 | test for default features and changelog entry | Alexander Strizhakov | |
2020-03-31 | CHANGELOG.md: Add 2.0.2 entry | rinpatch | |
2020-03-31 | Merge branch 'admin-api-change-password' into 'develop' | lain | |
Admin API: `PATCH /api/pleroma/admin/users/:nickname/update_credentials` See merge request pleroma/pleroma!2149 | |||
2020-03-30 | changelog fix | Alexander Strizhakov | |
2020-03-30 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-29 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |