Commit Graph

33 Commits

Author SHA1 Message Date
34d62972e3 Update README.md 2024-04-01 18:32:12 +00:00
cuqmbr
902cd20b98
Update main.yml 2023-08-26 09:02:45 +00:00
cuqmbr
4d1f2f7ada
add github action to mirror repository to Gitea 2023-08-26 09:01:29 +00:00
cuqmbr
1e5e138a71
docs: update LICENSE 2022-12-25 10:46:40 +02:00
cuqmbr
58e8b5176c
docs: delete LICENSE.md 2022-12-25 10:32:43 +02:00
cuqmbr
5a54642d58
docs: add LICENSE 2022-12-25 10:32:30 +02:00
cuqmbr
103b41233a
docs: update README.md 2022-08-08 23:10:17 +03:00
cuqmbr
b604bb6f35
docs: update README.md 2022-08-08 22:53:47 +03:00
cuqmbr
2c32610b08 feat: add username & password validation on registration 2022-08-01 20:20:09 +03:00
cuqmbr
c3a943f02e refactor: add error handling in AuthenticationResponse 2022-07-30 21:34:52 +03:00
cuqmbr
13dfc0e886 fix: quality of life improvements 2022-07-29 17:11:57 +03:00
cuqmbr
323cd176b7 feat: add Username claim to jwt 2022-07-27 20:08:38 +03:00
cuqmbr
f14ece42ff revert: revert authentication response extension
This reverts commit f158bad756.
2022-07-27 20:04:39 +03:00
cuqmbr
f158bad756 feat: add userId field to the authentication response 2022-07-26 23:11:28 +03:00
cuqmbr
b314e49442 refactor: move database models to Server project 2022-07-23 14:00:29 +03:00
cuqmbr
62f6a9732f fix: incorrect returned id
POST method returns ScoreboardRecordDto object with correct Id
2022-07-17 22:34:21 +03:00
cuqmbr
e5cc20edf3 chore: rename solution 2022-07-17 22:33:01 +03:00
cuqmbr
e1f622b243
docs: add LICENCE.md 2022-07-17 22:17:49 +03:00
cuqmbr
180bfbc3d4
docs: add README.md 2022-07-17 22:09:59 +03:00
cuqmbr
bb01821b3d chore: rename project, containing models 2022-07-17 21:18:43 +03:00
cuqmbr
3dc782d76a feat: add authentication & authorization 2022-07-17 21:11:36 +03:00
cuqmbr
514f0771aa chore: add dependencies for Authentification & Authorization 2022-07-17 14:34:21 +03:00
cuqmbr
5f2f5055ad feat: integrate DTOs to api 2022-07-17 14:32:53 +03:00
cuqmbr
c8bc5f2989 feat: add Data Transfer Objects for user & scoreboard record 2022-07-17 14:31:40 +03:00
cuqmbr
4adf64d129 refactor: decouple scoreboard api logic
Now scoreboard business logic is in ScoreboardService.cs and scoreboard api login is in ScoreboardController.cs
2022-07-16 16:34:26 +03:00
cuqmbr
352a5c89ba feat: add user db model & migrations 2022-07-16 13:20:35 +03:00
cuqmbr
210d299f0e feat: add Swagger 2022-07-16 11:05:10 +03:00
cuqmbr
4932175e74 fix: make username property not nullable 2022-07-16 10:58:56 +03:00
cuqmbr
3d170dca7a feat: add api controller
GET, POST, PUT method is present. DELETE is absent scince we don't need it in this case
2022-07-15 20:47:22 +03:00
cuqmbr
9c76d4965b chore: update db model & migrations
Remove id field and set username field to be a primary key
2022-07-15 20:44:15 +03:00
cuqmbr
e07dede15d chore: update .gitignore 2022-07-15 20:36:03 +03:00
cuqmbr
75a4407c20 chore: add DB model, migrations & DbContext 2022-07-14 22:41:48 +03:00
cuqmbr
6c49a8a026 chore: initial commit 2022-07-14 21:31:38 +03:00