Commit Graph

107 Commits

Author SHA1 Message Date
8fa0de6094 Canceling join request now actually changes the status to cancelled so trying to join same RequestToJoin whiteboard with code manually doesnt fail due to status being Pending 2026-03-09 23:06:27 +01:00
c4ee5b0394 fixes 2026-03-08 00:01:31 +01:00
643de642a1 Merge branch 'main' into feature-join-whiteboard-by-code
# Conflicts:
#	dotnet/AipsRT/Hubs/WhiteboardHub.cs
#	dotnet/AipsRT/Services/Interfaces/IMessagingService.cs
#	front/src/stores/whiteboard.ts
2026-03-07 21:40:09 +01:00
0e6caa136e cleaned code 2026-03-07 17:51:02 +01:00
3de787e07c implement feedback loop 2026-03-07 16:15:21 +01:00
1996ae6c73 Merge branch 'main' into feature-join-whiteboard-by-code 2026-03-04 23:18:41 +01:00
2fa0f3cb8b Messages 2026-03-04 23:13:21 +01:00
a2baa3d24c Queries 2026-03-04 23:13:12 +01:00
21425b22b5 Migration 2026-03-04 23:13:00 +01:00
0013bb18df Refactored 2026-03-04 23:12:44 +01:00
ef6305919d Refactored 2026-03-04 23:12:08 +01:00
88442f22dd Join with code endpoint and command 2026-03-04 23:10:48 +01:00
5d57abe913 fix 2026-02-27 22:01:24 +01:00
c3b83d2041 something 2026-02-27 22:01:12 +01:00
47d62885b1 implement message types provider 2026-02-27 21:56:55 +01:00
83db13ef53 Refactoring 2026-02-19 14:13:34 +01:00
7f4a7c034f Queries to filter out deleted whiteboards 2026-02-19 00:22:39 +01:00
c99aaa1062 Soft deleting whiteboards 2026-02-19 00:21:55 +01:00
7bae0d4dd6 RT would not work for me without this 2026-02-18 20:22:58 +01:00
eda7804f9f For getting whiteboard info 2026-02-18 20:21:05 +01:00
3c9d0d900a added GetUserQueryDto 2026-02-17 01:24:36 +01:00
5c7909034f implement 2026-02-17 00:48:28 +01:00
9134c10b1f Merge branch 'main' into feature-whiteboards-recent-and-history
# Conflicts:
#	front/src/App.vue
2026-02-16 18:20:35 +01:00
f2e38f0b09 back 2026-02-16 18:18:58 +01:00
1750f5adb1 async process on worker of AddRectangle 2026-02-16 16:56:00 +01:00
d9caeb2209 RT state managment and rectangle support 2026-02-16 16:14:25 +01:00
3463ba1e6d Get me and cors 2026-02-15 23:01:12 +01:00
3ea85565d6 Merge branch 'main' into feature-worker
# Conflicts:
#	dotnet/AipsWebApi/Controllers/UserController.cs
2026-02-15 16:23:04 +01:00
44ded27a2f Renamed to avoid confusion with domain model repositories 2026-02-14 22:40:57 +01:00
628bba5986 Adjusted clock skew 2026-02-14 19:42:25 +01:00
0dadaf1280 implement message subscribing and worker 2026-02-14 19:17:05 +01:00
b2812feaab Reorganized file structure and namespaces 2026-02-14 19:16:06 +01:00
9cd9a088da Merge branch 'main' into feature-refresh-tokens
# Conflicts:
#	dotnet/AipsWebApi/Controllers/UserController.cs
2026-02-14 18:55:55 +01:00
cbc27238ad Updated DB to use refresh tokens, added migration 2026-02-14 18:49:11 +01:00
6b0a97e617 Added refresh tokens and reorganized file structure 2026-02-14 18:48:39 +01:00
888db766a3 Updated configuration 2026-02-14 18:47:50 +01:00
c5b08de0a2 Moved to appropriate place 2026-02-14 18:47:21 +01:00
62da4b7392 Auth commands and handlers, new and refactored 2026-02-14 18:46:54 +01:00
068739c616 Abstractions and dtos 2026-02-14 18:45:59 +01:00
b0ef75e43e rabbitmq abstracted from application 2026-02-14 16:18:03 +01:00
2ea7060eef namespace fix 2026-02-14 00:45:35 +01:00
e2db689888 implemented rabbitmq message broker support (publisher) 2026-02-13 23:40:54 +01:00
912b34f045 Merge branch 'main' into hotfix-create-rectangle
# Conflicts:
#	dotnet/AipsWebApi/Controllers/ShapeController.cs
2026-02-13 22:09:06 +01:00
8253e8bc3f Fixes 2026-02-12 22:04:48 +01:00
5ecf8435f4 Added roles (may or may not be used) 2026-02-12 20:25:51 +01:00
589ffa4d8e Migrations with added auth 2026-02-12 19:51:42 +01:00
df2130ec24 Modified commands to use auth and current user 2026-02-12 19:51:27 +01:00
072d4e3f46 Modified user entity for identity 2026-02-12 19:50:26 +01:00
c7e7735075 Services, service registration and dependency injection for auth 2026-02-12 19:49:37 +01:00
95d5f9da87 Auth methods 2026-02-12 19:47:38 +01:00