Conversation
feature/initial-project
Feature/user registration backend
Added login endpoint to AuthController using LoginDto for validation. Integrated IGmailService and GmailService to send login notification emails via Gmail SMTP. Updated AuthService with LoginAsync for credential verification and JWT token generation (dummy token for now). Registered GmailService in DI container.
* Implemented Password Recovery for users * Implemented Password reset token sending via email * Moved IAuthService into a separate file * Fixed password length being fixed at 8 and improved comments
* [REFACTOR] Improved password reset email method * Email template now shows Username * Fixed passwords requiring exactly 8 characters when resetting a password instead of intended 8-20 * Removed a redundant commented method from AuthService and email template copyright line
* [FEATURE] Implemented registration confirmation via email-link * Feature/password reset email template * [REFACTOR] Improved password reset email method * Email template now shows Username * Fixed passwords requiring exactly 8 characters when resetting a password instead of intended 8-20 * Removed a redundant commented method from AuthService and email template copyright line * [Feature] email confirmation template * [FIX] Error upon registering with an existing email * [FIX] Add unique index for EmailConfirmationTokenHash * [FIX] EmailTokenExpiryDate changed to 24h * [FIX] Creating confirmlink by using BaseUrl from appsettings --------- Co-authored-by: Вікторія Свирид <vikas200719@gmail.com> Co-authored-by: Tachyon64 <83309505+Tachyon64@users.noreply.github.com>
* [FIX] Fixed passwords not being updated in the DB, added token checking feature, fixed typos * Added email format validation and renamed token validation method
* [FEATURE] Implemented UserProfile table and Update Profile method * [FIX] Fixed Profile Update Method logic, added postman files to gitignore * [HOTFIX] Fixed user profile information not being updated in the db and added unique username check * [FIX] Updated SendEmail method to catch exceptions * [FIX] various typos fixed
…ing profile information (#12)
* [Feature] Profile Page Ownership Check * [Fix] Renamed variable
* [FEATURE] Implement become author button(author-badge) * [FIX] Added BCAutorService * [FIX] Added try catch * [FIX] Added POST method for update author bio * [FIX] Minimal changes * [FIX] Added IBCAuthorService * [FIX] Get bio by username --------- Co-authored-by: Вікторія Свирид <vikas200719@gmail.com>
* add delete and anonymize account endpoint
[FIX] Reworked Post table, added Genre table Reworked "Post" table to include a user foreign key, description, genres and added character limitations for various fields Added Genre table Added a character limitation for AuthorBio field in the "Author" table [HOTFIX] Added default value to the Description field [FIX] Removed Redundant Migrations
* [TEST] Add xUnit tests for Auth and Profile services * [FIX] Update namespace Versum to Versum.Context * [FIX] Update namespace Versum to Versum.Context * Idk how it should work * [FIX]Fixed unit tests * [FIX] Add private modifier --------- Co-authored-by: Вікторія Свирид <vikas200719@gmail.com> Co-authored-by: notasasha <notyasasha@gmail.com>
* feat: implement follow system and user following counter * [Fix] follow logic and database schema according to code review
[feature] add profile statistics and follow system
Co-authored-by: Вікторія Свирид <vikas200719@gmail.com>
Co-authored-by: Вікторія Свирид <vikas200719@gmail.com> Co-authored-by: NotAsasha <48174753+NotAsasha@users.noreply.github.com>
* [FEATURE] Implemented user feed generation * [FIX] Megration conflicts fix * [FIX] Added includes * [REFACTOR] Post Reactions and Feed Service * [FIX] Authors don't see their own posts in feed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.