Commit Graph

  • *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | |\
  • | * |
  • | | *
  • | |/
  • | *
  • * |
  • | *
  • | |\
  • | | *
  • | |/
  • * |
  • | *
  • | *
  • | *
  • | *
  • | |\
  • | | *
  • | |/
  • | *
  • | |\
  • |/ /
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • | *
  • | |\
  • | |/
  • |/|
  • | *
  • * |
  • |\ \
  • | |/
  • |/|
  • | *
  • * |
  • |\ \
  • | |/
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • |\ \
  • | | *
  • | |/
  • |/|
  • | *
  • |/
  • *
  • *
  • *
  • *
  • 6dd0844 (feature/fixing_load_messages_bug) Added README file and seeding functionality by Ermin Bronja 2022-08-29 10:11:28 +0200
  • 6042b77 (feature/mongo-services-with-interfaces) unit test for authorizationHubFilter completed by Dzenis Hadzifejzovic 2022-08-26 12:13:39 +0200
  • f6124f3 Excluding ChatHub from code coverage by Ermin Bronja 2022-08-25 08:52:46 +0200
  • 32d602e Added connection hub test by Ermin Bronja 2022-08-24 08:58:25 +0200
  • d03e4a3 exlude some code from code coverage by Dzenis Hadzifejzovic 2022-08-23 17:14:54 +0200
  • e200a63 authentication tests finished by Dzenis Hadzifejzovic 2022-08-23 12:39:58 +0200
  • 2689720 Room tests and request tests finished by Ermin Bronja 2022-08-22 11:32:17 +0200
  • 1375d6e tested deleteNotification handler by meris.ahmatovic 2022-08-22 10:54:47 +0200
  • f5a7577 updated setup by meris.ahmatovic 2022-08-22 10:00:07 +0200
  • a8e314a added exception middleware test by meris.ahmatovic 2022-08-22 09:56:19 +0200
  • a210f6e Add remove user from group tests by Ermin Bronja 2022-08-19 16:20:25 +0200
  • dafbdee Merge branch 'feature/mongo-services-with-interfaces' of http://git.dilig.net/stefan.stamenovic/WebAPISignalRChat into feature/mongo-services-with-interfaces by Ermin Bronja 2022-08-19 16:19:46 +0200
  • 0e23fea Remove user from group tests by Ermin Bronja 2022-08-19 16:17:48 +0200
  • cd9f13e implemented test for request handler by Dzenis Hadzifejzovic 2022-08-19 15:09:54 +0200
  • 2f604c3 Implemented room service as repository by Ermin Bronja 2022-08-19 11:08:07 +0200
  • 10ddaa4 before presenting application by Dzenis Hadzifejzovic 2022-08-18 01:27:10 +0200
  • 0e66e7f Merge branch 'feature/room-repository-with-interface' of stefan.stamenovic/WebAPISignalRChat into feature/mongo-services-with-interfaces by merisahm 2022-08-17 11:46:05 +0200
  • bcfd40e (refs/pull/17/head, refs/pull/16/head, feature/room-repository-with-interface) implemented room repository by meris.ahmatovic 2022-08-17 11:39:36 +0200
  • 8a26246 Messages loading bug fixed by Ermin Bronja 2022-08-17 10:28:02 +0200
  • f6cd992 Move request service to generic and test create request method by Ermin Bronja 2022-08-16 11:47:36 +0200
  • 4209188 added coverlet by meris.ahmatovic 2022-08-16 08:47:36 +0200
  • 908ee21 implemented base repository for mongo services by meris.ahmatovic 2022-08-15 12:05:06 +0200
  • e0c7cc1 (HEAD -> development) Merge branch 'feature/showing_date_and_time_of_sending_message' of stefan.stamenovic/WebAPISignalRChat into development by Dzenis 2022-08-09 10:58:26 +0200
  • c6bb47c (refs/pull/15/head, feature/showing_date_and_time_of_sending_message) showing date and time of sending message by Dzenis Hadzifejzovic 2022-08-09 10:56:36 +0200
  • d416351 Merge branch 'feature/refactor_code_and_switch_to_mediator' of stefan.stamenovic/WebAPISignalRChat into development by Dzenis 2022-08-08 12:27:08 +0200
  • 49b84b0 (refs/pull/14/head, feature/refactor_code_and_switch_to_mediator) Refactor code and swtch to mediator everywhere in code by Dzenis Hadzifejzovic 2022-08-08 12:18:53 +0200
  • 9a1f96a Merge branch 'feature/319_design_improvement' of stefan.stamenovic/WebAPISignalRChat into development by merisahm 2022-08-08 10:17:24 +0200
  • c3eba8d (refs/pull/13/head, feature/319_design_improvement) design improvement by meris.ahmatovic 2022-08-05 14:53:29 +0200
  • 6bb22a3 Merge branch 'feature/bugs_input_reset' of stefan.stamenovic/WebAPISignalRChat into development by bronjaermin 2022-08-05 11:59:03 +0200
  • ffba017 (refs/pull/12/head, feature/bugs_input_reset) Reset input on send message. Send message on enter. by Ermin Bronja 2022-08-05 11:56:50 +0200
  • 5a1d037 Merge branch 'feature/bugs-message_positioning' of stefan.stamenovic/WebAPISignalRChat into development by Dzenis 2022-08-05 11:48:54 +0200
  • bda002d (refs/pull/11/head, feature/bugs-message_positioning) message positioning bug by Dzenis Hadzifejzovic 2022-08-05 11:46:53 +0200
  • e37d661 Merge branch 'feature/329_group_messages_interference' of stefan.stamenovic/WebAPISignalRChat into development by bronjaermin 2022-08-05 09:22:12 +0200
  • 3ab2a47 (refs/pull/10/head, feature/329_group_messages_interference) 329 - Group messages interference by Ermin Bronja 2022-08-05 09:18:21 +0200
  • abc82a2 Merge branch 'feature/322_user_registration' of stefan.stamenovic/WebAPISignalRChat into development by merisahm 2022-08-03 09:21:20 +0200
  • 326d036 (refs/pull/9/head, feature/322_user_registration) User registration by meris.ahmatovic 2022-08-02 18:20:30 +0200
  • 0516b69 Merge branch 'feature/320-supports_see-only_rooms_that_he_created' of stefan.stamenovic/WebAPISignalRChat into development by Dzenis 2022-08-02 11:07:22 +0200
  • b5ed50a (refs/pull/8/head, feature/320-supports_see-only_rooms_that_he_created) supports see only rooms that he created by Dzenis Hadzifejzovic 2022-08-01 17:29:40 +0200
  • 669016f Merge branch 'feature/317_chat_history' of stefan.stamenovic/WebAPISignalRChat into development by Dzenis 2022-08-01 10:43:22 +0200
  • 2775486 (refs/pull/7/head, feature/317_chat_history) chat history by Dzenis Hadzifejzovic 2022-08-01 10:36:08 +0200
  • b33ce8d Merge branch 'feature/315_chat_typing_status' of stefan.stamenovic/WebAPISignalRChat into development by merisahm 2022-08-01 08:50:49 +0200
  • a30b96f (refs/pull/6/head, feature/315_chat_typing_status) Chat typing status by mer1s 2022-07-29 16:22:49 +0200
  • c5724d4 Merge branch 'feature/314_online_status_for_user' of stefan.stamenovic/WebAPISignalRChat into development by merisahm 2022-07-29 11:24:29 +0200
  • 79d13c0 (refs/pull/5/head, feature/314_online_status_for_user) Online status for user by mer1s 2022-07-28 16:17:05 +0200
  • 93d8507 Merge branch 'feature/318_signalR_authorization' of stefan.stamenovic/WebAPISignalRChat into development by Dzenis 2022-07-28 13:20:56 +0200
  • 1e8c9e3 (refs/pull/4/head, feature/318_signalR_authorization) conflicts resolved by Dzenis Hadzifejzovic 2022-07-28 12:37:59 +0200
  • 025a437 added signalR authorization by Dzenis Hadzifejzovic 2022-07-28 12:29:36 +0200
  • e03bf42 Merge branch 'feature/321_signalr_notifications' of stefan.stamenovic/WebAPISignalRChat into development by bronjaermin 2022-07-28 11:52:07 +0200
  • 15a57f6 (refs/pull/3/head, feature/321_signalr_notifications) Confict mistake resolved by Ermin Bronja 2022-07-28 11:40:53 +0200
  • 3169ef8 Merge branch 'feature/321_signalr_notifications' of stefan.stamenovic/WebAPISignalRChat into development by bronjaermin 2022-07-28 11:15:58 +0200
  • b8393d2 (refs/pull/2/head) Conflicts resolved by Ermin Bronja 2022-07-28 11:04:51 +0200
  • 7b24f1e Merge branch 'feature/316_ability_to_leave_chat' of stefan.stamenovic/WebAPISignalRChat into development by bronjaermin 2022-07-28 09:30:59 +0200
  • c43674b 321 - Add SignalR notifications by Ermin Bronja 2022-07-27 16:18:00 +0200
  • 7af9cf0 (refs/pull/1/head, feature/316_ability_to_leave_chat) 316 - Ability to leave chat by Ermin Bronja 2022-07-27 14:37:19 +0200
  • 9447699 (master) add frontend by Ermin Bronja 2022-07-21 13:17:14 +0200
  • 2285476 Revert "add frontend" by Ermin Bronja 2022-07-20 16:54:19 +0200
  • a12de6e add frontend by Ermin Bronja 2022-07-20 16:52:01 +0200
  • 3bc7c3a first commit by Ermin Bronja 2022-07-20 16:40:22 +0200