Logo
Explore Help
Register Sign In
immich-app/immich
1
0
Fork 0
You've already forked immich
mirror of https://github.com/immich-app/immich.git synced 2025-12-30 01:11:52 +03:00
Code Issues Packages Projects Releases 18 Wiki Activity
Files
3ea2fe1c48b31a1a718e1519e4086c19df4103ef
immich/server/libs/domain/src/shared-link/dto/edit-shared-link.dto.ts

19 lines
291 B
TypeScript
Raw Normal View History

refactor(server): shared links (#1385) * refactor(server): shared links * chore: tests * fix: bugs and tests * fix: missed one expired at * fix: standardize file upload checks * test: lower flutter version Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-01-25 11:35:28 -05:00
import { IsOptional } from 'class-validator';
feat(web/server) public album sharing (#1266)
2023-01-09 14:16:08 -06:00
export class EditSharedLinkDto {
@IsOptional()
description?: string;
@IsOptional()
refactor(server): use date type for entities (#2602)
2023-05-30 15:15:56 +02:00
expiresAt?: Date | null;
feat(web/server) public album sharing (#1266)
2023-01-09 14:16:08 -06:00
@IsOptional()
allowUpload?: boolean;
feat(web/server) Add more options to public shared link (#1348) * Added migration files * Added logic for shared album level * Added permission for EXIF * Update shared link response dto * Added condition to show download button * Create and edit link with new parameter: * Remove deadcode * PR feedback * More refactor * Move logic of allow original file to service * Simplify * Wording
2023-01-21 22:15:16 -06:00
@IsOptional()
allowDownload?: boolean;
@IsOptional()
showExif?: boolean;
feat(web/server) public album sharing (#1266)
2023-01-09 14:16:08 -06:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 164ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API