Commit Graph

73 Commits

Author SHA1 Message Date
Veljko Tosic
068739c616 Abstractions and dtos 2026-02-14 18:45:59 +01:00
Veljko Tosic
c2b085ec28 Updated docker for rabbitmq 2026-02-13 22:52:02 +01:00
912b34f045 Merge branch 'main' into hotfix-create-rectangle
# Conflicts:
#	dotnet/AipsWebApi/Controllers/ShapeController.cs
2026-02-13 22:09:06 +01:00
Veljko Tosic
8253e8bc3f Fixes 2026-02-12 22:04:48 +01:00
Veljko Tosic
5ecf8435f4 Added roles (may or may not be used) 2026-02-12 20:25:51 +01:00
Veljko Tosic
86f66727f3 Removed possibly invalid endpoints, will be refactored to use auth and user context when needed again 2026-02-12 19:53:58 +01:00
Veljko Tosic
a9b4a0ce87 App to use Auth 2026-02-12 19:53:13 +01:00
Veljko Tosic
589ffa4d8e Migrations with added auth 2026-02-12 19:51:42 +01:00
Veljko Tosic
df2130ec24 Modified commands to use auth and current user 2026-02-12 19:51:27 +01:00
Veljko Tosic
072d4e3f46 Modified user entity for identity 2026-02-12 19:50:26 +01:00
Veljko Tosic
c7e7735075 Services, service registration and dependency injection for auth 2026-02-12 19:49:37 +01:00
Veljko Tosic
95d5f9da87 Auth methods 2026-02-12 19:47:38 +01:00
Veljko Tosic
9cfc23a5d5 Login errors 2026-02-12 19:47:14 +01:00
Veljko Tosic
1704e255ff Nuget packages 2026-02-12 19:46:42 +01:00
e5fb60ea22 Merge branch 'main' into hotfix-create-rectangle
# Conflicts:
#	dotnet/AipsWebApi/Controllers/ShapeController.cs
2026-02-12 09:52:55 +01:00
Veljko Tosic
aa012d2b0c what not 2026-02-12 09:51:09 +01:00
3f87964309 create rect command fix 2026-02-12 09:49:15 +01:00
b0f5f38412 user command fix 2026-02-12 08:35:17 +01:00
1d6e3c7073 fix controller merge 2026-02-12 00:42:43 +01:00
606ee60451 Merge branch 'main' into feature-whiteboard-query-getall
# Conflicts:
#	dotnet/AipsWebApi/Controllers/WhiteboardController.cs
2026-02-12 00:41:25 +01:00
ae5a2be7e4 implement two queries 2026-02-12 00:39:05 +01:00
Veljko Tosic
3f349543d6 fix 2026-02-11 22:53:22 +01:00
Veljko Tosic
1c7a12a01c Merge branch 'main' into feature-commands-kick-ban-unban-user
# Conflicts:
#	dotnet/AipsWebApi/Controllers/WhiteboardController.cs
2026-02-11 22:20:17 +01:00
Veljko Tosic
40177493c0 Endpoint for testing functionality 2026-02-11 21:59:29 +01:00
Veljko Tosic
fcedc54446 Temporary solution for UserContext (callerId) 2026-02-11 21:59:08 +01:00
Veljko Tosic
d1bf7d3558 Commands and handlers 2026-02-11 21:58:34 +01:00
Veljko Tosic
3e95033fe7 Domain rules for kicking and banning users from whiteboards 2026-02-11 21:58:08 +01:00
4d85175fe1 implement fix 2026-02-11 21:10:33 +01:00
d72785e37e implement 2026-02-11 19:10:55 +01:00
Veljko Tosic
4255512097 Refactored to follow naming convention 2026-02-11 13:10:39 +01:00
Veljko Tosic
e7abe1eaed Infrastructure repositories now inherit AbstractRepository and implement concrete mapping logic 2026-02-11 02:25:14 +01:00
Veljko Tosic
c23e489db2 Abstract repository method changed from Save to SaveAsync 2026-02-11 02:23:18 +01:00
Veljko Tosic
cbacb92d98 Domain repositories now implementing abstract repository interface 2026-02-11 02:22:13 +01:00
Veljko Tosic
b54c72bb42 Domain entities now inheriting from abstract entity 2026-02-11 02:21:25 +01:00
Veljko Tosic
a4245fdd93 Abstract base for new domain 2026-02-11 02:19:42 +01:00
Veljko Tosic
29639be77f Latest migration including latest changes 2026-02-10 13:37:11 +01:00
Veljko Tosic
6317d26496 Added navigation properties 2026-02-10 13:36:43 +01:00
Veljko
c807ba18bf Merge pull request #11 from StewKI/feature-user-model-expansion
Expanded on user domain model
2026-02-10 13:00:48 +01:00
Veljko
150e66d0e3 Merge pull request #13 from StewKI/feature-shape-author
Added author to shape model
2026-02-10 13:00:32 +01:00
Veljko Tosic
0d08a64e6f Added author to shape model 2026-02-09 23:48:54 +01:00
Veljko Tosic
8832fc7220 Auto complete mistake corrected 2026-02-09 23:24:49 +01:00
Veljko Tosic
5fc79d70f9 Expanded on user domain model 2026-02-09 23:21:50 +01:00
Veljko Tosic
db122da753 Expanded on existing whiteboard 2026-02-09 22:24:33 +01:00
8af0c72710 refactor mappers into partial 2026-02-09 21:35:39 +01:00
2e6fbfe10e registered service 2026-02-09 21:24:29 +01:00
cb192e8d60 Merge branch 'main' into feature-shape-infrastructure
# Conflicts:
#	dotnet/AipsCore/Infrastructure/Persistence/Db/AipsDbContext.cs
2026-02-09 21:23:19 +01:00
2032a74ecd implement 2026-02-09 21:21:17 +01:00
Veljko Tosic
9bc276217b Basic command for creating new whiteboard membership 2026-02-09 20:59:56 +01:00
Veljko Tosic
d1d39b8fa0 Infrastructure for whiteboard membership entity 2026-02-09 20:59:56 +01:00
Veljko
86782715f4 Merge pull request #6 from StewKI/feature-whiteboard_membership
Feature whiteboard membership domain
2026-02-09 19:55:59 +01:00