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
/
Web
/
Controllers
/
AccountController.cs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated user controller models being of type UserViewModel, when they should ...
Syndamia
2021-05-13
1
-18
/
+18
*
Implemented BaseService that uses generics to implement very basic CRUD; Move...
Syndamia
2021-05-13
1
-2
/
+2
*
Implemented interfaces for services in add feature template; Added an interfa...
Syndamia
2021-05-12
1
-3
/
+3
*
Implemented a 404 not found page
Syndamia
2021-05-12
1
-3
/
+3
*
Made service models structure resemble that of the web models (models for eac...
Syndamia
2021-05-11
1
-1
/
+1
*
Implemented account deletion
Syndamia
2021-05-08
1
-5
/
+11
*
Added register view message when register was unsuccessful
Syndamia
2021-05-08
1
-1
/
+1
*
Added login message when login was unsuccessful
Syndamia
2021-05-08
1
-1
/
+1
*
Implemented user getting logged in automatically when they register
Syndamia
2021-05-08
1
-1
/
+4
*
Simplified account edit authorization
Syndamia
2021-05-08
1
-3
/
+0
*
Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed Use...
Syndamia
2021-05-08
1
-0
/
+140