Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-25 | Merge branch 'issue/1872-ex_aws' into 'develop' | lain | |
[#1872] use Pleroma.HTTP for ExAws.S3 See merge request pleroma/pleroma!2683 | |||
2020-06-25 | Blocking: Don't federate if the options is set. | lain | |
2020-06-25 | ActivityPub: Remove `block`. | lain | |
2020-06-25 | AccountController: Extract blocking to CommonAPI. | lain | |
2020-06-25 | Transmogrifier: Switch to pipeline for Blocks. | lain | |
2020-06-25 | ObjectValidator: Basic `Block` support. | lain | |
2020-06-25 | Merge branch 'fix/following-request-from-deactivated' into 'develop' | lain | |
Filter outstanding follower requests from deactivated accounts Closes #1771 See merge request pleroma/pleroma!2682 | |||
2020-06-25 | added wrapper Pleroma.HTTP for ExAws.S3 | Maksim Pechnikov | |
2020-06-24 | Filter outstanding follower requests from deactivated accounts | Mark Felder | |
2020-06-24 | fixed config/descpiption.exs | Maksim Pechnikov | |
2020-06-24 | fix for emoji pagination in pack show | Alexander Strizhakov | |
2020-06-24 | Status schema: Add parent_visible. | lain | |
2020-06-24 | StatusView: Add pleroma.parent_visible | lain | |
2020-06-24 | Merge branch 'feature/admin-api-status-count-per-instance' into 'develop' | lain | |
admin api status count per instance See merge request pleroma/pleroma!2500 | |||
2020-06-24 | added wrapper Pleroma.HTTP for Tzdata.HTTPClient | Maksim Pechnikov | |
2020-06-23 | Merge branch 'update-validator' into 'develop' | lain | |
Update validator See merge request pleroma/pleroma!2668 | |||
2020-06-23 | Merge develop | Roman Chvanikov | |
2020-06-23 | Merge branch 'feature/1631-redesign-mrf-configuration' into 'develop' | Haelwenn | |
Moving mrf settings from instance to separate mrf group Closes #1631 See merge request pleroma/pleroma!2320 | |||
2020-06-23 | migrate to oban 2.0-rc1 | Maksim Pechnikov | |
2020-06-23 | Merge branch 'issue/1798' into 'develop' | lain | |
[#1798] fixed migration the settings to DB See merge request pleroma/pleroma!2655 | |||
2020-06-23 | ObjectValidator: Clarify type of object. | lain | |
2020-06-23 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
update-validator | |||
2020-06-23 | added tests | Maksim Pechnikov | |
2020-06-23 | ActivityPubController: Update upload_media @doc | Haelwenn (lanodan) Monnier | |
Small cherry-pick from https://git.pleroma.social/pleroma/pleroma/-/merge_requests/1810 | |||
2020-06-23 | Merge branch 'fix/missing-default-instance_thumbnail_config' into 'develop' | Haelwenn | |
Add missing default config value for :instance, instance_thumbnail See merge request pleroma/pleroma!2672 | |||
2020-06-22 | Do not need a function to provide fallback value with default defined in ↵ | Mark Felder | |
config.exs | |||
2020-06-22 | Merge branch 'warning/mastofe-settings-blob' into 'develop' | Haelwenn | |
Add warning against parsing/reusing MastoFE settings blob See merge request pleroma/pleroma!2671 | |||
2020-06-22 | Add warning against parsing/reusing MastoFE settings blob | Haelwenn (lanodan) Monnier | |
2020-06-22 | Merge branch 'add-muted-to-notifications' into 'develop' | lain | |
Add `pleroma.is_muted` property to notifications Closes #1812 See merge request pleroma/pleroma!2670 | |||
2020-06-22 | Update NotificationOperation spec | Egor Kislitsyn | |
2020-06-22 | Add `is_muted` to notifications | Egor Kislitsyn | |
2020-06-22 | added verify RUM settings before start app | Maksim Pechnikov | |
2020-06-22 | Merge branch 'feature/1739-account-endpoints' into 'develop' | lain | |
account visibility in masto api Closes #1739 See merge request pleroma/pleroma!2488 | |||
2020-06-22 | Merge branch 'fix/1825-admin-api-error-codes' into 'develop' | lain | |
Proper error codes for error in adminFE Closes #1825 See merge request pleroma/pleroma!2665 | |||
2020-06-22 | Credo fixes | lain | |
2020-06-22 | ActivityPub: Remove `update` and switch to pipeline. | lain | |
2020-06-22 | Merge branch '1865-media-only' into 'develop' | rinpatch | |
Resolve "/api/v1/accounts/:id/statuses?only_media=true returns media that is not owned" Closes #1865 See merge request pleroma/pleroma!2650 | |||
2020-06-22 | Transmogrifier: Handle `Update` with the pipeline. | lain | |
2020-06-22 | SideEffects: Handle user updating. | lain | |
2020-06-22 | Merge branch '1883-mrf-chat' into 'develop' | rinpatch | |
HellthreadPolicy: Restrict to Notes and Articles. Closes #1883 See merge request pleroma/pleroma!2666 | |||
2020-06-22 | Merge branch 'feature/1854-emoji-pagination' into 'develop' | lain | |
Emoji and packs pagination Closes #1854 See merge request pleroma/pleroma!2658 | |||
2020-06-22 | HellthreadPolicy: Restrict to Notes and Articles. | lain | |
2020-06-20 | Apply suggestion to ↵ | Alexander Strizhakov | |
lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex | |||
2020-06-20 | proper error codes for error in adminFE | Alexander Strizhakov | |
2020-06-20 | Merge branch 'feature/support-bot-field-in-update-credentials' into 'develop' | lain | |
Support 'bot' field in account update_credentials Closes #1600 and #1467 See merge request pleroma/pleroma!2662 | |||
2020-06-20 | Apply suggestion to ↵ | lain | |
lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex | |||
2020-06-20 | Merge branch 'develop' into '1865-media-only' | lain | |
# Conflicts: # CHANGELOG.md | |||
2020-06-20 | fix for packs pagination | Alexander Strizhakov | |
2020-06-20 | Stop filling conversation field on incoming objects (legacy, unused) | Haelwenn (lanodan) Monnier | |
conversation field is still set for outgoing federation for compatibility. | |||
2020-06-19 | Merge branch 'issue/1855' into 'develop' | feld | |
#1855 MediaProxy cache invalidation via Admin API See merge request pleroma/pleroma!2648 |