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 (
Expand
)
Author
Age
Files
Lines
*
Big daddy refactor
Syndamia
2021-05-15
13
-2
/
+11
*
Fixed GetById validation in BaseService
Syndamia
2021-05-15
1
-1
/
+1
*
Fixed base service get all method not being called GetAllAsync
Syndamia
2021-05-15
2
-2
/
+2
*
Added service null argument checks and their error
Syndamia
2021-05-13
2
-0
/
+33
*
Implemented BaseService that uses generics to implement very basic CRUD; Move...
Syndamia
2021-05-13
5
-16
/
+107
*
First registered user becomes an administrator and implemented proper handlin...
Syndamia
2021-05-13
1
-2
/
+14
*
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
2
-2
/
+2
*
Implemented Cloudinary interface
Syndamia
2021-05-12
2
-1
/
+13
*
Implemented interfaces for services in add feature template; Added an interfa...
Syndamia
2021-05-12
2
-1
/
+29
*
Moved the Guid Id to it's own base models
Syndamia
2021-05-12
1
-0
/
+9
*
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 eac...
Syndamia
2021-05-11
6
-6
/
+6
*
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 Use...
Syndamia
2021-05-08
1
-10
/
+5
*
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 configura...
Syndamia
2021-05-06
4
-0
/
+58
*
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