Commit Graph

25 Commits

Author SHA1 Message Date
Samuele Lorefice
a32e062d07 Enabled vector extensions 2025-09-04 02:40:29 +02:00
REDCODE
8ddd9c0dac PHash Job implementation 2025-09-03 23:37:56 +02:00
Samuele Lorefice
e411c0ce27 feat(API): Settings rework
feat(db): extended amount of settings informations stored on the database
feat(frontend): added support for updating the refreshToken after a refresh request.
feat(backend): added a defaultSettings.json file that defines how the settings are initialized.
2025-07-18 20:40:42 +02:00
Samuele Lorefice
7c58a270b3 feat(db): limited strings length in Settings Table
feat(API): removed SettingsDto in favor of List<SettingDto> instead.
2025-07-17 19:34:52 +02:00
MrFastwind
c1c399c03a feat(db): Adds Migration for Settings in LactoseDbContext 2025-07-10 19:22:43 +02:00
Samuele Lorefice
264daecb3e feat(DB): Changed Asset table to have OriginalPath as Unique Index 2025-07-10 18:14:40 +02:00
Samuele Lorefice
c739c17266 Reworks Settings to be a key/value pair 2025-07-08 20:15:20 +02:00
Samuele Lorefice
54d0cd0343 Added FolderScanInterval to settings 2025-07-08 17:53:04 +02:00
MrFastwind
1c0ac12e76 feat(Lactose): Adds RefreshToken 2025-07-02 17:49:16 +02:00
Samuele Lorefice
647c5be859 Moved DTOs to external library, referenced the library back into Lactose 2025-05-10 01:57:00 +02:00
REDCODE
32261eb92a feat(DB)!: Regenerated migrations for PostgreSQL switch 2024-12-17 22:36:34 +01:00
REDCODE
61febac376 fix(API)!: Marked required properties in Asset as required 2024-11-19 02:45:08 +01:00
REDCODE
1318ed334c chore: marked navigation property in folder as nullable 2024-11-18 21:52:02 +01:00
REDCODE
84de282c13 chore: swapped empty array initializer with empty collection initializer in Asset hash 2024-11-18 21:50:53 +01:00
REDCODE
d097502a18 chore(DB): Generated migration for Folder, Settings and asset hash integration.
chore(DB): added relationships between folder and asset
2024-11-11 22:25:39 +01:00
REDCODE
5bcf011c6d feat(API): adds Folder and Asset entities in the DB 2024-11-11 22:14:43 +01:00
REDCODE
1ef42c69bf feat(API): Adds computed file hash field in Asset 2024-11-11 22:12:48 +01:00
REDCODE
537e642cb6 feat(API): added Resolution, mimetype and extra media data on asset table 2024-11-11 19:11:42 +01:00
REDCODE
26618d4c25 fix(API): added deleted at field in UserInfo mappers 2024-11-11 16:48:24 +01:00
REDCODE
1b179abc50 XML Documentation Pass 2024-11-11 16:48:23 +01:00
REDCODE
f25c322b1e Fixed typo on Assets field 2024-11-11 16:38:32 +01:00
REDCODE
8ccef5c2f6 Adds a Person who owns a specific album as a column. 2024-09-29 22:52:22 +02:00
REDCODE
b583e4d045 Modified the classname for the database context from "testDbContext" to "LactoseDbContext" 2024-09-29 22:39:41 +02:00
Samuele Lorefice
1e9b792141 Reformats project to Defined codestyle, adds codestyle as shared for team 2024-09-24 19:23:23 +02:00
Samuele Lorefice
a9984f4724 Project Renaming 2024-09-24 17:21:40 +02:00