aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed rename project tool screwing up .git folderSyndamia2021-05-101-1/+1
* Added a script that renames all of the files and folders inside the projectSyndamia2021-05-102-1/+36
* Added migration warningSyndamia2021-05-081-1/+1
* Added Common project to solutionSyndamia2021-05-081-0/+14
* Fixed database reference linkSyndamia2021-05-081-1/+1
* Added getting started and structure information about the templateSyndamia2021-05-081-0/+20
* Made some minor formatting fixesSyndamia2021-05-083-2/+2
* Minor style changesSyndamia2021-05-082-0/+6
* Implemented account deletionSyndamia2021-05-083-5/+23
* 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-082-10/+0
* Updated namespaces of Startup and ProgramSyndamia2021-05-082-1/+2
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed Use...Syndamia2021-05-0812-61/+62
* Moved user repository logic into user service logic (no more repos)Syndamia2021-05-083-83/+34
* Added DBContext setup for user and rolesSyndamia2021-05-071-1/+7
* Fixed some identation that was in spaces, rather than tabsSyndamia2021-05-076-6/+6
* Deleted unused common fileSyndamia2021-05-071-8/+0
* 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-078-3/+127
* Implemented user profile pageSyndamia2021-05-079-2/+61
* 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-064-1/+22
* Added some form stylingSyndamia2021-05-061-0/+30
* Fixed some namesSyndamia2021-05-064-11/+3
* Impllemented user login and updated navbarSyndamia2021-05-0610-5/+94
* Added automapper; Implemented user register; Improved some database configura...Syndamia2021-05-0614-3/+229
* Updated formatting and wording in READMESyndamia2021-05-061-5/+7
* Updated README with information about changing the database you useSyndamia2021-05-062-3/+18
* Fixed Data layer not being able to create migrations and added a migrationSyndamia2021-05-065-0/+892
* Updated some target frameworks and namespacesSyndamia2021-05-065-5/+9
* Added simple User and Role DB classes, added a simple DBContext and configure...Syndamia2021-05-069-18/+65
* Moved nabvar to it's own cshtml and simplified it a lot; Removed most of the ...Syndamia2021-05-066-31/+191
* Removed unnecessary usings, space identation got updated to tab identation an...Syndamia2021-05-069-154/+138
* Disabled HTTPS and added a note in READMESyndamia2021-05-062-2/+13
* Added gitignore and initial project generationSyndamia2021-05-0623-0/+625
* Add LICENSEKamen Mladenov2021-05-061-0/+21
* Initial commitKamen Mladenov2021-05-061-0/+3