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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed solution not being able to be built
Syndamia
2021-05-16
1
-2
/
+2
*
Big daddy refactor
Syndamia
2021-05-15
31
-18
/
+27
*
Updated user controller models being of type UserViewModel, when they should ...
Syndamia
2021-05-13
10
-31
/
+31
*
Implemented BaseService that uses generics to implement very basic CRUD; Move...
Syndamia
2021-05-13
2
-3
/
+3
*
Fixed space identation in base models
Syndamia
2021-05-12
1
-1
/
+1
*
Moved services to their own folder and updated their namespaces
Syndamia
2021-05-12
1
-1
/
+1
*
Implemented Cloudinary interface
Syndamia
2021-05-12
1
-1
/
+1
*
Implemented interfaces for services in add feature template; Added an interfa...
Syndamia
2021-05-12
2
-4
/
+5
*
Improved the way in which database objects are created on startup
Syndamia
2021-05-12
1
-7
/
+21
*
Moved the Guid Id to it's own base models
Syndamia
2021-05-12
1
-0
/
+9
*
Implemented a 404 not found page
Syndamia
2021-05-12
4
-3
/
+19
*
Added Cloudinary service and configured it
Syndamia
2021-05-11
2
-0
/
+10
*
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 eac...
Syndamia
2021-05-11
2
-2
/
+2
*
Added a script that renames all of the files and folders inside the project
Syndamia
2021-05-10
1
-1
/
+1
*
Made some minor formatting fixes
Syndamia
2021-05-08
1
-0
/
+1
*
Minor style changes
Syndamia
2021-05-08
2
-0
/
+6
*
Implemented account deletion
Syndamia
2021-05-08
2
-5
/
+15
*
Added register view message when register was unsuccessful
Syndamia
2021-05-08
2
-1
/
+8
*
Added login message when login was unsuccessful
Syndamia
2021-05-08
2
-1
/
+10
*
Implemented user getting logged in automatically when they register
Syndamia
2021-05-08
1
-1
/
+4
*
Updated register view model data annotation
Syndamia
2021-05-08
1
-1
/
+1
*
Fixed outdated User controller links in Views
Syndamia
2021-05-08
2
-2
/
+2
*
Simplified account edit authorization
Syndamia
2021-05-08
1
-3
/
+0
*
Updated namespaces of Startup and Program
Syndamia
2021-05-08
2
-1
/
+2
*
Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed Use...
Syndamia
2021-05-08
7
-29
/
+47
*
Moved user repository logic into user service logic (no more repos)
Syndamia
2021-05-08
1
-3
/
+1
*
Fixed some identation that was in spaces, rather than tabs
Syndamia
2021-05-07
6
-6
/
+6
*
User now gets logged out only when they change their username
Syndamia
2021-05-07
1
-5
/
+6
*
Added user edit view model validations
Syndamia
2021-05-07
3
-12
/
+26
*
Made moved footer to it's own partial cshtml
Syndamia
2021-05-07
3
-11
/
+23
*
Implemented editing user
Syndamia
2021-05-07
5
-2
/
+80
*
Implemented user profile page
Syndamia
2021-05-07
6
-2
/
+44
*
Removed the "- Web" part of layout
Syndamia
2021-05-07
1
-1
/
+1
*
Removed jquery validation cshtml
Syndamia
2021-05-07
1
-2
/
+0
*
Removed Privacy page and tweaked navbar and footer
Syndamia
2021-05-07
6
-20
/
+11
*
Added view model validation for register and login
Syndamia
2021-05-07
6
-0
/
+43
*
Added logout functionality and updated navbar
Syndamia
2021-05-06
3
-1
/
+17
*
Added some form styling
Syndamia
2021-05-06
1
-0
/
+30
*
Fixed some names
Syndamia
2021-05-06
2
-3
/
+3
*
Impllemented user login and updated navbar
Syndamia
2021-05-06
6
-4
/
+59
*
Added automapper; Implemented user register; Improved some database configura...
Syndamia
2021-05-06
7
-2
/
+127
*
Updated README with information about changing the database you use
Syndamia
2021-05-06
1
-1
/
+1
*
Updated some target frameworks and namespaces
Syndamia
2021-05-06
1
-1
/
+5
*
Added simple User and Role DB classes, added a simple DBContext and configure...
Syndamia
2021-05-06
3
-9
/
+9
*
Moved nabvar to it's own cshtml and simplified it a lot; Removed most of the ...
Syndamia
2021-05-06
5
-30
/
+191
*
Removed unnecessary usings, space identation got updated to tab identation an...
Syndamia
2021-05-06
9
-154
/
+138
*
Disabled HTTPS and added a note in README
Syndamia
2021-05-06
1
-1
/
+1
*
Added gitignore and initial project generation
Syndamia
2021-05-06
15
-0
/
+284