aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web
Commit message (Collapse)AuthorAgeFilesLines
* Fixed solution not being able to be builtSyndamia2021-05-161-2/+2
|
* Big daddy refactorSyndamia2021-05-1531-18/+27
|
* Updated user controller models being of type UserViewModel, when they should ↵Syndamia2021-05-1310-31/+31
| | | | be like UserWebModel
* Implemented BaseService that uses generics to implement very basic CRUD; ↵Syndamia2021-05-132-3/+3
| | | | Moved away from 3 service model to 1 service model in add feature script
* Fixed space identation in base modelsSyndamia2021-05-121-1/+1
|
* 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-122-4/+5
| | | | interfaces for UserService
* Improved the way in which database objects are created on startupSyndamia2021-05-121-7/+21
|
* Moved the Guid Id to it's own base modelsSyndamia2021-05-121-0/+9
|
* Implemented a 404 not found pageSyndamia2021-05-124-3/+19
|
* Added Cloudinary service and configured itSyndamia2021-05-112-0/+10
|
* Renamed mapping classes to have the name of their layerSyndamia2021-05-111-2/+2
|
* Made service models structure resemble that of the web models (models for ↵Syndamia2021-05-112-2/+2
| | | | each "feature" are in their own folder)
* Added a script that renames all of the files and folders inside the projectSyndamia2021-05-101-1/+1
|
* Made some minor formatting fixesSyndamia2021-05-081-0/+1
|
* Minor style changesSyndamia2021-05-082-0/+6
|
* Implemented account deletionSyndamia2021-05-082-5/+15
|
* Added register view message when register was unsuccessfulSyndamia2021-05-082-1/+8
|
* Added login message when login was unsuccessfulSyndamia2021-05-082-1/+10
|
* Implemented user getting logged in automatically when they registerSyndamia2021-05-081-1/+4
|
* Updated register view model data annotationSyndamia2021-05-081-1/+1
|
* Fixed outdated User controller links in ViewsSyndamia2021-05-082-2/+2
|
* Simplified account edit authorizationSyndamia2021-05-081-3/+0
|
* Updated namespaces of Startup and ProgramSyndamia2021-05-082-1/+2
|
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵Syndamia2021-05-087-29/+47
| | | | UserController to AccountController, updated links
* Moved user repository logic into user service logic (no more repos)Syndamia2021-05-081-3/+1
|
* Fixed some identation that was in spaces, rather than tabsSyndamia2021-05-076-6/+6
|
* User now gets logged out only when they change their usernameSyndamia2021-05-071-5/+6
|
* Added user edit view model validationsSyndamia2021-05-073-12/+26
|
* Made moved footer to it's own partial cshtmlSyndamia2021-05-073-11/+23
|
* Implemented editing userSyndamia2021-05-075-2/+80
|
* Implemented user profile pageSyndamia2021-05-076-2/+44
|
* Removed the "- Web" part of layoutSyndamia2021-05-071-1/+1
|
* Removed jquery validation cshtmlSyndamia2021-05-071-2/+0
|
* Removed Privacy page and tweaked navbar and footerSyndamia2021-05-076-20/+11
|
* Added view model validation for register and loginSyndamia2021-05-076-0/+43
|
* Added logout functionality and updated navbarSyndamia2021-05-063-1/+17
|
* Added some form stylingSyndamia2021-05-061-0/+30
|
* Fixed some namesSyndamia2021-05-062-3/+3
|
* Impllemented user login and updated navbarSyndamia2021-05-066-4/+59
|
* Added automapper; Implemented user register; Improved some database ↵Syndamia2021-05-067-2/+127
| | | | configurations
* Updated README with information about changing the database you useSyndamia2021-05-061-1/+1
|
* Updated some target frameworks and namespacesSyndamia2021-05-061-1/+5
|
* Added simple User and Role DB classes, added a simple DBContext and ↵Syndamia2021-05-063-9/+9
| | | | configured it for PostgreSQL
* Moved nabvar to it's own cshtml and simplified it a lot; Removed most of the ↵Syndamia2021-05-065-30/+191
| | | | default css and js from wwwroot; Implemented a very simple custom styling that mimmics the default asp.net bootstrap one
* Removed unnecessary usings, space identation got updated to tab identation ↵Syndamia2021-05-069-154/+138
| | | | and added authentication in Startup.cs
* Disabled HTTPS and added a note in READMESyndamia2021-05-061-1/+1
|
* Added gitignore and initial project generationSyndamia2021-05-0615-0/+284