Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-27 | Merge branch 'refactor/db-not-null-constraints-for-notifications' into 'develop' | kaniini | |
Add NOT NULL constraints for notifications table See merge request pleroma/pleroma!1900 | |||
2019-10-27 | Merge branch 'refactor/db-not-null-constraints-for-moderation_log' into ↵ | kaniini | |
'develop' Add NOT NULL constraints for moderation_log table See merge request pleroma/pleroma!1899 | |||
2019-10-27 | Merge branch 'refactor/db-not-null-constraints-for-markers' into 'develop' | kaniini | |
Add NOT NULL constraints for markers table See merge request pleroma/pleroma!1898 | |||
2019-10-27 | Merge branch 'refactor/db-not-null-constraints-for-lists' into 'develop' | kaniini | |
Add NOT NULL constraints for lists table See merge request pleroma/pleroma!1897 | |||
2019-10-27 | Merge branch 'refactor/db-not-null-constraints-for-instances' into 'develop' | kaniini | |
Add NOT NULL constraints for instances table See merge request pleroma/pleroma!1896 | |||
2019-10-27 | Merge branch 'refactor/db-not-null-constraints-for-filters' into 'develop' | kaniini | |
Add NOT NULL constraints for filters table See merge request pleroma/pleroma!1895 | |||
2019-10-27 | Merge branch ↵ | kaniini | |
'refactor/db-not-null-constraints-for-conversation_participations' into 'develop' Add NOT NULL constraints for conversation_participations table See merge request pleroma/pleroma!1894 | |||
2019-10-27 | Merge branch ↵ | kaniini | |
'refactor/db-not-null-constraints-for-conversation_participation_recipient_ships' into 'develop' Add NOT NULL constraints for conversation_participation_recipient_ships table See merge request pleroma/pleroma!1893 | |||
2019-10-27 | Merge branch 'refactor/db-not-null-constraints-for-config' into 'develop' | kaniini | |
Add NOT NULL constraints for config table See merge request pleroma/pleroma!1892 | |||
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-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 |