Commit Graph
374 Commits
Author SHA1 Message Date
Samuele Lorefice 7ca023dde1 removed get-all method from settings controller 2025-07-16 19:42:40 +02:00
Samuele Lorefice 6d327ce8a2 Merge branch 'develop' into feature/frontend 2025-07-16 18:04:50 +02:00
Samuele Lorefice 5780aaec73 feat: added disposability to some repositories, changed the FileSystemScanner service to be a singleton. 2025-07-16 18:03:15 +02:00
REDCODE e786c68612 feat(API): Added Access level to the data returned from authentication actions 2025-07-16 01:47:14 +02:00
REDCODE 65207456db Re-enabled page pre-render, fixed login form (do not use form) 2025-07-16 00:32:24 +02:00
REDCODE e7c985ccb0 feat(API): added get-all endpoint for settings controller. 2025-07-14 01:12:04 +02:00
Samuele Lorefice 99ddb5e87d feat(frontend): upgraded login to new API changes 2025-07-10 19:57:07 +02:00
Samuele Lorefice 4be744b224 Merge branch 'develop' into feature/frontend 2025-07-10 19:23:17 +02:00
MrFastwind c1c399c03a feat(db): Adds Migration for Settings in LactoseDbContext 2025-07-10 19:22:43 +02:00
Samuele Lorefice 81d02ec1ff Merge branch 'develop' into feature/frontend 2025-07-10 18:51:11 +02:00
Samuele Lorefice 8bb0741069 fix(Services): Added FileSystem scan service to the startup of the webserver. 2025-07-10 18:50:30 +02:00
Samuele Lorefice 6742947422 Merge branch 'develop' into feature/frontend 2025-07-10 18:42:33 +02:00
Samuele Lorefice 409a32e1d2 fix(FS Service): Added error handling on asset addition
feat(FS Service): Added setting string retrieval from newly added Setting enum
feat(FS Service): Added ability to deactivate the service via settings.
2025-07-10 18:18:44 +02:00
Samuele Lorefice 70adbee4d2 feat: Added a settings enum + it's own extension class to retrieve interpretation type and string name in DB 2025-07-10 18:16:46 +02:00
Samuele Lorefice 4c0dce5cdd chore: split TokenGeneratorProvider file in their respective classes 2025-07-10 18:15:48 +02:00
Samuele Lorefice 3b71e052fd fix(DB): added check for already existing assets on DB entry. 2025-07-10 18:15:09 +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
Samuele Lorefice ce7dba34c8 Added implementation to FileSystemScanService 2025-07-08 17:30:26 +02:00
Samuele Lorefice abe0868c3b Merge branch 'develop' into feature/frontend 2025-07-06 17:20:48 +02:00
Samuele Lorefice 08f105faf3 Filesystem services basics 2025-07-06 17:19:36 +02:00
MrFastwind 607fef4cb0 Merge branch 'feature/webapi/endpoint-impl' into develop 2025-07-02 17:54:54 +02:00
MrFastwind dbdce9d731 feat(Lactose): Adds RefreshToken Endpoint 2025-07-02 17:51:22 +02:00
MrFastwind 87432ad663 feat(Lactose): Adds DB Context Snapshot 2025-07-02 17:50:25 +02:00
MrFastwind 1c0ac12e76 feat(Lactose): Adds RefreshToken 2025-07-02 17:49:16 +02:00
MrFastwind 7ce3c548db fix(API): Fixes the Db Initializer on Production Environment 2025-06-19 17:32:32 +02:00
MrFastwind b320d34bda feat(API): Adds Authentication Result as DTO for authentication 2025-06-04 18:27:47 +02:00
MrFastwind 0817bd148a fix(API): correct reference to the return type of result 2025-06-04 18:26:39 +02:00
MrFastwind 176f33a8a0 chore(API): Removes Redundant Check 2025-06-04 18:05:51 +02:00
MrFastwind 6171ef6f8c fix(): Program not loading SignKey configuration form file 2025-05-10 22:06:38 +02:00
Samuele Lorefice 647c5be859 Moved DTOs to external library, referenced the library back into Lactose 2025-05-10 01:57:00 +02:00
Samuele Lorefice 617edf6d32 Merge branch 'feature/webapi/endpoint-impl' into feature/frontend 2025-05-10 01:09:20 +02:00
MrFastwind 450f62ba1f feat(DbContext): Adds Initialization for Development environment 2025-04-11 17:23:02 +02:00
REDCODE a3cd7b128e fix(db): added postgres switch for Legacy Timestamp behaviour 2025-04-11 00:04:05 +02:00
MrFastwind a3e619e472 fix(Docker): Add internal db port in appsettings.Development.json 2025-04-10 23:41:53 +02:00
MrFastwind 3e629e4c7d fix(Docker): Removes Env var from where is not needed and add it to teh compose 2025-04-10 23:40:06 +02:00
REDCODE c76ce88b24 fix(docker): applied "Docker" as environment when building the application in a container thus avoiding not getting the correct configuration overloads at run time. 2025-04-10 21:06:46 +02:00
REDCODE 0201db730b feat:Switched to on the fly connection string generation 2025-04-10 21:05:41 +02:00
REDCODE a7cc3f5b61 chore: removed MySql package from required nuget packages 2025-04-10 19:41:13 +02:00
REDCODE b5731f7cfd fix(docker): solved mismatch with base folders in both dockerfile and compose file 2025-04-10 19:40:44 +02:00
REDCODE c4d1deafb0 fix(docker): Dockerfiles updated to use Net 8 as base images 2025-04-10 19:40:10 +02:00
REDCODE 68da5ceff7 chore: updated nuget packages to latest releases supporting Net 8.0, removed ImageMagick package. 2025-04-10 19:11:10 +02:00
REDCODE 7e05c1a37f Downgraded project to Net 8.0 2025-03-13 23:20:47 +01:00
REDCODE 32261eb92a feat(DB)!: Regenerated migrations for PostgreSQL switch 2024-12-17 22:36:34 +01:00
MrFastwind de7e5696c4 feat(DB)!:Change to use database pgvecto-rs
Break actual DBs and migration model
2024-12-17 21:55:51 +01:00
REDCODE 3f2e048092 feat(DB): switched to PostgreSQL connector 2024-12-17 19:07:02 +01:00
MrFastwind c52fb203ea Fix(API): Disables Asset Create 2024-11-19 17:37:50 +01:00
MrFastwind fdfa6a277d fix(API): Allow Anonymous to use MediaEndpoint 2024-11-19 17:36:58 +01:00
REDCODE a67a6cd81d refactor(API): asset controller reformatted params 2024-11-19 04:04:42 +01:00