Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-23 | moving to mrf namespace migration fix | Alexander Strizhakov | |
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 | Merge branch 'issue/1798' into 'develop' | lain | |
[#1798] fixed migration the settings to DB See merge request pleroma/pleroma!2655 | |||
2020-06-23 | Merge branch 'fix_1586_provide_index_md' into 'develop' | lain | |
Fix 1586 provide index md See merge request pleroma/pleroma!2669 | |||
2020-06-23 | fix tests | Maksim Pechnikov | |
2020-06-23 | added tests | Maksim Pechnikov | |
2020-06-23 | Merge branch '@doc/apc2s-upload-media' into 'develop' | Haelwenn | |
ActivityPubController: Update upload_media @doc See merge request pleroma/pleroma!2673 | |||
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 | Add missing default config value for :instance, instance_thumbnail | Mark Felder | |
Follows up on b7fc61e17b | |||
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 'docs_use_include_for_install_further_reading' into 'develop' | lain | |
Add include for the "Further reading" section See merge request pleroma/pleroma!2667 | |||
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 | Merge branch 'weblate-pleroma-pleroma' into 'develop' | lain | |
Translations update from Weblate See merge request pleroma/pleroma!2661 | |||
2020-06-22 | Removed a space that was too much | Ilja | |
2020-06-22 | I forgot to git add some files, oops (should be squashed with MR) | Ilja | |
2020-06-22 | Fix 1586 Docs: provide a index.md | Ilja | |
* I renamed the introduction.md to index.md * I moved over the FE parts to an index file in the FE repo (will do an MR in the FE repo to actually add it) * While I was at it, I also fixed some broken links | |||
2020-06-22 | Translated using Weblate (Italian) | Ben Is | |
Currently translated at 0.9% (1 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/it/ | |||
2020-06-22 | Added translation using Weblate (Italian) | Ben Is | |
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 | 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 | Add include for the "Further reading" section | Ilja | |
* I added an include and use this include for the installation guides that already had this section * I added the "Further reading" section as well as te "Questions" section to the English guides that didn't have it yet * I added a first point "How Federation Works/Why is my Federated Timeline empty?" to link to lains blogpost about this because we still get this question a lot in the #pleroma support channel * I reordered the list a bit | |||
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 | Merge branch 'bugfix/mix.exs-version-dot-git-less' into 'develop' | lain | |
mix.exs: version git-less (part 2, MacOS-compat) See merge request pleroma/pleroma!2420 | |||
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 | Merge branch 'docs/attachment_links' into 'develop' | lain | |
cheatsheet.md: no_attachment_links → attachment_links See merge request pleroma/pleroma!2664 | |||
2020-06-20 | Merge branch 'cleanup/object-conversation' into 'develop' | lain | |
Stop filling conversation field on incoming objects (legacy, unused) See merge request pleroma/pleroma!2663 | |||
2020-06-20 | Apply suggestion to ↵ | lain | |
lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex | |||
2020-06-20 | cheatsheet.md: no_attachment_links → attachment_links | Haelwenn (lanodan) Monnier | |
2020-06-20 | Apply suggestion to lib/mix/tasks/pleroma/config.ex | lain | |
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 | |||
2020-06-19 | Only accounts with Service actor_type are considered as bots | Sergey Suprunenko | |
2020-06-19 | Add support for bot field in update_credentials | Sergey Suprunenko | |
2020-06-19 | Merge branch 'add-troubleshooting-info' into 'develop' | lain | |
README: Add some troubleshooting info for compilation issues. See merge request pleroma/pleroma!2660 | |||
2020-06-19 | README: Add some troubleshooting info for compilation issues. | lain | |
2020-06-19 | Merge branch '1873-pagination-fixes' into 'develop' | lain | |
[#1873] :offset pagination param support, hashtags pagination Closes #1873 See merge request pleroma/pleroma!2659 | |||
2020-06-19 | Merge branch 'dry-up-follower-update' into 'develop' | lain | |
User: update_follower_count refactor. See merge request pleroma/pleroma!2649 |