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
/
Services
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Added Cloudinary service and configured it
Syndamia
2021-05-11
2
-0
/
+50
|
*
Renamed mapping classes to have the name of their layer
Syndamia
2021-05-11
1
-2
/
+2
|
*
Made service models structure resemble that of the web models (models for ↵
Syndamia
2021-05-11
6
-6
/
+6
|
|
|
|
each "feature" are in their own folder)
*
Made some minor formatting fixes
Syndamia
2021-05-08
1
-1
/
+1
|
*
Implemented account deletion
Syndamia
2021-05-08
1
-0
/
+8
|
*
Simplified account edit authorization
Syndamia
2021-05-08
1
-7
/
+0
|
*
Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵
Syndamia
2021-05-08
1
-10
/
+5
|
|
|
|
UserController to AccountController, updated links
*
Moved user repository logic into user service logic (no more repos)
Syndamia
2021-05-08
1
-14
/
+33
|
*
Implemented editing user
Syndamia
2021-05-07
2
-1
/
+34
|
*
Implemented user profile page
Syndamia
2021-05-07
3
-0
/
+17
|
*
Added logout functionality and updated navbar
Syndamia
2021-05-06
1
-0
/
+5
|
*
Fixed some names
Syndamia
2021-05-06
1
-8
/
+0
|
*
Impllemented user login and updated navbar
Syndamia
2021-05-06
3
-1
/
+22
|
*
Added automapper; Implemented user register; Improved some database ↵
Syndamia
2021-05-06
4
-0
/
+58
|
|
|
|
configurations
*
Updated some target frameworks and namespaces
Syndamia
2021-05-06
2
-2
/
+2
|
*
Added gitignore and initial project generation
Syndamia
2021-05-06
2
-0
/
+20