Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1364-no-pushes-from-blocked-domains-users # Conflicts: # lib/pleroma/following_relationship.ex | |||
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-13 | fix for logger configuration through admin-fe | Alexander Strizhakov | |
2020-04-13 | fix mediaType of object | Maksim Pechnikov | |
2020-04-12 | Always accept deletions through SimplePolicy | Alex Gleason | |
2020-04-12 | Expand MRF SimplePolicy docs | Alex Gleason | |
2020-04-12 | [#1364] Enabled notifications on followed domain-blocked users' activities. | Ivan Tashkinov | |
2020-04-12 | Merge branch 'fix/mix-tasks-failing-otp' into 'develop' | rinpatch | |
Fix mix tasks failing on OTP releases Closes #1678 See merge request pleroma/pleroma!2369 | |||
2020-04-12 | Fix mix tasks failing on OTP releases | rinpatch | |
No idea why this was even added. Closes #1678 | |||
2020-04-11 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
2020-04-11 | Remove User.upgrade_changeset in favor of remote_user_creation | rinpatch | |
The two changesets had the same purpose, yet some changes were updated in one, but not the other (`uri`, for example). Also makes `Transmogrifier.upgrade_user_from_ap_id` be called from `ActivityPub.make_user_from_ap_id` only when the user is actually not AP enabled yet. I did not bother rewriting tests that used `User.insert_or_update` to use the changeset instead because they seemed to just test the implementation, rather than behavior. | |||
2020-04-11 | [#1364] Disabled notifications on activities from blocked domains. | Ivan Tashkinov | |
2020-04-11 | Merge branch 'support/update_oban' into 'develop' | rinpatch | |
[#1555] updated the Oban package See merge request pleroma/pleroma!2346 | |||
2020-04-10 | fix Oban migration | Maksim Pechnikov | |
2020-04-10 | Merge branch 'develop' into support/update_oban | Maksim Pechnikov | |
2020-04-10 | Merge branch 'chore/changelog-organization' into 'develop' | feld | |
Add a section for changelog entries that pertain to the next patch release. See merge request pleroma/pleroma!2366 | |||
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 | Chat: Only create them for valid users for now. | lain | |
2020-04-10 | Merge branch 'fix/support-conversations-pagination' into 'develop' | Haelwenn | |
Support pagination in conversations See merge request pleroma/pleroma!2329 | |||
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-10 | Merge branch 'chore/fix-changelog' into 'develop' | Haelwenn | |
Chore/fix changelog See merge request pleroma/pleroma!2364 | |||
2020-04-10 | Merge branch 'bugfix/apc2s_upload_activity' into 'develop' | Haelwenn | |
bugfix: AP C2S activity with attachments See merge request pleroma/pleroma!2316 | |||
2020-04-10 | User: remove source_data | Haelwenn (lanodan) Monnier | |
2020-04-10 | Remove User.fields/1 | Haelwenn (lanodan) Monnier | |
2020-04-10 | profile emojis in User.emoji instead of source_data | Haelwenn (lanodan) Monnier | |
2020-04-10 | User: Move inbox & shared_inbox to own fields | Haelwenn (lanodan) Monnier | |
2020-04-10 | formatter: Use user.uri instead of user.source_data.uri | Haelwenn (lanodan) Monnier | |
2020-04-10 | Types.URI: New | Haelwenn (lanodan) Monnier | |
2020-04-10 | User: Move public_key from source_data to own field | Haelwenn (lanodan) Monnier | |
2020-04-10 | User: remove source_data use for follower_address and following_address | Haelwenn (lanodan) Monnier | |
2020-04-10 | Merge branch 'develop' into support/update_oban | Maksim Pechnikov | |
2020-04-10 | Merge branch 'fix-otp-version-file-in-docker' into 'develop' | Haelwenn | |
Create OTP_VERSION file by `mix release` See merge request pleroma/pleroma!2362 | |||
2020-04-09 | Rename function | kPherox | |
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 | Merge branch 'update-changelog' into 'develop' | rinpatch | |
Update CHANGELOG See merge request pleroma/pleroma!2363 | |||
2020-04-09 | Update CHANGELOG | Egor Kislitsyn | |
2020-04-09 | Merge branch 'notifications-dismiss-api' into 'develop' | feld | |
Add `/api/v1/notifications/:id/dismiss` endpoint Closes #1673 See merge request pleroma/pleroma!2360 | |||
2020-04-10 | Create OTP_VERSION file by `mix release` | kPherox | |
2020-04-09 | ChatController: Basic message posting. | lain | |
2020-04-09 | ChatController: Basic support for returning messages. | lain | |