Add user blocking (#29028) (database migration ony)

Fixes #17453

This PR adds the abbility to block a user from a personal account or
organization to restrict how the blocked user can interact with the
blocker. The docs explain what's the consequence of blocking a user.

Screenshots:

![grafik](4ed884f3-e06a-4862-afd3-3b8aa2488dc6)

![grafik](ae6d4981-f252-4f50-a429-04f0f9f1cdf1)

![grafik](ca153599-5b0f-4b4a-90fe-18bdfd6f0b6b)

---------

Co-authored-by: Lauris BH <lauris@nix.lv>
(cherry picked from commit c337ff0ec70618ef2ead7850f90ab2a8458db192)
This commit is contained in:
KN4CK3R 2024-03-04 09:16:03 +01:00 committed by Earl Warren
parent 97c8dbf332
commit 8bf280a686
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 28 additions and 0 deletions

View file

@ -562,6 +562,8 @@ var migrations = []Migration{
NewMigration("Add support for SHA256 git repositories", v1_22.AdjustDBForSha256),
// v287 -> v288
NewMigration("Use Slug instead of ID for Badges", v1_22.UseSlugInsteadOfIDForBadges),
// v288 -> v289
NewMigration("Add user_blocking table", v1_22.AddUserBlockingTable),
}
// GetCurrentDBVersion returns the current db version