index
:
IT-kariera/it-kariera-exam-template
master
A template that could be useful for the final IT-kariera exam in 2021. Made in 24 hours.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ExamTemplate
/
Data
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Big daddy refactor
Syndamia
2021-05-15
9
-1
/
+13
|
*
Fixed space identation in base models
Syndamia
2021-05-12
1
-1
/
+1
|
*
Moved the Guid Id to it's own base models
Syndamia
2021-05-12
1
-0
/
+13
|
*
Made some minor formatting fixes
Syndamia
2021-05-08
1
-1
/
+0
|
*
Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵
Syndamia
2021-05-08
3
-22
/
+2
|
|
|
|
UserController to AccountController, updated links
*
Moved user repository logic into user service logic (no more repos)
Syndamia
2021-05-08
1
-66
/
+0
|
*
Added DBContext setup for user and roles
Syndamia
2021-05-07
1
-1
/
+7
|
*
Implemented editing user
Syndamia
2021-05-07
1
-0
/
+13
|
*
Impllemented user login and updated navbar
Syndamia
2021-05-06
1
-0
/
+13
|
*
Added automapper; Implemented user register; Improved some database ↵
Syndamia
2021-05-06
3
-1
/
+44
|
|
|
|
configurations
*
Fixed Data layer not being able to create migrations and added a migration
Syndamia
2021-05-06
5
-0
/
+892
|
*
Added simple User and Role DB classes, added a simple DBContext and ↵
Syndamia
2021-05-06
5
-9
/
+54
|
|
|
|
configured it for PostgreSQL
*
Added gitignore and initial project generation
Syndamia
2021-05-06
2
-0
/
+19