Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-27 | Merge branch 'refactor/db-not-null-constraints-for-bookmarks' into 'develop' | kaniini | |
Add NOT NULL constraints for bookmarks table See merge request pleroma/pleroma!1891 | |||
2019-10-27 | Merge branch 'refactor/db-not-null-constraints-for-apps' into 'develop' | kaniini | |
Add NOT NULL constraints for apps table See merge request pleroma/pleroma!1890 | |||
2019-10-27 | Merge branch 'refactor/db-not-null-constraints-for-activity-expirations' ↵ | kaniini | |
into 'develop' Add NOT NULL constraints for activity_expirations table See merge request pleroma/pleroma!1889 | |||
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 | 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 | Put correct 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 | 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 | 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-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-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 | |