Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-24 | reply filtering | Alexander | |
2020-04-22 | Update CHANGELOG | 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-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-13 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
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-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 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-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-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 | |
2020-03-24 | 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-24 | Support pagination in conversations | Egor Kislitsyn | |
2020-03-23 | creating trusted app from adminFE & mix task | Alexander Strizhakov | |
2020-03-20 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-20 | restrict_unauthenticated setting | Alexander Strizhakov | |
2020-03-20 | include_types parameter in /api/v1/notifications | Alexander Strizhakov | |
2020-03-18 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-16 | Admin API: `PATCH /api/pleroma/admin/users/:nickname/credentials`, `GET ↵ | eugenijm | |
/api/pleroma/admin/users/:nickname/credentials`. | |||
2020-03-16 | Admin API: `PATCH /api/pleroma/admin/users/:nickname/change_password` | eugenijm | |
2020-03-16 | removing with_move parameter | Alexander Strizhakov | |
2020-03-16 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-13 | Formatting: Do not use \n and prefer <br> instead | Haelwenn (lanodan) Monnier | |
It moves bbcode to bbcode_pleroma as the former is owned by kaniini and transfering ownership wasn't done in a timely manner. Closes: https://git.pleroma.social/pleroma/pleroma/issues/1374 Closes: https://git.pleroma.social/pleroma/pleroma/issues/1375 |