add set permission endpoint and UI

This commit is contained in:
mgabor
2024-04-12 18:28:50 +02:00
parent 98f1d1517a
commit ac1c4e206e
18 changed files with 419 additions and 6 deletions
+5
View File
@@ -83,6 +83,11 @@ export class AlbumCountResponseDto {
notShared!: number;
}
export class SetAlbumPermissionDto {
@ValidateBoolean()
readonly!: boolean;
}
export class AlbumPermissionResponseDto {
user!: UserResponseDto;
readonly!: boolean;