Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-26 | Add migration | Roman Chvanikov | |
2019-10-26 | Add migration | Roman Chvanikov | |
2019-10-26 | Add migration | Roman Chvanikov | |
2019-10-26 | Add migration | Roman Chvanikov | |
2019-10-26 | Add migration | Roman Chvanikov | |
2019-10-26 | User info migration improvements | rinpatch | |
- Move column additions into a separate migration, so postgres doesn't need an exclusive lock on the table for the main part - Fill in columns by using one big update statement instead of a bunch of small ones because it's much faster (the migration took 140s on patch.cx database) | |||
2019-10-25 | Add `also_known_as` field to Pleroma.User | Egor Kislitsyn | |
2019-10-24 | Merge remote-tracking branch 'upstream/develop' into ↵ | Egor Kislitsyn | |
refactor/following-relationships | |||
2019-10-24 | Merge branch 'develop' into issue/1276 | Maksim Pechnikov | |
2019-10-23 | add tests | Maksim Pechnikov | |
2019-10-23 | fix migrate | Maksim Pechnikov | |
2019-10-23 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1304-user-info-deprecation # Conflicts: # lib/pleroma/notification.ex | |||
2019-10-23 | [#1304] Fixed null::jsonb handling in User.Info migration. | Ivan Tashkinov | |
2019-10-22 | Marker: added unread_count field | Maksim Pechnikov | |
2019-10-21 | [#1304] Merged `develop`, handled User.Info.invisible. | Ivan Tashkinov | |
2019-10-21 | Merge branch 'develop' into feature/masto_api_markers | Maksim Pechnikov | |
2019-10-21 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1304-user-info-deprecation # Conflicts: # lib/pleroma/user/info.ex # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/activity_pub/transmogrifier.ex | |||
2019-10-21 | Fix typos | Egor Kislitsyn | |
2019-10-21 | Merge branch 'feature/activitypub-semantics' into 'develop' | kaniini | |
activitypub semantics See merge request pleroma/pleroma!1798 | |||
2019-10-21 | Revert "Skip deactivated users in followers import" | Egor Kislitsyn | |
This reverts commit 8ad015ef64e0d2a4cd9f2979ff08d28be3a635e5. | |||
2019-10-21 | [#1304] Typo fix. | Ivan Tashkinov | |
2019-10-21 | Merge branch 'develop' into refactor/following-relationships | Egor Kislitsyn | |
2019-10-20 | [#1304]. Post-merge fixes. Merge branch 'develop' of ↵ | Ivan Tashkinov | |
git.pleroma.social:pleroma/pleroma into 1304-user-info-deprecation # Conflicts: # CHANGELOG.md # lib/pleroma/notification.ex # lib/pleroma/user.ex # lib/pleroma/user/info.ex # lib/pleroma/web/admin_api/admin_api_controller.ex # lib/pleroma/web/ostatus/handlers/follow_handler.ex # lib/pleroma/web/ostatus/ostatus.ex # lib/pleroma/web/salmon/salmon.ex # lib/pleroma/web/websub/websub.ex # test/web/admin_api/admin_api_controller_test.exs # test/web/federator_test.exs # test/web/mastodon_api/controllers/conversation_controller_test.exs # test/web/ostatus/ostatus_controller_test.exs # test/web/ostatus/ostatus_test.exs # test/web/salmon/salmon_test.exs # test/web/websub/websub_test.exs | |||
2019-10-20 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1304-user-info-deprecation # Conflicts: # CHANGELOG.md # lib/pleroma/notification.ex # lib/pleroma/user.ex # lib/pleroma/user/info.ex # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/admin_api/admin_api_controller.ex # lib/pleroma/web/ostatus/handlers/follow_handler.ex # lib/pleroma/web/ostatus/ostatus.ex # lib/pleroma/web/salmon/salmon.ex # lib/pleroma/web/websub/websub.ex # test/web/admin_api/admin_api_controller_test.exs # test/web/federator_test.exs # test/web/mastodon_api/controllers/conversation_controller_test.exs # test/web/ostatus/ostatus_controller_test.exs # test/web/ostatus/ostatus_test.exs # test/web/salmon/salmon_test.exs # test/web/websub/websub_test.exs | |||
2019-10-20 | [#1304] Moved remaining fields from User.Info to User. | Ivan Tashkinov | |
Misc. fixes / improvements. | |||
2019-10-20 | add missing migration to drop websub table | Ariadne Conill | |
2019-10-19 | rework to use properties instead of compound typing, per SocialCG | Ariadne Conill | |
2019-10-18 | Fix a migration wiping user info of users that don't have any mutes | rinpatch | |
And introduce safe_jsonb_set | |||
2019-10-17 | add Markers /api/v1/markers | Maksim Pechnikov | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-14 | Skip deactivated users in followers import | Egor Kislitsyn | |
2019-10-11 | Replace `user.following` with Pleroma.FollowingRelationship | Egor Kislitsyn | |
2019-10-10 | Add `thread_visibility` to migrations | Egor Kislitsyn | |
2019-10-10 | Merge branch 'develop' into 'reactions' | lain | |
# Conflicts: # CHANGELOG.md | |||
2019-10-08 | Split CreateFollowingRelationships to multiple migrations | Egor Kislitsyn | |
2019-10-08 | Update CreateFollowingRelationships | Egor Kislitsyn | |
2019-10-08 | Enable `mix format` for migrations | rinpatch | |
2019-10-08 | Add CreateFollowingRelationships migration | Egor Kislitsyn | |
2019-10-07 | Bump pleroma-fe bundle to ↵ | rinpatch | |
https://git.pleroma.social/pleroma/pleroma-fe/commit/122323f35c32a4f12a345a8b3f163e9318f5dea3 | |||
2019-10-07 | Merge branch 'develop' into 'reactions' | lain | |
# Conflicts: # priv/static/schemas/litepub-0.1.jsonld | |||
2019-10-07 | clean up bundled litepub schema (closes #1303) | Ariadne Conill | |
2019-10-07 | Merge remote-tracking branch 'origin/develop' into reactions | lain | |
2019-10-06 | Fix muted notification migration only working with a schema | rinpatch | |
Should also improve performance. I tested it on my local DB, but if anyone has a backup of <=1.0 db they can test this on, please do | |||
2019-10-06 | Fix the use of queries with a schema in a migration | rinpatch | |
2019-10-06 | Move local keys out of `user.info` | rinpatch | |
2019-10-06 | Merge branch 'develop' into 'reactions' | lain | |
# Conflicts: # CHANGELOG.md | |||
2019-10-05 | Mastodon API: Add `pleroma.unread_conversation_count` to the Account entity | eugenijm | |
2019-10-02 | Merge remote-tracking branch 'origin/develop' into reactions | lain | |
2019-10-01 | Update AdminFE bundle | Mark Felder | |
2019-09-30 | update admin fe | Ariadne Conill | |