aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Startup.cs
Commit message (Collapse)AuthorAgeFilesLines
* Big daddy refactorSyndamia2021-05-151-134/+0
|
* Moved services to their own folder and updated their namespacesSyndamia2021-05-121-1/+1
|
* Implemented Cloudinary interfaceSyndamia2021-05-121-1/+1
|
* Implemented interfaces for services in add feature template; Added an ↵Syndamia2021-05-121-1/+2
| | | | interfaces for UserService
* Improved the way in which database objects are created on startupSyndamia2021-05-121-7/+21
|
* Implemented a 404 not found pageSyndamia2021-05-121-0/+1
|
* Added Cloudinary service and configured itSyndamia2021-05-111-0/+5
|
* Made some minor formatting fixesSyndamia2021-05-081-0/+1
|
* Updated namespaces of Startup and ProgramSyndamia2021-05-081-0/+1
|
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵Syndamia2021-05-081-11/+20
| | | | UserController to AccountController, updated links
* Moved user repository logic into user service logic (no more repos)Syndamia2021-05-081-3/+1
|
* Added automapper; Implemented user register; Improved some database ↵Syndamia2021-05-061-1/+46
| | | | configurations
* Updated README with information about changing the database you useSyndamia2021-05-061-1/+1
|
* Added simple User and Role DB classes, added a simple DBContext and ↵Syndamia2021-05-061-0/+6
| | | | configured it for PostgreSQL
* Removed unnecessary usings, space identation got updated to tab identation ↵Syndamia2021-05-061-48/+44
| | | | and added authentication in Startup.cs
* Added gitignore and initial project generationSyndamia2021-05-061-0/+57