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
/
Startup.cs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Big daddy refactor
Syndamia
2021-05-15
1
-134
/
+0
|
*
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 ↵
Syndamia
2021-05-12
1
-1
/
+2
|
|
|
|
interfaces for UserService
*
Improved the way in which database objects are created on startup
Syndamia
2021-05-12
1
-7
/
+21
|
*
Implemented a 404 not found page
Syndamia
2021-05-12
1
-0
/
+1
|
*
Added Cloudinary service and configured it
Syndamia
2021-05-11
1
-0
/
+5
|
*
Made some minor formatting fixes
Syndamia
2021-05-08
1
-0
/
+1
|
*
Updated namespaces of Startup and Program
Syndamia
2021-05-08
1
-0
/
+1
|
*
Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵
Syndamia
2021-05-08
1
-11
/
+20
|
|
|
|
UserController to AccountController, updated links
*
Moved user repository logic into user service logic (no more repos)
Syndamia
2021-05-08
1
-3
/
+1
|
*
Added automapper; Implemented user register; Improved some database ↵
Syndamia
2021-05-06
1
-1
/
+46
|
|
|
|
configurations
*
Updated README with information about changing the database you use
Syndamia
2021-05-06
1
-1
/
+1
|
*
Added simple User and Role DB classes, added a simple DBContext and ↵
Syndamia
2021-05-06
1
-0
/
+6
|
|
|
|
configured it for PostgreSQL
*
Removed unnecessary usings, space identation got updated to tab identation ↵
Syndamia
2021-05-06
1
-48
/
+44
|
|
|
|
and added authentication in Startup.cs
*
Added gitignore and initial project generation
Syndamia
2021-05-06
1
-0
/
+57