hedgedoc/src/media
David Mehren 246d053b68
Add explicit type annotations to nullable columns
TypeORM can't correctly infer the data type on properties with a `| null` type.
This commit adds explicit type annotations.

See also https://github.com/typeorm/typeorm/issues/2567#issuecomment-408599335

Signed-off-by: David Mehren <git@herrmehren.de>
2021-04-29 19:08:59 +02:00
..
backends FilesystemBackend: Fix functionContext logging 2021-04-22 21:58:03 +02:00
media-backend.interface.ts MediaBackendInterface: Correct JSDoc of deleteFile 2021-02-27 12:24:02 +01:00
media-upload-url.dto.ts Docs: Add ApiProperty to all Dtos 2021-03-19 12:08:34 +01:00
media-upload.dto.ts MediaUploadDto: Make noteId optional 2021-04-29 16:59:40 +02:00
media-upload.entity.ts Add explicit type annotations to nullable columns 2021-04-29 19:08:59 +02:00
media.module.ts MediaBackend: Add WebdavBackend 2021-04-16 13:22:03 +02:00
media.service.spec.ts MediaService: Add removeNoteFromMediaUpload method 2021-04-01 01:18:24 +02:00
media.service.ts MediaUploadDto: Make noteId optional 2021-04-29 16:59:40 +02:00
multer-file.interface.ts Change year in copyright to 2021 2021-01-06 21:36:07 +01:00