Age | Commit message (Collapse) | Author |
|
Add NOT NULL constraints for markers table
See merge request pleroma/pleroma!1898
|
|
Add NOT NULL constraints for lists table
See merge request pleroma/pleroma!1897
|
|
Add NOT NULL constraints for instances table
See merge request pleroma/pleroma!1896
|
|
Add NOT NULL constraints for filters table
See merge request pleroma/pleroma!1895
|
|
'refactor/db-not-null-constraints-for-conversation_participations' into 'develop'
Add NOT NULL constraints for conversation_participations table
See merge request pleroma/pleroma!1894
|
|
'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
|
|
Add NOT NULL constraints for config table
See merge request pleroma/pleroma!1892
|
|
Add NOT NULL constraints for bookmarks table
See merge request pleroma/pleroma!1891
|
|
Add NOT NULL constraints for apps table
See merge request pleroma/pleroma!1890
|
|
into 'develop'
Add NOT NULL constraints for activity_expirations table
See merge request pleroma/pleroma!1889
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
refactor/following-relationships
|
|
1304-user-info-deprecation
# Conflicts:
# lib/pleroma/notification.ex
|
|
|
|
|
|
|
|
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
|
|
|
|
activitypub semantics
See merge request pleroma/pleroma!1798
|
|
This reverts commit 8ad015ef64e0d2a4cd9f2979ff08d28be3a635e5.
|
|
|
|
|
|
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
|
|
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
|
|
Misc. fixes / improvements.
|