Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-16 | Merge branch '1866-last-status-stuff' into 'develop' | Haelwenn | |
Resolve "/api/v1/conversations returns the wrong `last_status`" Closes #1866 See merge request pleroma/pleroma!2647 | |||
2020-06-16 | moving mrf settings from instance to separate group | Alexander Strizhakov | |
2020-06-16 | Changelog: Add info about `only_media` changes. | lain | |
2020-06-15 | Merge remote-tracking branch 'origin/develop' into merge-ogp-twitter-parsers | Egor Kislitsyn | |
2020-06-15 | Changelog: Add info about conversation view changes. | lain | |
2020-06-14 | Mastodon API: ensure the notification endpoint doesn't return less than the ↵ | eugenijm | |
requested amount of records unless it's the last page | |||
2020-06-12 | Apply suggestion to CHANGELOG.md | rinpatch | |
2020-06-12 | CHANGELOG.md: add 2.0.7 entry | rinpatch | |
2020-06-12 | Merge remote-tracking branch 'origin/develop' into merge-ogp-twitter-parsers | Egor Kislitsyn | |
2020-06-12 | Merge branch 'global-status-expiration' into 'develop' | lain | |
Global status expiration See merge request pleroma/pleroma!2208 | |||
2020-06-12 | Merge branch 'features/mix-task-reset-mfa' into 'develop' | feld | |
New mix task: pleroma.user reset_mfa <nickname> See merge request pleroma/pleroma!2643 | |||
2020-06-12 | Document new mix task feature to reset mfa | Mark Felder | |
2020-06-12 | Add changelog entry for emoji pack reload command | Mark Felder | |
2020-06-11 | Merge OGP parser with TwitterCard | Egor Kislitsyn | |
2020-06-08 | CHANGELOG.md: add 2.0.6 entry | rinpatch | |
2020-06-08 | merge develop | Roman Chvanikov | |
2020-06-03 | Changelog: Add chats to changelog. | lain | |
2020-06-01 | Merge remote-tracking branch 'origin/develop' into global-status-expiration | Egor Kislitsyn | |
2020-05-29 | Add blob: to connect-src CSP | Alex Gleason | |
2020-05-28 | Refactor notification settings | Mark Felder | |
2020-05-24 | Merge branch 'mastodon-migration-compat' into 'develop' | rinpatch | |
Add compatibility routes for converted mastodon instances Closes #1797 See merge request pleroma/pleroma!2572 | |||
2020-05-22 | Update CHANGELOG and docs | Roman Chvanikov | |
2020-05-22 | Add Changelog | lain | |
2020-05-21 | Merge branch 'features/emoji_stealer' into 'develop' | lain | |
MRF.StealEmojiPolicy: New Policy See merge request pleroma/pleroma!2385 | |||
2020-05-20 | Changelog: Add background to instance | lain | |
2020-05-18 | Merge branch 'develop' into feature/admin-api-status-count-per-instance | Roman Chvanikov | |
2020-05-14 | Add Changelog entry | Stephanie Wilde-Hobbs | |
2020-05-14 | MRF.StealEmojiPolicy: New Policy | Haelwenn (lanodan) Monnier | |
Inspired by https://git.pleroma.social/moonman/emoji-stealer-mrf/-/blob/master/steal_emoji_policy.ex | |||
2020-05-13 | Merge develop | Roman Chvanikov | |
2020-05-13 | CHANGELOG.md: add 2.0.5 entry | rinpatch | |
2020-05-10 | CHANGELOG.md: mention AP C2S change | rinpatch | |
2020-05-10 | CHANGELOG.md: Add 2.0.4 entry | rinpatch | |
2020-05-09 | insert skeletons migration: fix for non-local locals | rinpatch | |
Apparently some instances have local users with local ap_ids that are marked as local: false. Needs more investigation into how that happened. In the meantime, the skeleton migration was patched to just ignore all known ap ids, not just locals. Doesn't seem to slow down the migration too much on patch.cx Closes #1746 | |||
2020-05-09 | Add docs | Roman Chvanikov | |
2020-05-08 | healthcheck: report real amount of memory allocated by beam | rinpatch | |
as opposed to memory currently in use | |||
2020-05-08 | CHANGELOG.md: Add entries from 2.0.3 | rinpatch | |
2020-05-06 | Merge branch 'develop' into issue/1276-2 | Maksim Pechnikov | |
2020-05-06 | Merge branch 'bugfix/sensitive_object' into 'develop' | lain | |
Transmogrifier.set_sensitive/1: Keep sensitive set to true Closes #954 See merge request pleroma/pleroma!2470 | |||
2020-05-06 | Merge branch 'feature/1728-webfinger-acct-scheme' into 'develop' | lain | |
Webfinger: Request account info with the acct scheme Closes #1728 See merge request pleroma/pleroma!2465 | |||
2020-05-06 | Merge branch 'develop' into issue/1276-2 | Maksim Pechnikov | |
2020-05-05 | admin_api fetch status by id | Alexander Strizhakov | |
2020-05-05 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-05-04 | Transmogrifier.set_sensitive/1: Keep sensitive set to true | Haelwenn (lanodan) Monnier | |
2020-05-04 | Update changelog | lain | |
2020-05-04 | Merge branch 'develop' into issue/1276-2 | Maksim Pechnikov | |
2020-05-02 | Merge branch 'feature/1710-consolidate-instance-info' into 'develop' | rinpatch | |
Feature/1710 consolidate instance info Closes #1710 See merge request pleroma/pleroma!2430 | |||
2020-05-02 | CHANGELOG.md: Add 2.0.3 changelog | rinpatch | |
2020-05-02 | CHANGELOG.md: Add entry for re-registration ban | rinpatch | |
2020-05-02 | Reword changelog entry for follow relationship bug | rinpatch | |
2020-05-02 | Mastodon API: do not create a following relationship if the corresponding ↵ | eugenijm | |
follow request doesn't exist when calling `POST /api/v1/follow_requests/:id/authorize` |